java_cup
Class nonassoc_action
public class nonassoc_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:
- Frank Flannery
nonassoc_action
public nonassoc_action()
throws internal_error
Simple constructor.
equals
public boolean equals(Object other)
Generic equality test.
- equals in interface parse_action
hashCode
public int hashCode()
Compute a hash code.
- hashCode in interface parse_action
kind
public int kind()
Quick access to type of action.
- kind in interface parse_action
toString
public String toString()
Convert to string.
- toString in interface parse_action