Uses of Class java_cup.lalr_item_set

Uses in package java_cup

Constructors with parameter type java_cup.lalr_item_set

Constructor for cloning from another set.
Constructor for building a state from a set of items.

Fields of type java_cup.lalr_item_set

lalr_item_set
The item set for this state.

Methods with parameter type java_cup.lalr_item_set

void
Add a complete set, merging lookaheads where items are already in the set
boolean
Equality comparison.
lalr_state
Find and return state with a given a kernel item set (or null if not found).
boolean
Is this set an (improper) subset of another?
boolean
Is this set an (improper) superset of another?
void
Remove (set subtract) a complete set.

Methods with return type java_cup.lalr_item_set

lalr_item_set
The item set for this state.