public abstract class IClass.IMethod extends IClass.IInvocable
| Constructor and Description |
|---|
IClass.IMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor() |
abstract String |
getName() |
abstract IClass |
getReturnType() |
abstract boolean |
isAbstract() |
abstract boolean |
isStatic() |
String |
toString() |
getAccess, getDeclaringIClass, getParameterTypes, getThrownExceptions, isLessSpecificThan, isMoreSpecificThanpublic abstract boolean isStatic()
public abstract boolean isAbstract()
public abstract IClass getReturnType() throws CompileException
CompileExceptionpublic abstract String getName()
public String getDescriptor() throws CompileException
getDescriptor in class IClass.IInvocableCompileExceptionpublic String toString()
toString in class IClass.IInvocableCopyright © 2001–2013. All rights reserved.