Uses of Class
org.jacorb.idl.Spec

Packages that use Spec
org.jacorb.idl   
org.jacorb.idl.javamapping   
 

Uses of Spec in org.jacorb.idl
 

Methods in org.jacorb.idl with parameters of type Spec
 void IDLTreeVisitor.visitSpec(Spec spec)
          Visit an IDL specification.
 

Uses of Spec in org.jacorb.idl.javamapping
 

Methods in org.jacorb.idl.javamapping with parameters of type Spec
 void JavaMappingGeneratingVisitor.visitSpec(Spec spec)
          entry point for the code generation, called from the parser.