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