|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.dependency.IdReference
oracle.ide.dependency.index.IndexReference
public abstract class IndexReference
A reference stored in the index.
| Constructor Summary | |
|---|---|
IndexReference(IndexingContext context, int startOffset, int endOffset) |
|
IndexReference(Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset) |
|
| Method Summary | |
|---|---|
int |
getEndOffset()Get the end offset of the reference in the source file. |
Project |
getProject()Get the project containing the source file this reference appears in. |
QueryCriteria |
getQueryCriteria()Get the index query criteria that matches this reference. |
int |
getStartOffset()Get the start offset of the reference in the source file. |
java.net.URL |
getURL()Get the URL containing this reference, if there is one. |
Workspace |
getWorkspace()Get the workspace containing the source file this reference appears in. |
void |
show()Show this reference to the user. |
| Methods inherited from class oracle.ide.dependency.IdReference |
|---|
getDeclarationId, isReferenceTo, resolve, setDeclarationId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.ide.dependency.Reference |
|---|
isReferenceTo, resolve |
| Constructor Detail |
|---|
public IndexReference(IndexingContext context,
int startOffset,
int endOffset)
public IndexReference(Workspace workspace,
Project project,
java.net.URL url,
int startOffset,
int endOffset)
| Method Detail |
|---|
public Workspace getWorkspace()
SourceReferencegetWorkspace in interface SourceReferencepublic Project getProject()
SourceReferencegetProject in interface SourceReferencepublic java.net.URL getURL()
ReferencegetURL in interface Referencepublic int getStartOffset()
SourceReferencegetStartOffset in interface SourceReferencepublic int getEndOffset()
SourceReferencegetEndOffset in interface SourceReferencepublic void show()
Referenceshow in interface Referencepublic QueryCriteria getQueryCriteria()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||