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