at.dms.compiler.tools.common
Class JavadocComment

java.lang.Object
  extended by at.dms.compiler.tools.common.JavaStyleComment
      extended by at.dms.compiler.tools.common.JavadocComment

public class JavadocComment
extends JavaStyleComment

A simple character constant


Field Summary
 
Fields inherited from class at.dms.compiler.tools.common.JavaStyleComment
text
 
Constructor Summary
JavadocComment(String text, boolean spaceBefore, boolean spaceAfter)
          Construct a node in the parsing tree
 
Method Summary
 String getParams()
           
 boolean isDeprecated()
          Return if this javadoc comment contains a deprecated clause
 
Methods inherited from class at.dms.compiler.tools.common.JavaStyleComment
getText, hadSpaceAfter, hadSpaceBefore, isLineComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocComment

public JavadocComment(String text,
                      boolean spaceBefore,
                      boolean spaceAfter)
Construct a node in the parsing tree

Parameters:
text - the string representation of this comment
Method Detail

isDeprecated

public boolean isDeprecated()
Return if this javadoc comment contains a deprecated clause


getParams

public String getParams()