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, show
canDelete, delete, equals, findDeclaration, getDeclarationId, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canDelete, delete, getURL, show
public Workspace getWorkspace()
SourceDeclaration
getWorkspace
in interface SourceDeclaration
public Project getProject()
SourceDeclaration
getProject
in interface SourceDeclaration
public int getStartOffset()
SourceDeclaration
getStartOffset
in interface SourceDeclaration
public int getEndOffset()
SourceDeclaration
getEndOffset
in interface SourceDeclaration
public boolean hasLocalScope()
DBObjectDeclaration
hasLocalScope
in class DBObjectDeclaration