Uses of Class
org.eclipse.jdt.internal.compiler.ast.SingleNameReference

Packages that use SingleNameReference
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.eval   
org.eclipse.jdt.internal.formatter   
 

Uses of SingleNameReference in org.eclipse.jdt.internal.codeassist.complete
 

Subclasses of SingleNameReference in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnJavadocParamNameReference
           
 class CompletionOnJavadocTag
           
 class CompletionOnKeyword3
           
 class CompletionOnSingleNameReference
           
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type SingleNameReference
 void CompletionNodeDetector.endVisit(SingleNameReference singleNameReference, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(SingleNameReference singleNameReference, BlockScope scope)
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.codeassist.select
 

Subclasses of SingleNameReference in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnSingleNameReference
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler that return SingleNameReference
protected  SingleNameReference SourceElementParser.newSingleNameReference(char[] source, long positions)
           
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type SingleNameReference
 void ASTVisitor.endVisit(SingleNameReference singleNameReference, BlockScope scope)
           
 void ASTVisitor.endVisit(SingleNameReference singleNameReference, ClassScope scope)
           
 boolean ASTVisitor.visit(SingleNameReference singleNameReference, BlockScope scope)
           
 boolean ASTVisitor.visit(SingleNameReference singleNameReference, ClassScope scope)
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of SingleNameReference in org.eclipse.jdt.internal.compiler.ast
 class JavadocSingleNameReference
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.core.search.indexing
 

Methods in org.eclipse.jdt.internal.core.search.indexing that return SingleNameReference
protected  SingleNameReference IndexingParser.newSingleNameReference(char[] source, long positions)
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.eval
 

Subclasses of SingleNameReference in org.eclipse.jdt.internal.eval
 class CodeSnippetSingleNameReference
          A 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).
 

Uses of SingleNameReference in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type SingleNameReference
 boolean CodeFormatterVisitor.visit(SingleNameReference singleNameReference, BlockScope scope)