org.codehaus.janino

Class IClass.IConstructor

public abstract class IClass.IConstructor extends IClass.IInvocable

Method Summary
StringgetDescriptor()
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".
StringtoString()

Method Detail

getDescriptor

public String getDescriptor()
Opposed to getParameterTypes, the method descriptor returned by this method does include the optionally leading synthetic parameters.

getParameterTypes

public abstract IClass[] getParameterTypes()
Opposed to java.lang.reflect.Constructor#getParameterTypes(), the return value of this method does not include the optionally leading "synthetic parameters".

toString

public String toString()