Package com.strobel.decompiler.ast
Class Condition
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Condition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Expression
final Block
final Block
final void
setCondition
(Expression condition) final void
setFalseBlock
(Block falseBlock) final void
setTrueBlock
(Block trueBlock) 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
-
_condition
-
_trueBlock
-
_falseBlock
-
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
getCondition
-
setCondition
-
getTrueBlock
-
setTrueBlock
-
getFalseBlock
-
setFalseBlock
-
getChildren
- Overrides:
getChildren
in classNode
-
writeTo
-