Package 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.janino.IClass.IInvocable
getAccess, getDeclaringIClass, getParameterTypes, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan
-
Constructor Details
-
IMethod
public IMethod()
-
-
Method Details
-
isStatic
public abstract boolean isStatic() -
isAbstract
public abstract boolean isAbstract() -
getReturnType
- Throws:
CompileException
-
getName
-
getDescriptor
- Specified by:
getDescriptor
in classIClass.IInvocable
- Returns:
- The method descriptor of this constructor or method
- Throws:
CompileException
-
toString
- Specified by:
toString
in classIClass.IInvocable
-