Class SwitchStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.SwitchStatement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interfacestatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SwitchStatement.Block> protected Expressionstatic final SwitchStatement.DefaultLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) voidsetCondition(Expression condition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods 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:
acceptin interfaceBaseStatement
-