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
- Enclosing class:
IClass
Representation of a constructor of an
IClass.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUncached implementation ofIClass.IInvocable.getDescriptor().toString()Methods inherited from class org.codehaus.janino.IClass.IInvocable
argsNeedAdjust, getDeclaringIClass, getDescriptor, getParameterTypes, getParameterTypes2, getThrownExceptions, getThrownExceptions2, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjustMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.codehaus.janino.IClass.IMember
getAccess, getAnnotations
-
Constructor Details
-
IConstructor
public IConstructor()
-
-
Method Details
-
getDescriptor2
Description copied from class:IClass.IInvocableUncached implementation ofIClass.IInvocable.getDescriptor().- Specified by:
getDescriptor2in classIClass.IInvocable- Throws:
CompileException
-
toString
- Specified by:
toStringin classIClass.IInvocable
-