at.dms.compiler.tools.common
Class JavadocComment
java.lang.Object
at.dms.compiler.tools.common.JavaStyleComment
at.dms.compiler.tools.common.JavadocComment
public class JavadocComment
- extends JavaStyleComment
A simple character constant
Constructor Summary |
JavadocComment(String text,
boolean spaceBefore,
boolean spaceAfter)
Construct a node in the parsing tree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavadocComment
public JavadocComment(String text,
boolean spaceBefore,
boolean spaceAfter)
- Construct a node in the parsing tree
- Parameters:
text
- the string representation of this comment
isDeprecated
public boolean isDeprecated()
- Return if this javadoc comment contains a deprecated clause
getParams
public String getParams()