Package org.jacorb.idl.runtime

Class Summary
char_token This subclass of token represents symbols that need to maintain one char value as an attribute.
double_token This subclass of token represents symbols that need to maintain one double value as an attribute.
float_token This subclass of token represents symbols that need to maintain one float value as an attribute.
int_token This subclass of token represents symbols that need to maintain one int value as an attribute.
long_token This subclass of token represents symbols that need to maintain one long value as an attribute.
lr_parser This class implements a skeleton table driven LR parser.
str_token This subclass of token represents symbols that need to maintain one String value as an attribute.
symbol This class represents a (terminal or non-terminal) symbol that, among other things can be placed on the parse stack.
token This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.
virtual_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.