org.aspectj.compiler.base.ast
Class Comment
java.lang.Object
org.aspectj.compiler.base.ast.Comment
- Direct Known Subclasses:
- FormalComment
- public class Comment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nextComment
protected Comment nextComment
Comment
public Comment()
addComment
public void addComment(Comment newComment)
getFormalComment
public java.lang.String getFormalComment()
getNextComment
public Comment getNextComment()
addLine
public void addLine(java.lang.String line)
getLine
public java.lang.String getLine(int index)
size
public int size()
unparse
public void unparse(org.aspectj.compiler.base.CodeWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException