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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOpposed togetParameterTypes()
, the method descriptor returned by this method does include the optionally leading synthetic parameters.abstract IClass[]
Opposed toConstructor.getParameterTypes()
, the return value of this method does not include the optionally leading "synthetic parameters".toString()
Methods inherited from class org.codehaus.janino.IClass.IInvocable
getAccess, getDeclaringIClass, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan
-
Constructor Details
-
IConstructor
public IConstructor()
-
-
Method Details
-
getParameterTypes
Opposed toConstructor.getParameterTypes()
, the return value of this method does not include the optionally leading "synthetic parameters".- Specified by:
getParameterTypes
in classIClass.IInvocable
- Returns:
- The types of the parameters of this constructor or method
- Throws:
CompileException
-
getDescriptor
Opposed togetParameterTypes()
, the method descriptor returned by this method does include the optionally leading synthetic parameters.- Specified by:
getDescriptor
in classIClass.IInvocable
- Returns:
- The method descriptor of this constructor or method
- Throws:
CompileException
-
toString
- Specified by:
toString
in classIClass.IInvocable
-