Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference
Packages that use NameReference
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 NameReference in org.aspectj.ajdt.internal.compiler.ast
Subclasses of NameReference in org.aspectj.ajdt.internal.compiler.astMethods in org.aspectj.ajdt.internal.compiler.ast that return NameReferenceModifier and TypeMethodDescriptionstatic NameReferenceAstUtil.makeNameReference(TypeBinding binding) -
Uses of NameReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type NameReference -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of NameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return NameReferenceModifier and TypeMethodDescriptionCompletionParser.createQualifiedAssistNameReference(char[][] previousIdentifiers, char[] assistName, long[] positions) CompletionParser.createSingleAssistNameReference(char[] assistName, long position) protected NameReferenceCompletionParser.getUnspecifiedReference(boolean rejectTypeAnnotations) protected NameReferenceCompletionParser.getUnspecifiedReferenceOptimized() -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that return NameReferenceModifier and TypeMethodDescriptionabstract NameReferenceAssistParser.createQualifiedAssistNameReference(char[][] previousIdentifiers, char[] assistName, long[] positions) abstract NameReferenceAssistParser.createSingleAssistNameReference(char[] assistName, long position) protected NameReferenceAssistParser.getUnspecifiedReferenceOptimized() -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of NameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.selectModifier and TypeClassDescriptionclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.select that return NameReferenceModifier and TypeMethodDescriptionSelectionParser.createQualifiedAssistNameReference(char[][] previousIdentifiers, char[] assistName, long[] positions) SelectionParser.createSingleAssistNameReference(char[] assistName, long position) protected NameReferenceSelectionParser.getUnspecifiedReference(boolean rejectTypeAnnotations) protected NameReferenceSelectionParser.getUnspecifiedReferenceOptimized() -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler that return NameReferenceModifier and TypeMethodDescriptionSourceElementParser.getUnspecifiedReference(boolean rejectTypeAnnotations) SourceElementParser.getUnspecifiedReferenceOptimized()Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type NameReference -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of NameReference in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassclassclassFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as NameReferenceConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type NameReferenceModifierConstructorDescriptionReceiver(char[] name, long posNom, TypeReference typeReference, NameReference qualifyingName, int modifiers) -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return NameReferenceModifier and TypeMethodDescriptionprotected NameReferenceParser.getUnspecifiedReference()protected NameReferenceParser.getUnspecifiedReference(boolean rejectTypeAnnotations) protected NameReferenceParser.getUnspecifiedReferenceOptimized() -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type NameReferenceModifier and TypeMethodDescriptionvoidProblemReporter.duplicateTargetInTargetAnnotation(TypeBinding annotationType, NameReference reference) voidProblemReporter.invalidField(NameReference nameRef, FieldBinding field) voidProblemReporter.resourceNotAValue(NameReference node) voidProblemReporter.unqualifiedFieldAccess(NameReference reference, FieldBinding field) voidProblemReporter.unresolvableReference(NameReference nameRef, Binding binding) -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return NameReferenceModifier and TypeMethodDescriptionprotected NameReferenceMatchLocatorParser.getUnspecifiedReference(boolean rejectTypeAnnotations) protected NameReferenceMatchLocatorParser.getUnspecifiedReferenceOptimized()Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type NameReferenceModifier and TypeMethodDescriptionprotected intFieldLocator.resolveLevel(NameReference nameRef) protected intLocalVariableLocator.resolveLevel(NameReference nameRef) protected intTypeReferenceLocator.resolveLevel(NameReference nameRef) -
Uses of NameReference in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of NameReference in org.aspectj.org.eclipse.jdt.internal.evalModifier and TypeClassDescriptionclassclassA single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame).Methods in org.aspectj.org.eclipse.jdt.internal.eval that return NameReferenceModifier and TypeMethodDescriptionprotected NameReferenceCodeSnippetParser.getUnspecifiedReference(boolean rejectTypeAnnotations) protected NameReferenceCodeSnippetParser.getUnspecifiedReferenceOptimized()