Class ForStatement

  • All Implemented Interfaces:
    Node

    public class ForStatement
    extends Statement
    Represents an infinite loop. It can be exited with "break".