|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.AbstractTypeBodyDeclaration
org.codehaus.janino.Java.FunctionDeclarator
org.codehaus.janino.Java.ConstructorDeclarator
public static final class Java.ConstructorDeclarator
Representation of a constructor declarator.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
Java.FunctionDeclarator.FormalParameter, Java.FunctionDeclarator.FormalParameters |
| Field Summary | |
|---|---|
Java.ConstructorInvocation |
optionalConstructorInvocation
The Java.AlternateConstructorInvocation or Java.SuperConstructorInvocation, if any. |
| Fields inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
formalParameters, localVariables, modifiers, name, optionalStatements, thrownExceptions, type |
| Fields inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
statiC |
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
Java.ConstructorDeclarator(Location location,
optionalDocComment,
Java.Modifiers modifiers,
Java.FunctionDeclarator.FormalParameters parameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
<Java.BlockStatement> statements)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.FunctionDeclaratorVisitor visitor)
Invokes the ' visit...()' method of Visitor.FunctionDeclaratorVisitor for the concrete
Java.FunctionDeclarator type. |
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor)
Invokes the ' visit...()' method of Visitor.TypeBodyDeclarationVisitor for the concrete
Java.TypeBodyDeclaration type. |
Java.ClassDeclaration |
getDeclaringClass()
|
|
toString()
|
| Methods inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
getAnnotations, getDocComment, getEnclosingScope, hasDeprecatedDocTag, setDeclaringType |
| Methods inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
getDeclaringType, isStatic, setEnclosingScope |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang. |
|---|
, , , , , , , , , |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Field Detail |
|---|
public final Java.ConstructorInvocation optionalConstructorInvocation
Java.AlternateConstructorInvocation or Java.SuperConstructorInvocation, if any.
| Constructor Detail |
|---|
public Java.ConstructorDeclarator(Location location,
optionalDocComment,
Java.Modifiers modifiers,
Java.FunctionDeclarator.FormalParameters parameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
<Java.BlockStatement> statements)
| Method Detail |
|---|
public Java.ClassDeclaration getDeclaringClass()
Java.ClassDeclaration where this Java.ConstructorDeclarator appearspublic toString()
in class public void accept(Visitor.TypeBodyDeclarationVisitor visitor)
Java.TypeBodyDeclarationvisit...()' method of Visitor.TypeBodyDeclarationVisitor for the concrete
Java.TypeBodyDeclaration type.
public void accept(Visitor.FunctionDeclaratorVisitor visitor)
Java.FunctionDeclaratorvisit...()' method of Visitor.FunctionDeclaratorVisitor for the concrete
Java.FunctionDeclarator type.
accept in class Java.FunctionDeclarator
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||