|
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
public static final class Java.ConstructorDeclarator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
Java.FunctionDeclarator.FormalParameter |
| Field Summary | |
|---|---|
Java.ConstructorInvocation |
optionalConstructorInvocation
|
| Fields inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
formalParameters, localVariables, modifiers, name, optionalBody, thrownExceptions, type |
| Fields inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
statiC |
| Constructor Summary | |
|---|---|
Java.ConstructorDeclarator(Location location,
java.lang.String optionalDocComment,
short modifiers,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
Java.Block optionalBody)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor)
|
Java.ClassDeclaration |
getDeclaringClass()
|
java.lang.String |
toString()
|
| Methods inherited from class org.codehaus.janino.Java.FunctionDeclarator |
|---|
getDocComment, getEnclosingScope, hasDeprecatedDocTag |
| Methods inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
getDeclaringType, isStatic, setDeclaringType, setEnclosingScope |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, 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 |
| Field Detail |
|---|
public Java.ConstructorInvocation optionalConstructorInvocation
| Constructor Detail |
|---|
public Java.ConstructorDeclarator(Location location,
java.lang.String optionalDocComment,
short modifiers,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
Java.ConstructorInvocation optionalConstructorInvocation,
Java.Block optionalBody)
| Method Detail |
|---|
public Java.ClassDeclaration getDeclaringClass()
public java.lang.String toString()
toString in class java.lang.Objectpublic final void accept(Visitor.TypeBodyDeclarationVisitor visitor)
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||