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