|
|||||||||||
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 |
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 |
FixedPointType
|
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
|
Fields in org.jacorb.idl declared as IdlSymbol | |
IdlSymbol |
OpDecl.myInterface
|
protected IdlSymbol |
IdlSymbol.enclosing_symbol
|
Methods in org.jacorb.idl that return IdlSymbol | |
IdlSymbol |
Declarator.getEnclosingSymbol()
|
IdlSymbol |
SimpleDeclarator.getEnclosingSymbol()
|
IdlSymbol |
IdlSymbol.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,
org.jacorb.idl.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 |