Web Site

org.codehaus.janino
Interface Java.DocCommentable

All Known Implementing Classes:
Java.FieldDeclarator, Java.FunctionDeclarator, Java.InterfaceDeclaration, Java.NamedClassDeclaration
Enclosing interface:
Java

public static interface Java.DocCommentable


Method Summary
 String getDocComment()
          Returns the doc comment of the object or null.
 boolean hasDeprecatedDocTag()
          Returns true if the object has a doc comment and the @#deprecated tag appears in the doc comment.
 

Method Detail

getDocComment

public String getDocComment()
Returns the doc comment of the object or null.


hasDeprecatedDocTag

public boolean hasDeprecatedDocTag()
Returns true if the object has a doc comment and the @#deprecated tag appears in the doc comment.


Web Site