|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceFormalParameter | |
|---|---|
| oracle.javatools.parser.java.v2 | The parser API. |
| oracle.javatools.parser.java.v2.model | The parser model API. |
| oracle.javatools.parser.java.v2.model.doc | The parser model API for doc elements. |
| oracle.javatools.parser.java.v2.util | Various utilities for use with the parser. |
| Uses of SourceFormalParameter in oracle.javatools.parser.java.v2 |
|---|
| Methods in oracle.javatools.parser.java.v2 that return SourceFormalParameter | |
|---|---|
abstract SourceFormalParameter |
SourceFactory.createFormalParameter(SourceLocalVariable variable)
Creates a formal parameter using a local variable as a template. |
| Methods in oracle.javatools.parser.java.v2 with parameters of type SourceFormalParameter | |
|---|---|
SourceFormalParameterList |
SourceFactory.createFormalParameterList(SourceFormalParameter parameter)
Input parameters, if any, will be converted to be formal parameters, namely SRC_FORMAL_PARAMETER. |
abstract SourceFormalParameterList |
SourceFactory.createFormalParameterList(SourceFormalParameter[] parameters)
Input parameters, if any, will be converted to be formal parameters, namely SRC_FORMAL_PARAMETER. |
SourceTryStatement |
SourceFactory.createTryCatchFinallyStatement(SourceBlockStatement tryClause,
SourceFormalParameter parameter,
SourceBlockStatement catchClause,
SourceBlockStatement finallyClause)
Deprecated. Use createTryCatchFinallyStatement( SourceBlockStatement, SourceCatchParameter, SourceBlockStatement, SourceBlockStatement instead |
SourceTryStatement |
SourceFactory.createTryCatchStatement(SourceBlockStatement tryClause,
SourceFormalParameter parameter,
SourceBlockStatement catchClause)
Deprecated. Use createTryCatchStatement( SourceBlockStatement, SourceCatchParameter, SourceBlockStatement ) instead |
| Uses of SourceFormalParameter in oracle.javatools.parser.java.v2.model |
|---|
| Subinterfaces of SourceFormalParameter in oracle.javatools.parser.java.v2.model | |
|---|---|
interface |
SourceCatchParameter
Represents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types |
| Fields in oracle.javatools.parser.java.v2.model declared as SourceFormalParameter | |
|---|---|
static SourceFormalParameter[] |
SourceFormalParameter.EMPTY_ARRAY
|
| Uses of SourceFormalParameter in oracle.javatools.parser.java.v2.model.doc |
|---|
| Methods in oracle.javatools.parser.java.v2.model.doc that return SourceFormalParameter | |
|---|---|
SourceFormalParameter |
CompiledDocReference.getResolvedParameter()
Gets the parameter to which this reference resolves. |
| Uses of SourceFormalParameter in oracle.javatools.parser.java.v2.util |
|---|
| Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceFormalParameter | |
|---|---|
void |
Usages.declareParameter(SourceFormalParameter s)
Declares a formal parameter. |
void |
SourceVisitor.whenEnterFormalParameter(SourceFormalParameter sourceVariable)
|
void |
SourceVisitor.whenExitFormalParameter(SourceFormalParameter sourceVariable)
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||