|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class method information.
Method Summary | |
Classes |
getExceptions()
Returns the exception thrown by this method. |
Parameters |
getParameters()
Returns the parameters of this method. |
ClassInfo |
getReturnType()
Returns the return type of this method. |
boolean |
isAbstract()
Returns true if this method is abstract. |
boolean |
isFinal()
Returns true if this method is final. |
boolean |
isStatic()
Returns true if this method is static. |
Methods inherited from interface net.sourceforge.jane.lang.JavaElement |
getName, isPackageProtected, isPrivate, isProtected, isPublic |
Method Detail |
public ClassInfo getReturnType()
public Classes getExceptions()
public Parameters getParameters()
public boolean isAbstract()
true
if this method is abstract.public boolean isFinal()
true
if this method is final.public boolean isStatic()
true
if this method is static.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |