Package | Description |
---|---|
org.jacorb.idl | |
org.jacorb.idl.runtime |
Class and Description |
---|
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.
|
Class and Description |
---|
lr_parser
This class implements a skeleton table driven LR parser.
|
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.
|
Copyright © 2017 JacORB. All rights reserved.