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 classlalr_itemThis class represents an LALR item.Methods in java_cup that return lr_item_core Modifier and Type Method Description lr_item_corelr_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 booleanlr_item_core. core_equals(lr_item_core other)Equality comparison for the core only.booleanlr_item_core. equals(lr_item_core other)Equality comparison.
-