Uses of Class
org.jacorb.idl.UnionType

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

Uses of UnionType in org.jacorb.idl
 

Methods in org.jacorb.idl with parameters of type UnionType
 void Case.setUnion(UnionType ut)
          pass a reference to the containing union through to the case elements, which pass it on
 void SwitchBody.setUnion(UnionType ut)
          pass a reference to the containing union through to the case elements, which pass it on
 void ElementSpec.setUnion(UnionType ut)
           
 void IDLTreeVisitor.visitUnion(UnionType union)
           
 

Uses of UnionType in org.jacorb.idl.javamapping
 

Methods in org.jacorb.idl.javamapping with parameters of type UnionType
 void JavaMappingGeneratingVisitor.visitUnion(UnionType union)