Class SwitchStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.SwitchStatement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static interface
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<SwitchStatement.Block> protected Expression
static final SwitchStatement.DefaultLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor visitor) void
setCondition
(Expression condition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
DEFAULT_LABEL
-
condition
-
blocks
-
-
Constructor Details
-
SwitchStatement
-
-
Method Details
-
getCondition
-
setCondition
-
getBlocks
-
accept
- Specified by:
accept
in interfaceBaseStatement
-