Uses of Class
org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference

Packages that use IntersectionCastTypeReference
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.parser   
 

Uses of IntersectionCastTypeReference in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type IntersectionCastTypeReference
 void ASTVisitor.endVisit(IntersectionCastTypeReference intersectionCastTypeReference, BlockScope scope)
           
 void ASTVisitor.endVisit(IntersectionCastTypeReference intersectionCastTypeReference, ClassScope scope)
           
 boolean ASTVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, BlockScope scope)
           
 boolean ASTVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, ClassScope scope)
           
 

Uses of IntersectionCastTypeReference in org.eclipse.jdt.internal.compiler.parser
 

Methods in org.eclipse.jdt.internal.compiler.parser that return IntersectionCastTypeReference
 IntersectionCastTypeReference Parser.createIntersectionCastTypeReference(TypeReference[] typeReferences)