Package java_cup.runtime
package java_cup.runtime
-
ClassesClassDescriptionThis subclass of token represents symbols that need to maintain one char value as an attribute.This subclass of token represents symbols that need to maintain one double value as an attribute.This subclass of token represents symbols that need to maintain one float value as an attribute.This subclass of token represents symbols that need to maintain one int value as an attribute.This subclass of token represents symbols that need to maintain one long value as an attribute.This class implements a skeleton table driven LR parser.This subclass of token represents symbols that need to maintain one String value as an attribute.This class represents a (terminal or non-terminal) symbol that, among other things can be placed on the parse stack.This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.This class implements a temporary or "virtual" parse stack that replaces the top portion of the actual parse stack (the part that has been changed by some set of operations) while maintaining its original contents.