Package java_cup

Class shift_action


public class shift_action extends parse_action
This class represents a shift action within the parse table. The action simply stores the state that it shifts to and responds to queries about its type.
  • Field Details

    • _shift_to

      protected lalr_state _shift_to
      The state we shift to.
  • Constructor Details

  • Method Details