|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSpec | |
org.jacorb.idl |
Uses of TypeSpec in org.jacorb.idl |
Subclasses of TypeSpec in org.jacorb.idl | |
class |
AliasTypeSpec
|
class |
AnyType
|
class |
ArrayTypeSpec
|
(package private) class |
org.jacorb.idl.BaseType
|
class |
ConstrTypeSpec
|
class |
ExceptionHolderTypeSpec
|
class |
FixedPointType
|
class |
ObjectTypeSpec
|
class |
ReplyHandlerTypeSpec
|
class |
ScopedName
|
class |
SequenceType
IDL sequences. |
(package private) class |
org.jacorb.idl.SimpleTypeSpec
|
class |
StringType
|
(package private) class |
org.jacorb.idl.TemplateTypeSpec
|
class |
TypeCodeTypeSpec
|
class |
VectorType
Common super class for arrays and sequences |
class |
VoidTypeSpec
|
Fields in org.jacorb.idl declared as TypeSpec | |
TypeSpec |
Member.type_spec
|
TypeSpec |
AttrDecl.param_type_spec
|
TypeSpec |
AliasTypeSpec.originalType
the type for which this is an alias |
TypeSpec |
ParamDecl.paramTypeSpec
|
TypeSpec |
Method.resultType
|
TypeSpec |
Method.parameterType
|
TypeSpec |
OpDecl.opTypeSpec
|
TypeSpec |
TypeSpec.type_spec
|
Methods in org.jacorb.idl that return TypeSpec | |
TypeSpec |
VoidTypeSpec.typeSpec()
|
TypeSpec |
TypeCodeTypeSpec.typeSpec()
|
TypeSpec |
StringType.typeSpec()
|
TypeSpec |
SequenceType.typeSpec()
since the sequence type's name depends on a declarator given in the typedef, the name varilabe has to be set explicitly by the TypeDef object before this sequence type can be used. |
TypeSpec |
ReplyHandlerTypeSpec.typeSpec()
|
TypeSpec |
ObjectTypeSpec.typeSpec()
|
TypeSpec |
Member.typeSpec()
|
TypeSpec |
FixedPointType.typeSpec()
|
TypeSpec |
ExceptionHolderTypeSpec.typeSpec()
|
TypeSpec |
VectorType.elementTypeSpec()
|
TypeSpec |
ArrayTypeSpec.typeSpec()
|
TypeSpec |
AnyType.typeSpec()
|
TypeSpec |
ConstrTypeSpec.typeSpec()
|
TypeSpec |
AliasTypeSpec.typeSpec()
|
TypeSpec |
AliasTypeSpec.originalType()
|
TypeSpec |
ScopedName.resolvedTypeSpec()
|
TypeSpec |
ScopedName.typeSpec()
|
TypeSpec |
TypeSpec.typeSpec()
|
Methods in org.jacorb.idl with parameters of type TypeSpec | |
void |
UnionType.setSwitchType(TypeSpec s)
|
void |
IdlSymbol.addImportedName(java.lang.String name,
TypeSpec type)
Called by derived classes to potentially add the name and the nameHelper to the generated Java class's import list, which is necessary in case the mapped code is in the unnamed package. |
Constructors in org.jacorb.idl with parameters of type TypeSpec | |
ArrayTypeSpec(int num,
TypeSpec elem,
org.jacorb.idl.ArrayDeclarator ad,
java.lang.String pack_name)
|
|
AliasTypeSpec(TypeSpec ts)
Class constructor, |
|
ParamDecl(int paramAttribute,
TypeSpec paramTypeSpec,
SimpleDeclarator simple_declarator)
Constructs a new parameter declaration with the given characteristics. |
|
ParamDecl(int paramAttribute,
TypeSpec paramTypeSpec,
java.lang.String name)
Constructs a new parameter declaration with the given characteristics. |
|
Method(TypeSpec res,
TypeSpec params,
java.lang.String name,
boolean pseudo)
|
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |