Package | Description |
---|---|
org.jacorb.idl | |
org.jacorb.idl.javamapping |
Modifier and Type | Class and Description |
---|---|
class |
EnumType |
class |
Interface |
class |
NativeType |
class |
ReplyHandler
A ReplyHandler receives replies of asynchronous invocations of
another interface (we call this interface the "parent" of the
ReplyHandler).
|
class |
StructType |
class |
TypeDef |
class |
UnionType |
class |
Value |
class |
ValueAbsDecl |
class |
ValueBoxDecl |
class |
ValueDecl |
Modifier and Type | Field and Description |
---|---|
TypeDeclaration |
ConstrTypeSpec.c_type_spec |
TypeDeclaration |
Member.containingType |
TypeDeclaration |
TypeDeclaration.type_decl |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
NativeType.declaration() |
TypeDeclaration |
TypeDeclaration.declaration() |
TypeDeclaration |
Interface.declaration()
override methods from superclass TypeDeclaration
|
TypeDeclaration |
ConstrTypeSpec.declaration() |
TypeDeclaration |
ValueDecl.declaration() |
TypeDeclaration |
Value.declaration() |
TypeDeclaration |
StructType.declaration() |
TypeDeclaration |
EnumType.declaration() |
TypeDeclaration |
UnionType.declaration() |
TypeDeclaration |
ValueAbsDecl.declaration() |
TypeDeclaration |
ValueBoxDecl.declaration() |
Modifier and Type | Method and Description |
---|---|
void |
ValueBase.set_constr(TypeDeclaration td) |
void |
TypeSpec.set_constr(TypeDeclaration td) |
void |
ReplyHandlerTypeSpec.set_constr(TypeDeclaration td) |
void |
ExceptionHolderTypeSpec.set_constr(TypeDeclaration td) |
void |
TypeCodeTypeSpec.set_constr(TypeDeclaration td) |
void |
ObjectTypeSpec.set_constr(TypeDeclaration td) |
void |
MemberList.setContainingType(TypeDeclaration t) |
void |
Member.setContainingType(TypeDeclaration t) |
void |
IDLTreeVisitor.visitTypeDeclaration(TypeDeclaration typeDecl) |
Constructor and Description |
---|
ConstrTypeSpec(TypeDeclaration c) |
Modifier and Type | Method and Description |
---|---|
void |
JavaMappingGeneratingVisitor.visitTypeDeclaration(TypeDeclaration typeDecl) |