Package | Description |
---|---|
org.jacorb.ir | |
org.omg.CORBA |
Modifier and Type | Method and Description |
---|---|
void |
IdlWriter.printAlias(TypeDescription t,
int indentation)
print an IDL alias
|
void |
IdlWriter.printEnum(TypeDescription t,
int indentation)
print an IDL Enum
|
void |
IdlWriter.printStruct(TypeDescription t,
int indentation)
print an IDL struct def
|
void |
IdlWriter.printUnion(TypeDescription t,
int indentation)
print an IDL Union
|
Modifier and Type | Field and Description |
---|---|
TypeDescription |
TypeDescriptionHolder.value |
Modifier and Type | Method and Description |
---|---|
static TypeDescription |
TypeDescriptionHelper.extract(Any any) |
static TypeDescription |
TypeDescriptionHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
TypeDescriptionHelper.insert(Any any,
TypeDescription s) |
static void |
TypeDescriptionHelper.write(OutputStream out,
TypeDescription s) |
Constructor and Description |
---|
TypeDescriptionHolder(TypeDescription initial) |
Copyright © 2017 JacORB. All rights reserved.