Skip navigation links

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

E52944-01


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.

Skip navigation links

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

E52944-01


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