Class ContinueStatement


  • public class ContinueStatement
    extends Statement
    Statement used to interrupt further execution of a loop body and jump to the evaluation of the loop condition. Can have a loop label, e.g. in Java, to specify which of the nested loops condition should be reevaluated.
    • Constructor Detail

      • ContinueStatement

        public ContinueStatement()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Statement