Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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
11g Release 2 (11.1.2.1.0)

E17493-02

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