Skip navigation links 
 
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.
 
 
 
 
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 
 
Copyright © 1997, 2014, Oracle. All rights reserved.