Class Comment

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.Comment
Direct Known Subclasses:
BlockComment, Javadoc, LineComment

public abstract class Comment extends ASTNode
Abstract base class for all AST nodes that represent comments. There are exactly three kinds of comment: line comments (LineComment), block comments (BlockComment), and doc comments (Javadoc).
 Comment:
     LineComment
     BlockComment
     Javadoc
 
Since:
3.0