Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.javatools.parser.java.v2.model.SourceFormalParameter

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)
          Creates a try-catch-finally statement with a single catch clause.
 SourceTryStatement SourceFactory.createTryCatchStatement(SourceBlockStatement tryClause, SourceFormalParameter parameter, SourceBlockStatement catchClause)
          Creates a try-catch statement with a single catch clause.
 

Uses of SourceFormalParameter in oracle.javatools.parser.java.v2.model
 

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
11g Release 2 (11.1.2.0.0)

E17493-01

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