Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.ide.dependency.Reference

Packages that use Reference
oracle.ide.dependency Provides information about the dependencies between files in an application. 
oracle.ide.dependency.index Provides the ability to store and retrieve dependency information using the index. 
 

Uses of Reference in oracle.ide.dependency
 

Subinterfaces of Reference in oracle.ide.dependency
 interface SourceReference
          A reference in a source file.
 

Classes in oracle.ide.dependency that implement Reference
 class IdReference
          A reference to a declaration by ID.
 

Methods in oracle.ide.dependency that return Reference
abstract  Reference DependencyManager.getReference(Context context)
          Get the reference for a context.
 Reference ReferenceProvider.getReference(Context context)
          Get the reference for the given context, or null if there is no reference in this context.
 

Methods in oracle.ide.dependency that return types with arguments of type Reference
abstract  java.util.Collection<Reference> DependencyManager.findReferences(Context context, Scope scope, Declaration declaration)
          Find all references to a declaration.
abstract  java.util.Collection<Reference> DependencyManager.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
          Find all references to a declaration.
 java.util.Collection<? extends Reference> ReferenceProvider.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
          Find all references to the given declaration that this provider knows about.
abstract  java.util.Collection<Reference> DependencyManager.getReferences(Context context, Node node)
          Get all references for a Node.
 java.util.Collection<? extends Reference> ReferenceProvider.getReferences(Context context, Node node)
          Get all references for a Node.
 

Uses of Reference in oracle.ide.dependency.index
 

Classes in oracle.ide.dependency.index that implement Reference
 class IndexReference
          A reference stored in the index.
 

Methods in oracle.ide.dependency.index that return Reference
 Reference IndexReferenceProvider.getReference(Context context)
           
 

Methods in oracle.ide.dependency.index that return types with arguments of type Reference
 java.util.Collection<? extends Reference> IndexReferenceProvider.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
           
 java.util.Collection<? extends Reference> IndexReferenceProvider.getReferences(Context context, Node node)
           
 

Methods in oracle.ide.dependency.index with parameters of type Reference
protected abstract  java.util.Collection<QueryCriteria> IndexDeclarationProvider.getDeclarationCriteria(Context context, Reference reference)
          Get the index query criteria to use to search for the declaration corresponding to a reference.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.