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 | |
java.lang.String | flatSignature()
get flat signature. all types are not qualified. return a String, which is the flat signiture of this member. |
boolean | isNative()
Return true if this method is native |
boolean | isSynchronized()
Return true if this method is synchronized |
Parameter[] | parameters()
Get argument information. |
ParamTag[] | paramTags()
Return the param tags in this method. |
java.lang.String | signature()
Get the signature. |
ClassDoc[] | thrownExceptions()
Return exceptions this method or constructor throws. |
ThrowsTag[] | throwsTags()
Return the throws tags in this method. |
Methods inherited from interface com.sun.javadoc.MemberDoc | |
containingPackage, isSynthetic, qualifiedName |
Methods inherited from interface com.sun.javadoc.ProgramElementDoc | |
containingClass, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers |
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[] thrownExceptions()
public boolean isNative()
public boolean isSynchronized()
public Parameter[] parameters()
public ThrowsTag[] throwsTags()
@exception
and @throws
tags.public ParamTag[] paramTags()
@param
tags.public java.lang.String signature()
mymethod(String x, int y)
,
it will return (java.lang.String,int)
.public java.lang.String flatSignature()
mymethod(String x, int y)
,
it will return (String, int)
.Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |