public static class Java.SwitchStatement.SwitchBlockStatementGroup extends Java.Located
Modifier and Type | Field and Description |
---|---|
List |
blockStatements |
List |
caseLabels |
boolean |
hasDefaultLabel |
NOWHERE
Constructor and Description |
---|
Java.SwitchStatement.SwitchBlockStatementGroup(Location location,
List caseLabels,
boolean hasDefaultLabel,
List blockStatements) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLocation, throwCompileException
Copyright © 2001-2013. All Rights Reserved.