A B C D E F G H I J K L M N O P R S T U V W X _

A

abstractInterfaces - Static variable in class org.jacorb.idl.Interface
abstractInterfaces is to keep a record of those interfaces that are abstract so any inheriting interface know what to inherit from.
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.AliasTypeSpec
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.ConstrTypeSpec
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Declaration
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Definition
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Definitions
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.EnumType
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.IdlSymbol
let the visitor pattern do its work...
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Interface
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.InterfaceBody
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Method
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Module
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.NativeType
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.OpDecl
 
accept(IDLTreeVisitor) - Method in interface org.jacorb.idl.Operation
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.ParamDecl
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.SimpleTypeSpec
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Spec
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.StructType
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.TypeDeclaration
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.TypeDef
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.TypeSpec
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.UnionType
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.Value
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.ValueAbsDecl
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.ValueBoxDecl
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.ValueDecl
 
accept(IDLTreeVisitor) - Method in class org.jacorb.idl.VectorType
 
action_obj - Variable in class org.jacorb.idl.parser
instance of action encapsulation class
action_tab - Variable in class org.jacorb.idl.runtime.lr_parser
Direct reference to the action table.
action_table() - Method in class org.jacorb.idl.parser
access to parse action table
action_table() - Method in class org.jacorb.idl.runtime.lr_parser
The action table (supplied by generated subclass).
activeParseThreads() - Static method in class org.jacorb.idl.parser
 
add_expr - Variable in class org.jacorb.idl.AddExpr
 
add_expr - Variable in class org.jacorb.idl.ShiftExpr
 
addbackend - Static variable in class org.jacorb.idl.parser
 
addDefine(Environment.Variable) - Method in class org.jacorb.idl.JacIDL
 
addDefinition(Declaration) - Method in class org.jacorb.idl.InterfaceBody
 
AddExpr - Class in org.jacorb.idl
 
AddExpr(int) - Constructor for class org.jacorb.idl.AddExpr
 
addImportedAlias(String) - Method in class org.jacorb.idl.IdlSymbol
Called by derived classes to potentially add the aliasHelper name to the generated Java class's import list, which is necessary in case the mapped code is in the unnamed package.
addImportedName(String) - Method in class org.jacorb.idl.IdlSymbol
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.
addImportedName(String, TypeSpec) - Method in class org.jacorb.idl.IdlSymbol
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.
addImportedNameHolder(String) - Method in class org.jacorb.idl.IdlSymbol
Called by derived classes to potentially add the name, the nameHelper and nameHolder to the generated Java class's import list, which is necessary in case the mapped code is in the unnamed package.
addRecursionScope(String) - Static method in class org.jacorb.idl.ScopedName
 
addUndefine(Environment.Variable) - Method in class org.jacorb.idl.JacIDL
 
addZero(String) - Method in class org.jacorb.idl.ConstExprEvaluator.Node
returns a string that doesnt start with a + or a -
advance() - Static method in class org.jacorb.idl.lexer
Advance the scanner one character in the input stream.
advance_lookahead() - Method in class org.jacorb.idl.runtime.lr_parser
Advance to next "parse ahead" input symbol.
alias - Variable in class org.jacorb.idl.TypeSpec
 
AliasTypeSpec - Class in org.jacorb.idl
 
AliasTypeSpec(TypeSpec) - Constructor for class org.jacorb.idl.AliasTypeSpec
Class constructor,
and_expr - Variable in class org.jacorb.idl.AndExpr
 
and_expr - Variable in class org.jacorb.idl.XorExpr
 
AndExpr - Class in org.jacorb.idl
 
AndExpr(int) - Constructor for class org.jacorb.idl.AndExpr
 
AnyType - Class in org.jacorb.idl
 
AnyType(int) - Constructor for class org.jacorb.idl.AnyType
 
ArrayDeclarator - Class in org.jacorb.idl
 
ArrayDeclarator(int) - Constructor for class org.jacorb.idl.ArrayDeclarator
 
ArraySizeMismatchException - Exception in org.jacorb.idl
 
ArraySizeMismatchException() - Constructor for exception org.jacorb.idl.ArraySizeMismatchException
 
ArraySizeMismatchException(String) - Constructor for exception org.jacorb.idl.ArraySizeMismatchException
 
ArrayTypeSpec - Class in org.jacorb.idl
 
ArrayTypeSpec(int, TypeSpec, ArrayDeclarator, String) - Constructor for class org.jacorb.idl.ArrayTypeSpec
 
asIn() - Method in class org.jacorb.idl.ParamDecl
Returns a new ParamDecl with the same characteristics as this one, except that its mode is changed to 'in'.
AttrDecl - Class in org.jacorb.idl
 
AttrDecl(int) - Constructor for class org.jacorb.idl.AttrDecl
 
AttrRaisesExpr - Class in org.jacorb.idl
This is only a holder object for the result of the attr_raises_expr production.
AttrRaisesExpr(int) - Constructor for class org.jacorb.idl.AttrRaisesExpr
 

B

BaseType - Class in org.jacorb.idl
 
BaseType(int) - Constructor for class org.jacorb.idl.BaseType
 
basic() - Method in class org.jacorb.idl.AliasTypeSpec
 
basic() - Method in class org.jacorb.idl.AnyType
 
basic() - Method in class org.jacorb.idl.BaseType
 
basic() - Method in class org.jacorb.idl.BooleanType
 
basic() - Method in class org.jacorb.idl.CharType
 
basic() - Method in class org.jacorb.idl.ConstrTypeSpec
 
basic() - Method in class org.jacorb.idl.DoubleType
 
basic() - Method in class org.jacorb.idl.EnumType
 
basic() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
basic() - Method in class org.jacorb.idl.FixedPointConstType
 
basic() - Method in class org.jacorb.idl.FloatType
 
basic() - Method in class org.jacorb.idl.Interface
 
basic() - Method in class org.jacorb.idl.LongLongType
 
basic() - Method in class org.jacorb.idl.LongType
 
basic() - Method in class org.jacorb.idl.NativeType
 
basic() - Method in class org.jacorb.idl.ObjectTypeSpec
 
basic() - Method in class org.jacorb.idl.OctetType
 
basic() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
basic() - Method in class org.jacorb.idl.ScopedName
 
basic() - Method in class org.jacorb.idl.ShortType
 
basic() - Method in class org.jacorb.idl.StructType
 
basic() - Method in class org.jacorb.idl.TemplateTypeSpec
 
basic() - Method in interface org.jacorb.idl.Type
 
basic() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
basic() - Method in class org.jacorb.idl.TypeDeclaration
 
basic() - Method in class org.jacorb.idl.TypeSpec
 
basic() - Method in class org.jacorb.idl.UnionType
 
basic() - Method in class org.jacorb.idl.Value
 
basic() - Method in class org.jacorb.idl.ValueAbsDecl
 
basic() - Method in class org.jacorb.idl.ValueBase
 
basic() - Method in class org.jacorb.idl.ValueBoxDecl
 
basic() - Method in class org.jacorb.idl.ValueDecl
 
basic() - Method in class org.jacorb.idl.VoidTypeSpec
 
body - Variable in class org.jacorb.idl.Interface
 
BooleanType - Class in org.jacorb.idl
 
BooleanType(int) - Constructor for class org.jacorb.idl.BooleanType
 
boxTypeName() - Method in class org.jacorb.idl.ValueBoxDecl
 

C

c_type_spec - Variable in class org.jacorb.idl.ConstrTypeSpec
 
Case - Class in org.jacorb.idl
 
Case(int) - Constructor for class org.jacorb.idl.Case
 
case_label_list - Variable in class org.jacorb.idl.Case
the labels for this case
caseListVector - Variable in class org.jacorb.idl.SwitchBody
holds case list
char_pos - Variable in class org.jacorb.idl.str_token
 
char_symbols - Static variable in class org.jacorb.idl.lexer
Table of single character symbols.
char_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one char value as an attribute.
char_token(int, char) - Constructor for class org.jacorb.idl.runtime.char_token
Full constructor.
char_token(int) - Constructor for class org.jacorb.idl.runtime.char_token
Constructor with default value of 0
char_val - Variable in class org.jacorb.idl.runtime.char_token
The stored char value.
CharType - Class in org.jacorb.idl
 
CharType(int) - Constructor for class org.jacorb.idl.CharType
 
checkBrackets(String) - Method in class org.jacorb.idl.ConstExprEvaluator.Node
checks if there is any missing brackets
checkIdentifier(String) - Static method in class org.jacorb.idl.lexer
Checks whether Identifier str is legal and returns it.
className() - Method in class org.jacorb.idl.AliasTypeSpec
 
className() - Method in class org.jacorb.idl.ArrayTypeSpec
 
className() - Method in class org.jacorb.idl.EnumType
 
className() - Method in class org.jacorb.idl.SequenceType
 
className() - Method in class org.jacorb.idl.StructType
 
className() - Method in class org.jacorb.idl.UnionType
 
className() - Method in class org.jacorb.idl.ValueBoxDecl
 
cldc10 - Static variable in class org.jacorb.idl.parser
 
cleanUp() - Static method in class org.jacorb.idl.GlobalInputStream
 
cleanup() - Static method in class org.jacorb.idl.parser
allows reinitialization if compiler is not run from a command-line
clone() - Method in class org.jacorb.idl.AliasTypeSpec
 
clone() - Method in class org.jacorb.idl.AnyType
 
clone() - Method in class org.jacorb.idl.ArrayTypeSpec
clone this ArrayTypeSpec.
clone() - Method in class org.jacorb.idl.CharType
 
clone() - Method in class org.jacorb.idl.ConstrTypeSpec
 
clone() - Method in class org.jacorb.idl.EnumType
 
clone() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
clone() - Method in class org.jacorb.idl.FixedPointConstType
 
clone() - Method in class org.jacorb.idl.FixedPointType
 
clone() - Method in class org.jacorb.idl.Interface
 
clone() - Method in class org.jacorb.idl.LongLongType
 
clone() - Method in class org.jacorb.idl.LongType
 
clone() - Method in class org.jacorb.idl.NativeType
 
clone() - Method in class org.jacorb.idl.ObjectTypeSpec
 
clone() - Method in class org.jacorb.idl.OctetType
 
clone() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
clone() - Method in class org.jacorb.idl.ScopedName
 
clone() - Method in class org.jacorb.idl.SequenceType
 
clone() - Method in class org.jacorb.idl.StringType
 
clone() - Method in class org.jacorb.idl.StructType
 
clone() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
clone() - Method in class org.jacorb.idl.TypeDeclaration
 
clone() - Method in class org.jacorb.idl.TypeSpec
 
clone() - Method in class org.jacorb.idl.UnionType
 
clone() - Method in class org.jacorb.idl.Value
 
clone() - Method in class org.jacorb.idl.ValueAbsDecl
 
clone() - Method in class org.jacorb.idl.ValueBase
 
clone() - Method in class org.jacorb.idl.ValueBoxDecl
 
closeScope(Scope) - Static method in class org.jacorb.idl.parser
called from within the parser whenever parsing a scope symbol is complete
commit() - Method in class org.jacorb.idl.InterfaceBody
 
compile(String[]) - Static method in class org.jacorb.idl.parser
 
compile(String[], StringWriter) - Static method in class org.jacorb.idl.parser
 
compileAndHandle(String[]) - Static method in class org.jacorb.idl.parser
 
compiler_version - Static variable in class org.jacorb.idl.parser
 
conditionalCompilation - Static variable in class org.jacorb.idl.lexer
 
const_expr - Variable in class org.jacorb.idl.ConstDecl
 
const_type - Variable in class org.jacorb.idl.ConstDecl
 
ConstDecl - Class in org.jacorb.idl
 
ConstDecl(int) - Constructor for class org.jacorb.idl.ConstDecl
 
ConstExpr - Class in org.jacorb.idl
 
ConstExpr(int) - Constructor for class org.jacorb.idl.ConstExpr
 
ConstExprEvaluator - Class in org.jacorb.idl
Based on the MathEvaluator class by The-Son LAI, Lts@writeme.com Expression evaluator for IDL constant expression Supports the following functions: +, -, *, /, ^, %, ^, | , <<, >>
When the getValue() is called, a Double object is returned.
ConstExprEvaluator(String) - Constructor for class org.jacorb.idl.ConstExprEvaluator
creates a ConstExprEvaluator and assign the expression string.
ConstExprEvaluator.Node - Class in org.jacorb.idl
 
ConstExprEvaluator.Node(String) - Constructor for class org.jacorb.idl.ConstExprEvaluator.Node
 
ConstExprEvaluator.Node(ConstExprEvaluator.Node, String, int) - Constructor for class org.jacorb.idl.ConstExprEvaluator.Node
 
ConstExprEvaluator.Operator - Class in org.jacorb.idl
 
ConstExprEvaluator.Operator(String, int, int) - Constructor for class org.jacorb.idl.ConstExprEvaluator.Operator
 
ConstrTypeSpec - Class in org.jacorb.idl
 
ConstrTypeSpec(int) - Constructor for class org.jacorb.idl.ConstrTypeSpec
 
ConstrTypeSpec(TypeDeclaration) - Constructor for class org.jacorb.idl.ConstrTypeSpec
 
ConstType - Class in org.jacorb.idl
constant type
ConstType(int) - Constructor for class org.jacorb.idl.ConstType
 
containingType - Variable in class org.jacorb.idl.Member
 
createI2jpackage() - Method in class org.jacorb.idl.JacIDL
Will be called whenever an nested PCDATA element is encountered.
cur_err_token() - Method in class org.jacorb.idl.runtime.lr_parser
Return the current lookahead in our error "parse ahead" buffer.
cur_token - Variable in class org.jacorb.idl.runtime.lr_parser
The current lookahead token.
current_line - Static variable in class org.jacorb.idl.lexer
Current line number for use in error messages.
current_position - Static variable in class org.jacorb.idl.lexer
Character position in current line.
currentDate - Static variable in class org.jacorb.idl.parser
 
currentFile() - Static method in class org.jacorb.idl.GlobalInputStream
 
currentFile - Static variable in class org.jacorb.idl.lexer
current file name
currentLine() - Static method in class org.jacorb.idl.lexer
record information about the last lexical scope so that it can be restored later
currentPragmaPrefix - Static variable in class org.jacorb.idl.lexer
currently active pragma prefix
currentScopeData() - Static method in class org.jacorb.idl.parser
 
currentStream() - Static method in class org.jacorb.idl.GlobalInputStream
 
currentVersion - Static variable in class org.jacorb.idl.parser
 

D

d - Variable in class org.jacorb.idl.Declarator
 
DEBUG - Static variable in class org.jacorb.idl.util.IDLLogger
 
debug(String) - Method in class org.jacorb.idl.util.IDLLogger
Logs a debug level message
debug(String, Throwable) - Method in class org.jacorb.idl.util.IDLLogger
Logs a debug level message
debug_message(String) - Method in class org.jacorb.idl.runtime.lr_parser
Write a debugging message to System.err for the debugging version of the parser.
debug_parse() - Method in class org.jacorb.idl.runtime.lr_parser
Perform a parse with debugging output.
debug_reduce(int, int, int) - Method in class org.jacorb.idl.runtime.lr_parser
Do debug output for a reduce.
debug_shift(token) - Method in class org.jacorb.idl.runtime.lr_parser
Do debug output for shift.
decActiveParseThreads() - Static method in class org.jacorb.idl.parser
 
