Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Class
oracle.ide.dependency.Scope

Packages that use Scope
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 Scope in oracle.ide.dependency
 

Methods in oracle.ide.dependency with parameters of type Scope
 boolean ReferenceProvider.canFindReferences(Context context, Scope scope, Declaration declaration)
          Determine whether this provider can find references to a declaration.
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.
 

Uses of Scope in oracle.ide.dependency.index
 

Methods in oracle.ide.dependency.index with parameters of type Scope
 boolean IndexReferenceProvider.canFindReferences(Context context, Scope scope, Declaration declaration)
           
 java.util.Collection<? extends Reference> IndexReferenceProvider.findReferences(Context context, Scope scope, Declaration declaration, ProgressIndicator progress)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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