Uses of Class
org.jacorb.idl.SymbolList

Packages that use SymbolList
org.jacorb.idl   
 

Uses of SymbolList in org.jacorb.idl
 

Subclasses of SymbolList in org.jacorb.idl
 class Definitions
           
 class MemberList
           
 class ValueInheritanceSpec
           
 

Fields in org.jacorb.idl declared as SymbolList
 SymbolList Case.case_label_list
          the labels for this case
 SymbolList TypeDeclarator.declarators
           
 SymbolList AttrDecl.declarators
           
 SymbolList EnumType.enumlist
           
 SymbolList ArrayDeclarator.fixed_array_size_list
           
 SymbolList Interface.inheritanceSpec
           
 

Methods in org.jacorb.idl with parameters of type SymbolList
static void NameTable.inheritFrom(java.lang.String name, SymbolList ancestors)
          copy names declared in an ancestor interface to the local scope
 void InterfaceBody.set_ancestors(SymbolList _inheritance_spec)