org.codehaus.janino
Interface Java.DocCommentable

All Known Implementing Classes:
Java.ConstructorDeclarator, Java.FieldDeclaration, Java.FunctionDeclarator, Java.InterfaceDeclaration, Java.LocalClassDeclaration, Java.MemberClassDeclaration, Java.MemberInterfaceDeclaration, Java.MethodDeclarator, Java.NamedClassDeclaration, Java.PackageMemberClassDeclaration, Java.PackageMemberInterfaceDeclaration
Enclosing class:
Java

public static interface Java.DocCommentable


Method Summary
 java.lang.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

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


hasDeprecatedDocTag

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



Copyright © 2001-2012. All Rights Reserved.