IClass.IMember
public abstract class IClass.IMethod extends IClass.IInvocable
IClass
.Constructor | Description |
---|---|
IMethod() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDescriptor2() |
Uncached implementation of
IClass.IInvocable.getDescriptor() . |
abstract String |
getName() |
|
abstract IClass |
getReturnType() |
|
abstract boolean |
isAbstract() |
|
abstract boolean |
isStatic() |
|
String |
toString() |
argsNeedAdjust, getAccess, getDeclaringIClass, getDescriptor, getParameterTypes, getParameterTypes2, getThrownExceptions, getThrownExceptions2, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjust
getAnnotations
public abstract boolean isStatic()
public abstract boolean isAbstract()
public abstract IClass getReturnType() throws CompileException
CompileException
public abstract String getName()
public String getDescriptor2() throws CompileException
IClass.IInvocable
IClass.IInvocable.getDescriptor()
.getDescriptor2
in class IClass.IInvocable
CompileException
public String toString()
toString
in class IClass.IInvocable
Copyright © 2001–2019. All rights reserved.