at.dms.compiler
Class JavadocComment
java.lang.Object
at.dms.compiler.JavaStyleComment
at.dms.compiler.JavadocComment
- All Implemented Interfaces:
- DeepCloneable, Serializable
public class JavadocComment
- extends JavaStyleComment
A simple character constant
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavadocComment
protected JavadocComment()
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()
deepClone
public Object deepClone()
- Returns a deep clone of this object.
- Specified by:
deepClone
in interface DeepCloneable
- Overrides:
deepClone
in class JavaStyleComment
deepCloneInto
protected void deepCloneInto(JavadocComment other)
- Clones all fields of this into
other