Class Action


public class Action extends Expansion
Describes actions that may occur on the right hand side of productions.
  • Field Details

    • action_tokens

      private final List<Token> action_tokens
      Contains the list of tokens that make up the action. This list does not include the surrounding braces.
  • Constructor Details

    • Action

      public Action()
  • Method Details