| Class Summary |
| AddExpr | |
| AliasTypeSpec | |
| AndExpr | |
| AnyType | |
| ArrayDeclarator | |
| ArraySizeMismatchException | |
| ArrayTypeSpec | |
| AttrDecl | |
| AttrRaisesExpr |
This is only a holder object for the result of the attr_raises_expr
production. |
| BaseType |
Represents IDL base types
|
| BooleanType | |
| Case | |
| CharType | |
| ConstDecl | |
| ConstExpr | |
| ConstExprEvaluator |
Based on the MathEvaluator class by The-Son LAI,
Lts@writeme.com
Expression evaluator for IDL constant expression
Supports the following functions:
+, -, *, /, ^, %, ^, | , <<, >>
When the getValue() is called, a Double object is returned.
|
| ConstExprEvaluator.Node | |
| ConstExprEvaluator.Operator | |
| ConstrTypeSpec | |
| ConstType |
constant type
|
| Declaration | |
| Declarator | |
| Definition | |
| Definitions | |
| DoubleType | |
| ElementSpec | |
| EnumType | |
| Environment | |
| ExceptionHolderTypeSpec | |
| 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. |
| FixedArraySize | |
| FixedPointConstType | |
| FixedPointType | |
| FloatPtType | |
| FloatType | |
| GlobalInputStream |
This class deals with IDL input files and their inclusion relationships.
|
| IdlSymbol |
Base class for all classes of the abstract IDL syntax tree
|
| InitDecl | |
| InitParamDecl | |
| Interface | |
| InterfaceBody | |
| InterfaceBody.ParseThread | |
| IntType | |
| JacIDL |
This is the idl compile task for using the idl compiler
from the ANT build tool.
|
| JacIDL.I2JPackageTagHandler |
Inner class that will read the i2jpackage tags.
|
| lexer |
This class implements a scanner (aka lexical analyzer or
lexer) for IDL. |
| Literal | |
| LongLongType |
Represents IDL long long and unsigned long long types
|
| LongType | |
| Member | |
| MemberList | |
| Method | |
| Module |
Note: a module's name is its package name! |
| MultExpr | |
| NameTable |
A table of defined names
|
| NativeType | |
| NoHelperException |
This Exception will be thrown when there is no Helper class
available for a specific CORBA type. |
| ObjectTypeSpec | |
| OctetType | |
| OpDecl | |
| OrExpr | |
| parser | |
| ParamDecl | |
| ParseException | |
| PositionInfo |
PositionInfo objects are records that group information about the
current position in the input file. |
| PosIntConst |
Represents positive integer constants, used in array sizes and
sequence bounds declarations.
|
| PrimaryExpr | |
| RaisesExpr | |
| ReplyHandler |
A ReplyHandler receives replies of asynchronous invocations of
another interface (we call this interface the "parent" of the
ReplyHandler).
|
| ReplyHandlerTypeSpec | |
| str_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. |
| sym | Cup generated class containing symbol constants. |
| ScopedName |
IDL scoped names
|
| ScopeData | |
| SequenceType |
IDL sequences.
|
| ShiftExpr | |
| ShortType | |
| SimpleDeclarator | |
| SimpleTypeSpec | |
| Spec | |
| StateMember | |
| StringType | |
| StructType | |
| SwitchBody | |
| SymbolList | |
| TemplateTypeSpec | |
| Truncatable | |
| TypeCodeTypeSpec | |
| TypeDeclaration | |
| TypeDeclarator | |
| TypeDef | |
| TypeMap | |
| TypeSpec | |
| UnaryExpr | |
| UnionType | |
| Value | |
| ValueAbsDecl | |
| ValueBase | |
| ValueBody | |
| ValueBoxDecl | |
| ValueDecl | |
| ValueInheritanceSpec | |
| VectorType |
Common super class for arrays and sequences
|
| VoidTypeSpec | |
| XorExpr | |