|
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.Initializer
public static final class Java.Initializer
Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7).
| Field Summary | |
|---|---|
Java.Block |
block
|
| Fields inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
statiC |
| Constructor Summary | |
|---|---|
Java.Initializer(Location location,
boolean statiC,
Java.Block block)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor)
|
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor)
|
| Methods inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration |
|---|
getDeclaringType, getEnclosingScope, 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, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.Java.BlockStatement |
|---|
getEnclosingScope, setEnclosingScope |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwParseException |
| Field Detail |
|---|
public final Java.Block block
| Constructor Detail |
|---|
public Java.Initializer(Location location,
boolean statiC,
Java.Block block)
| Method Detail |
|---|
public final void accept(Visitor.TypeBodyDeclarationVisitor visitor)
accept in interface Java.TypeBodyDeclarationpublic final void accept(Visitor.BlockStatementVisitor visitor)
accept in interface Java.BlockStatement
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||