Class Loop

java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Loop

public final class Loop extends Node
  • Field Details

  • Constructor Details

    • Loop

      public Loop()
  • Method Details

    • getCondition

      public final Expression getCondition()
    • setCondition

      public final void setCondition(Expression condition)
    • getBody

      public final Block getBody()
    • setBody

      public final void setBody(Block body)
    • getLoopType

      public final LoopType getLoopType()
    • setLoopType

      public final void setLoopType(LoopType loopType)
    • getChildren

      public final List<Node> getChildren()
      Overrides:
      getChildren in class Node
    • writeTo

      public final void writeTo(ITextOutput output)
      Specified by:
      writeTo in class Node