Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Fields inherited from class java.io.Serializable | |
serialVersionUID |
Method Summary | |
ClassDoc | containingClass()
Get the containing class of this program element. |
boolean | isFinal()
Return true if this program element is final |
boolean | isPackagePrivate()
Return true if this program element is package private |
boolean | isPrivate()
Return true if this program element is private |
boolean | isProtected()
Return true if this program element is protected |
boolean | isPublic()
Return true if this program element is public |
boolean | isStatic()
Return true if this program element is static |
int | modifierSpecifier()
Get the modifier specifier integer. |
java.lang.String | modifiers()
Get modifiers string. |
Methods inherited from interface com.sun.javadoc.Doc | |
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isClass, isConstructor, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, seeTags, setRawCommentText, tags, tags |
Method Detail |
public ClassDoc containingClass()
public int modifierSpecifier()
public java.lang.String modifiers()
Example, for: public abstract int foo() { ... } modifiers() would return: 'public abstract'
public boolean isPublic()
public boolean isProtected()
public boolean isPrivate()
public boolean isPackagePrivate()
public boolean isStatic()
public boolean isFinal()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |