Uses of Class
org.jacorb.idl.runtime.symbol

Packages that use symbol
org.jacorb.idl   
org.jacorb.idl.runtime   
 

Uses of symbol in org.jacorb.idl
 

Subclasses of symbol in org.jacorb.idl
 class AddExpr
           
 class AliasTypeSpec
           
 class AndExpr
           
 class AnyType
           
 class ArrayDeclarator
           
 class ArrayTypeSpec
           
 class AttrDecl
           
 class AttrRaisesExpr
          This is only a holder object for the result of the attr_raises_expr production.
 class BaseType
           
 class BooleanType
           
 class Case
           
 class CharType
           
 class ConstDecl
           
 class ConstExpr
           
 class ConstrTypeSpec
           
 class ConstType
          constant type
 class Declaration
           
 class Declarator
           
 class Definition
           
 class Definitions
           
 class DoubleType
           
 class ElementSpec
           
 class EnumType
           
 class ExceptionHolderTypeSpec
           
 class fixed_token
          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.
 class FixedArraySize
           
 class FixedPointConstType
           
 class FixedPointType
           
 class FloatPtType
           
 class FloatType
           
 class IdlSymbol
          Base class for all classes of the abstract IDL syntax tree
 class InitDecl
           
 class InitParamDecl
           
 class Interface
           
 class InterfaceBody
           
 class IntType
           
 class Literal
           
 class LongLongType
          Represents IDL long long and unsigned long long types
 class LongType
           
 class Member
           
 class MemberList
           
 class Module
          Note: a module's name is its package name!
 class MultExpr
           
 class NativeType
           
 class ObjectTypeSpec
           
 class OctetType
           
 class OpDecl
           
 class OrExpr
           
 class ParamDecl
           
 class PosIntConst
          Represents positive integer constants, used in array sizes and sequence bounds declarations.
 class PrimaryExpr
           
 class RaisesExpr
           
 class ReplyHandler
          A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
 class ReplyHandlerTypeSpec
           
 class ScopedName
           
 class SequenceType
          IDL sequences.
 class ShiftExpr
           
 class ShortType
           
 class SimpleDeclarator
           
 class SimpleTypeSpec
           
 class Spec
           
 class StateMember
           
 class StringType
           
 class StructType
           
 class SwitchBody
           
 class SymbolList
           
 class TemplateTypeSpec
           
 class Truncatable
           
 class TypeCodeTypeSpec
           
 class TypeDeclaration
           
 class TypeDeclarator
           
 class TypeDef
           
 class TypeSpec
           
 class UnaryExpr
           
 class UnionType
           
 class Value
           
 class ValueAbsDecl
           
 class ValueBase
           
 class ValueBody
           
 class ValueBoxDecl
           
 class ValueDecl
           
 class ValueInheritanceSpec
           
 class VectorType
          Common super class for arrays and sequences
 class VoidTypeSpec
           
 class XorExpr
           
 

Methods in org.jacorb.idl that return symbol
 symbol parser.do_action(int act_num, lr_parser parser, java.util.Stack stack, int top)
          invoke a user supplied parse action
 

Uses of symbol in org.jacorb.idl.runtime
 

Subclasses of symbol in org.jacorb.idl.runtime
 class char_token
          This subclass of token represents symbols that need to maintain one char value as an attribute.
 class double_token
          This subclass of token represents symbols that need to maintain one double value as an attribute.
 class float_token
          This subclass of token represents symbols that need to maintain one float value as an attribute.
 class int_token
          This subclass of token represents symbols that need to maintain one int value as an attribute.
 class long_token
          This subclass of token represents symbols that need to maintain one long value as an attribute.
 class str_token
          This subclass of token represents symbols that need to maintain one String value as an attribute.
 class token
          This subclass of symbol represents (at least) terminal symbols returned by the scanner and placed on the parse stack.
 

Methods in org.jacorb.idl.runtime that return symbol
abstract  symbol lr_parser.do_action(int act_num, lr_parser parser, java.util.Stack stack, int top)
          Perform a bit of user supplied action code (supplied by generated subclass).