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

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

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

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