Class Summary |
Argument |
The Argument class defines a sidl argument, which consists
of a parameter passing mode (IN, INOUT, or OUT with an optional COPY),
a type, and a formal parameter name. |
Class |
Class Class defines a sidl class. |
Comment |
The Comment class represents a documentation comment. |
Enumeration |
The Enumeration class represents a collection of enumerated
symbols with specified integer values. |
Extendable |
Class Extendable is a base class for sidl symbols of type
class and interface. |
Interface |
Class Interface defines a sidl interface. |
Metadata |
The Metadata class represents the metadata associated with
a symbol. |
Method |
The Method class defines a sidl method, including modifiers,
return type, name, arguments, and exceptions. |
Package |
The Package class describes a sidl package naming scope. |
RegexMatch |
Provide regular expression matching for SymbolID against regular expressions if the
java.util.regex package is available. |
Symbol |
The Symbol abstract base class describes the basic
characteristics shared by all symbols in the symbol table. |
SymbolID |
The SymbolID class represents the name of a symbol,
which consists of a fully qualified name (e.g., "sidl.Object") and
a version number. |
SymbolTable |
SymbolTable is a singleton class that represents the
locally cached sidl symbols used during the parse of a sidl file
or XML type descriptions. |
SymbolUtilities |
Utility class SymbolUtilities is a collection of common,
simple symbol manipulation functions. |
Type |
The Type class defines a sidl type, such as a primitive
type (boolean, char, dcomplex, double, fcomplex, float, int, long, opaque,
and string), arrays, and user-defined types (enum, interface, or class). |
Version |
Class Version represents a symbol version of the general
form "V1.V2...Vn" where Vi is a non-negative integer. |