Class SwitchStatement.MultiLabelsBlock
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
org.jd.core.v1.model.javasyntax.statement.SwitchStatement.MultiLabelsBlock
- Enclosing class:
SwitchStatement
-
Field Summary
FieldsFields inherited from class SwitchStatement.Block
statements -
Constructor Summary
ConstructorsConstructorDescriptionMultiLabelsBlock(List<SwitchStatement.Label> labels, BaseStatement statements) -
Method Summary
Methods inherited from class SwitchStatement.Block
getStatementsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
labels
-
-
Constructor Details
-
MultiLabelsBlock
-
-
Method Details
-
getLabels
-
accept
-
toString
-