org.aspectj.compiler.base.ast
Class Comment

java.lang.Object
  extended byorg.aspectj.compiler.base.ast.Comment
Direct Known Subclasses:
FormalComment

public class Comment
extends java.lang.Object


Field Summary
protected  Comment nextComment
           
 
Constructor Summary
Comment()
           
 
Method Summary
 void addComment(Comment newComment)
           
 void addLine(java.lang.String line)
           
 java.lang.String getFormalComment()
           
 java.lang.String getLine(int index)
           
 Comment getNextComment()
           
 int size()
           
 void unparse(org.aspectj.compiler.base.CodeWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextComment

protected Comment nextComment
Constructor Detail

Comment

public Comment()
Method Detail

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