public abstract class IClass.IMethod extends IClass.IInvocable
Constructor and Description |
---|
IClass.IMethod() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescriptor() |
abstract java.lang.String |
getName() |
abstract IClass |
getReturnType() |
abstract boolean |
isAbstract() |
abstract boolean |
isStatic() |
java.lang.String |
toString() |
getAccess, getDeclaringIClass, getParameterTypes, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan
public abstract boolean isStatic()
public abstract boolean isAbstract()
public abstract IClass getReturnType() throws CompileException
CompileException
public abstract java.lang.String getName()
public java.lang.String getDescriptor() throws CompileException
getDescriptor
in class IClass.IInvocable
CompileException
public java.lang.String toString()
toString
in class IClass.IInvocable
Copyright © 2001-2012. All Rights Reserved.