org.codehaus.janino
public abstract class IClass.IInvocable extends Object implements IClass.IMember
Method Summary | |
---|---|
abstract Access | getAccess() |
IClass | getDeclaringIClass() |
abstract String | getDescriptor() |
abstract IClass[] | getParameterTypes() |
abstract IClass[] | getThrownExceptions() |
boolean | isLessSpecificThan(IClass.IInvocable that) |
boolean | isMoreSpecificThan(IClass.IInvocable that) |
abstract String | toString() |