|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.compiler.base.ast.Comment
org.aspectj.compiler.base.ast.FormalComment
Field Summary | |
java.lang.String |
text
|
Fields inherited from class org.aspectj.compiler.base.ast.Comment |
nextComment |
Constructor Summary | |
FormalComment(java.lang.String _text)
|
Method Summary | |
java.lang.String |
getFormalComment()
|
void |
unparse(org.aspectj.compiler.base.CodeWriter writer)
|
Methods inherited from class org.aspectj.compiler.base.ast.Comment |
addComment, addLine, getLine, getNextComment, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String text
Constructor Detail |
public FormalComment(java.lang.String _text)
Method Detail |
public java.lang.String getFormalComment()
getFormalComment
in class Comment
public void unparse(org.aspectj.compiler.base.CodeWriter writer) throws java.io.IOException
unparse
in class Comment
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |