Class Loop


  • public final class Loop
    extends Node
    • Constructor Detail

      • Loop

        public Loop()
    • Method Detail

      • 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 java.util.List<Node> getChildren()
        Overrides:
        getChildren in class Node