org.aspectj.compiler.base.ast
Class FormalComment

java.lang.Object
  extended byorg.aspectj.compiler.base.ast.Comment
      extended byorg.aspectj.compiler.base.ast.FormalComment

public class FormalComment
extends Comment


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

text

public java.lang.String text
Constructor Detail

FormalComment

public FormalComment(java.lang.String _text)
Method Detail

getFormalComment

public java.lang.String getFormalComment()
Overrides:
getFormalComment in class Comment

unparse

public void unparse(org.aspectj.compiler.base.CodeWriter writer)
             throws java.io.IOException
Overrides:
unparse in class Comment
Throws:
java.io.IOException