Class GotoStatement

All Implemented Interfaces:
UserDataStore, IFreezable, INode, Cloneable

public class GotoStatement extends Statement
  • Field Details

    • GOTO_KEYWORD_ROLE

      public static final TokenRole GOTO_KEYWORD_ROLE
  • Constructor Details

    • GotoStatement

      public GotoStatement(int offset, String label)
  • Method Details