|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sourceforge.jane.lang.jjtree.JJTreeMethodInfo
A MethodInfo built from a JJTree.
| Constructor Summary | |
JJTreeMethodInfo(Jane aJane,
java.lang.String aPackageName,
JavaMethodDeclaration aMethodDeclaration)
Create a new JJTreeMethodInfo. |
|
| Method Summary | |
Classes |
getExceptions()
Returns the exception thrown by this method. |
java.lang.String |
getName()
Returns the name of the element. |
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 |
isPackageProtected()
Returns true if this element is package protected. |
boolean |
isPrivate()
Returns true if this element is private. |
boolean |
isProtected()
Returns true if this element is protected. |
boolean |
isPublic()
Returns true if this element is public. |
boolean |
isStatic()
Returns true if this method is static. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JJTreeMethodInfo(Jane aJane,
java.lang.String aPackageName,
JavaMethodDeclaration aMethodDeclaration)
JJTreeMethodInfo.| Method Detail |
public Classes getExceptions()
MethodInfogetExceptions in interface MethodInfoMethodInfo.getExceptions()public Parameters getParameters()
MethodInfogetParameters in interface MethodInfoMethodInfo.getParameters()public ClassInfo getReturnType()
MethodInfogetReturnType in interface MethodInfoMethodInfo.getReturnType()public boolean isAbstract()
MethodInfotrue if this method is abstract.isAbstract in interface MethodInfoMethodInfo.isAbstract()public boolean isFinal()
MethodInfotrue if this method is final.isFinal in interface MethodInfoMethodInfo.isFinal()public boolean isStatic()
MethodInfotrue if this method is static.isStatic in interface MethodInfoMethodInfo.isStatic()public java.lang.String getName()
JavaElementgetName in interface JavaElementJavaElement.getName()public boolean isPackageProtected()
JavaElementtrue if this element is package protected.isPackageProtected in interface JavaElementJavaElement.isPackageProtected()public boolean isPrivate()
JavaElementtrue if this element is private.isPrivate in interface JavaElementJavaElement.isPrivate()public boolean isProtected()
JavaElementtrue if this element is protected.isProtected in interface JavaElementJavaElement.isProtected()public boolean isPublic()
JavaElementtrue if this element is public.isPublic in interface JavaElementJavaElement.isPublic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||