Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ArrayReference
Packages that use ArrayReference
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ArrayReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ArrayReference -
Uses of ArrayReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ArrayReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(ArrayReference arrayReference, BlockScope scope) booleanCompletionNodeDetector.visit(ArrayReference arrayReference, BlockScope scope) -
Uses of ArrayReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ArrayReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ArrayReference arrayReference, BlockScope scope) booleanASTVisitor.visit(ArrayReference arrayReference, BlockScope scope) booleanGenericAstVisitor.visit(ArrayReference arrayReference, BlockScope scope) -
Uses of ArrayReference in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ArrayReferenceModifier and TypeMethodDescriptionvoidProblemReporter.arrayReferencePotentialNullReference(ArrayReference arrayReference) voidProblemReporter.referenceMustBeArrayTypeAt(TypeBinding arrayType, ArrayReference arrayRef)