public static final class Java.Initializer extends Java.AbstractTypeBodyDeclaration implements Java.BlockStatement
Modifier and Type | Field and Description |
---|---|
Java.Block |
block |
statiC
NOWHERE
Constructor and Description |
---|
Java.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, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
public final Java.Block block
public Java.Initializer(Location location, boolean statiC, Java.Block block)
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(Visitor.TypeBodyDeclarationVisitor visitor)
accept
in interface Java.TypeBodyDeclaration
public void accept(Visitor.BlockStatementVisitor visitor)
accept
in interface Java.BlockStatement
public Java.LocalVariable findLocalVariable(java.lang.String name)
findLocalVariable
in interface Java.BlockStatement
Copyright © 2001-2012. All Rights Reserved.