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 |
localVariablesNOWHERE| Constructor and Description |
|---|
Java.SwitchStatement(Location location,
Java.Rvalue condition,
List sbsgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final Java.Rvalue condition
public final List sbsgs
public Java.SwitchStatement(Location location, Java.Rvalue condition, List sbsgs)
public void accept(Visitor.BlockStatementVisitor visitor)
Copyright © 2001–2013. All rights reserved.