Package com.strobel.decompiler.ast
Class Switch
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Switch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Expression
final void
setCondition
(Expression condition) final void
writeTo
(ITextOutput output) Methods inherited from class com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString
-
Field Details
-
_caseBlocks
-
_condition
-
-
Constructor Details
-
Switch
public Switch()
-
-
Method Details
-
getCondition
-
setCondition
-
getCaseBlocks
-
getChildren
- Overrides:
getChildren
in classNode
-
writeTo
-