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
- public abstract class IClass.IConstructor
- extends IClass.IInvocable
IClass.IConstructor
public IClass.IConstructor()
getParameterTypes
public abstract IClass[] getParameterTypes()
throws CompileException
- Opposed to
Constructor.getParameterTypes()
, the
return value of this method does not include the optionally leading "synthetic
parameters".
- Specified by:
getParameterTypes
in class IClass.IInvocable
- Throws:
CompileException
getDescriptor
public String getDescriptor()
throws CompileException
- Opposed to
getParameterTypes()
, the method descriptor returned by this
method does include the optionally leading synthetic parameters.
- Specified by:
getDescriptor
in class IClass.IInvocable
- Throws:
CompileException
toString
public String toString()
- Specified by:
toString
in class IClass.IInvocable