org.objectweb.fractal.adl.comments
Interface CommentContainer
- All Superinterfaces:
- Node
public interface CommentContainer
- extends Node
An AST node interface for nodes that can contain comments.
| Methods inherited from interface org.objectweb.fractal.adl.Node |
astAddNode, astGetAttributes, astGetDecoration, astGetDecorations, astGetNodes, astGetNodeTypes, astGetSource, astGetType, astNewInstance, astRemoveNode, astSetAttributes, astSetDecoration, astSetDecorations, astSetSource |
getComments
Comment[] getComments()
addComment
void addComment(Comment comment)
removeComment
void removeComment(Comment comment)
Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.