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

Packages that use Reference
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.flow   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
org.jmlspecs.jml4.ast   
 

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

Subclasses of Reference in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnJavadocFieldReference
           
 class CompletionOnJavadocParamNameReference
           
 class CompletionOnJavadocTag
           
 class CompletionOnKeyword3
           
 class CompletionOnMemberAccess
           
 class CompletionOnQualifiedNameReference
           
 class CompletionOnSingleNameReference
           
 

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

Subclasses of Reference in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnFieldReference
           
 class SelectionOnQualifiedNameReference
           
 class SelectionOnQualifiedSuperReference
           
 class SelectionOnSingleNameReference
           
 class SelectionOnSuperReference
           
 

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

Subclasses of Reference in org.eclipse.jdt.internal.compiler.ast
 class ArrayReference
           
 class FieldReference
           
 class JavadocFieldReference
           
 class JavadocSingleNameReference
           
 class NameReference
           
 class QualifiedNameReference
           
 class QualifiedSuperReference
           
 class QualifiedThisReference
           
 class SingleNameReference
           
 class SuperReference
           
 class ThisReference
           
 

Uses of Reference in org.eclipse.jdt.internal.compiler.flow
 

Methods in org.eclipse.jdt.internal.compiler.flow with parameters of type Reference
 void FlowContext.recordSettingFinal(VariableBinding variable, Reference finalReference, FlowInfo flowInfo)
           
 

Uses of Reference in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type Reference
 void ProblemReporter.cannotUseQualifiedEnumConstantInCaseLabel(Reference location, FieldBinding field)
           
 void ProblemReporter.duplicateInitializationOfBlankFinalField(FieldBinding field, Reference reference)
           
 void ProblemReporter.enumSwitchCannotTargetField(Reference reference, FieldBinding field)
           
 void ProblemReporter.forwardReference(Reference reference, int indexInQualification, TypeBinding type)
           
 

Uses of Reference in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type Reference
 int VariableLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 int TypeReferenceLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 int PatternLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 int PackageReferenceLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 int OrLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 int AndLocator.match(Reference node, MatchingNodeSet nodeSet)
           
 

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

Subclasses of Reference in org.eclipse.jdt.internal.eval
 class CodeSnippetFieldReference
           
 class CodeSnippetQualifiedNameReference
           
 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).
 class CodeSnippetSuperReference
          A super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame).
 class CodeSnippetThisReference
          A this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame)
 

Uses of Reference in org.jmlspecs.jml4.ast
 

Subclasses of Reference in org.jmlspecs.jml4.ast
 class DepricateJmlRangeArrayReference
           
 class JmlArrayReference
           
 class JmlFieldReference
           
 class JmlQualifiedNameReference
           
 class JmlSingleNameReference
           
 class JmlStoreRefExpression
          Deprecated.  
 

Fields in org.jmlspecs.jml4.ast declared as Reference
 Reference[] JmlStoreRefExpression.assignableReferences
          Deprecated.