org.codehaus.janino

Class IClass.IMethod

public abstract class IClass.IMethod extends IClass.IInvocable

Method Summary
StringgetDescriptor()
abstract StringgetName()
abstract IClassgetReturnType()
abstract booleanisAbstract()
abstract booleanisStatic()
StringtoString()

Method Detail

getDescriptor

public String getDescriptor()

getName

public abstract String getName()

getReturnType

public abstract IClass getReturnType()

isAbstract

public abstract boolean isAbstract()

isStatic

public abstract boolean isStatic()

toString

public String toString()