public abstract class IClass.IConstructor extends IClass.IInvocable
Constructor and Description |
---|
IClass.IConstructor() |
Modifier and Type | Method and Description |
---|---|
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". |
String |
toString() |
getAccess, getDeclaringIClass, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan
public 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.IInvocable
CompileException
public String getDescriptor() throws CompileException
getParameterTypes()
, the method descriptor returned by this
method does include the optionally leading synthetic parameters.getDescriptor
in class IClass.IInvocable
CompileException
public String toString()
toString
in class IClass.IInvocable
Copyright © 2001-2014. All Rights Reserved.