public class PlSqlDeclaration extends DBObjectDeclaration implements SourceDeclaration
PlSqlDeclaration objects are constructed by using the
DBObjectDeclarationFactory.
id| Modifier and Type | Method and Description |
|---|---|
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.
|
int |
getStartOffset()
Get the start offset of the declaration in the source file.
|
Workspace |
getWorkspace()
Get the workspace containing the source file this declaration appears in.
|
boolean |
hasLocalScope()
Tests whether this declaration has a local scope.
|
getObjectID, getURL, showcanDelete, delete, equals, findDeclaration, getDeclarationId, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcanDelete, delete, getURL, showpublic Workspace getWorkspace()
SourceDeclarationgetWorkspace in interface SourceDeclarationpublic Project getProject()
SourceDeclarationgetProject in interface SourceDeclarationpublic int getStartOffset()
SourceDeclarationgetStartOffset in interface SourceDeclarationpublic int getEndOffset()
SourceDeclarationgetEndOffset in interface SourceDeclarationpublic boolean hasLocalScope()
DBObjectDeclarationhasLocalScope in class DBObjectDeclaration