Skip navigation links

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

E13403-06


oracle.javatools.parser.plsql.data
Interface PlsqlHasFormals

All Superinterfaces:
PlsqlNode
All Known Subinterfaces:
PlsqlCursor, PlsqlSubprg
All Known Implementing Classes:
PtnodCursor, PtnodSubprg

public interface PlsqlHasFormals
extends PlsqlNode

This plsql element has a list of formal parameters and may have a return type.


Method Summary
 PlsqlVariable[] getFormalParameters()
           
 PlsqlType getReturnType()
           

 

Methods inherited from interface oracle.javatools.parser.plsql.data.PlsqlNode
getStartOffset, getTreeKind

 

Method Detail

getFormalParameters

PlsqlVariable[] getFormalParameters()
Returns:
The array of formal parameters. Should always be non-null, because the lack of a formal part simply means no parameters.

getReturnType

PlsqlType getReturnType()
Returns:
The (optional) declared return type.

Skip navigation links

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

E13403-06


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