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.Label
label
-
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 void
accept(StatementVisitor visitor)
SwitchStatement.Label
getLabel()
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
-