|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.AbstractTypeBodyDeclaration
org.codehaus.janino.Java.FunctionDeclarator
org.codehaus.janino.Java.ConstructorDeclarator
Field Summary |
Fields inherited from class org.codehaus.janino.Java.FunctionDeclarator |
modifiers, thrownExceptions |
Constructor Summary | |
Java.ConstructorDeclarator(Location location,
Java.ClassDeclaration declaringClass,
String optionalDocComment,
short modifiers,
Java.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions)
|
Method Summary | |
void |
setExplicitConstructorInvocation(Java.ConstructorInvocation explicitConstructorInvocation)
|
String |
toString()
|
void |
visit(org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor visitor)
|
Methods inherited from class org.codehaus.janino.Java.FunctionDeclarator |
getDocComment, getEnclosingScope, getFormalParameters, getModifiers, getName, hasDeprecatedDocTag, setBody |
Methods inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
getDeclaringType, getLocation, isStatic, throwParseException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
getLocation, throwParseException |
Constructor Detail |
public Java.ConstructorDeclarator(Location location, Java.ClassDeclaration declaringClass, String optionalDocComment, short modifiers, Java.FormalParameter[] formalParameters, Java.Type[] thrownExceptions)
Method Detail |
public void setExplicitConstructorInvocation(Java.ConstructorInvocation explicitConstructorInvocation)
public String toString()
public final void visit(org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor visitor)
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |