Uses of Class
org.jacorb.idl.InterfaceBody

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

Uses of InterfaceBody in org.jacorb.idl
 

Fields in org.jacorb.idl declared as InterfaceBody
 InterfaceBody Interface.body
           
 

Methods in org.jacorb.idl with parameters of type InterfaceBody
 void IDLTreeVisitor.visitInterfaceBody(InterfaceBody body)
           
 

Constructors in org.jacorb.idl with parameters of type InterfaceBody
InterfaceBody.ParseThread(InterfaceBody _b)
           
 

Uses of InterfaceBody in org.jacorb.idl.javamapping
 

Methods in org.jacorb.idl.javamapping with parameters of type InterfaceBody
 void JavaMappingGeneratingVisitor.visitInterfaceBody(InterfaceBody body)