Package java_cup

Class nonassoc_action

java.lang.Object
java_cup.parse_action
java_cup.nonassoc_action

public class nonassoc_action extends parse_action
This class represents a shift/reduce nonassociative error within the parse table. If action_table element is assign to type nonassoc_action, it cannot be changed, and signifies that there is a conflict between shifting and reducing a production and a terminal that shouldn't be next to each other.
Version:
last updated: 7/2/96
Author:
Frank Flannery