Uses of Class org.jacorb.idl.runtime.symbol

Uses in package org.jacorb.idl

Classes derived from org.jacorb.idl.runtime.symbol

class
class
class
class
class
class
class
class
class
class
class
class
This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes.
class
class
Base class for all classes of the abstract IDL syntax tree
class
class
class
class
class
Note: a module's name is its package name!
class
class
class
class
class
A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
class
class
This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes.
class
IDL scoped names
class
IDL sequences.
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Common super class for arrays and sequences
class

Methods with return type org.jacorb.idl.runtime.symbol

symbol
parser.do_action(int act_num, lr_parser parser, java.util.Stack stack, int top)
invoke a user supplied parse action

Uses in package org.jacorb.idl.runtime

Classes derived from org.jacorb.idl.runtime.symbol

class
This subclass of token represents symbols that need to maintain one char value as an attribute.
class
This subclass of token represents symbols that need to maintain one double value as an attribute.
class
This subclass of token represents symbols that need to maintain one float value as an attribute.
class
This subclass of token represents symbols that need to maintain one int value as an attribute.
class
This subclass of token represents symbols that need to maintain one long value as an attribute.
class
This subclass of token represents symbols that need to maintain one String value as an attribute.
class
This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.

Methods with return type org.jacorb.idl.runtime.symbol

symbol
lr_parser.do_action(int act_num, lr_parser parser, Stack stack, int top)
Perform a bit of user supplied action code (supplied by generated subclass).