declaration() - Method in class org.jacorb.idl.ConstrTypeSpec
 
Declaration - Class in org.jacorb.idl
 
Declaration(int) - Constructor for class org.jacorb.idl.Declaration
 
declaration() - Method in class org.jacorb.idl.EnumType
 
declaration() - Method in class org.jacorb.idl.Interface
override methods from superclass TypeDeclaration
declaration() - Method in class org.jacorb.idl.NativeType
 
declaration() - Method in class org.jacorb.idl.StructType
 
declaration() - Method in class org.jacorb.idl.TypeDeclaration
 
declaration() - Method in class org.jacorb.idl.UnionType
 
declaration() - Method in class org.jacorb.idl.Value
 
declaration() - Method in class org.jacorb.idl.ValueAbsDecl
 
declaration() - Method in class org.jacorb.idl.ValueBoxDecl
 
declaration() - Method in class org.jacorb.idl.ValueDecl
 
Declarator - Class in org.jacorb.idl
 
Declarator(int) - Constructor for class org.jacorb.idl.Declarator
 
declarator - Variable in class org.jacorb.idl.ElementSpec
 
declarator - Variable in class org.jacorb.idl.Member
 
declarators - Variable in class org.jacorb.idl.AttrDecl
 
declarators - Variable in class org.jacorb.idl.TypeDeclarator
 
deEscapeName() - Method in class org.jacorb.idl.IdlSymbol
 
define(String, String) - Static method in class org.jacorb.idl.lexer
 
define(String, IDLTypes) - Static method in class org.jacorb.idl.NameTable
define a name.
define(String, String) - Static method in class org.jacorb.idl.TypePrefixes
 
defined(String) - Static method in class org.jacorb.idl.lexer
 
definePseudoScope(String) - Static method in class org.jacorb.idl.ScopedName
Interfaces define a new scope, but since we can't do that in Java, this kind of scope is called a 'pseudo scope' and is just prepended to the interface name
defines - Static variable in class org.jacorb.idl.lexer
Defined symbols (preprocessor)
Definition - Class in org.jacorb.idl
 
Definition(int) - Constructor for class org.jacorb.idl.Definition
 
Definition(Declaration) - Constructor for class org.jacorb.idl.Definition
 
Definitions - Class in org.jacorb.idl
 
Definitions(int) - Constructor for class org.jacorb.idl.Definitions
 
definitions - Variable in class org.jacorb.idl.Spec
 
digit_expr - Variable in class org.jacorb.idl.FixedPointType
 
digits - Variable in class org.jacorb.idl.FixedPointType
 
dimensions() - Method in class org.jacorb.idl.ArrayDeclarator
 
dims - Variable in class org.jacorb.idl.ArrayTypeSpec
 
do_action(int, lr_parser, Stack, int) - Method in class org.jacorb.idl.parser
invoke a user supplied parse action
do_action(int, lr_parser, Stack, int) - Method in class org.jacorb.idl.runtime.lr_parser
Perform a bit of user supplied action code (supplied by generated subclass).
do_symbol() - Static method in class org.jacorb.idl.lexer
Process an identifier.
done_parsing - Static variable in class org.jacorb.idl.parser
used for internal checking that name conversion to mapped Java names is done only after parsing
done_parsing() - Method in class org.jacorb.idl.runtime.lr_parser
This method is called to indicate that the parser should quit.
double_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one double value as an attribute.
double_token(int, double) - Constructor for class org.jacorb.idl.runtime.double_token
Full constructor.
double_token(int) - Constructor for class org.jacorb.idl.runtime.double_token
Constructor with default value of 0.0.
double_val - Variable in class org.jacorb.idl.runtime.double_token
The stored double value.
DoubleType - Class in org.jacorb.idl
 
DoubleType(int) - Constructor for class org.jacorb.idl.DoubleType
 
dump_stack() - Method in class org.jacorb.idl.runtime.lr_parser
Dump the parse stack for debugging purposes.

E

element_spec - Variable in class org.jacorb.idl.Case
this case's element's type's spec
elements() - Method in class org.jacorb.idl.SymbolList
 
ElementSpec - Class in org.jacorb.idl
 
ElementSpec(int) - Constructor for class org.jacorb.idl.ElementSpec
 
elementTypeExpression(Set) - Method in class org.jacorb.idl.VectorType
 
elementTypeName() - Method in class org.jacorb.idl.VectorType
 
elementTypeSpec() - Method in class org.jacorb.idl.VectorType
 
emit_error(String) - Static method in class org.jacorb.idl.lexer
Emit an error message.
emit_error(String, str_token) - Static method in class org.jacorb.idl.lexer
 
emit_warn(String) - Static method in class org.jacorb.idl.lexer
Emit a warning message.
emit_warn(String, str_token) - Static method in class org.jacorb.idl.lexer
 
empty() - Method in class org.jacorb.idl.RaisesExpr
 
empty() - Method in class org.jacorb.idl.runtime.virtual_parse_stack
Indicate whether the stack is empty.
enclosing_symbol - Variable in class org.jacorb.idl.IdlSymbol
 
enumlist - Variable in class org.jacorb.idl.EnumType
 
enumMap(String, String) - Static method in class org.jacorb.idl.ScopedName
enumerations don't define new scopes in IDL, but their mapping to Java introduces a new scope by generating a new class for the enum's type.
EnumType - Class in org.jacorb.idl
 
EnumType(int) - Constructor for class org.jacorb.idl.EnumType
 
Environment - Class in org.jacorb.idl
 
Environment() - Constructor for class org.jacorb.idl.Environment
 
EOF_CHAR - Static variable in class org.jacorb.idl.lexer
EOF constant.
EOF_sym() - Method in class org.jacorb.idl.parser
EOF symbol index
EOF_sym() - Method in class org.jacorb.idl.runtime.lr_parser
The index of the end of file terminal symbol (supplied by generated subclass).
error(String, str_token) - Static method in class org.jacorb.idl.parser
 
error(String) - Static method in class org.jacorb.idl.parser
 
ERROR - Static variable in class org.jacorb.idl.util.IDLLogger
 
error(String) - Method in class org.jacorb.idl.util.IDLLogger
Logs an error level message
error(String, Throwable) - Method in class org.jacorb.idl.util.IDLLogger
Logs an error level message
error_recovery(boolean) - Method in class org.jacorb.idl.runtime.lr_parser
Attempt to recover from a syntax error.
error_sym() - Method in class org.jacorb.idl.parser
error symbol index
error_sym() - Method in class org.jacorb.idl.runtime.lr_parser
The index of the special error symbol (supplied by generated subclass).
error_sync_size() - Method in class org.jacorb.idl.runtime.lr_parser
The number of tokens after an error we much match to consider it recovered from.
escapeBackslash(String) - Static method in class org.jacorb.idl.Literal
Doubles up instances of the backslash character in a string, to avoid them being interpreted as escape sequences
escapeName() - Method in class org.jacorb.idl.ArrayDeclarator
 
escapeName() - Method in class org.jacorb.idl.Declarator
 
escapeName() - Method in class org.jacorb.idl.IdlSymbol
A number of IDL constructs need to have their names checked for clashes with name reserved by Java or the Java Language Mapping.
escapeName() - Method in class org.jacorb.idl.ScopedName
 
escapeName() - Method in class org.jacorb.idl.SimpleDeclarator
 
exc - Variable in class org.jacorb.idl.StructType
 
ExceptionHolderTypeSpec - Class in org.jacorb.idl
 
ExceptionHolderTypeSpec(int) - Constructor for class org.jacorb.idl.ExceptionHolderTypeSpec
 
execute() - Method in class org.jacorb.idl.JacIDL
The execute() method of the task.
extendVector - Variable in class org.jacorb.idl.Member
 
extractMember(Declarator) - Method in class org.jacorb.idl.Member
Creates a new Member that is similar to this one, but only for declarator d.
extractMember(Declarator) - Method in class org.jacorb.idl.StateMember
Creates a new Member that is similar to this one, but only for declarator d.

F

fatal_error(String, str_token) - Static method in class org.jacorb.idl.parser
 
FATAL_ERROR - Static variable in class org.jacorb.idl.util.IDLLogger
 
fatalError(String) - Method in class org.jacorb.idl.util.IDLLogger
Logs a fatal error level message
fatalError(String, Throwable) - Method in class org.jacorb.idl.util.IDLLogger
Logs a fatal error level message
file - Variable in class org.jacorb.idl.PositionInfo
 
fileName - Variable in class org.jacorb.idl.str_token
 
fileSeparator - Static variable in class org.jacorb.idl.IdlSymbol
 
finalString - Static variable in class org.jacorb.idl.parser
 
find_recovery_config(boolean) - Method in class org.jacorb.idl.runtime.lr_parser
Put the (real) parse stack into error recovery configuration by popping the stack down to a state that can shift on the special error symbol, then doing the shift.
find_single_char(int) - Static method in class org.jacorb.idl.lexer
Try to look up a single character symbol, returns -1 for not found.
fixed_array_size_list - Variable in class org.jacorb.idl.ArrayDeclarator
 
fixed_token - Class in org.jacorb.idl
This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes.
fixed_token(int, BigDecimal) - Constructor for class org.jacorb.idl.fixed_token
Full constructor.
fixed_val - Variable in class org.jacorb.idl.fixed_token
 
FixedArraySize - Class in org.jacorb.idl
 
FixedArraySize(int) - Constructor for class org.jacorb.idl.FixedArraySize
 
FixedPointConstType - Class in org.jacorb.idl
 
FixedPointConstType(int) - Constructor for class org.jacorb.idl.FixedPointConstType
 
FixedPointType - Class in org.jacorb.idl
 
FixedPointType(int) - Constructor for class org.jacorb.idl.FixedPointType
 
float_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one float value as an attribute.
float_token(int, float) - Constructor for class org.jacorb.idl.runtime.float_token
Full constructor.
float_token(int) - Constructor for class org.jacorb.idl.runtime.float_token
Constructor with default value of 0.0.
float_val - Variable in class org.jacorb.idl.runtime.float_token
The stored float value.
FloatPtType - Class in org.jacorb.idl
 
FloatPtType(int) - Constructor for class org.jacorb.idl.FloatPtType
 
FloatType - Class in org.jacorb.idl
 
FloatType(int) - Constructor for class org.jacorb.idl.FloatType
 
forceOverwrite - Static variable in class org.jacorb.idl.parser
 
full_name() - Method in class org.jacorb.idl.AliasTypeSpec
 
full_name() - Method in class org.jacorb.idl.ConstrTypeSpec
 
full_name() - Method in class org.jacorb.idl.SequenceType
 

G

generate_ami_callback - Static variable in class org.jacorb.idl.parser
 
generate_ami_polling - Static variable in class org.jacorb.idl.parser
 
generate_skeletons - Static variable in class org.jacorb.idl.parser
 
generate_stubs - Static variable in class org.jacorb.idl.parser
 
generateDiiStubs - Static variable in class org.jacorb.idl.parser
 
generateIncluded() - Method in class org.jacorb.idl.IdlSymbol
access to parser state (e.g.
generateIncluded - Static variable in class org.jacorb.idl.parser
 
generateIncluded() - Static method in class org.jacorb.idl.parser
 
generateIR - Static variable in class org.jacorb.idl.parser
 
get_action(int, int) - Method in class org.jacorb.idl.runtime.lr_parser
Fetch an action from the action table.
get_declaration() - Method in class org.jacorb.idl.Definition
 
get_from_real() - Method in class org.jacorb.idl.runtime.virtual_parse_stack
Transfer an element from the real to the virtual stack.
get_ids() - Method in class org.jacorb.idl.Interface
 
get_pending(String) - Static method in class org.jacorb.idl.parser
 
get_reduce(int, int) - Method in class org.jacorb.idl.runtime.lr_parser
Fetch a state from the reduce-goto table.
get_token() - Method in class org.jacorb.idl.AddExpr
 
get_token() - Method in class org.jacorb.idl.AndExpr
 
get_token() - Method in class org.jacorb.idl.ConstExpr
 
get_token() - Method in class org.jacorb.idl.IdlSymbol
 
get_token() - Method in class org.jacorb.idl.MultExpr
 
get_token() - Method in class org.jacorb.idl.OrExpr
 
get_token() - Method in class org.jacorb.idl.PrimaryExpr
 
get_token() - Method in interface org.jacorb.idl.Scope
 
get_token() - Method in class org.jacorb.idl.ShiftExpr
 
get_token() - Method in class org.jacorb.idl.UnaryExpr
 
get_token() - Method in class org.jacorb.idl.XorExpr
 
getDefined(String) - Static method in class org.jacorb.idl.TypePrefixes
 
getDefinitions() - Method in class org.jacorb.idl.Module
 
getElements() - Method in class org.jacorb.idl.Definitions
 
getEnclosingSymbol() - Method in class org.jacorb.idl.ArrayDeclarator
 
getEnclosingSymbol() - Method in class org.jacorb.idl.Declarator
 
getEnclosingSymbol() - Method in class org.jacorb.idl.IdlSymbol
 
getEnclosingSymbol() - Method in class org.jacorb.idl.SimpleDeclarator
 
getExceptionClassNames() - Method in class org.jacorb.idl.RaisesExpr
 
getExceptionIds() - Method in class org.jacorb.idl.RaisesExpr
 
getExceptionNames() - Method in class org.jacorb.idl.RaisesExpr
 
getFileList() - Method in class org.jacorb.idl.JacIDL
 
getFinalString() - Static method in class org.jacorb.idl.parser
 
getFullName(String) - Method in class org.jacorb.idl.IdlSymbol
this method will prepend the specified name with the omg prefix if necessary
getGenerator() - Static method in class org.jacorb.idl.parser
 
getId() - Method in class org.jacorb.idl.Truncatable
 
getIDLType(TypeSpec) - Static method in class org.jacorb.idl.TypeSpec
 
getInheritanceSpec() - Method in class org.jacorb.idl.ValueDecl
 
getInhibitionState() - Static method in class org.jacorb.idl.parser
 
getIRInfo(Hashtable) - Method in class org.jacorb.idl.AttrDecl
collect Interface Repository information in the argument hashtable
getIRInfo(Hashtable) - Method in class org.jacorb.idl.OpDecl
collect Interface Repository information in the argument hashtable
getLeft() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getLevel() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getLogger() - Static method in class org.jacorb.idl.parser
convenience access to the preconfigured loger for the IDL compiler
getLogger(String, Level, Writer) - Static method in class org.jacorb.idl.util.IDLLogger
 
getMessage() - Method in exception org.jacorb.idl.ParseException
 
getMethods() - Method in class org.jacorb.idl.InterfaceBody
 
getNameList - Variable in class org.jacorb.idl.AttrRaisesExpr
 
getNumber() - Static method in class org.jacorb.idl.SequenceType
 
getObjectCachePlugin() - Static method in class org.jacorb.idl.parser
 
getOperations() - Method in class org.jacorb.idl.AttrDecl
 
getOperator() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getOperator() - Method in class org.jacorb.idl.ConstExprEvaluator.Operator
 
getPosition() - Static method in class org.jacorb.idl.lexer
return the current reading position
getPriority() - Method in class org.jacorb.idl.ConstExprEvaluator.Operator
 
getRaisesExpr - Variable in class org.jacorb.idl.AttrDecl
 
getRecursiveTypeCodeExpression() - Method in class org.jacorb.idl.TypeDeclaration
 
getRight() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getScopeData() - Method in class org.jacorb.idl.Interface
 
getScopeData() - Method in class org.jacorb.idl.Module
 
getScopeData() - Method in interface org.jacorb.idl.Scope
 
getScopeData() - Method in class org.jacorb.idl.StructType
 
getScopeData() - Method in class org.jacorb.idl.UnionType
 
getSize() - Method in class org.jacorb.idl.StringType
 
getString() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getSupportedInterfaces() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
getTCKind() - Method in class org.jacorb.idl.AnyType
 
getTCKind() - Method in class org.jacorb.idl.ArrayTypeSpec
 
getTCKind() - Method in class org.jacorb.idl.BaseType
the "kind of TypeCode" for this type
getTCKind() - Method in class org.jacorb.idl.BooleanType
 
getTCKind() - Method in class org.jacorb.idl.CharType
 
getTCKind() - Method in class org.jacorb.idl.DoubleType
 
getTCKind() - Method in class org.jacorb.idl.FixedPointConstType
 
getTCKind() - Method in class org.jacorb.idl.FixedPointType
 
getTCKind() - Method in class org.jacorb.idl.FloatType
 
getTCKind() - Method in class org.jacorb.idl.LongLongType
 
getTCKind() - Method in class org.jacorb.idl.LongType
 
getTCKind() - Method in class org.jacorb.idl.OctetType
 
getTCKind() - Method in class org.jacorb.idl.ShortType
 
getTCKind() - Method in class org.jacorb.idl.SimpleTypeSpec
 
getTCKind() - Method in class org.jacorb.idl.StringType
 
getTCKind() - Method in class org.jacorb.idl.StructType
 
getTCKind() - Method in class org.jacorb.idl.TypeSpec
 
getTCKind() - Method in class org.jacorb.idl.VectorType
 
getTCKind() - Method in class org.jacorb.idl.VoidTypeSpec
 
getTruncatableId() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
getType() - Method in class org.jacorb.idl.ConstExprEvaluator.Operator
 
getTypeCodeExpression() - Method in class org.jacorb.idl.AliasTypeSpec
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.AliasTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ArrayTypeSpec
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ArrayTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.BaseType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.BaseType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ConstrTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ConstrTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.EnumType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.EnumType
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.FixedPointType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.FixedPointType
 
getTypeCodeExpression() - Method in class org.jacorb.idl.Interface
getTypeCodeExpression produces a string for an expression of type TypeCode that describes this type.
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.Interface
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ObjectTypeSpec
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ObjectTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ScopedName
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ScopedName
 
getTypeCodeExpression() - Method in class org.jacorb.idl.SequenceType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.SequenceType
 
getTypeCodeExpression() - Method in class org.jacorb.idl.StringType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.StringType
 
getTypeCodeExpression() - Method in class org.jacorb.idl.StructType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.StructType
 
getTypeCodeExpression() - Method in interface org.jacorb.idl.Type
 
getTypeCodeExpression() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.TypeDeclaration
Returns a type code expression (for use in generated code) for this type.
getTypeCodeExpression() - Method in class org.jacorb.idl.TypeDeclaration
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.TypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.TypeSpec
 
getTypeCodeExpression() - Method in class org.jacorb.idl.UnionType
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.UnionType
 
getTypeCodeExpression() - Method in class org.jacorb.idl.Value
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ValueAbsDecl
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ValueAbsDecl
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ValueBase
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ValueBoxDecl
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ValueBoxDecl
 
getTypeCodeExpression() - Method in class org.jacorb.idl.ValueDecl
 
getTypeCodeExpression(Set) - Method in class org.jacorb.idl.ValueDecl
 
getTypePrefixes() - Static method in class org.jacorb.idl.TypePrefixes
 
getTypeSpecs() - Method in class org.jacorb.idl.TypeDef
 
getValue() - Method in class org.jacorb.idl.ConstExprEvaluator
evaluates and returns the value of the expression
getValue() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
getValueTypes() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
GlobalInputStream - Class in org.jacorb.idl
This class deals with IDL input files and their inclusion relationships.
GlobalInputStream() - Constructor for class org.jacorb.idl.GlobalInputStream
 

H

hasAbstractBase() - Method in class org.jacorb.idl.Interface
Returns true if this interface has at least one abstract base type.
hasChild() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
hasLeft() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
hasObjectCachePlugin() - Static method in class org.jacorb.idl.parser
 
hasOperator() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
hasRight() - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
HELPER_DEPRECATED - Static variable in class org.jacorb.idl.parser
 
HELPER_JACORB - Static variable in class org.jacorb.idl.parser
 
HELPER_PORTABLE - Static variable in class org.jacorb.idl.parser
 
helperName() - Method in class org.jacorb.idl.ArrayTypeSpec
 
helperName() - Method in class org.jacorb.idl.ConstrTypeSpec
 
helperName() - Method in class org.jacorb.idl.EnumType
 
helperName() - Method in class org.jacorb.idl.FixedPointType
 
helperName() - Method in class org.jacorb.idl.Interface
 
helperName() - Method in class org.jacorb.idl.SequenceType
 
helperName() - Method in class org.jacorb.idl.StructType
 
helperName() - Method in class org.jacorb.idl.TypeDeclaration
 
helperName() - Method in class org.jacorb.idl.TypeSpec
 
helperName() - Method in class org.jacorb.idl.UnionType
 
helperName() - Method in class org.jacorb.idl.ValueAbsDecl
 
helperName() - Method in class org.jacorb.idl.ValueBoxDecl
 
helperName() - Method in class org.jacorb.idl.ValueDecl
 
helperName() - Method in class org.jacorb.idl.VectorType
 
holderName() - Method in class org.jacorb.idl.AliasTypeSpec
 
holderName() - Method in class org.jacorb.idl.AnyType
 
holderName() - Method in class org.jacorb.idl.ArrayTypeSpec
 
holderName() - Method in class org.jacorb.idl.BooleanType
 
holderName() - Method in class org.jacorb.idl.CharType
 
holderName() - Method in class org.jacorb.idl.ConstrTypeSpec
 
holderName() - Method in class org.jacorb.idl.DoubleType
 
holderName() - Method in class org.jacorb.idl.EnumType
 
holderName() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
holderName() - Method in class org.jacorb.idl.FixedPointConstType
 
holderName() - Method in class org.jacorb.idl.FixedPointType
 
holderName() - Method in class org.jacorb.idl.FloatPtType
 
holderName() - Method in class org.jacorb.idl.FloatType
 
holderName() - Method in class org.jacorb.idl.Interface
 
holderName() - Method in class org.jacorb.idl.LongLongType
 
holderName() - Method in class org.jacorb.idl.LongType
 
holderName() - Method in class org.jacorb.idl.NativeType
 
holderName() - Method in class org.jacorb.idl.ObjectTypeSpec
 
holderName() - Method in class org.jacorb.idl.OctetType
 
holderName() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
holderName() - Method in class org.jacorb.idl.ScopedName
 
holderName() - Method in class org.jacorb.idl.SequenceType
 
holderName() - Method in class org.jacorb.idl.ShortType
 
holderName() - Method in class org.jacorb.idl.StringType
 
holderName() - Method in class org.jacorb.idl.StructType
 
holderName() - Method in interface org.jacorb.idl.Type
 
holderName() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
holderName() - Method in class org.jacorb.idl.TypeDeclaration
 
holderName() - Method in class org.jacorb.idl.TypeSpec
 
holderName() - Method in class org.jacorb.idl.UnionType
 
holderName() - Method in class org.jacorb.idl.Value
 
holderName() - Method in class org.jacorb.idl.ValueAbsDecl
 
holderName() - Method in class org.jacorb.idl.ValueBase
 
holderName() - Method in class org.jacorb.idl.ValueBoxDecl
 
holderName() - Method in class org.jacorb.idl.ValueDecl
 
holderName() - Method in class org.jacorb.idl.VectorType
 

I

id() - Method in class org.jacorb.idl.BaseType
 
id() - Method in class org.jacorb.idl.ConstrTypeSpec
 
id() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
id() - Method in class org.jacorb.idl.IdlSymbol
 
id() - Method in class org.jacorb.idl.ObjectTypeSpec
 
id() - Method in class org.jacorb.idl.ReplyHandler
 
id() - Method in class org.jacorb.idl.ScopedName
 
id() - Method in class org.jacorb.idl.TypeDef
 
id() - Method in class org.jacorb.idl.ValueBase
 
id_char(int) - Static method in class org.jacorb.idl.lexer
Determine if a character is ok for the middle of an id.
id_start_char(int) - Static method in class org.jacorb.idl.lexer
Determine if a character is ok to start an id.
IDLLogger - Class in org.jacorb.idl.util
 
IDLName() - Method in class org.jacorb.idl.ScopedName
 
IdlSymbol - Class in org.jacorb.idl
Base class for all classes of the abstract IDL syntax tree
IdlSymbol(int) - Constructor for class org.jacorb.idl.IdlSymbol
class constructor
IDLTreeVisitor - Interface in org.jacorb.idl
Generic API used by the IDL compiler to call backend code generators.
IDLTypes - Enum in org.jacorb.idl
Enum of idl types
idMap - Variable in class org.jacorb.idl.ScopeData
 
IllegalRedefinition - Exception in org.jacorb.idl
 
IllegalRedefinition(String) - Constructor for exception org.jacorb.idl.IllegalRedefinition
 
in_string - Static variable in class org.jacorb.idl.lexer
Have we already read a '"' ?
incActiveParseThreads() - Static method in class org.jacorb.idl.parser
 
include(String, int, boolean) - Static method in class org.jacorb.idl.GlobalInputStream
 
include_state - Static variable in class org.jacorb.idl.parser
compiler flags
included - Variable in class org.jacorb.idl.IdlSymbol
 
includeState() - Static method in class org.jacorb.idl.GlobalInputStream
 
INFO - Static variable in class org.jacorb.idl.util.IDLLogger
 
info(String) - Method in class org.jacorb.idl.util.IDLLogger
Logs an info level message
info(String, Throwable) - Method in class org.jacorb.idl.util.IDLLogger
Logs an info level message
inheritanceSpec - Variable in class org.jacorb.idl.Interface
 
inheritFrom(String, SymbolList) - Static method in class org.jacorb.idl.NameTable
copy names declared in an ancestor interface to the local scope
inhibitionFlag - Variable in class org.jacorb.idl.IdlSymbol
 
inhibitionState - Static variable in class org.jacorb.idl.parser
 
init() - Static method in class org.jacorb.idl.ConstDecl
 
init() - Static method in class org.jacorb.idl.GlobalInputStream
 
init() - Static method in class org.jacorb.idl.lexer
Initialize the scanner.
init() - Static method in class org.jacorb.idl.NameTable
 
init() - Static method in class org.jacorb.idl.TypeMap
 
init_actions() - Method in class org.jacorb.idl.parser
action encapsulation object initializer
init_actions() - Method in class org.jacorb.idl.runtime.lr_parser
Initialize the action object.
InitDecl - Class in org.jacorb.idl
 
InitDecl(int) - Constructor for class org.jacorb.idl.InitDecl
 
initLogging() - Static method in class org.jacorb.idl.parser
 
InitParamDecl - Class in org.jacorb.idl
 
InitParamDecl(int) - Constructor for class org.jacorb.idl.InitParamDecl
 
insert(String) - Static method in class org.jacorb.idl.GlobalInputStream
 
int_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one int value as an attribute.
int_token(int, int) - Constructor for class org.jacorb.idl.runtime.int_token
Full constructor.
int_token(int) - Constructor for class org.jacorb.idl.runtime.int_token
Constructor with default value of 0.
int_val - Variable in class org.jacorb.idl.runtime.int_token
The stored int value.
Interface - Class in org.jacorb.idl
 
Interface(int) - Constructor for class org.jacorb.idl.Interface
 
InterfaceBody - Class in org.jacorb.idl
 
InterfaceBody(int) - Constructor for class org.jacorb.idl.InterfaceBody
 
InterfaceBody.ParseThread - Class in org.jacorb.idl
 
InterfaceBody.ParseThread(InterfaceBody) - Constructor for class org.jacorb.idl.InterfaceBody.ParseThread
 
internal_parse() - Method in class org.jacorb.idl.InterfaceBody
 
intToLevel(int) - Static method in class org.jacorb.idl.Environment
intToLevel returns the logging level for a given integer.
IntType - Class in org.jacorb.idl
 
IntType(int) - Constructor for class org.jacorb.idl.IntType
 
is_included() - Method in class org.jacorb.idl.IdlSymbol
is this a symbol included from another IDL file? Used to determine if code should be generated or not.
is_pseudo - Variable in class org.jacorb.idl.IdlSymbol
 
is_pseudo() - Method in class org.jacorb.idl.IdlSymbol
is this a PIDL symbol?
is_pseudo() - Method in class org.jacorb.idl.ScopedName
 
isBasicName(String) - Static method in class org.jacorb.idl.BaseType
 
isCustomMarshalled(boolean) - Method in class org.jacorb.idl.ValueDecl
 
isCustomMarshalled() - Method in class org.jacorb.idl.ValueDecl
 
isDebugEnabled() - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the debug level is enabled.
isDefined(String) - Static method in class org.jacorb.idl.NameTable
check whether name is already defined
isDefined(String, IDLTypes) - Static method in class org.jacorb.idl.NameTable
 
isDefined(String) - Static method in class org.jacorb.idl.TypePrefixes
 
isEmpty() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
isErrorEnabled() - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the error level is enabled.
isEscaped() - Method in class org.jacorb.idl.IdlSymbol
 
isEscaped(String) - Method in class org.jacorb.idl.ScopedName
 
isException() - Method in class org.jacorb.idl.StructType
 
isFatalErrorEnabled() - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the fatal error level is enabled.
isGetter() - Method in class org.jacorb.idl.Method
 
isInfoEnabled() - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the info level is enabled.
isLevelEnabled(Level) - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the specified logging level is enabled.
isMoreRecentThan(File) - Static method in class org.jacorb.idl.GlobalInputStream
Test if this input stream (or rather the underlying IDL file) is more recent (was modified at a later time than) another file.
isPseudoScope(String) - Static method in class org.jacorb.idl.ScopedName
 
isPublic - Variable in class org.jacorb.idl.StateMember
 
isRecursionScope(String) - Static method in class org.jacorb.idl.ScopedName
 
isRunnable() - Method in class org.jacorb.idl.InterfaceBody.ParseThread
check whether this thread will eventually run
isSwitchable() - Method in class org.jacorb.idl.BooleanType
 
isSwitchable() - Method in class org.jacorb.idl.CharType
 
isSwitchable() - Method in class org.jacorb.idl.EnumType
 
isSwitchable() - Method in class org.jacorb.idl.IntType
 
isSwitchable() - Method in class org.jacorb.idl.ScopedName
 
isSwitchType() - Method in class org.jacorb.idl.BaseType
 
isTypeKind(IDLTypes) - Static method in enum org.jacorb.idl.IDLTypes
 
isWarnEnabled() - Method in class org.jacorb.idl.util.IDLLogger
Queries the delegate logger whether the warn level is enabled.
isWide() - Method in class org.jacorb.idl.CharType
 
isWide() - Method in class org.jacorb.idl.StringType
 

J

JacIDL - Class in org.jacorb.idl
This is the idl compile task for using the idl compiler from the ANT build tool.
JacIDL() - Constructor for class org.jacorb.idl.JacIDL
 
JacIDL.I2JPackageTagHandler - Class in org.jacorb.idl
Inner class that will read the i2jpackage tags.
JacIDL.I2JPackageTagHandler() - Constructor for class org.jacorb.idl.JacIDL.I2JPackageTagHandler
 
java_keywords - Static variable in class org.jacorb.idl.lexer
Table of Java reserved names.
JavaMappingGeneratingVisitor - Class in org.jacorb.idl.javamapping
 
JavaMappingGeneratingVisitor() - Constructor for class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
used by the IDL compiler

K

keywords - Static variable in class org.jacorb.idl.lexer
Table of keywords.
keywords_lower_case - Static variable in class org.jacorb.idl.lexer
Table of keywords, stored in lower case.

L

length() - Method in class org.jacorb.idl.ArrayTypeSpec
 
length() - Method in class org.jacorb.idl.SequenceType
 
length() - Method in class org.jacorb.idl.VectorType
 
lexer - Class in org.jacorb.idl
This class implements a scanner (aka lexical analyzer or lexer) for IDL.
lexer() - Constructor for class org.jacorb.idl.lexer
 
line - Static variable in class org.jacorb.idl.lexer
Current line for use in error messages.
line - Variable in class org.jacorb.idl.PositionInfo
 
line_no - Variable in class org.jacorb.idl.PositionInfo
 
line_no - Variable in class org.jacorb.idl.str_token
 
line_pos - Variable in class org.jacorb.idl.PositionInfo
 
line_val - Variable in class org.jacorb.idl.str_token
 
Literal - Class in org.jacorb.idl
 
Literal(int) - Constructor for class org.jacorb.idl.Literal
 
localityContraint - Static variable in class org.jacorb.idl.parser
 
long_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one long value as an attribute.
long_token(int, long) - Constructor for class org.jacorb.idl.runtime.long_token
Full constructor.
long_token(int) - Constructor for class org.jacorb.idl.runtime.long_token
Constructor with default value of 0.
long_val - Variable in class org.jacorb.idl.runtime.long_token
The stored long value.
LongLongType - Class in org.jacorb.idl
Represents IDL long long and unsigned long long types
LongLongType(int) - Constructor for class org.jacorb.idl.LongLongType
 
LongType - Class in org.jacorb.idl
 
LongType(int) - Constructor for class org.jacorb.idl.LongType
 
lookahead - Variable in class org.jacorb.idl.runtime.lr_parser
Lookahead tokens used for attempting error recovery "parse aheads".
lookahead_pos - Variable in class org.jacorb.idl.runtime.lr_parser
Position in lookahead input buffer used for "parse ahead".
lr_parser - Class in org.jacorb.idl.runtime
This class implements a skeleton table driven LR parser.
lr_parser() - Constructor for class org.jacorb.idl.runtime.lr_parser
Simple constructor.

M

main(String[]) - Static method in class org.jacorb.idl.parser
 
map(String) - Static method in class org.jacorb.idl.TypeMap
 
markTypeDefd() - Method in class org.jacorb.idl.ArrayTypeSpec
we have to be able to distinguish between explicitly typedef'd type names and anonymously defined type names
markTypeDefd() - Method in class org.jacorb.idl.TemplateTypeSpec
we have to be able to distinguish between explicitly typedef'd type names and anonymously defined type names
markTypeDefd(String) - Method in class org.jacorb.idl.TypeDeclaration
we have to be able to distinguish between explicitly typedef'd type names and anonymously defined type names
max - Variable in class org.jacorb.idl.SequenceType
 
max - Variable in class org.jacorb.idl.StringType
 
Member - Class in org.jacorb.idl
 
Member(int) - Constructor for class org.jacorb.idl.Member
 
member_print(PrintWriter, String) - Method in class org.jacorb.idl.Member
 
MemberList - Class in org.jacorb.idl
 
MemberList(int) - Constructor for class org.jacorb.idl.MemberList
 
memberlist - Variable in class org.jacorb.idl.StructType
 
Method - Class in org.jacorb.idl
 
Method(TypeSpec, TypeSpec, String, RaisesExpr, boolean) - Constructor for class org.jacorb.idl.Method
 
MODE_IN - Static variable in class org.jacorb.idl.ParamDecl
 
MODE_INOUT - Static variable in class org.jacorb.idl.ParamDecl
 
MODE_OUT - Static variable in class org.jacorb.idl.ParamDecl
 
Module - Class in org.jacorb.idl
Note: a module's name is its package name!
Module(int) - Constructor for class org.jacorb.idl.Module
 
mult_expr - Variable in class org.jacorb.idl.AddExpr
 
mult_expr - Variable in class org.jacorb.idl.MultExpr
 
MultExpr - Class in org.jacorb.idl
 
MultExpr(int) - Constructor for class org.jacorb.idl.MultExpr
 
my_interface - Variable in class org.jacorb.idl.InterfaceBody
 
myAbsValue - Variable in class org.jacorb.idl.ValueBody
 
myInterface - Variable in class org.jacorb.idl.OpDecl
 
myValue - Variable in class org.jacorb.idl.InitDecl
 

N

name() - Method in class org.jacorb.idl.ArrayDeclarator
 
name() - Method in class org.jacorb.idl.Declarator
 
name() - Method in class org.jacorb.idl.IdlSymbol
get this symbol's name
name() - Method in class org.jacorb.idl.InitDecl
 
name() - Method in class org.jacorb.idl.Method
 
name() - Method in class org.jacorb.idl.OpDecl
 
name() - Method in interface org.jacorb.idl.Operation
name gives the plain name of the operation
name() - Method in interface org.jacorb.idl.Scope
 
name() - Method in class org.jacorb.idl.SimpleDeclarator
 
NameAlreadyDefined - Exception in org.jacorb.idl
 
NameAlreadyDefined(String) - Constructor for exception org.jacorb.idl.NameAlreadyDefined
 
namedValue(ScopedName) - Static method in class org.jacorb.idl.ConstDecl
 
nameList - Variable in class org.jacorb.idl.RaisesExpr
 
NameTable - Class in org.jacorb.idl
 
NameTable() - Constructor for class org.jacorb.idl.NameTable
 
NativeType - Class in org.jacorb.idl
 
NativeType(int) - Constructor for class org.jacorb.idl.NativeType
 
needsJavaEscape(Module) - Static method in class org.jacorb.idl.lexer
 
new_num() - Static method in class org.jacorb.idl.IdlSymbol
 
newDef - Variable in exception org.jacorb.idl.IllegalRedefinition
 
next_char - Static variable in class org.jacorb.idl.lexer
First and second character of lookahead.
next_char2 - Static variable in class org.jacorb.idl.lexer
 
next_token() - Static method in class org.jacorb.idl.lexer
Return one token.
nLeft - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
nLevel - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
NO_ATTRIBUTE - Static variable in class org.jacorb.idl.OpDecl
 
NoHelperException - Exception in org.jacorb.idl
This Exception will be thrown when there is no Helper class available for a specific CORBA type.
NoHelperException() - Constructor for exception org.jacorb.idl.NoHelperException
 
NONE - Static variable in class org.jacorb.idl.util.IDLLogger
 
nOperator - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
nParent - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
nRight - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
nString - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 
nValue - Variable in class org.jacorb.idl.ConstExprEvaluator.Node
 

O

ObjectCachePlugin - Interface in org.jacorb.idl
A plugin interface that allows to insert custom code (to help reuse structs and unions) into the generated java code.
ObjectTypeSpec - Class in org.jacorb.idl
 
ObjectTypeSpec(int) - Constructor for class org.jacorb.idl.ObjectTypeSpec
 
OctetType - Class in org.jacorb.idl
 
OctetType(int) - Constructor for class org.jacorb.idl.OctetType
 
omg_package_prefix - Variable in class org.jacorb.idl.IdlSymbol
 
omgPrefix() - Method in class org.jacorb.idl.ConstrTypeSpec
 
omgPrefix() - Method in class org.jacorb.idl.IdlSymbol
 
ONEWAY - Static variable in class org.jacorb.idl.OpDecl
 
opAttribute - Variable in class org.jacorb.idl.OpDecl
 
OpDecl - Class in org.jacorb.idl
 
OpDecl(int) - Constructor for class org.jacorb.idl.OpDecl
 
OpDecl(IdlSymbol, int, TypeSpec, String, List, RaisesExpr) - Constructor for class org.jacorb.idl.OpDecl
Constructs a new OpDecl with the given characteristics.
OpDecl(IdlSymbol, String, List) - Constructor for class org.jacorb.idl.OpDecl
Constructs a normal (not oneway) operation with void return type and no raises-Expression.
openOutput(String) - Method in class org.jacorb.idl.Interface
Open a PrintWriter to write to the .java file for typeName.
openScope() - Static method in class org.jacorb.idl.parser
called from the lexer/scanner whenever a scope opening symbol is encountered
Operation - Interface in org.jacorb.idl
 
operator - Variable in class org.jacorb.idl.AddExpr
 
operator - Variable in class org.jacorb.idl.MultExpr
 
operator - Variable in class org.jacorb.idl.ShiftExpr
 
opName() - Method in class org.jacorb.idl.InitDecl
 
opName() - Method in class org.jacorb.idl.Method
 
opName() - Method in class org.jacorb.idl.OpDecl
 
opName() - Method in interface org.jacorb.idl.Operation
opName gives the mangled name in case of attributes (_get_, _set_).
opTypeSpec - Variable in class org.jacorb.idl.OpDecl
 
or_expr - Variable in class org.jacorb.idl.ConstExpr
 
or_expr - Variable in class org.jacorb.idl.OrExpr
 
OrExpr - Class in org.jacorb.idl
 
OrExpr(int) - Constructor for class org.jacorb.idl.OrExpr
 
org.jacorb.idl - package org.jacorb.idl
 
org.jacorb.idl.javamapping - package org.jacorb.idl.javamapping
 
org.jacorb.idl.runtime - package org.jacorb.idl.runtime
 
org.jacorb.idl.util - package org.jacorb.idl.util
 
originalModuleName() - Method in class org.jacorb.idl.Module
 
originalType - Variable in class org.jacorb.idl.AliasTypeSpec
the type for which this is an alias
originalType() - Method in class org.jacorb.idl.AliasTypeSpec
 
out_dir - Static variable in class org.jacorb.idl.parser
 

P

pack_name - Variable in class org.jacorb.idl.IdlSymbol
 
pack_replace - Static variable in class org.jacorb.idl.parser
 
pack_replace(String) - Static method in class org.jacorb.idl.parser
Package replacements as requested by compiler options
param_type_spec - Variable in class org.jacorb.idl.AttrDecl
 
paramAttribute - Variable in class org.jacorb.idl.ParamDecl
 
ParamDecl - Class in org.jacorb.idl
 
ParamDecl(int) - Constructor for class org.jacorb.idl.ParamDecl
 
ParamDecl(int, TypeSpec, SimpleDeclarator) - Constructor for class org.jacorb.idl.ParamDecl
Constructs a new parameter declaration with the given characteristics.
ParamDecl(int, TypeSpec, String) - Constructor for class org.jacorb.idl.ParamDecl
Constructs a new parameter declaration with the given characteristics.
paramDecls - Variable in class org.jacorb.idl.InitDecl
 
paramDecls - Variable in class org.jacorb.idl.OpDecl
 
parameterType - Variable in class org.jacorb.idl.Method
 
paramTypeSpec - Variable in class org.jacorb.idl.ParamDecl
 
parse() - Method in class org.jacorb.idl.AddExpr
 
parse() - Method in class org.jacorb.idl.AliasTypeSpec
Perform the parsing phase, must be called before code generation
parse() - Method in class org.jacorb.idl.AndExpr
 
parse() - Method in class org.jacorb.idl.AnyType
 
parse() - Method in class org.jacorb.idl.ArrayDeclarator
 
parse() - Method in class org.jacorb.idl.ArrayTypeSpec
 
parse() - Method in class org.jacorb.idl.AttrDecl
 
parse() - Method in class org.jacorb.idl.BaseType
does nothing, will be overwritten in subclasses
parse() - Method in class org.jacorb.idl.BooleanType
 
parse() - Method in class org.jacorb.idl.Case
 
parse() - Method in class org.jacorb.idl.ConstDecl
 
parse() - Method in class org.jacorb.idl.ConstExpr
 
parse() - Method in class org.jacorb.idl.ConstrTypeSpec
 
parse() - Method in class org.jacorb.idl.ConstType
 
parse() - Method in class org.jacorb.idl.Declarator
 
parse() - Method in class org.jacorb.idl.Definition
 
parse() - Method in class org.jacorb.idl.ElementSpec
 
parse() - Method in class org.jacorb.idl.EnumType
 
parse() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
parse() - Method in class org.jacorb.idl.FixedArraySize
 
parse() - Method in class org.jacorb.idl.FixedPointConstType
 
parse() - Method in class org.jacorb.idl.FixedPointType
 
parse() - Method in class org.jacorb.idl.IdlSymbol
empty parse
parse() - Method in class org.jacorb.idl.InitDecl
 
parse() - Method in class org.jacorb.idl.InitParamDecl
 
parse() - Method in class org.jacorb.idl.Interface
 
parse() - Method in class org.jacorb.idl.InterfaceBody
 
parse() - Method in class org.jacorb.idl.Literal
 
parse() - Method in class org.jacorb.idl.Member
Parsing members means creating new members for definitions with more than one declarator.
parse() - Method in class org.jacorb.idl.MemberList
 
parse() - Method in class org.jacorb.idl.Module
 
parse() - Method in class org.jacorb.idl.MultExpr
 
parse() - Method in class org.jacorb.idl.NativeType
 
parse() - Method in class org.jacorb.idl.ObjectTypeSpec
 
parse() - Method in class org.jacorb.idl.OctetType
 
parse() - Method in class org.jacorb.idl.OpDecl
 
parse() - Method in class org.jacorb.idl.OrExpr
 
parse() - Method in class org.jacorb.idl.ParamDecl
 
parse() - Method in class org.jacorb.idl.PosIntConst
 
parse() - Method in class org.jacorb.idl.PrimaryExpr
 
parse() - Method in class org.jacorb.idl.RaisesExpr
 
parse() - Method in class org.jacorb.idl.ReplyHandler
 
parse() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
parse() - Method in class org.jacorb.idl.runtime.lr_parser
This method provides the main parsing routine.
parse() - Method in class org.jacorb.idl.ScopedName
 
parse() - Method in class org.jacorb.idl.SequenceType
The parsing phase.
parse() - Method in class org.jacorb.idl.ShiftExpr
 
parse() - Method in class org.jacorb.idl.SimpleDeclarator
 
parse() - Method in class org.jacorb.idl.Spec
 
parse() - Method in class org.jacorb.idl.StructType
 
parse() - Method in class org.jacorb.idl.SwitchBody
do the parsing
parse() - Method in class org.jacorb.idl.SymbolList
 
parse() - Method in class org.jacorb.idl.TemplateTypeSpec
 
parse() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
parse() - Method in class org.jacorb.idl.TypeDeclaration
 
parse() - Method in class org.jacorb.idl.TypeDeclarator
 
parse() - Method in class org.jacorb.idl.TypeDef
 
parse() - Method in class org.jacorb.idl.TypePrefixDecl
 
parse() - Method in class org.jacorb.idl.TypeSpec
 
parse() - Method in class org.jacorb.idl.UnaryExpr
 
parse() - Method in class org.jacorb.idl.UnionType
 
parse() - Method in class org.jacorb.idl.Value
 
parse() - Method in class org.jacorb.idl.ValueAbsDecl
 
parse() - Method in class org.jacorb.idl.ValueBase
 
parse() - Method in class org.jacorb.idl.ValueBoxDecl
 
parse() - Method in class org.jacorb.idl.ValueDecl
 
parse() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
parse() - Method in class org.jacorb.idl.VoidTypeSpec
 
parse() - Method in class org.jacorb.idl.XorExpr
 
parse_lookahead(boolean) - Method in class org.jacorb.idl.runtime.lr_parser
Parse forward using stored lookahead symbols.
parse_state - Variable in class org.jacorb.idl.runtime.symbol
The parse state to be recorded on the parse stack with this symbol.
parsed_interfaces - Static variable in class org.jacorb.idl.NameTable
 
ParseException - Exception in org.jacorb.idl
 
ParseException() - Constructor for exception org.jacorb.idl.ParseException
 
ParseException(String) - Constructor for exception org.jacorb.idl.ParseException
 
ParseException(String, PositionInfo) - Constructor for exception org.jacorb.idl.ParseException
 
parseGeneratedHelperPortability(String) - Static method in class org.jacorb.idl.parser
 
parser - Class in org.jacorb.idl
 
parser() - Constructor for class org.jacorb.idl.parser
constructor
pop() - Method in class org.jacorb.idl.runtime.virtual_parse_stack
Pop the stack.
pos_int_const() - Method in class org.jacorb.idl.ConstExpr
 
pos_int_const - Variable in class org.jacorb.idl.FixedArraySize
 
PosIntConst - Class in org.jacorb.idl
Represents positive integer constants, used in array sizes and sequence bounds declarations.
PosIntConst(int) - Constructor for class org.jacorb.idl.PosIntConst
 
PositionInfo - Class in org.jacorb.idl
 
PositionInfo(int, int, String, String, File) - Constructor for class org.jacorb.idl.PositionInfo
 
pragma_prefix - Variable in class org.jacorb.idl.PositionInfo
 
pragma_prefix - Variable in class org.jacorb.idl.str_token
 
prefix - Variable in class org.jacorb.idl.TypePrefixDecl
 
preprocess() - Static method in class org.jacorb.idl.lexer
Preprocessor directives are handled here.
primary_expr - Variable in class org.jacorb.idl.UnaryExpr
 
PrimaryExpr - Class in org.jacorb.idl
 
PrimaryExpr(int) - Constructor for class org.jacorb.idl.PrimaryExpr
 
primitiveToken - Variable in class org.jacorb.idl.Literal
 
print(PrintWriter) - Method in class org.jacorb.idl.AddExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.AliasTypeSpec
Code generation, generate holder and helper classes.
print(PrintWriter) - Method in class org.jacorb.idl.AndExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.ArrayDeclarator
 
print(PrintWriter) - Method in class org.jacorb.idl.ArrayTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.AttrDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.BaseType
does nothing, will be overwritten in subclasses
print(PrintWriter) - Method in class org.jacorb.idl.Case
 
print(PrintWriter) - Method in class org.jacorb.idl.ConstDecl
prints a constant declaration outside of an enclosing interface into a separate interface
print(PrintWriter) - Method in class org.jacorb.idl.ConstExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.ConstrTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.Declarator
 
print(PrintWriter) - Method in class org.jacorb.idl.Definition
 
print(PrintWriter) - Method in class org.jacorb.idl.Definitions
 
print(PrintWriter) - Method in class org.jacorb.idl.ElementSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.EnumType
generate required classes
print(PrintWriter) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.FixedPointType
 
print(PrintWriter) - Method in class org.jacorb.idl.IdlSymbol
 
print(PrintWriter, String) - Method in class org.jacorb.idl.InitDecl
Prints the method's signature, for inclusion in the factory interface.
print(PrintWriter) - Method in class org.jacorb.idl.InitParamDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.Interface
 
print(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print definitions that appeared in an interface scope do not call print() in OpDecls and on Typedefs
print(PrintWriter) - Method in class org.jacorb.idl.Literal
 
print(PrintWriter) - Method in class org.jacorb.idl.Member
 
print(PrintWriter) - Method in class org.jacorb.idl.Module
 
print(PrintWriter) - Method in class org.jacorb.idl.MultExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.NativeType
 
print(PrintWriter) - Method in class org.jacorb.idl.ObjectTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.OpDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.OrExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.ParamDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.PrimaryExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.RaisesExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.ReplyHandler
 
print(PrintWriter) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.ScopedName
 
print(PrintWriter) - Method in class org.jacorb.idl.SequenceType
 
print(PrintWriter) - Method in class org.jacorb.idl.ShiftExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.Spec
 
print(PrintWriter) - Method in class org.jacorb.idl.StateMember
 
print(PrintWriter) - Method in class org.jacorb.idl.StringType
 
print(PrintWriter) - Method in class org.jacorb.idl.StructType
Generates code from this AST class
print(PrintWriter) - Method in class org.jacorb.idl.SwitchBody
 
print(PrintWriter) - Method in class org.jacorb.idl.SymbolList
 
print(PrintWriter) - Method in class org.jacorb.idl.Truncatable
 
print(PrintWriter) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.TypeDeclaration
 
print(PrintWriter) - Method in class org.jacorb.idl.TypeDeclarator
 
print(PrintWriter) - Method in class org.jacorb.idl.TypeDef
 
print(PrintWriter) - Method in class org.jacorb.idl.TypePrefixDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.TypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.UnaryExpr
 
print(PrintWriter) - Method in class org.jacorb.idl.UnionType
generate required classes
print(PrintWriter) - Method in class org.jacorb.idl.Value
 
print(PrintWriter) - Method in class org.jacorb.idl.ValueAbsDecl
generate the mapped class that extends ValueBase and has the operations and attributes
print(PrintWriter) - Method in class org.jacorb.idl.ValueBase
 
print(PrintWriter) - Method in class org.jacorb.idl.ValueBoxDecl
generate required classes
print(PrintWriter) - Method in class org.jacorb.idl.ValueDecl
 
print(PrintWriter) - Method in class org.jacorb.idl.ValueInheritanceSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.VoidTypeSpec
 
print(PrintWriter) - Method in class org.jacorb.idl.XorExpr
 
print_sendc_Method(PrintWriter, String) - Method in class org.jacorb.idl.Method
 
print_sendc_Method(PrintWriter, String) - Method in class org.jacorb.idl.OpDecl
 
print_sendc_Method(PrintWriter, String) - Method in interface org.jacorb.idl.Operation
 
printAddArgumentStatement(PrintWriter, String) - Method in class org.jacorb.idl.ParamDecl
 
printCheckinHelper(PrintWriter, TypeDeclaration) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point to add methods to a struct's or union's helper class.
printCheckout(PrintWriter, String, String) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point right in the beginning of a struct or union helper's read method.
From MyUnionHelper.read():
public static MyUnion read (org.omg.CORBA.portable.InputStream in) { // ----> code from printCheckout() goes here, instead of "MyUnion result = new MyUnion();" <---- int disc=in.read_long(); switch (disc) { case 1: { int _var; _var=in.read_long(); result.foo (_var); break; } case 2: { test.MyStruct _var; _var=test.MyStructHelper.read(in); result.bar (_var); break; } default: result.__default (disc); } return result; }
printClassComment(String, String, PrintWriter) - Method in class org.jacorb.idl.IdlSymbol
printClassComment is used by inherited classes to print the class comment.
printConstants(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print signatures to the operations file
printContained(PrintWriter) - Method in class org.jacorb.idl.ConstDecl
prints a constant declaration as part of an enclosing interface
printDelegatedMethod(PrintWriter) - Method in class org.jacorb.idl.Method
 
printDelegatedMethod(PrintWriter) - Method in class org.jacorb.idl.OpDecl
 
printDelegatedMethod(PrintWriter) - Method in interface org.jacorb.idl.Operation
Method code for skeletons
printDelegatedMethods(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print methods to the skeleton file
printElseNarrowFailed(PrintWriter) - Method in class org.jacorb.idl.Interface
Prints the else clause of a narrow method that signals general failure.
printExtractArgumentStatement(PrintWriter) - Method in class org.jacorb.idl.ParamDecl
 
printExtractExpression() - Method in class org.jacorb.idl.BooleanType
 
printExtractExpression() - Method in class org.jacorb.idl.CharType
 
printExtractExpression() - Method in class org.jacorb.idl.ConstrTypeSpec
 
printExtractExpression() - Method in class org.jacorb.idl.DoubleType
 
printExtractExpression() - Method in class org.jacorb.idl.FloatType
 
printExtractExpression() - Method in class org.jacorb.idl.LongLongType
 
printExtractExpression() - Method in class org.jacorb.idl.LongType
 
printExtractExpression() - Method in class org.jacorb.idl.ObjectTypeSpec
 
printExtractExpression() - Method in class org.jacorb.idl.OctetType
 
printExtractExpression() - Method in class org.jacorb.idl.ScopedName
 
printExtractExpression() - Method in class org.jacorb.idl.ShortType
 
printExtractExpression() - Method in class org.jacorb.idl.StringType
 
printExtractExpression() - Method in class org.jacorb.idl.TypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.AliasTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.AnyType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ArrayTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.BooleanType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.CharType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.DoubleType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.EnumType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.FixedPointType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.FloatType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.Interface
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.LongLongType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.LongType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ObjectTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.OctetType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.SequenceType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ShortType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.StringType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.StructType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.TypeDeclaration
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.TypeSpec
Prints the java-commands to extract the contents of the Any anyname into a variable resultname with the type resulttype
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.UnionType
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ValueAbsDecl
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ValueBoxDecl
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.ValueDecl
 
printExtractResult(PrintWriter, String, String, String) - Method in class org.jacorb.idl.VectorType
 
printHelper() - Method in class org.jacorb.idl.Interface
Generate the helper class for an interface
printHelperMethod(PrintWriter, String) - Method in class org.jacorb.idl.InitDecl
Prints the Helper method that corresponds to this factory method.
printHolder() - Method in class org.jacorb.idl.Interface
Print the holder class for the interface.
printHolderClass(String, PrintWriter) - Method in class org.jacorb.idl.UnionType
 
printIdMethod(PrintWriter) - Method in class org.jacorb.idl.IdlSymbol
 
printImplSkeleton() - Method in class org.jacorb.idl.Interface
 
printImport(PrintWriter) - Method in class org.jacorb.idl.IdlSymbol
 
printInsertExpression() - Method in class org.jacorb.idl.BooleanType
 
printInsertExpression() - Method in class org.jacorb.idl.CharType
 
printInsertExpression() - Method in class org.jacorb.idl.ConstrTypeSpec
 
printInsertExpression() - Method in class org.jacorb.idl.DoubleType
 
printInsertExpression() - Method in class org.jacorb.idl.FloatType
 
printInsertExpression() - Method in class org.jacorb.idl.LongLongType
 
printInsertExpression() - Method in class org.jacorb.idl.LongType
 
printInsertExpression() - Method in class org.jacorb.idl.ObjectTypeSpec
 
printInsertExpression() - Method in class org.jacorb.idl.OctetType
 
printInsertExpression() - Method in class org.jacorb.idl.ScopedName
 
printInsertExpression() - Method in class org.jacorb.idl.ShortType
 
printInsertExpression() - Method in class org.jacorb.idl.StringType
 
printInsertExpression() - Method in class org.jacorb.idl.TypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.AliasTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.AnyType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ArrayTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.BooleanType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.CharType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.DoubleType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.EnumType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.FixedPointType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.FloatType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.Interface
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.LongLongType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.LongType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ObjectTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.OctetType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.SequenceType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ShortType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.StringType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.StructType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.TypeDeclaration
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.TypeSpec
Prints the java-commands to insert the variable varname into the Any anyname
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.UnionType
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ValueAbsDecl
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ValueBoxDecl
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.ValueDecl
 
printInsertIntoAny(PrintWriter, String, String) - Method in class org.jacorb.idl.VectorType
 
printInterface() - Method in class org.jacorb.idl.Interface
generate the signature interface
printInterfaceMethods(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print only constant definitions to the interface file
printInvocation(PrintWriter) - Method in class org.jacorb.idl.Method
 
printInvocation(PrintWriter) - Method in class org.jacorb.idl.OpDecl
 
printInvocation(PrintWriter) - Method in interface org.jacorb.idl.Operation
 
printIRHelper() - Method in class org.jacorb.idl.Interface
 
printLocalBase() - Method in class org.jacorb.idl.Interface
 
printLocalTie() - Method in class org.jacorb.idl.Interface
 
printMethod(PrintWriter, String, boolean, boolean) - Method in class org.jacorb.idl.Method
 
printMethod(PrintWriter, String, boolean, boolean) - Method in class org.jacorb.idl.OpDecl
 
printMethod(PrintWriter, String, boolean, boolean) - Method in interface org.jacorb.idl.Operation
printMethod produces the method code for stubs.
printNarrow(PrintWriter, boolean, boolean) - Method in class org.jacorb.idl.Interface
Generates a narrow method for the Helper class.
printOperations() - Method in class org.jacorb.idl.Interface
generate the operations Java interface (not for pseudo interfaces)
printOperationsHash(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print hash table that associates an operation string with an int
printOperationSignatures(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print signatures to the operations file
printPackage(PrintWriter) - Method in class org.jacorb.idl.Interface
 
printPostMemberRead(PrintWriter, TypeDeclaration, String) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point in the read method of a helper class of a struct or union after reading struct/union members.

From MyUnionHelper.read():
public static MyUnion read (org.omg.CORBA.portable.InputStream in) { MyUnion result = new MyUnion(); int disc=in.read_long(); switch (disc) { case 1: { int _var; _var=in.read_long(); result.foo (_var); break; } case 2: { test.MyStruct _var; _var=test.MyStructHelper.read(in); result.bar (_var); break; } default: result.__default (disc); } // ----> code from printPostMemberRead() goes here <---- return result; }
printPostParamRead(PrintWriter, List) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point in the skeleton after reading the parameters, but before invoking the servant.
printPreMemberRead(PrintWriter, TypeDeclaration) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point in the read method of a helper class of a struct or union before reading struct/union members.
From MyUnionHelper.read():
public static MyUnion read (org.omg.CORBA.portable.InputStream in) { MyUnion result = new MyUnion(); // ----> code from printPreMemberRead() goes here <---- int disc=in.read_long(); switch (disc) { case 1: { int _var; _var=in.read_long(); result.foo (_var); break; } case 2: { test.MyStruct _var; _var=test.MyStructHelper.read(in); result.bar (_var); break; } default: result.__default (disc); } return result; }
printPreParamRead(PrintWriter, List) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion point in the skeleton before reading the parameters.
printReadExpression(String) - Method in class org.jacorb.idl.AliasTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.AnyType
 
printReadExpression(String) - Method in class org.jacorb.idl.BooleanType
 
printReadExpression(String) - Method in class org.jacorb.idl.CharType
 
printReadExpression(String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.DoubleType
 
printReadExpression(String) - Method in class org.jacorb.idl.EnumType
 
printReadExpression(String) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.FixedPointConstType
 
printReadExpression(String) - Method in class org.jacorb.idl.FixedPointType
 
printReadExpression(String) - Method in class org.jacorb.idl.FloatType
 
printReadExpression(String) - Method in class org.jacorb.idl.InitParamDecl
 
printReadExpression(String) - Method in class org.jacorb.idl.Interface
 
printReadExpression(String) - Method in class org.jacorb.idl.LongLongType
 
printReadExpression(String) - Method in class org.jacorb.idl.LongType
 
printReadExpression(String) - Method in class org.jacorb.idl.NativeType
 
printReadExpression(String) - Method in class org.jacorb.idl.ObjectTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.OctetType
 
printReadExpression(String) - Method in class org.jacorb.idl.ParamDecl
 
printReadExpression(String) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.ScopedName
 
printReadExpression(String) - Method in class org.jacorb.idl.ShortType
 
printReadExpression(String) - Method in class org.jacorb.idl.StringType
 
printReadExpression(String) - Method in class org.jacorb.idl.StructType
 
printReadExpression(String) - Method in interface org.jacorb.idl.Type
 
printReadExpression(String) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.TypeDeclaration
 
printReadExpression(String) - Method in class org.jacorb.idl.TypeSpec
 
printReadExpression(String) - Method in class org.jacorb.idl.UnionType
 
printReadExpression(String) - Method in class org.jacorb.idl.Value
 
printReadExpression(String) - Method in class org.jacorb.idl.ValueAbsDecl
 
printReadExpression(String) - Method in class org.jacorb.idl.ValueBase
 
printReadExpression(String) - Method in class org.jacorb.idl.ValueBoxDecl
 
printReadExpression(String) - Method in class org.jacorb.idl.ValueDecl
 
printReadExpression(String) - Method in class org.jacorb.idl.VectorType
 
printReadStatement(String, String) - Method in class org.jacorb.idl.AliasTypeSpec
 
printReadStatement(String, String) - Method in class org.jacorb.idl.ArrayTypeSpec
 
printReadStatement(String, String) - Method in class org.jacorb.idl.FixedPointType
 
printReadStatement(String, String) - Method in class org.jacorb.idl.LongLongType
 
printReadStatement(String, String) - Method in class org.jacorb.idl.SequenceType
We have to distinguish between sequence types that have been explicitly declared as types with a typedef and those that are declared as anonymous types in structs or unions.
printReadStatement(String, String) - Method in class org.jacorb.idl.ShortType
 
printReadStatement(String, String) - Method in class org.jacorb.idl.StringType
 
printReadStatement(String, String) - Method in interface org.jacorb.idl.Type
 
printReadStatement(String, String) - Method in class org.jacorb.idl.TypeDeclaration
 
printReadStatement(String, String) - Method in class org.jacorb.idl.TypeSpec
 
printReadStatement(String, String) - Method in class org.jacorb.idl.Value
 
printReadStatement(String, String) - Method in class org.jacorb.idl.ValueAbsDecl
 
printReadStatement(String, String) - Method in class org.jacorb.idl.ValueDecl
 
printSerialVersionUID(PrintWriter) - Method in class org.jacorb.idl.TypeDeclaration
 
printSignature(PrintWriter) - Method in class org.jacorb.idl.Method
 
printSignature(PrintWriter, boolean) - Method in class org.jacorb.idl.Method
 
printSignature(PrintWriter) - Method in class org.jacorb.idl.OpDecl
 
printSignature(PrintWriter, boolean) - Method in class org.jacorb.idl.OpDecl
 
printSignature(PrintWriter, boolean) - Method in interface org.jacorb.idl.Operation
 
printSignature(PrintWriter) - Method in interface org.jacorb.idl.Operation
 
printSkeletonCheckin(PrintWriter, List, String) - Method in interface org.jacorb.idl.ObjectCachePlugin
Code insertion poin after invoking the servant.
From MyInterfacePOA.invoke()
switch ( opsIndex.intValue() ) { case 0: // op { test.MyStruct _arg0=test.MyStructHelper.read(_input); test.MyUnionHolder _arg1= new test.MyUnionHolder(); _arg1._read (_input); _out = handler.createReply(); op(_arg0,_arg1); test.MyUnionHelper.write(_out,_arg1.value); // ----> code from printSkeletonCheckin() goes here <---- break; } }
printSkelInvocations(PrintWriter) - Method in class org.jacorb.idl.InterfaceBody
print methods for impl-based skeletons
printStreamBody(PrintWriter, String, String, boolean, boolean) - Method in class org.jacorb.idl.OpDecl
Writes the Stream-based Body of the Method for the stub
printStub() - Method in class org.jacorb.idl.Interface
Generates a stub class for this Interface
printStubInterposition(PrintWriter) - Method in class org.jacorb.idl.Interface
Generates the code for a narrow method with which a stub is inserted between an object implementation and the client.
printStubMethods(PrintWriter, String, boolean, boolean) - Method in class org.jacorb.idl.InterfaceBody
Print methods to the stub file
printSuperclassImports(PrintWriter) - Method in class org.jacorb.idl.Interface
If this interface inherits from classes in the unnamed package, generate explicit import statements for them.
printTieSkeleton() - Method in class org.jacorb.idl.Interface
print the stream-based skeleton class
printWriteStatement(String, String) - Method in class org.jacorb.idl.AliasTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.AnyType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ArrayTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.BooleanType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.CharType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.DoubleType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.EnumType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.FixedPointConstType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.FixedPointType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.FloatType
 
printWriteStatement(String) - Method in class org.jacorb.idl.InitParamDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.InitParamDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.Interface
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.LongLongType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.LongType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.NativeType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ObjectTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.OctetType
 
printWriteStatement(String) - Method in class org.jacorb.idl.ParamDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ParamDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ScopedName
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.SequenceType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ShortType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.StringType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.StructType
 
printWriteStatement(String, String) - Method in interface org.jacorb.idl.Type
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.TypeDeclaration
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.TypeSpec
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.UnionType
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.Value
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ValueAbsDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ValueBase
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ValueBoxDecl
 
printWriteStatement(String, String) - Method in class org.jacorb.idl.ValueDecl
 
production_tab - Variable in class org.jacorb.idl.runtime.lr_parser
Direct reference to the production table.
production_table() - Method in class org.jacorb.idl.parser
access to production table
production_table() - Method in class org.jacorb.idl.runtime.lr_parser
Table of production information (supplied by generated subclass).
push(int) - Method in class org.jacorb.idl.runtime.virtual_parse_stack
Push a state number onto the stack.

R

raisesExpr - Variable in class org.jacorb.idl.InitDecl
new in CORBA 3.0, factory methods may raise exceptions
raisesExpr - Variable in class org.jacorb.idl.OpDecl
 
RaisesExpr - Class in org.jacorb.idl
 
RaisesExpr(int) - Constructor for class org.jacorb.idl.RaisesExpr
 
RaisesExpr() - Constructor for class org.jacorb.idl.RaisesExpr
Constructs an empty RaisesExpr
RaisesExpr(Vector) - Constructor for class org.jacorb.idl.RaisesExpr
Constructs a
read() - Static method in class org.jacorb.idl.GlobalInputStream
 
read_lookahead() - Method in class org.jacorb.idl.runtime.lr_parser
Read from input to establish our buffer of "parse ahead" lookahead symbols.
readOnly - Variable in class org.jacorb.idl.AttrDecl
 
readStatement(String) - Method in class org.jacorb.idl.StateMember
 
real_next - Variable in class org.jacorb.idl.runtime.virtual_parse_stack
Top of stack indicator for where we leave off in the real stack.
real_next_token() - Static method in class org.jacorb.idl.lexer
The actual routine to return one token.
real_stack - Variable in class org.jacorb.idl.runtime.virtual_parse_stack
The real stack that we shadow.
reduce_tab - Variable in class org.jacorb.idl.runtime.lr_parser
Direct reference to the reduce-goto table.
reduce_table() - Method in class org.jacorb.idl.parser
access to reduce_goto table
reduce_table() - Method in class org.jacorb.idl.runtime.lr_parser
The reduce-goto table (supplied by generated subclass).
remove_pending(String) - Static method in class org.jacorb.idl.parser
 
removeBrackets(String) - Method in class org.jacorb.idl.ConstExprEvaluator.Node
Removes spaces, tabs and brackets at the begining
removeIllegalCharacters(String) - Method in class org.jacorb.idl.ConstExprEvaluator.Node
Removes illegal characters
removeRecursionScope(String) - Static method in class org.jacorb.idl.ScopedName
 
replaceForwardDeclaration(String, TypeSpec) - Static method in class org.jacorb.idl.TypeMap
 
ReplyHandler - Class in org.jacorb.idl
A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
ReplyHandler(Interface) - Constructor for class org.jacorb.idl.ReplyHandler
 
ReplyHandlerTypeSpec - Class in org.jacorb.idl
 
ReplyHandlerTypeSpec(int) - Constructor for class org.jacorb.idl.ReplyHandlerTypeSpec
 
report_error(String, Object) - Method in class org.jacorb.idl.parser
 
report_error(String, Object) - Method in class org.jacorb.idl.runtime.lr_parser
Report a non fatal error (or warning).
report_fatal_error(String, Object) - Method in class org.jacorb.idl.parser
 
report_fatal_error(String, Object) - Method in class org.jacorb.idl.runtime.lr_parser
Report a fatal error.
reset() - Static method in class org.jacorb.idl.lexer
reset the scanner state
resetFileLists() - Method in class org.jacorb.idl.JacIDL
Clear the list of files to be compiled and copied..
resolved() - Method in class org.jacorb.idl.ScopedName
 
resolvedName() - Method in class org.jacorb.idl.ScopedName
 
resolvedTypeSpec() - Method in class org.jacorb.idl.ScopedName
 
restart_lookahead() - Method in class org.jacorb.idl.runtime.lr_parser
Reset the parse ahead input to one token past where we started error recovery (this consumes one new token from the real input).
restorePosition(PositionInfo) - Static method in class org.jacorb.idl.lexer
 
resultType - Variable in class org.jacorb.idl.Method
 
run() - Method in class org.jacorb.idl.InterfaceBody.ParseThread
 

S

scale - Variable in class org.jacorb.idl.FixedPointType
 
scale_expr - Variable in class org.jacorb.idl.FixedPointType
 
scan() - Method in class org.jacorb.idl.parser
scan to get the next token
scan() - Method in class org.jacorb.idl.runtime.lr_parser
Get the next token from the input (supplied by generated subclass).
scanFiles(String[]) - Method in class org.jacorb.idl.JacIDL
Scans the directory looking for source files to be compiled.
Scope - Interface in org.jacorb.idl
 
ScopeData - Class in org.jacorb.idl
 
ScopeData() - Constructor for class org.jacorb.idl.ScopeData
 
ScopedName - Class in org.jacorb.idl
 
ScopedName(int) - Constructor for class org.jacorb.idl.ScopedName
 
scopedname - Variable in class org.jacorb.idl.TypePrefixDecl
 
scopes - Static variable in class org.jacorb.idl.parser
 
SequenceType - Class in org.jacorb.idl
IDL sequences.
SequenceType(int) - Constructor for class org.jacorb.idl.SequenceType
 
set_abstract() - Method in class org.jacorb.idl.Interface
 
set_ancestors(SymbolList) - Method in class org.jacorb.idl.InterfaceBody
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.ObjectTypeSpec
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.TypeSpec
 
set_constr(TypeDeclaration) - Method in class org.jacorb.idl.ValueBase
 
set_declaration(Declaration) - Method in class org.jacorb.idl.Definition
 
set_included(boolean) - Method in class org.jacorb.idl.Declarator
 
set_included(boolean) - Method in class org.jacorb.idl.Definition
 
set_included(boolean) - Method in class org.jacorb.idl.Definitions
 
set_included(boolean) - Method in class org.jacorb.idl.EnumType
 
set_included(boolean) - Method in class org.jacorb.idl.Interface
 
set_included(boolean) - Method in class org.jacorb.idl.Module
 
set_included(boolean) - Method in class org.jacorb.idl.NativeType
 
set_included(boolean) - Static method in class org.jacorb.idl.parser
 
set_included(boolean) - Method in class org.jacorb.idl.StructType
 
set_included(boolean) - Method in class org.jacorb.idl.TypeDeclaration
 
set_included(boolean) - Method in class org.jacorb.idl.TypeDef
 
set_included(boolean) - Method in class org.jacorb.idl.UnionType
 
set_included(boolean) - Method in class org.jacorb.idl.Value
 
set_included(boolean) - Method in class org.jacorb.idl.ValueAbsDecl
 
set_included(boolean) - Method in class org.jacorb.idl.ValueBoxDecl
 
set_included(boolean) - Method in class org.jacorb.idl.ValueDecl
 
set_locality(boolean) - Method in class org.jacorb.idl.Interface
set by the parser after creating this object depending on the presence of the "local" modifier.
set_memberlist(MemberList) - Method in class org.jacorb.idl.StructType
 
set_name(String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
set_name(String) - Method in class org.jacorb.idl.IdlSymbol
the name of this symbol
set_name(String) - Method in class org.jacorb.idl.InterfaceBody
 
set_name(String) - Method in class org.jacorb.idl.UnionType
 
set_pending(String, Object) - Static method in class org.jacorb.idl.parser
 
set_pseudo() - Method in class org.jacorb.idl.IdlSymbol
 
set_token(str_token) - Method in class org.jacorb.idl.IdlSymbol
 
setAll(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to generate all files.
setAmi_callback(boolean) - Method in class org.jacorb.idl.JacIDL
Sets the flag to generate AMI callbacks.
setCachePlugin(String) - Method in class org.jacorb.idl.JacIDL
 
setContainingType(TypeDeclaration) - Method in class org.jacorb.idl.Member
 
setContainingType(TypeDeclaration) - Method in class org.jacorb.idl.MemberList
 
setDebuglevel(int) - Method in class org.jacorb.idl.JacIDL
Set the debug level.
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.AddExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.AndExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.ConstExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.Literal
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.MultExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.OrExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.PrimaryExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.ShiftExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.UnaryExpr
 
setDeclaration(ConstDecl) - Method in class org.jacorb.idl.XorExpr
 
setDestdir(File) - Method in class org.jacorb.idl.JacIDL
Set the destination directory.
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.AliasTypeSpec
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ArrayDeclarator
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ArrayTypeSpec
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.AttrDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.BaseType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Case
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ConstrTypeSpec
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Declarator
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Definition
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Definitions
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ElementSpec
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.EnumType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.FixedPointType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.IdlSymbol
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.InitDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Interface
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.InterfaceBody
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Member
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.MemberList
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Module
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.NativeType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.OpDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ScopedName
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.SequenceType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.SimpleDeclarator
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.StringType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.StructType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.SwitchBody
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.TypeDeclaration
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.TypeDeclarator
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.TypeDef
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.TypeSpec
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.UnionType
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.Value
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ValueAbsDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ValueBody
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ValueBoxDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.ValueDecl
 
setEnclosingSymbol(IdlSymbol) - Method in class org.jacorb.idl.VoidTypeSpec
 
setExtendVector(Vector) - Method in class org.jacorb.idl.Member
must be set by MemberList before parsing
setFile(File) - Method in class org.jacorb.idl.JacIDL.I2JPackageTagHandler
Handle the equivalent of -i2jpackagefile argument to parser.java
setFinalString(String) - Static method in class org.jacorb.idl.parser
 
setForceOverwrite(boolean) - Method in class org.jacorb.idl.JacIDL
Sets the flag to overwrite existing files.
setGenerateDIIStubs(boolean) - Method in class org.jacorb.idl.JacIDL
 
setGenerateEnhanced(boolean) - Method in class org.jacorb.idl.JacIDL
Sets the flag to generated enhanced stubs
setGenerateFinalCode(boolean) - Static method in class org.jacorb.idl.parser
 
setGenerateir(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to generate the interface repository files.
setGenerator(IDLTreeVisitor) - Static method in class org.jacorb.idl.parser
 
setHelperCompat(String) - Method in class org.jacorb.idl.JacIDL
 
seti2jpackagefile(File) - Method in class org.jacorb.idl.JacIDL
 
setId(String) - Method in class org.jacorb.idl.ScopedName
 
setIncludePath(String) - Static method in class org.jacorb.idl.GlobalInputStream
 
setIncludepath(Path) - Method in class org.jacorb.idl.JacIDL
Set the include path for the idl compiler.
setInheritanceSpec(ValueInheritanceSpec) - Method in class org.jacorb.idl.ValueAbsDecl
 
setInheritanceSpec() - Method in class org.jacorb.idl.ValueAbsDecl
 
setInheritanceSpec(ValueInheritanceSpec) - Method in class org.jacorb.idl.ValueDecl
 
setInhibitionState(boolean) - Static method in class org.jacorb.idl.parser
 
setInput(String) - Static method in class org.jacorb.idl.GlobalInputStream
 
setLevel(Level) - Method in class org.jacorb.idl.util.IDLLogger
Sets the logging level.
setLongDouble() - Method in class org.jacorb.idl.DoubleType
 
setNameList - Variable in class org.jacorb.idl.AttrRaisesExpr
 
setNames(String) - Method in class org.jacorb.idl.JacIDL.I2JPackageTagHandler
Handle the names="packagefrom:packageto" attribute of the i2jpackage element.
setNofinal(boolean) - Method in class org.jacorb.idl.JacIDL
Setter for 'nofinal' property that indicates whether generated code should have a final class definition.
setNoskel(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to leave out skeleton generation.
setNostub(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to leave out stub generation.
setObjectCachePlugin(String) - Static method in class org.jacorb.idl.parser
 
setObjectCachePlugin(ObjectCachePlugin) - Static method in class org.jacorb.idl.parser
 
setOperator(String) - Method in class org.jacorb.idl.ConstExprEvaluator.Operator
 
setPackage(String) - Method in class org.jacorb.idl.AddExpr
 
setPackage(String) - Method in class org.jacorb.idl.AliasTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.AndExpr
 
setPackage(String) - Method in class org.jacorb.idl.ArrayDeclarator
 
setPackage(String) - Method in class org.jacorb.idl.ArrayTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.AttrDecl
 
setPackage(String) - Method in class org.jacorb.idl.BaseType
ignore, these types don't need to know their package
setPackage(String) - Method in class org.jacorb.idl.Case
 
setPackage(String) - Method in class org.jacorb.idl.ConstDecl
 
setPackage(String) - Method in class org.jacorb.idl.ConstExpr
 
setPackage(String) - Method in class org.jacorb.idl.ConstrTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.ConstType
 
setPackage(String) - Method in class org.jacorb.idl.Declarator
 
setPackage(String) - Method in class org.jacorb.idl.Definition
 
setPackage(String) - Method in class org.jacorb.idl.Definitions
 
setPackage(String) - Method in class org.jacorb.idl.ElementSpec
 
setPackage(String) - Method in class org.jacorb.idl.EnumType
 
setPackage(String) - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.FixedArraySize
 
setPackage(String) - Method in class org.jacorb.idl.FixedPointType
 
setPackage(String) - Method in class org.jacorb.idl.IdlSymbol
 
setPackage(String) - Method in class org.jacorb.idl.InitDecl
 
setPackage(String) - Method in class org.jacorb.idl.InitParamDecl
 
setPackage(String) - Method in class org.jacorb.idl.Interface
 
setPackage(String) - Method in class org.jacorb.idl.InterfaceBody
 
setPackage(String) - Method in class org.jacorb.idl.Member
 
setPackage(String) - Method in class org.jacorb.idl.Module
 
setPackage(String) - Method in class org.jacorb.idl.MultExpr
 
setPackage(String) - Method in class org.jacorb.idl.NativeType
 
setPackage(String) - Method in class org.jacorb.idl.ObjectTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.OpDecl
 
setPackage(String) - Method in class org.jacorb.idl.OrExpr
 
setPackage(String) - Method in class org.jacorb.idl.ParamDecl
 
setPackage(String) - Method in class org.jacorb.idl.PosIntConst
 
setPackage(String) - Method in class org.jacorb.idl.PrimaryExpr
 
setPackage(String) - Method in class org.jacorb.idl.RaisesExpr
 
setPackage(String) - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.ScopedName
 
setPackage(String) - Method in class org.jacorb.idl.SequenceType
 
setPackage(String) - Method in class org.jacorb.idl.ShiftExpr
 
setPackage(String) - Method in class org.jacorb.idl.SimpleDeclarator
 
setPackage(String) - Method in class org.jacorb.idl.Spec
 
setPackage(String) - Method in class org.jacorb.idl.StringType
 
setPackage(String) - Method in class org.jacorb.idl.StructType
 
setPackage(String) - Method in class org.jacorb.idl.SwitchBody
 
setPackage(String) - Method in class org.jacorb.idl.SymbolList
 
setPackage(String) - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.TypeDeclaration
 
setPackage(String) - Method in class org.jacorb.idl.TypeDeclarator
 
setPackage(String) - Method in class org.jacorb.idl.TypeDef
 
setPackage(String) - Method in class org.jacorb.idl.TypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.UnaryExpr
 
setPackage(String) - Method in class org.jacorb.idl.UnionType
 
setPackage(String) - Method in class org.jacorb.idl.Value
 
setPackage(String) - Method in class org.jacorb.idl.ValueAbsDecl
 
setPackage(String) - Method in class org.jacorb.idl.ValueBase
 
setPackage(String) - Method in class org.jacorb.idl.ValueBoxDecl
 
setPackage(String) - Method in class org.jacorb.idl.ValueDecl
 
setPackage(String) - Method in class org.jacorb.idl.ValueInheritanceSpec
 
setPackage(String) - Method in class org.jacorb.idl.VoidTypeSpec
 
setPackage(String) - Method in class org.jacorb.idl.XorExpr
 
setParseonly(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to parse the idl only.
setPrintPhaseNames() - Method in class org.jacorb.idl.IdlSymbol
 
setRaisesExpr - Variable in class org.jacorb.idl.AttrDecl
 
setScopeData(ScopeData) - Method in class org.jacorb.idl.Interface
 
setScopeData(ScopeData) - Method in class org.jacorb.idl.Module
 
setScopeData(ScopeData) - Method in interface org.jacorb.idl.Scope
 
setScopeData(ScopeData) - Method in class org.jacorb.idl.StructType
 
setScopeData(ScopeData) - Method in class org.jacorb.idl.UnionType
 
setSize(ConstExpr) - Method in class org.jacorb.idl.StringType
 
setSloppyforward(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to use sloppy forwards.
setSloppyidentifiers(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to use sloppy identifiers.
setSloppynames(boolean) - Method in class org.jacorb.idl.JacIDL
Set the flag to use sloppy names.
setSrcdir(File) - Method in class org.jacorb.idl.JacIDL
Set the source directory.
setSwitchBody(SwitchBody) - Method in class org.jacorb.idl.UnionType
 
setSwitchType(TypeSpec) - Method in class org.jacorb.idl.UnionType
 
setTypeSpec(TypeSpec) - Method in class org.jacorb.idl.Case
 
setTypeSpec(TypeSpec) - Method in class org.jacorb.idl.SwitchBody
 
setTypeSpec(SimpleTypeSpec) - Method in class org.jacorb.idl.VectorType
 
setUncheckedNarrow(boolean) - Method in class org.jacorb.idl.JacIDL
Sets the flag to generated unchecked narrow() calls in stubs
setUnion(UnionType) - Method in class org.jacorb.idl.Case
pass a reference to the containing union through to the case elements, which pass it on
setUnion(UnionType) - Method in class org.jacorb.idl.ElementSpec
 
setUnion(UnionType) - Method in class org.jacorb.idl.SwitchBody
pass a reference to the containing union through to the case elements, which pass it on
setUnsigned() - Method in class org.jacorb.idl.IntType
 
setValue(Double) - Method in class org.jacorb.idl.ConstExprEvaluator.Node
 
setValue(Value) - Method in class org.jacorb.idl.Value
 
setValueElements(Definitions) - Method in class org.jacorb.idl.ValueDecl
 
setWide() - Method in class org.jacorb.idl.CharType
 
setWide() - Method in class org.jacorb.idl.StringType
 
shift_expr - Variable in class org.jacorb.idl.AndExpr
 
shift_expr - Variable in class org.jacorb.idl.ShiftExpr
 
shift_under_error() - Method in class org.jacorb.idl.runtime.lr_parser
Determine if we can shift under the special error symbol out of the state currently on the top of the (real) parse stack.
ShiftExpr - Class in org.jacorb.idl
 
ShiftExpr(int) - Constructor for class org.jacorb.idl.ShiftExpr
 
ShortType - Class in org.jacorb.idl
 
ShortType(int) - Constructor for class org.jacorb.idl.ShortType
 
signature() - Method in class org.jacorb.idl.Method
 
signature() - Method in class org.jacorb.idl.OpDecl
 
signature() - Method in interface org.jacorb.idl.Operation
 
simple_declarator - Variable in class org.jacorb.idl.ParamDecl
 
SimpleDeclarator - Class in org.jacorb.idl
 
SimpleDeclarator(int) - Constructor for class org.jacorb.idl.SimpleDeclarator
 
SimpleTypeSpec - Class in org.jacorb.idl
 
SimpleTypeSpec(int) - Constructor for class org.jacorb.idl.SimpleTypeSpec
 
size() - Method in class org.jacorb.idl.EnumType
 
size() - Method in class org.jacorb.idl.SymbolList
 
sloppy - Static variable in class org.jacorb.idl.parser
 
spec - Variable in class org.jacorb.idl.Module
 
Spec - Class in org.jacorb.idl
 
Spec(int) - Constructor for class org.jacorb.idl.Spec
 
stack - Variable in class org.jacorb.idl.runtime.lr_parser
The parse stack itself.
start_production() - Method in class org.jacorb.idl.parser
start production
start_production() - Method in class org.jacorb.idl.runtime.lr_parser
The index of the start production (supplied by generated subclass).
start_state() - Method in class org.jacorb.idl.parser
start state
start_state() - Method in class org.jacorb.idl.runtime.lr_parser
The index of the start state (supplied by generated subclass).
StateMember - Class in org.jacorb.idl
 
StateMember(int) - Constructor for class org.jacorb.idl.StateMember
 
str_token - Class in org.jacorb.idl.runtime
This subclass of token represents symbols that need to maintain one String value as an attribute.
str_token(int, String) - Constructor for class org.jacorb.idl.runtime.str_token
Full constructor.
str_token(int) - Constructor for class org.jacorb.idl.runtime.str_token
Constructor for value defaulting to an empty string.
str_token - Class in org.jacorb.idl
This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes.
str_token(int, String, PositionInfo, String) - Constructor for class org.jacorb.idl.str_token
Full constructor.
str_token(int) - Constructor for class org.jacorb.idl.str_token
Constructor for value defaulting to an empty string.
str_val - Variable in class org.jacorb.idl.runtime.str_token
The stored string value.
stream - Variable in class org.jacorb.idl.PositionInfo
 
strict_attributes - Static variable in class org.jacorb.idl.parser
 
strict_identifiers - Static variable in class org.jacorb.idl.parser
strict_identifiers defaults to on and is used to disable case insensitive identifiers - see section 3.2.3 of 04-03-12.
strict_inheritance - Static variable in class org.jacorb.idl.parser
these two are to work around buggy IDL generated by Sun's rmic in JDK 1.4
strict_names - Static variable in class org.jacorb.idl.parser
 
strictJavaEscapeCheck(String) - Static method in class org.jacorb.idl.lexer
called during the parse phase to catch clashes with Java reserved words.
string - Variable in class org.jacorb.idl.Literal
 
StringType - Class in org.jacorb.idl
 
StringType(int) - Constructor for class org.jacorb.idl.StringType
 
StructType - Class in org.jacorb.idl
 
StructType(int) - Constructor for class org.jacorb.idl.StructType
 
swallow_comment() - Static method in class org.jacorb.idl.lexer
Handle swallowing up a comment.
SwitchBody - Class in org.jacorb.idl
 
SwitchBody(int) - Constructor for class org.jacorb.idl.SwitchBody
 
sym - Variable in class org.jacorb.idl.runtime.symbol
The symbol number of the terminal or non terminal being represented
sym - Class in org.jacorb.idl
Cup generated class containing symbol constants.
sym() - Constructor for class org.jacorb.idl.sym
 
symbol - Variable in class org.jacorb.idl.PrimaryExpr
 
symbol - Class in org.jacorb.idl.runtime
This class represents a (terminal or non-terminal) symbol that, among other things can be placed on the parse stack.
symbol(int, int) - Constructor for class org.jacorb.idl.runtime.symbol
Full constructor.
symbol(int) - Constructor for class org.jacorb.idl.runtime.symbol
Constructor without a known state.
SymbolList - Class in org.jacorb.idl
 
SymbolList(int) - Constructor for class org.jacorb.idl.SymbolList
 
SymbolList(SimpleDeclarator) - Constructor for class org.jacorb.idl.SymbolList
Constructs a new SymbolList with a single element.
syntax_error(token) - Method in class org.jacorb.idl.runtime.lr_parser
This method is called when a syntax error has been detected and recovery is about to be invoked.

T

TemplateTypeSpec - Class in org.jacorb.idl
 
TemplateTypeSpec(int) - Constructor for class org.jacorb.idl.TemplateTypeSpec
 
token - Class in org.jacorb.idl.runtime
This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.
token(int) - Constructor for class org.jacorb.idl.runtime.token
 
top() - Method in class org.jacorb.idl.runtime.virtual_parse_stack
Return value on the top of the stack (without popping it).
tos - Variable in class org.jacorb.idl.runtime.lr_parser
Indication of the index for top of stack (for use by actions).
toString() - Method in class org.jacorb.idl.AddExpr
 
toString() - Method in class org.jacorb.idl.AliasTypeSpec
 
toString() - Method in class org.jacorb.idl.AndExpr
 
toString() - Method in class org.jacorb.idl.AnyType
 
toString() - Method in class org.jacorb.idl.ArrayDeclarator
 
toString() - Method in class org.jacorb.idl.BaseType
 
toString() - Method in class org.jacorb.idl.BooleanType
 
toString() - Method in class org.jacorb.idl.CharType
 
toString() - Method in class org.jacorb.idl.ConstExpr
 
toString() - Method in class org.jacorb.idl.ConstrTypeSpec
 
toString() - Method in class org.jacorb.idl.ConstType
 
toString() - Method in class org.jacorb.idl.Declarator
 
toString() - Method in class org.jacorb.idl.DoubleType
 
toString() - Method in class org.jacorb.idl.EnumType
 
toString() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
toString() - Method in class org.jacorb.idl.FixedPointConstType
 
toString() - Method in class org.jacorb.idl.FixedPointType
 
toString() - Method in class org.jacorb.idl.FloatType
 
toString() - Method in class org.jacorb.idl.Interface
 
toString() - Method in class org.jacorb.idl.Literal
 
toString() - Method in class org.jacorb.idl.LongLongType
 
toString() - Method in class org.jacorb.idl.LongType
 
toString() - Method in class org.jacorb.idl.Module
 
toString() - Method in class org.jacorb.idl.MultExpr
 
toString() - Method in class org.jacorb.idl.NativeType
 
toString() - Method in class org.jacorb.idl.ObjectTypeSpec
 
toString() - Method in class org.jacorb.idl.OctetType
 
toString() - Method in class org.jacorb.idl.OrExpr
 
toString() - Method in class org.jacorb.idl.PosIntConst
 
toString() - Method in class org.jacorb.idl.PositionInfo
 
toString() - Method in class org.jacorb.idl.PrimaryExpr
 
toString() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
toString() - Method in class org.jacorb.idl.ScopedName
 
toString() - Method in class org.jacorb.idl.ShiftExpr
 
toString() - Method in class org.jacorb.idl.ShortType
 
toString() - Method in class org.jacorb.idl.SimpleDeclarator
 
toString() - Method in class org.jacorb.idl.StringType
 
toString() - Method in class org.jacorb.idl.StructType
 
toString() - Method in class org.jacorb.idl.SymbolList
 
toString() - Method in class org.jacorb.idl.Truncatable
 
toString() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
toString() - Method in class org.jacorb.idl.TypeDeclaration
 
toString() - Method in class org.jacorb.idl.TypeDeclarator
 
toString() - Method in class org.jacorb.idl.TypeSpec
 
toString() - Method in class org.jacorb.idl.UnaryExpr
 
toString() - Method in class org.jacorb.idl.UnionType
 
toString() - Method in class org.jacorb.idl.Value
 
toString() - Method in class org.jacorb.idl.ValueAbsDecl
 
toString() - Method in class org.jacorb.idl.ValueBase
 
toString() - Method in class org.jacorb.idl.ValueBoxDecl
 
toString() - Method in class org.jacorb.idl.ValueDecl
 
toString() - Method in class org.jacorb.idl.ValueInheritanceSpec
 
toString() - Method in class org.jacorb.idl.VectorType
 
toString() - Method in class org.jacorb.idl.VoidTypeSpec
 
toString() - Method in class org.jacorb.idl.XorExpr
 
Truncatable - Class in org.jacorb.idl
 
Truncatable(int) - Constructor for class org.jacorb.idl.Truncatable
 
try_parse_ahead(boolean) - Method in class org.jacorb.idl.runtime.lr_parser
Do a simulated parse forward (a "parse ahead") from the current stack configuration using stored lookahead input and a virtual parse stack.
Type - Interface in org.jacorb.idl
This class delegates calls to another Type-object to mimick inheritance.
type_decl - Variable in class org.jacorb.idl.TypeDeclaration
 
type_declarator - Variable in class org.jacorb.idl.TypeDef
 
type_spec - Variable in class org.jacorb.idl.Member
 
type_spec - Variable in class org.jacorb.idl.TypeDeclarator
 
type_spec() - Method in class org.jacorb.idl.TypeDeclarator
 
type_spec - Variable in class org.jacorb.idl.TypeSpec
 
typeCodeExpressionSkeleton(int) - Method in class org.jacorb.idl.BaseType
 
TypeCodeTypeSpec - Class in org.jacorb.idl
 
TypeCodeTypeSpec(int) - Constructor for class org.jacorb.idl.TypeCodeTypeSpec
 
TypeDeclaration - Class in org.jacorb.idl
 
TypeDeclaration(int) - Constructor for class org.jacorb.idl.TypeDeclaration
 
TypeDeclarator - Class in org.jacorb.idl
 
TypeDeclarator(int) - Constructor for class org.jacorb.idl.TypeDeclarator
 
TypeDef - Class in org.jacorb.idl
 
TypeDef(int) - Constructor for class org.jacorb.idl.TypeDef
 
typedef(String, TypeSpec) - Static method in class org.jacorb.idl.TypeMap
define a new name for a type spec
typedefd - Variable in class org.jacorb.idl.TemplateTypeSpec
 
TypeMap - Class in org.jacorb.idl
 
TypeMap() - Constructor for class org.jacorb.idl.TypeMap
 
typeName() - Method in class org.jacorb.idl.AliasTypeSpec
 
typeName() - Method in class org.jacorb.idl.AnyType
 
typeName() - Method in class org.jacorb.idl.BaseType
 
typeName() - Method in class org.jacorb.idl.BooleanType
 
typeName() - Method in class org.jacorb.idl.CharType
 
typeName() - Method in class org.jacorb.idl.ConstrTypeSpec
 
typeName() - Method in class org.jacorb.idl.DoubleType
 
typeName() - Method in class org.jacorb.idl.EnumType
 
typeName() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
typeName() - Method in class org.jacorb.idl.FixedPointConstType
 
typeName() - Method in class org.jacorb.idl.FixedPointType
 
typeName() - Method in class org.jacorb.idl.FloatType
 
typeName() - Method in class org.jacorb.idl.Interface
 
typeName() - Method in class org.jacorb.idl.LongLongType
 
typeName() - Method in class org.jacorb.idl.LongType
 
typeName() - Method in class org.jacorb.idl.NativeType
 
typeName() - Method in class org.jacorb.idl.ObjectTypeSpec
 
typeName() - Method in class org.jacorb.idl.OctetType
 
typeName() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
typeName - Variable in class org.jacorb.idl.ScopedName
 
typeName() - Method in class org.jacorb.idl.ScopedName
 
typeName() - Method in class org.jacorb.idl.ShortType
 
typeName() - Method in class org.jacorb.idl.StringType
 
typeName() - Method in class org.jacorb.idl.StructType
 
typeName() - Method in interface org.jacorb.idl.Type
 
typeName() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
typeName() - Method in class org.jacorb.idl.TypeDeclaration
 
typeName() - Method in class org.jacorb.idl.TypeDeclarator
 
typeName() - Method in class org.jacorb.idl.TypeSpec
 
typeName() - Method in class org.jacorb.idl.UnionType
 
typeName() - Method in class org.jacorb.idl.Value
 
typeName() - Method in class org.jacorb.idl.ValueAbsDecl
 
typeName() - Method in class org.jacorb.idl.ValueBase
 
typeName() - Method in class org.jacorb.idl.ValueBoxDecl
 
typeName() - Method in class org.jacorb.idl.ValueDecl
 
typeName() - Method in class org.jacorb.idl.VectorType
 
typeName() - Method in class org.jacorb.idl.VoidTypeSpec
 
TypePrefixDecl - Class in org.jacorb.idl
Declaration of typeprefix
TypePrefixDecl(int) - Constructor for class org.jacorb.idl.TypePrefixDecl
 
TypePrefixes - Class in org.jacorb.idl
A table of defined typeprefixes
TypePrefixes() - Constructor for class org.jacorb.idl.TypePrefixes
 
typeSpec() - Method in class org.jacorb.idl.AliasTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.AnyType
 
typeSpec() - Method in class org.jacorb.idl.ArrayTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.BaseType
 
typeSpec() - Method in class org.jacorb.idl.BooleanType
 
typeSpec() - Method in class org.jacorb.idl.CharType
 
typeSpec() - Method in class org.jacorb.idl.ConstrTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.DoubleType
 
typeSpec - Variable in class org.jacorb.idl.ElementSpec
 
typeSpec() - Method in class org.jacorb.idl.ExceptionHolderTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.FixedPointConstType
 
typeSpec() - Method in class org.jacorb.idl.FixedPointType
 
typeSpec() - Method in class org.jacorb.idl.FloatType
 
typeSpec() - Method in class org.jacorb.idl.LongLongType
 
typeSpec() - Method in class org.jacorb.idl.LongType
 
typeSpec() - Method in class org.jacorb.idl.Member
 
typeSpec() - Method in class org.jacorb.idl.ObjectTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.OctetType
 
typeSpec() - Method in class org.jacorb.idl.ReplyHandlerTypeSpec
 
typeSpec() - Method in class org.jacorb.idl.ScopedName
 
typeSpec() - Method in class org.jacorb.idl.SequenceType
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() - Method in class org.jacorb.idl.ShortType
 
typeSpec() - Method in class org.jacorb.idl.StringType
 
typeSpec() - Method in class org.jacorb.idl.TypeCodeTypeSpec
 
TypeSpec - Class in org.jacorb.idl
 
TypeSpec(int) - Constructor for class org.jacorb.idl.TypeSpec
 
typeSpec() - Method in class org.jacorb.idl.TypeSpec
 
typeSpec() - Method in class org.jacorb.idl.ValueBase
 
typeSpec() - Method in class org.jacorb.idl.VoidTypeSpec
 

U

unary_expr - Variable in class org.jacorb.idl.MultExpr
 
unary_op - Variable in class org.jacorb.idl.UnaryExpr
 
UnaryExpr - Class in org.jacorb.idl
 
UnaryExpr(int) - Constructor for class org.jacorb.idl.UnaryExpr
 
undefine(String) - Static method in class org.jacorb.idl.lexer
 
UnionType - Class in org.jacorb.idl
 
UnionType(int) - Constructor for class org.jacorb.idl.UnionType
 
unPseudoName(String) - Static method in class org.jacorb.idl.ScopedName
unPseudo transforms scoped names like module.Interface1.Interface2.Type_name to module.Interface1Package.Interface2Package.Type_name
unrecovered_syntax_error(token) - Method in class org.jacorb.idl.runtime.lr_parser
This method is called if it is determined that syntax error recovery has been unsuccessful.
unsigned - Variable in class org.jacorb.idl.IntType
 
usage(String[], String) - Static method in class org.jacorb.idl.parser
 
user_init() - Method in class org.jacorb.idl.parser
user initialization
user_init() - Method in class org.jacorb.idl.runtime.lr_parser
User code for initialization inside the parser.
useUncheckedNarrow - Static variable in class org.jacorb.idl.parser
 

V

v - Variable in class org.jacorb.idl.InterfaceBody
 
value() - Method in class org.jacorb.idl.FixedArraySize
 
value() - Method in class org.jacorb.idl.PosIntConst
 
Value - Class in org.jacorb.idl
 
Value(int) - Constructor for class org.jacorb.idl.Value
 
ValueAbsDecl - Class in org.jacorb.idl
 
ValueAbsDecl(int) - Constructor for class org.jacorb.idl.ValueAbsDecl
 
ValueBase - Class in org.jacorb.idl
 
ValueBase(int) - Constructor for class org.jacorb.idl.ValueBase
 
ValueBody - Class in org.jacorb.idl
 
ValueBoxDecl - Class in org.jacorb.idl
 
ValueBoxDecl(int) - Constructor for class org.jacorb.idl.ValueBoxDecl
 
ValueDecl - Class in org.jacorb.idl
 
ValueDecl(int) - Constructor for class org.jacorb.idl.ValueDecl
public c'tor, called by parser
ValueInheritanceSpec - Class in org.jacorb.idl
 
ValueInheritanceSpec(int) - Constructor for class org.jacorb.idl.ValueInheritanceSpec
 
valueOf(String) - Static method in enum org.jacorb.idl.IDLTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jacorb.idl.IDLTypes
Returns an array containing the constants of this enum type, in the order they are declared.
VectorType - Class in org.jacorb.idl
Common super class for arrays and sequences
VectorType(int) - Constructor for class org.jacorb.idl.VectorType
 
versionMap - Variable in class org.jacorb.idl.ScopeData
 
virtual_parse_stack - Class in org.jacorb.idl.runtime
This class implements a temporary or "virtual" parse stack that replaces the top portion of the actual parse stack (the part that has been changed by some set of operations) while maintaining its original contents.
virtual_parse_stack(Stack) - Constructor for class org.jacorb.idl.runtime.virtual_parse_stack
Constructor to build a virtual stack out of a real stack.
visitAlias(AliasTypeSpec) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitAlias(AliasTypeSpec) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitConstrTypeSpec(ConstrTypeSpec) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitConstrTypeSpec(ConstrTypeSpec) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitDeclaration(Declaration) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitDeclaration(Declaration) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitDefinition(Definition) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitDefinition(Definition) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitDefinitions(Definitions) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitDefinitions(Definitions) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitEnum(EnumType) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitEnum(EnumType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitInterface(Interface) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitInterface(Interface) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitInterfaceBody(InterfaceBody) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitInterfaceBody(InterfaceBody) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitMethod(Method) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitMethod(Method) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitModule(Module) - Method in interface org.jacorb.idl.IDLTreeVisitor
Visit a module
visitModule(Module) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitNative(NativeType) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitNative(NativeType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitOpDecl(OpDecl) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitOpDecl(OpDecl) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitParamDecl(ParamDecl) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitParamDecl(ParamDecl) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitSequence(SequenceType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitSimpleTypeSpec(SimpleTypeSpec) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitSimpleTypeSpec(SimpleTypeSpec) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitSpec(Spec) - Method in interface org.jacorb.idl.IDLTreeVisitor
Visit an IDL specification.
visitSpec(Spec) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
entry point for the code generation, called from the parser.
visitStruct(StructType) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitStruct(StructType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitTypeDeclaration(TypeDeclaration) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitTypeDeclaration(TypeDeclaration) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitTypeDef(TypeDef) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitTypeDef(TypeDef) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitUnion(UnionType) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitUnion(UnionType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitValue(Value) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitValue(Value) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
visitVectorType(VectorType) - Method in interface org.jacorb.idl.IDLTreeVisitor
 
visitVectorType(VectorType) - Method in class org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
 
VoidTypeSpec - Class in org.jacorb.idl
 
VoidTypeSpec(int) - Constructor for class org.jacorb.idl.VoidTypeSpec
 
vstack - Variable in class org.jacorb.idl.runtime.virtual_parse_stack
The virtual top portion of the stack.

W

WARN - Static variable in class org.jacorb.idl.util.IDLLogger
 
warn(String) - Method in class org.jacorb.idl.util.IDLLogger
Logs a warn level message
warn(String, Throwable) - Method in class org.jacorb.idl.util.IDLLogger
Logs a warn level message
warning_count - Static variable in class org.jacorb.idl.lexer
Count of warnings issued so far
wide - Static variable in class org.jacorb.idl.lexer
Are we processing a wide char or string ?
wide - Variable in class org.jacorb.idl.Literal
 
writeStatement(String) - Method in class org.jacorb.idl.StateMember
 

X

xor_expr - Variable in class org.jacorb.idl.OrExpr
 
xor_expr - Variable in class org.jacorb.idl.XorExpr
 
XorExpr - Class in org.jacorb.idl
 
XorExpr(int) - Constructor for class org.jacorb.idl.XorExpr
 

_

_action_table - Static variable in class org.jacorb.idl.parser
parse action table
_done_parsing - Variable in class org.jacorb.idl.runtime.lr_parser
Internal flag to indicate when parser should quit.
_error_sync_size - Static variable in class org.jacorb.idl.runtime.lr_parser
The default number of tokens after an error we much match to consider it recovered from.
_id - Variable in class org.jacorb.idl.IdlSymbol
 
_production_table - Static variable in class org.jacorb.idl.parser
production table
_reduce_table - Static variable in class org.jacorb.idl.parser
reduce_goto table

A B C D E F G H I J K L M N O P R S T U V W X _

Copyright © 2012 JacORB. All Rights Reserved.