org.codehaus.janino

Class IClass.IInvocable

public abstract class IClass.IInvocable extends Object implements IClass.IMember

Method Summary
abstract AccessgetAccess()
IClassgetDeclaringIClass()
abstract StringgetDescriptor()
abstract IClass[]getParameterTypes()
abstract IClass[]getThrownExceptions()
booleanisLessSpecificThan(IClass.IInvocable that)
booleanisMoreSpecificThan(IClass.IInvocable that)
abstract StringtoString()

Method Detail

getAccess

public abstract Access getAccess()

getDeclaringIClass

public IClass getDeclaringIClass()

getDescriptor

public abstract String getDescriptor()

getParameterTypes

public abstract IClass[] getParameterTypes()

getThrownExceptions

public abstract IClass[] getThrownExceptions()

isLessSpecificThan

public boolean isLessSpecificThan(IClass.IInvocable that)

isMoreSpecificThan

public boolean isMoreSpecificThan(IClass.IInvocable that)

toString

public abstract String toString()