public abstract class IClass.IMethod extends IClass.IInvocable
IClass.| Constructor and Description |
|---|
IMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor2()
Uncached implementation of
IClass.IInvocable.getDescriptor(). |
abstract java.lang.String |
getName() |
abstract IClass |
getReturnType() |
abstract boolean |
isAbstract() |
abstract boolean |
isStatic() |
java.lang.String |
toString() |
argsNeedAdjust, getAccess, getDeclaringIClass, getDescriptor, getParameterTypes, getParameterTypes2, getThrownExceptions, getThrownExceptions2, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjustclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic abstract boolean isStatic()
public abstract boolean isAbstract()
public abstract IClass getReturnType() throws CompileException
CompileExceptionpublic abstract java.lang.String getName()
public java.lang.String getDescriptor2()
throws CompileException
IClass.IInvocableIClass.IInvocable.getDescriptor().getDescriptor2 in class IClass.IInvocableCompileExceptionpublic java.lang.String toString()
toString in class IClass.IInvocable