public abstract class IClass.IConstructor extends IClass.IInvocable
IClass.| Constructor and Description |
|---|
IConstructor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor2()
Opposed to
IClass.IInvocable.getParameterTypes(), the method descriptor returned by this method does include the
optionally leading synthetic parameters. |
abstract IClass[] |
getParameterTypes2()
Opposed to
Constructor.getParameterTypes(), the
return value of this method does not include the optionally leading "synthetic
parameters". |
String |
toString() |
argsNeedAdjust, getAccess, getDeclaringIClass, getDescriptor, getParameterTypes, getThrownExceptions, getThrownExceptions2, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjustclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic abstract IClass[] getParameterTypes2() throws CompileException
Constructor.getParameterTypes(), the
return value of this method does not include the optionally leading "synthetic
parameters".getParameterTypes2 in class IClass.IInvocableCompileExceptionpublic String getDescriptor2() throws CompileException
IClass.IInvocable.getParameterTypes(), the method descriptor returned by this method does include the
optionally leading synthetic parameters.getDescriptor2 in class IClass.IInvocableCompileExceptionpublic String toString()
toString in class IClass.IInvocable