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.SourceFormalParameterList

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 child)
          Creates a catch clause for a try-catch or a try-catch-finally statement.
 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)
          Creates a try-catch-finally statement with a single catch clause.
abstract  SourceTryStatement SourceFactory.createTryCatchStatement(SourceBlockStatement tryClause, SourceFormalParameterList parameters, SourceBlockStatement catchClause)
          Creates a try-catch statement with a single catch clause.
 

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

E17493-01

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