|
janino.net | ||||||||
| 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
public abstract class IClass.IConstructor
Representation of a constructor of an IClass.
| 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 |
|---|
argsNeedAdjust, getAccess, getDeclaringIClass, getThrownExceptions, isLessSpecificThan, isMoreSpecificThan, isVarargs, setArgsNeedAdjust |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.IClass.IMember |
|---|
getAnnotations |
| 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.IInvocableCompileException
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.IInvocableCompileExceptionpublic java.lang.String toString()
toString in class IClass.IInvocable
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||