Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleNameReference
Packages that use SingleNameReference
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 SingleNameReference in org.aspectj.ajdt.internal.compiler.ast
Methods in org.aspectj.ajdt.internal.compiler.ast that return SingleNameReferenceModifier and TypeMethodDescriptionstatic SingleNameReferenceAstUtil.makeLocalVariableReference(LocalVariableBinding binding) static SingleNameReferenceAstUtil.makeResolvedLocalVariableReference(LocalVariableBinding binding) Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type SingleNameReferenceModifier and TypeMethodDescriptionvoidAccessForInlineVisitor.endVisit(SingleNameReference ref, BlockScope scope) voidProceedVisitor.endVisit(SingleNameReference ref, BlockScope scope) voidThisJoinPointVisitor.endVisit(SingleNameReference ref, BlockScope scope) -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SingleNameReferenceModifier and TypeMethodDescriptionAjASTConverter.convert(SingleNameReference nameReference) ASTConverter.convert(SingleNameReference nameReference) -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Modifier and TypeClassDescriptionclassclassclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type SingleNameReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(SingleNameReference singleNameReference, BlockScope scope) booleanCompletionNodeDetector.visit(SingleNameReference singleNameReference, BlockScope scope) -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
-
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler that return SingleNameReferenceModifier and TypeMethodDescriptionprotected SingleNameReferenceSourceElementParser.newSingleNameReference(char[] source, long positions) Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SingleNameReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SingleNameReference singleNameReference, BlockScope scope) voidASTVisitor.endVisit(SingleNameReference singleNameReference, ClassScope scope) booleanASTVisitor.visit(SingleNameReference singleNameReference, BlockScope scope) booleanASTVisitor.visit(SingleNameReference singleNameReference, ClassScope scope) booleanGenericAstVisitor.visit(SingleNameReference singleNameReference, BlockScope scope) booleanGenericAstVisitor.visit(SingleNameReference singleNameReference, ClassScope scope) -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that return SingleNameReferenceModifier and TypeMethodDescriptionprotected SingleNameReferenceIndexingParser.newSingleNameReference(char[] source, long positions) -
Uses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of SingleNameReference in org.aspectj.org.eclipse.jdt.internal.evalModifier and TypeClassDescriptionclassA 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).