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, setArgsNeedAdjust
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public 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.IInvocable
CompileException
public 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.IInvocable
CompileException
public String toString()
toString
in class IClass.IInvocable
Copyright © 2001–2016. All rights reserved.