Class SwitchStatement.LabelBlock
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
-
- org.jd.core.v1.model.javasyntax.statement.SwitchStatement.LabelBlock
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>,BaseStatement,Statement,Base<Statement>
- Enclosing class:
- SwitchStatement
public static class SwitchStatement.LabelBlock extends SwitchStatement.Block
-
-
Field Summary
Fields Modifier and Type Field Description protected SwitchStatement.Labellabel-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
statements
-
-
Constructor Summary
Constructors Constructor Description LabelBlock(SwitchStatement.Label label, BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StatementVisitor visitor)SwitchStatement.LabelgetLabel()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
-
label
protected SwitchStatement.Label label
-
-
Constructor Detail
-
LabelBlock
public LabelBlock(SwitchStatement.Label label, BaseStatement statements)
-
-
Method Detail
-
getLabel
public SwitchStatement.Label getLabel()
-
accept
public void accept(StatementVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-