public static final class Java.SwitchStatement extends Java.BreakableStatement
Modifier and Type | Class and Description |
---|---|
static class |
Java.SwitchStatement.SwitchBlockStatementGroup |
Modifier and Type | Field and Description |
---|---|
Java.Rvalue |
condition |
List |
sbsgs |
localVariables
NOWHERE
Constructor and Description |
---|
SwitchStatement(Location location,
Java.Rvalue condition,
List sbsgs) |
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 Java.Rvalue condition
public final List sbsgs
public SwitchStatement(Location location, Java.Rvalue condition, List sbsgs)
public void accept(Visitor.BlockStatementVisitor visitor)
Copyright © 2001–2016. All rights reserved.