Package org.codehaus.janino
Class IClass.IConstructor
- java.lang.Object
-
- org.codehaus.janino.IClass.IInvocable
-
- org.codehaus.janino.IClass.IConstructor
-
- All Implemented Interfaces:
IClass.IMember
- Direct Known Subclasses:
ReflectionIClass.ReflectionIConstructor
- Enclosing class:
- IClass
public abstract class IClass.IConstructor extends IClass.IInvocable
Representation of a constructor of anIClass.
-
-
Constructor Summary
Constructors Constructor Description IConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDescriptorgetDescriptor2()Uncached implementation ofIClass.IInvocable.getDescriptor().java.lang.StringtoString()-
Methods inherited from class org.codehaus.janino.IClass.IInvocable
argsNeedAdjust, getDeclaringIClass, getDescriptor, getParameterTypes, getParameterTypes2, getThrownExceptions, getThrownExceptions2, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjust
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.codehaus.janino.IClass.IMember
getAccess, getAnnotations
-
-
-
-
Method Detail
-
getDescriptor2
public MethodDescriptor getDescriptor2() throws CompileException
Description copied from class:IClass.IInvocableUncached implementation ofIClass.IInvocable.getDescriptor().- Specified by:
getDescriptor2in classIClass.IInvocable- Throws:
CompileException
-
toString
public java.lang.String toString()
- Specified by:
toStringin classIClass.IInvocable
-
-