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.


Method Summary
 void addComment(Comment comment)
           
 Comment[] getComments()
           
 void removeComment(Comment comment)
           
 
Methods inherited from interface org.objectweb.fractal.adl.Node
astAddNode, astGetAttributes, astGetDecoration, astGetDecorations, astGetNodes, astGetNodeTypes, astGetSource, astGetType, astNewInstance, astRemoveNode, astSetAttributes, astSetDecoration, astSetDecorations, astSetSource
 

Method Detail

getComments

Comment[] getComments()

addComment

void addComment(Comment comment)

removeComment

void removeComment(Comment comment)


Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.