org.codehaus.janino
Class IClass.IMethod
java.lang.Object
org.codehaus.janino.IClass.IInvocable
org.codehaus.janino.IClass.IMethod
- All Implemented Interfaces:
- IClass.IMember
- Enclosing class:
- IClass
- public abstract class IClass.IMethod
- extends IClass.IInvocable
IClass.IMethod
public IClass.IMethod()
isStatic
public abstract boolean isStatic()
isAbstract
public abstract boolean isAbstract()
getReturnType
public abstract IClass getReturnType()
throws CompileException
- Throws:
CompileException
getName
public abstract String getName()
getDescriptor
public String getDescriptor()
throws CompileException
- Specified by:
getDescriptor
in class IClass.IInvocable
- Throws:
CompileException
toString
public String toString()
- Specified by:
toString
in class IClass.IInvocable