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 Details

addComment

public void addComment(Comment comment)


getComments

public Comment[] getComments()


removeComment

public void removeComment(Comment comment)