Uses of Class
edu.rice.cs.dynamicjava.symbol.type.UnionType

Packages that use UnionType
edu.rice.cs.dynamicjava.symbol.type   
 

Uses of UnionType in edu.rice.cs.dynamicjava.symbol.type
 

Methods in edu.rice.cs.dynamicjava.symbol.type with parameters of type UnionType
 RetType TypeDepthFirstVisitor.forUnionType(UnionType that)
           
 Type TypeUpdateVisitor.forUnionType(UnionType that)
           
abstract  RetType TypeVisitorLambda.forUnionType(UnionType that)
          Process an instance of UnionType.
 void TypeAbstractVisitor_void.forUnionType(UnionType that)
           
 RetType TypeVisitor.forUnionType(UnionType that)
          Process an instance of UnionType.
 RetType TypeAbstractVisitor.forUnionType(UnionType that)
           
 void TypeVisitor_void.forUnionType(UnionType that)
          Process an instance of UnionType.
 void TypeDepthFirstVisitor_void.forUnionType(UnionType that)
           
abstract  void TypeVisitorRunnable1.forUnionType(UnionType that)
          Process an instance of UnionType.
 void TypeDepthFirstVisitor_void.forUnionTypeDoFirst(UnionType that)
           
 void TypeDepthFirstVisitor_void.forUnionTypeOnly(UnionType that)
           
 Type TypeUpdateVisitor.forUnionTypeOnly(UnionType that, Iterable<? extends Type> ofTypes_result)
           
 RetType TypeDepthFirstVisitor.forUnionTypeOnly(UnionType that, Iterable<RetType> ofTypes_result)