Uses of Class org.jacorb.idl.TypeSpec

Uses in package org.jacorb.idl

Classes derived from org.jacorb.idl.TypeSpec

class
class
class
class
class
class
class
class
class
IDL scoped names
class
IDL sequences.
class
class
class
Common super class for arrays and sequences
class

Constructors with parameter type org.jacorb.idl.TypeSpec

Class constructor,
ArrayTypeSpec.ArrayTypeSpec(int num, TypeSpec elem, org.jacorb.idl.ArrayDeclarator ad, String pack_name)
Method.Method(TypeSpec res, TypeSpec params, String name, boolean pseudo)
OpDecl.OpDecl(IdlSymbol myInterface, int opAttribute, TypeSpec opTypeSpec, String name, List paramDecls, org.jacorb.idl.RaisesExpr raisesExpr)
Constructs a new OpDecl with the given characteristics.
ParamDecl.ParamDecl(int paramAttribute, TypeSpec paramTypeSpec, String name)
Constructs a new parameter declaration with the given characteristics.
ParamDecl.ParamDecl(int paramAttribute, TypeSpec paramTypeSpec, SimpleDeclarator simple_declarator)
Constructs a new parameter declaration with the given characteristics.

Fields of type org.jacorb.idl.TypeSpec

TypeSpec
TypeSpec
the type for which this is an alias
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec

Methods with parameter type org.jacorb.idl.TypeSpec

void
IdlSymbol.addImportedName(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

Methods with return type org.jacorb.idl.TypeSpec

TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
TypeSpec
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
TypeSpec
TypeSpec
TypeSpec