Uses of Package
com.sun.tools.corba.ee.idl
-
Packages that use com.sun.tools.corba.ee.idl Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.constExpr com.sun.tools.corba.ee.idl.som.idlemit com.sun.tools.corba.ee.idl.toJavaPortable -
Classes in com.sun.tools.corba.ee.idl used by com.sun.tools.corba.ee.idl Class Description Arguments This class is responsible for parsing the command line arguments to the compiler.AttributeEntry This is the symbol table entry for attributes.AttributeGen Comment ConstEntry This is the symbol table entry for constants.ConstGen EnumEntry This is the symbol table entry for enumerated types.EnumGen ExceptionEntry This is the symbol table entry for exceptions.ExceptionGen Factories If the framework is being extended, this class must be extended.ForwardEntry This is the symbol table entry for forward declarations of interfaces.ForwardGen ForwardValueEntry This is the symbol table entry for forward declarations of values.ForwardValueGen Generator GenFactory To extend this compiler framework to generate something other than the default, this factory interface must be implemented and the name of it must be set in the main method (see idl.Compile).IDLID IncludeEntry This is the symbol table entry for the #include statement.IncludeGen InterfaceEntry This is the symbol table entry for interfaces.InterfaceGen InterfaceState This class is only used within an InterfaceEntry.InterfaceType InvalidArgument An invalid argument for the compiler has been encountered.MethodEntry This is the symbol table entry for methods.MethodGen ModuleEntry This is the symbol table entry for modules.ModuleGen NativeEntry This is the symbol table entry for constants.NativeGen Noop ParameterEntry This is the symbol table entry for parameters.ParameterGen ParseException Parser PragmaEntry This is the symbol table entry for the #pragma statement.PragmaGen PragmaHandler Preprocessor This class should be extended if new pragmas are desired.PrimitiveEntry This is the symbol table entry for primitive types: octet, char, short, long, long long (and unsigned versions), float, double, string.PrimitiveGen RepositoryID Scanner ScannerData SequenceEntry This is the symbol table entry for sequences.SequenceGen StringEntry StringGen StructEntry This is the symbol table entry for structs.StructGen SymtabEntry This is the base class for all symbol table entries.SymtabFactory Each entry must have three ways in which it can be instantiated: with no parameters; cloned from a copy of itself; the normal-use instantiation (usually with 2 parameters: the container and the id of the container).Token Class Token represents a lexeme appearing within an IDL source.TokenBuffer TypedefEntry This is the symbol table entry for typedefs.TypedefGen UnionBranch This class encapsulates one branch of a union.UnionEntry This is the symbol table entry for unions.UnionGen ValueBoxEntry This is the symbol table entry for valuesBoxes.ValueBoxGen ValueEntry This is the symbol table entry for values.ValueGen -
Classes in com.sun.tools.corba.ee.idl used by com.sun.tools.corba.ee.idl.constExpr Class Description ConstEntry This is the symbol table entry for constants. -
Classes in com.sun.tools.corba.ee.idl used by com.sun.tools.corba.ee.idl.som.idlemit Class Description ForwardEntry This is the symbol table entry for forward declarations of interfaces.PragmaHandler -
Classes in com.sun.tools.corba.ee.idl used by com.sun.tools.corba.ee.idl.toJavaPortable Class Description Arguments This class is responsible for parsing the command line arguments to the compiler.AttributeEntry This is the symbol table entry for attributes.AttributeGen Compile Compiler usage:
java com.sun.tools.corba.ee.idl.toJava.compile [options] <idl file>
where <idl file> is the name of a file containing IDL definitions, and [options] is any combination of the options listed below.ConstEntry This is the symbol table entry for constants.ConstGen EnumEntry This is the symbol table entry for enumerated types.EnumGen ExceptionEntry This is the symbol table entry for exceptions.ExceptionGen Factories If the framework is being extended, this class must be extended.ForwardGen ForwardValueEntry This is the symbol table entry for forward declarations of values.ForwardValueGen Generator GenFactory To extend this compiler framework to generate something other than the default, this factory interface must be implemented and the name of it must be set in the main method (see idl.Compile).GenFileStream IncludeGen InterfaceEntry This is the symbol table entry for interfaces.InterfaceGen InvalidArgument An invalid argument for the compiler has been encountered.MethodEntry This is the symbol table entry for methods.MethodGen ModuleEntry This is the symbol table entry for modules.ModuleGen NativeEntry This is the symbol table entry for constants.NativeGen ParameterGen PragmaGen PrimitiveEntry This is the symbol table entry for primitive types: octet, char, short, long, long long (and unsigned versions), float, double, string.PrimitiveGen SequenceEntry This is the symbol table entry for sequences.SequenceGen StringEntry StringGen StructEntry This is the symbol table entry for structs.StructGen SymtabEntry This is the base class for all symbol table entries.SymtabFactory Each entry must have three ways in which it can be instantiated: with no parameters; cloned from a copy of itself; the normal-use instantiation (usually with 2 parameters: the container and the id of the container).TypedefEntry This is the symbol table entry for typedefs.TypedefGen UnionBranch This class encapsulates one branch of a union.UnionEntry This is the symbol table entry for unions.UnionGen Util ValueBoxEntry This is the symbol table entry for valuesBoxes.ValueBoxGen ValueEntry This is the symbol table entry for values.ValueGen