Uses of Interface
com.sun.tools.corba.ee.idl.Generator
-
Packages that use Generator Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of Generator in com.sun.tools.corba.ee.idl
Subinterfaces of Generator in com.sun.tools.corba.ee.idl Modifier and Type Interface Description interface
AttributeGen
interface
ConstGen
interface
EnumGen
interface
ExceptionGen
interface
ForwardGen
interface
ForwardValueGen
interface
IncludeGen
interface
InterfaceGen
interface
MethodGen
interface
ModuleGen
interface
NativeGen
interface
ParameterGen
interface
PragmaGen
interface
PrimitiveGen
interface
SequenceGen
interface
StringGen
interface
StructGen
interface
TypedefGen
interface
UnionGen
interface
ValueBoxGen
interface
ValueGen
Classes in com.sun.tools.corba.ee.idl that implement Generator Modifier and Type Class Description class
Noop
Methods in com.sun.tools.corba.ee.idl that return Generator Modifier and Type Method Description Generator
AttributeEntry. generator()
Access the attribute generator.Generator
ConstEntry. generator()
Access the constant generator.Generator
EnumEntry. generator()
Access the enumerator generator.Generator
ExceptionEntry. generator()
Access the exception generator.Generator
ForwardEntry. generator()
Access the interface generator.Generator
ForwardValueEntry. generator()
Access the interface generator.Generator
IncludeEntry. generator()
Access the Include type generator.Generator
InterfaceEntry. generator()
Access the interface generator.Generator
MethodEntry. generator()
Access the method generator.Generator
ModuleEntry. generator()
Access the module generator.Generator
NativeEntry. generator()
Access the constant generator.Generator
ParameterEntry. generator()
Access the parameter generator.Generator
PragmaEntry. generator()
Access the Include type generator.Generator
PrimitiveEntry. generator()
Access the primitive type generator.Generator
SequenceEntry. generator()
Access the sequence generator.Generator
StringEntry. generator()
Access the primitive type generator.Generator
StructEntry. generator()
Access the struct generator.Generator
SymtabEntry. generator()
Access a generator.Generator
TypedefEntry. generator()
Access the typedef generator.Generator
UnionEntry. generator()
Access the union generator.Generator
ValueBoxEntry. generator()
Access the value generator.Generator
ValueEntry. generator()
Access the value generator. -
Uses of Generator in com.sun.tools.corba.ee.idl.toJavaPortable
Classes in com.sun.tools.corba.ee.idl.toJavaPortable that implement Generator Modifier and Type Class Description class
AttributeGen
class
AttributeGen24
class
ConstGen
class
EnumGen
class
ExceptionGen
class
ForwardValueGen
class
InterfaceGen
class
MethodGen
class
MethodGen24
class
MethodGenClone24
class
ModuleGen
class
NativeGen
class
PrimitiveGen
class
SequenceGen
class
StringGen
Handles generation of CORBA strings as well as wstrings.class
StructGen
class
TypedefGen
class
UnionGen
class
ValueBoxGen
class
ValueBoxGen24
class
ValueGen
class
ValueGen24
-