|
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.IdDeclaration
oracle.ide.dependency.index.IndexDeclaration
public abstract class IndexDeclaration
A declaration stored in the index.
| Field Summary |
|---|
| Fields inherited from class oracle.ide.dependency.IdDeclaration |
|---|
id |
| Constructor Summary | |
|---|---|
IndexDeclaration(java.lang.String id, IndexingContext context, int startOffset, int endOffset) |
|
IndexDeclaration(java.lang.String id, Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset) |
|
| Method Summary | |
|---|---|
int |
getEndOffset()Get the end offset of the declaration in the source file. |
Project |
getProject()Get the project containing the source file this declaration appears in. |
QueryCriteria |
getQueryCriteria()Get the index query criteria that matches this declaration. |
int |
getStartOffset()Get the start offset of the declaration in the source file. |
java.net.URL |
getURL()Get the URL containing this declaration, if there is one. |
Workspace |
getWorkspace()Get the workspace containing the source file this declaration appears in. |
void |
show()Show this declaration to the user. |
| Methods inherited from class oracle.ide.dependency.IdDeclaration |
|---|
canDelete, delete, equals, findDeclaration, getDeclarationId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.ide.dependency.Declaration |
|---|
canDelete, delete |
| Constructor Detail |
|---|
public IndexDeclaration(java.lang.String id,
IndexingContext context,
int startOffset,
int endOffset)
public IndexDeclaration(java.lang.String id,
Workspace workspace,
Project project,
java.net.URL url,
int startOffset,
int endOffset)
| Method Detail |
|---|
public Workspace getWorkspace()
SourceDeclarationgetWorkspace in interface SourceDeclarationpublic Project getProject()
SourceDeclarationgetProject in interface SourceDeclarationpublic java.net.URL getURL()
DeclarationgetURL in interface Declarationpublic int getStartOffset()
SourceDeclarationgetStartOffset in interface SourceDeclarationpublic int getEndOffset()
SourceDeclarationgetEndOffset in interface SourceDeclarationpublic void show()
Declarationshow in interface Declarationpublic 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 | |||||||||