Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
Packages that use IntersectionCastTypeReference
Package
Description
-
Uses of IntersectionCastTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type IntersectionCastTypeReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(IntersectionCastTypeReference intersectionCastTypeReference, BlockScope scope) voidASTVisitor.endVisit(IntersectionCastTypeReference intersectionCastTypeReference, ClassScope scope) booleanASTVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, BlockScope scope) booleanASTVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, ClassScope scope) booleanGenericAstVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, BlockScope scope) booleanGenericAstVisitor.visit(IntersectionCastTypeReference intersectionCastTypeReference, ClassScope scope) -
Uses of IntersectionCastTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return IntersectionCastTypeReferenceModifier and TypeMethodDescriptionParser.createIntersectionCastTypeReference(TypeReference[] typeReferences)