public abstract class IClass.IConstructor extends IClass.IInvocable
| Constructor and Description |
|---|
IConstructor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Opposed to
getParameterTypes(), the method descriptor returned by this
method does include the optionally leading synthetic parameters. |
abstract IClass[] |
getParameterTypes()
Opposed to
Constructor.getParameterTypes(), the
return value of this method does not include the optionally leading "synthetic
parameters". |
java.lang.String |
toString() |
getAccess, getDeclaringIClass, getThrownExceptions, isLessSpecificThan, isMoreSpecificThanpublic abstract IClass[] getParameterTypes() throws CompileException
Constructor.getParameterTypes(), the
return value of this method does not include the optionally leading "synthetic
parameters".getParameterTypes in class IClass.IInvocableCompileExceptionpublic java.lang.String getDescriptor()
throws CompileException
getParameterTypes(), the method descriptor returned by this
method does include the optionally leading synthetic parameters.getDescriptor in class IClass.IInvocableCompileExceptionpublic java.lang.String toString()
toString in class IClass.IInvocable