org.objectweb.fractal.adl.comments
Interface CommentContainer


public interface CommentContainer

An AST node interface for nodes that can contain comments.


Method Summary
 void addComment(Comment comment)
           
 Comment[] getComments()
           
 void removeComment(Comment comment)
           
 

Method Detail

getComments

public Comment[] getComments()

addComment

public void addComment(Comment comment)

removeComment

public void removeComment(Comment comment)