Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.parser.plsql.data
Interface PlsqlBlock

All Superinterfaces:
PlsqlNode
All Known Subinterfaces:
PlsqlAdtBody, PlsqlPkg, PlsqlSubprg
All Known Implementing Classes:
PtnodAdtBody, PtnodPkg, PtnodSubprg

public interface PlsqlBlock
extends PlsqlNode

This plsql element is either a plsql block or may declare a plsql block. A plsql block includes a declaration list, a sequence of statements, and a list of exception handlers.


Method Summary
 PlsqlNode[] getDeclarations()
           
 
Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlNode
getStartOffset, getTreeKind
 

Method Detail

getDeclarations

PlsqlNode[] getDeclarations()
Returns:
The array of declarations declared as part of this block.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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