Uses of Class
java_cup.lr_item_core
-
Packages that use lr_item_core Package Description java_cup -
-
Uses of lr_item_core in java_cup
Subclasses of lr_item_core in java_cup Modifier and Type Class Description class
lalr_item
This class represents an LALR item.Methods in java_cup that return lr_item_core Modifier and Type Method Description lr_item_core
lr_item_core. shift_core()
Produce a new lr_item_core that results from shifting the dot one position to the right.Methods in java_cup with parameters of type lr_item_core Modifier and Type Method Description boolean
lr_item_core. core_equals(lr_item_core other)
Equality comparison for the core only.boolean
lr_item_core. equals(lr_item_core other)
Equality comparison.
-