|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.IClass.IInvocable
org.codehaus.janino.IClass.IConstructor
Constructor Summary | |
IClass.IConstructor()
|
Method Summary | |
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()
|
Methods inherited from class org.codehaus.janino.IClass.IInvocable |
getAccess, getDeclaringIClass, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IClass.IConstructor()
Method Detail |
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 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.IInvocable
CompileException
public java.lang.String toString()
toString
in class IClass.IInvocable
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |