Package org.jacorb.idl.runtime

Class Summary

char_tokenThis subclass of token represents symbols that need to maintain one char value as an attribute.
double_tokenThis subclass of token represents symbols that need to maintain one double value as an attribute.
float_tokenThis subclass of token represents symbols that need to maintain one float value as an attribute.
int_tokenThis subclass of token represents symbols that need to maintain one int value as an attribute.
long_tokenThis subclass of token represents symbols that need to maintain one long value as an attribute.
lr_parserThis class implements a skeleton table driven LR parser.
str_tokenThis subclass of token represents symbols that need to maintain one String value as an attribute.
symbolThis class represents a (terminal or non-terminal) symbol that, among other things can be placed on the parse stack.
tokenThis subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.
virtual_parse_stackThis 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.