org.codehaus.janino
public abstract class IClass.IConstructor extends IClass.IInvocable
| Method Summary | |
|---|---|
| String | getDescriptor()
Opposed to getParameterTypes, the method descriptor returned by this
method does include the optionally leading synthetic parameters. |
| abstract IClass[] | getParameterTypes()
Opposed to java.lang.reflect.Constructor#getParameterTypes(), the
return value of this method does not include the optionally leading "synthetic
parameters". |
| String | toString() |