Class ForStatement

All Implemented Interfaces:
UserDataStore, IFreezable, INode, Cloneable

public class ForStatement extends Statement
  • Field Details

    • FOR_KEYWORD_ROLE

      public static final TokenRole FOR_KEYWORD_ROLE
    • INITIALIZER_ROLE

      public static final Role<Statement> INITIALIZER_ROLE
    • ITERATOR_ROLE

      public static final Role<Statement> ITERATOR_ROLE
  • Constructor Details

    • ForStatement

      public ForStatement(int offset)
  • Method Details