|
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 SourceFormalParameterList | |
|---|---|
| oracle.javatools.parser.java.v2 | The parser API. |
| oracle.javatools.parser.java.v2.model | The parser model API. |
| oracle.javatools.parser.java.v2.util | Various utilities for use with the parser. |
| Uses of SourceFormalParameterList in oracle.javatools.parser.java.v2 |
|---|
| Methods in oracle.javatools.parser.java.v2 that return SourceFormalParameterList | |
|---|---|
SourceFormalParameterList |
SourceFactory.createFormalParameterList()
Creates an empty formal parameter list. |
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. |
SourceFormalParameterList |
SourceFactory.createFormalParameterList(SourceLocalVariable variable)
Input parameters, if any, will be converted to be formal parameters, namely SRC_FORMAL_PARAMETER. |
SourceFormalParameterList |
SourceFactory.createFormalParameterList(SourceLocalVariable[] variables)
Input parameters, if any, will be converted to be formal parameters, namely SRC_FORMAL_PARAMETER. |
| Methods in oracle.javatools.parser.java.v2 with parameters of type SourceFormalParameterList | |
|---|---|
abstract SourceCatchClause |
SourceFactory.createCatchClause(SourceFormalParameterList parameters,
SourceBlockStatement block)
Deprecated. Use createCatchClause( SourceCatchParameter, SourceBlockStatement ) instead |
SourceMethod |
SourceFactory.createConstructor(SourceFormalParameterList parameters,
SourceThrowsClause throwsClause,
SourceBlock block)
Creates a constructor declaration. |
abstract SourceMethod |
SourceFactory.createConstructor(SourceTypeParameter[] typeParameters,
SourceFormalParameterList parameters,
SourceThrowsClause throwsClause,
SourceBlock block)
Creates a constructor declaration. |
abstract SourceMethod |
SourceFactory.createMethod(SourceTypeParameter[] tyParameters,
SourceTypeReference returnType,
java.lang.String methodName,
SourceFormalParameterList parameters,
SourceThrowsClause throwsClause,
SourceBlock block)
Creates a method declaration. |
SourceMethod |
SourceFactory.createMethod(SourceTypeReference returnType,
java.lang.String methodName,
SourceFormalParameterList parameters,
SourceThrowsClause throwsClause,
SourceBlock block)
Creates a non-generic method declaration. |
abstract SourceTryStatement |
SourceFactory.createTryCatchFinallyStatement(SourceBlockStatement tryClause,
SourceFormalParameterList parameters,
SourceBlockStatement catchClause,
SourceBlockStatement finallyClause)
Deprecated. Use createTryCatchFinallyStatement( SourceBlockStatement, SourceCatchParameter, SourceBlockStatement, SourceBlockStatement instead |
abstract SourceTryStatement |
SourceFactory.createTryCatchStatement(SourceBlockStatement tryClause,
SourceFormalParameterList parameters,
SourceBlockStatement catchClause)
Deprecated. Use createTryCatchStatement( SourceBlockStatement, SourceCatchParameter, SourceBlockStatement ) instead |
| Uses of SourceFormalParameterList in oracle.javatools.parser.java.v2.model |
|---|
| Methods in oracle.javatools.parser.java.v2.model that return SourceFormalParameterList | |
|---|---|
SourceFormalParameterList |
SourceMethod.getFormalParameterList()
Gets the formal parameter list object. |
| Uses of SourceFormalParameterList in oracle.javatools.parser.java.v2.util |
|---|
| Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceFormalParameterList | |
|---|---|
void |
SourceVisitor.whenEnterFormals(SourceFormalParameterList sourceFormalParameters)
|
void |
SourceVisitor.whenExitFormals(SourceFormalParameterList sourceFormalParameters)
|
|
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 | |||||||||