public static final class Java.Initializer extends Java.AbstractTypeBodyDeclaration implements Java.BlockStatement
| Modifier and Type | Field and Description |
|---|---|
Java.Block |
block |
statiCNOWHERE| Constructor and Description |
|---|
Initializer(Location location,
boolean statiC,
Java.Block block) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor) |
Java.LocalVariable |
findLocalVariable(java.lang.String name) |
java.lang.String |
toString() |
getDeclaringType, getEnclosingScope, isStatic, setDeclaringType, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionpublic final Java.Block block
public Initializer(Location location, boolean statiC, Java.Block block)
public java.lang.String toString()
toString in class java.lang.Objectpublic void accept(Visitor.TypeBodyDeclarationVisitor visitor)
accept in interface Java.TypeBodyDeclarationpublic void accept(Visitor.BlockStatementVisitor visitor)
accept in interface Java.BlockStatementpublic Java.LocalVariable findLocalVariable(java.lang.String name)
findLocalVariable in interface Java.BlockStatement