public static final class Java.LocalVariableDeclarationStatement extends Java.Statement
Modifier and Type | Field and Description |
---|---|
Java.ModifiersAndAnnotations |
modifiersAndAnnotations |
Java.Type |
type |
Java.VariableDeclarator[] |
variableDeclarators |
localVariables
NOWHERE
Constructor and Description |
---|
LocalVariableDeclarationStatement(Location location,
Java.ModifiersAndAnnotations modifiersAndAnnotations,
Java.Type type,
Java.VariableDeclarator[] variableDeclarators) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
java.lang.String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public final Java.ModifiersAndAnnotations modifiersAndAnnotations
public final Java.Type type
public final Java.VariableDeclarator[] variableDeclarators
public LocalVariableDeclarationStatement(Location location, Java.ModifiersAndAnnotations modifiersAndAnnotations, Java.Type type, Java.VariableDeclarator[] variableDeclarators)
modifiersAndAnnotations
- Only "final" allowed.public void accept(Visitor.BlockStatementVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object