public static final class Java.LocalVariableDeclarationStatement extends Java.Statement
Modifier and Type | Field and Description |
---|---|
short |
modifiers |
Java.Type |
type |
Java.VariableDeclarator[] |
variableDeclarators |
localVariables
NOWHERE
Constructor and Description |
---|
Java.LocalVariableDeclarationStatement(Location location,
short modifiers,
Java.Type type,
Java.VariableDeclarator[] variableDeclarators) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public final short modifiers
public final Java.Type type
public final Java.VariableDeclarator[] variableDeclarators
public Java.LocalVariableDeclarationStatement(Location location, short modifiers, Java.Type type, Java.VariableDeclarator[] variableDeclarators)
modifiers
- Only "final" allowed.public void accept(Visitor.BlockStatementVisitor visitor)
Copyright © 2001-2014. All Rights Reserved.