Package | Description |
---|---|
org.jacorb.idl | |
org.jacorb.idl.javamapping |
Modifier and Type | Class and Description |
---|---|
class |
AttrDecl |
class |
ConstDecl |
class |
EnumType |
class |
InitDecl |
class |
Interface |
class |
Member |
class |
Module
Note: a module's name is its package name!
|
class |
NativeType |
class |
OpDecl |
class |
ReplyHandler
A ReplyHandler receives replies of asynchronous invocations of
another interface (we call this interface the "parent" of the
ReplyHandler).
|
class |
StateMember |
class |
StructType |
class |
TypeDeclaration |
class |
TypeDef |
class |
UnionType |
class |
Value |
class |
ValueAbsDecl |
class |
ValueBoxDecl |
class |
ValueDecl |
Modifier and Type | Method and Description |
---|---|
Declaration |
Definition.get_declaration() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceBody.addDefinition(Declaration d) |
void |
Definition.set_declaration(Declaration d) |
void |
IDLTreeVisitor.visitDeclaration(Declaration decl) |
Constructor and Description |
---|
Definition(Declaration d) |
Modifier and Type | Method and Description |
---|---|
void |
JavaMappingGeneratingVisitor.visitDeclaration(Declaration declaration) |