Class SwitchStatement.MultiLabelsBlock
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
-
- org.jd.core.v1.model.javasyntax.statement.SwitchStatement.MultiLabelsBlock
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>,BaseStatement,Statement,Base<Statement>
- Enclosing class:
- SwitchStatement
public static class SwitchStatement.MultiLabelsBlock extends SwitchStatement.Block
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SwitchStatement.Label>labels-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
statements
-
-
Constructor Summary
Constructors Constructor Description MultiLabelsBlock(java.util.List<SwitchStatement.Label> labels, BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StatementVisitor visitor)java.util.List<SwitchStatement.Label>getLabels()java.lang.StringtoString()-
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
getStatements
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
labels
protected java.util.List<SwitchStatement.Label> labels
-
-
Constructor Detail
-
MultiLabelsBlock
public MultiLabelsBlock(java.util.List<SwitchStatement.Label> labels, BaseStatement statements)
-
-
Method Detail
-
getLabels
public java.util.List<SwitchStatement.Label> getLabels()
-
accept
public void accept(StatementVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-