Package com.strobel.decompiler.ast
Class Loop
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Loop
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Block
getBody()
final Expression
final LoopType
final void
final void
setCondition
(Expression condition) final void
setLoopType
(LoopType loopType) 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
-
_loopType
-
_condition
-
_body
-
-
Constructor Details
-
Loop
public Loop()
-
-
Method Details
-
getCondition
-
setCondition
-
getBody
-
setBody
-
getLoopType
-
setLoopType
-
getChildren
- Overrides:
getChildren
in classNode
-
writeTo
-