Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
Packages that use ArrayTypeReference
Package
Description
-
Uses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ArrayTypeReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(ArrayTypeReference arrayTypeReference, BlockScope scope) voidCompletionNodeDetector.endVisit(ArrayTypeReference arrayTypeReference, ClassScope scope) booleanCompletionNodeDetector.visit(ArrayTypeReference arrayTypeReference, BlockScope scope) booleanCompletionNodeDetector.visit(ArrayTypeReference arrayTypeReference, ClassScope scope) -
Uses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select -
Uses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ArrayTypeReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ArrayTypeReference arrayTypeReference, BlockScope scope) voidASTVisitor.endVisit(ArrayTypeReference arrayTypeReference, ClassScope scope) booleanASTVisitor.visit(ArrayTypeReference arrayTypeReference, BlockScope scope) booleanASTVisitor.visit(ArrayTypeReference arrayTypeReference, ClassScope scope) booleanGenericAstVisitor.visit(ArrayTypeReference arrayTypeReference, BlockScope scope) booleanGenericAstVisitor.visit(ArrayTypeReference arrayTypeReference, ClassScope scope) -
Uses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassclassSyntactic representation of a reference to a generic type. -
Uses of ArrayTypeReference in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ArrayTypeReferenceModifier and TypeMethodDescriptionprotected voidTypeReferenceLocator.matchReportReference(ArrayTypeReference arrayRef, IJavaElement element, Binding elementBinding, int accuracy, MatchLocator locator)