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 Expressionfinal voidsetCondition(Expression condition) final voidwriteTo(ITextOutput output) Methods inherited from class 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:
getChildrenin classNode
-
writeTo
-