Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
Packages that use UnionTypeReference
Package
Description
-
Uses of UnionTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type UnionTypeReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(UnionTypeReference unionTypeReference, BlockScope scope) voidASTVisitor.endVisit(UnionTypeReference unionTypeReference, ClassScope scope) booleanASTVisitor.visit(UnionTypeReference unionTypeReference, BlockScope scope) booleanASTVisitor.visit(UnionTypeReference unionTypeReference, ClassScope scope) booleanGenericAstVisitor.visit(UnionTypeReference unionTypeReference, BlockScope scope) booleanGenericAstVisitor.visit(UnionTypeReference unionTypeReference, ClassScope scope) -
Uses of UnionTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.codegen with parameters of type UnionTypeReferenceModifier and TypeMethodDescriptionvoidMultiCatchExceptionLabel.initialize(UnionTypeReference typeReference, Annotation[] annotations)