Uses of Interface
org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Label
-
Packages that use SwitchStatement.Label Package Description org.jd.core.v1.model.javasyntax.statement -
-
Uses of SwitchStatement.Label in org.jd.core.v1.model.javasyntax.statement
Classes in org.jd.core.v1.model.javasyntax.statement that implement SwitchStatement.Label Modifier and Type Class Description static class
SwitchStatement.DefaultLabel
static class
SwitchStatement.ExpressionLabel
Fields in org.jd.core.v1.model.javasyntax.statement declared as SwitchStatement.Label Modifier and Type Field Description protected SwitchStatement.Label
SwitchStatement.LabelBlock. label
Fields in org.jd.core.v1.model.javasyntax.statement with type parameters of type SwitchStatement.Label Modifier and Type Field Description protected java.util.List<SwitchStatement.Label>
SwitchStatement.MultiLabelsBlock. labels
Methods in org.jd.core.v1.model.javasyntax.statement that return SwitchStatement.Label Modifier and Type Method Description SwitchStatement.Label
SwitchStatement.LabelBlock. getLabel()
Methods in org.jd.core.v1.model.javasyntax.statement that return types with arguments of type SwitchStatement.Label Modifier and Type Method Description java.util.List<SwitchStatement.Label>
SwitchStatement.MultiLabelsBlock. getLabels()
Constructors in org.jd.core.v1.model.javasyntax.statement with parameters of type SwitchStatement.Label Constructor Description LabelBlock(SwitchStatement.Label label, BaseStatement statements)
Constructor parameters in org.jd.core.v1.model.javasyntax.statement with type arguments of type SwitchStatement.Label Constructor Description MultiLabelsBlock(java.util.List<SwitchStatement.Label> labels, BaseStatement statements)
-