|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.compiler.JavaStyleComment | +--at.dms.compiler.JavadocComment
The contents of a parsed javadoc comment.
Fields inherited from class at.dms.compiler.JavaStyleComment |
text |
Constructor Summary | |
JavadocComment(java.lang.String text,
boolean spaceBefore,
boolean spaceAfter)
Construct a node in the parsing tree. |
Method Summary | |
java.lang.String |
getParams()
Not well-implemented; just returns the whole comment text. |
boolean |
isDeprecated()
Return if this javadoc comment contains a deprecated clause. |
Methods inherited from class at.dms.compiler.JavaStyleComment |
getText, hadSpaceAfter, hadSpaceBefore, isLineComment |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public JavadocComment(java.lang.String text, boolean spaceBefore, boolean spaceAfter)
text
- he string representation of this comment.Method Detail |
public boolean isDeprecated()
public java.lang.String getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |