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 |
java.util.List |
sbsgs |
localVariablesNOWHERE| Constructor and Description |
|---|
SwitchStatement(Location location,
Java.Rvalue condition,
java.util.List sbsgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
java.lang.String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final Java.Rvalue condition
public final java.util.List sbsgs
public SwitchStatement(Location location, Java.Rvalue condition, java.util.List sbsgs)
public java.lang.String toString()
toString in class java.lang.Objectpublic void accept(Visitor.BlockStatementVisitor visitor)