|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.javadoc.JavadocComment
An Javadoc AST node representing the root of a Javadoc AST.
| Field Summary | |
private String |
text
The contents of this javadoc comment as a string. |
| Constructor Summary | |
JavadocComment(String text)
Construct a node in the parsing tree |
|
| Method Summary | |
JavadocComment |
add(JavadocComment more)
|
boolean |
isDeprecated()
Indicates whether this javadoc comment contains a deprecated clause. |
String |
text()
Returns the text of this comment. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private String text
| Constructor Detail |
public JavadocComment(String text)
text - the string representation of this comment| Method Detail |
public JavadocComment add(JavadocComment more)
public boolean isDeprecated()
public String text()
public String toString()
toString in class Object
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||