|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use symbol | |
---|---|
org.jacorb.idl | |
org.jacorb.idl.runtime |
Uses of symbol in org.jacorb.idl |
---|
Subclasses of symbol in org.jacorb.idl | |
class |
AliasTypeSpec
|
class |
AnyType
|
class |
ArrayTypeSpec
|
class |
AttrDecl
|
(package private) class |
org.jacorb.idl.BaseType
|
class |
ConstrTypeSpec
|
class |
Declaration
|
class |
Declarator
|
class |
Definition
|
class |
Definitions
|
class |
EnumType
|
class |
ExceptionHolderTypeSpec
|
class |
fixed_token
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 |
FixedPointType
|
class |
IdlSymbol
Base class for all classes of the abstract IDL syntax tree |
class |
Interface
|
class |
InterfaceBody
|
class |
Member
|
class |
MemberList
|
class |
Module
Note: a module's name is its package name! |
class |
NativeType
|
class |
ObjectTypeSpec
|
class |
OpDecl
|
class |
ParamDecl
|
class |
ReplyHandler
A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler). |
class |
ReplyHandlerTypeSpec
|
class |
ScopedName
|
class |
SequenceType
IDL sequences. |
class |
SimpleDeclarator
|
(package private) class |
org.jacorb.idl.SimpleTypeSpec
|
class |
Spec
|
class |
StateMember
|
class |
StringType
|
class |
StructType
|
class |
SymbolList
|
(package private) class |
org.jacorb.idl.TemplateTypeSpec
|
class |
TypeCodeTypeSpec
|
class |
TypeDeclaration
|
class |
TypeDef
|
class |
TypeSpec
|
class |
UnionType
|
class |
Value
|
class |
ValueAbsDecl
|
class |
ValueBoxDecl
|
class |
ValueDecl
|
class |
VectorType
Common super class for arrays and sequences |
class |
VoidTypeSpec
|
Methods in org.jacorb.idl that return symbol | |
symbol |
parser.do_action(int act_num,
lr_parser parser,
java.util.Stack stack,
int top)
invoke a user supplied parse action |
Uses of symbol in org.jacorb.idl.runtime |
---|
Subclasses of symbol in org.jacorb.idl.runtime | |
class |
char_token
This subclass of token represents symbols that need to maintain one char value as an attribute. |
class |
double_token
This subclass of token represents symbols that need to maintain one double value as an attribute. |
class |
float_token
This subclass of token represents symbols that need to maintain one float value as an attribute. |
class |
int_token
This subclass of token represents symbols that need to maintain one int value as an attribute. |
class |
long_token
This subclass of token represents symbols that need to maintain one long value as an attribute. |
class |
str_token
This subclass of token represents symbols that need to maintain one String value as an attribute. |
class |
token
This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack. |
Methods in org.jacorb.idl.runtime that return symbol | |
abstract symbol |
lr_parser.do_action(int act_num,
lr_parser parser,
java.util.Stack stack,
int top)
Perform a bit of user supplied action code (supplied by generated subclass). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |