Uses of Class
org.jacorb.idl.TypeSpec

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 TypeSpec.type_spec
           
 TypeSpec Method.resultType
           
 TypeSpec Method.parameterType
           
 TypeSpec AliasTypeSpec.originalType
          the type for which this is an alias
 TypeSpec AttrDecl.param_type_spec
           
 TypeSpec OpDecl.opTypeSpec
           
 TypeSpec Member.type_spec
           
 TypeSpec ParamDecl.paramTypeSpec
           
 

Methods in org.jacorb.idl that return TypeSpec
 TypeSpec ReplyHandlerTypeSpec.typeSpec()
           
 TypeSpec TypeSpec.typeSpec()
           
 TypeSpec TypeCodeTypeSpec.typeSpec()
           
 TypeSpec ScopedName.resolvedTypeSpec()
           
 TypeSpec ScopedName.typeSpec()
           
 TypeSpec ArrayTypeSpec.typeSpec()
           
 TypeSpec VectorType.elementTypeSpec()
           
 TypeSpec VoidTypeSpec.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 AnyType.typeSpec()
           
 TypeSpec ConstrTypeSpec.typeSpec()
           
 TypeSpec ExceptionHolderTypeSpec.typeSpec()
           
 TypeSpec AliasTypeSpec.typeSpec()
           
 TypeSpec AliasTypeSpec.originalType()
           
 TypeSpec ObjectTypeSpec.typeSpec()
           
 TypeSpec Member.typeSpec()
           
 TypeSpec FixedPointType.typeSpec()
           
 

Methods in org.jacorb.idl with parameters of type TypeSpec
 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.
 void UnionType.setSwitchType(TypeSpec s)
           
 

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)
           
Method(TypeSpec res, TypeSpec params, java.lang.String name, boolean pseudo)
           
AliasTypeSpec(TypeSpec ts)
          Class constructor,
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.
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.