|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdlSymbol | |
---|---|
org.jacorb.idl |
Uses of IdlSymbol in org.jacorb.idl |
---|
Subclasses of IdlSymbol in org.jacorb.idl | |
---|---|
class |
AddExpr
|
class |
AliasTypeSpec
|
class |
AndExpr
|
class |
AnyType
|
class |
ArrayDeclarator
|
class |
ArrayTypeSpec
|
class |
AttrDecl
|
class |
AttrRaisesExpr
This is only a holder object for the result of the attr_raises_expr production. |
class |
BaseType
|
class |
BooleanType
|
class |
Case
|
class |
CharType
|
class |
ConstDecl
|
class |
ConstExpr
|
class |
ConstrTypeSpec
|
class |
ConstType
constant type |
class |
Declaration
|
class |
Declarator
|
class |
Definition
|
class |
Definitions
|
class |
DoubleType
|
class |
ElementSpec
|
class |
EnumType
|
class |
ExceptionHolderTypeSpec
|
class |
FixedArraySize
|
class |
FixedPointConstType
|
class |
FixedPointType
|
class |
FloatPtType
|
class |
FloatType
|
class |
InitDecl
|
class |
InitParamDecl
|
class |
Interface
|
class |
InterfaceBody
|
class |
IntType
|
class |
Literal
|
class |
LongLongType
Represents IDL long long and unsigned long long types |
class |
LongType
|
class |
Member
|
class |
MemberList
|
class |
Module
Note: a module's name is its package name! |
class |
MultExpr
|
class |
NativeType
|
class |
ObjectTypeSpec
|
class |
OctetType
|
class |
OpDecl
|
class |
OrExpr
|
class |
ParamDecl
|
class |
PosIntConst
Represents positive integer constants, used in array sizes and sequence bounds declarations. |
class |
PrimaryExpr
|
class |
RaisesExpr
|
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 |
ShiftExpr
|
class |
ShortType
|
class |
SimpleDeclarator
|
class |
SimpleTypeSpec
|
class |
Spec
|
class |
StateMember
|
class |
StringType
|
class |
StructType
|
class |
SwitchBody
|
class |
SymbolList
|
class |
TemplateTypeSpec
|
class |
Truncatable
|
class |
TypeCodeTypeSpec
|
class |
TypeDeclaration
|
class |
TypeDeclarator
|
class |
TypeDef
|
class |
TypeSpec
|
class |
UnaryExpr
|
class |
UnionType
|
class |
Value
|
class |
ValueAbsDecl
|
class |
ValueBase
|
class |
ValueBody
|
class |
ValueBoxDecl
|
class |
ValueDecl
|
class |
ValueInheritanceSpec
|
class |
VectorType
Common super class for arrays and sequences |
class |
VoidTypeSpec
|
class |
XorExpr
|
Fields in org.jacorb.idl declared as IdlSymbol | |
---|---|
protected IdlSymbol |
IdlSymbol.enclosing_symbol
|
IdlSymbol |
OpDecl.myInterface
|
IdlSymbol |
InitDecl.myValue
|
IdlSymbol |
PrimaryExpr.symbol
|
Methods in org.jacorb.idl that return IdlSymbol | |
---|---|
IdlSymbol |
IdlSymbol.getEnclosingSymbol()
|
IdlSymbol |
Declarator.getEnclosingSymbol()
|
IdlSymbol |
SimpleDeclarator.getEnclosingSymbol()
|
IdlSymbol |
ArrayDeclarator.getEnclosingSymbol()
|
Constructors in org.jacorb.idl with parameters of type IdlSymbol | |
---|---|
OpDecl(IdlSymbol myInterface,
int opAttribute,
TypeSpec opTypeSpec,
java.lang.String name,
java.util.List paramDecls,
RaisesExpr raisesExpr)
Constructs a new OpDecl with the given characteristics. |
|
OpDecl(IdlSymbol myInterface,
java.lang.String name,
java.util.List paramDecls)
Constructs a normal (not oneway) operation with void return type and no raises-Expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |