Skip navigation links

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

E17493-04


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

Packages that use SourceVariable
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 

 

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

 

Subinterfaces of SourceVariable 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
 interface SourceEnumConstant
          An enum constant.
 interface SourceFieldVariable
          A field variable.
 interface SourceFormalParameter
          A formal parameter.
 interface SourceLocalVariable
          A local variable or formal parameter.
 interface SourceMemberVariable
          A field (or enum constant) variable.

 

Fields in oracle.javatools.parser.java.v2.model declared as SourceVariable
static SourceVariable[] SourceVariable.EMPTY_ARRAY
           

 

Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type SourceVariable
 java.util.List<SourceVariable> SourceFormalParameterList.getSourceParameters()
          Gets the list of source parameters.
 java.util.List<SourceVariable> SourceMethod.getSourceParameters()
          Gets the list of source parameters.
 java.util.List<SourceVariable> SourceVariableDeclaration.getVariables()
          Gets the list of declared variables.

 

Uses of SourceVariable in oracle.javatools.parser.java.v2.model.statement

 

Methods in oracle.javatools.parser.java.v2.model.statement that return SourceVariable
 SourceVariable SourceCatchClause.getCatchVariable()
          A catch clause declares one variable, the caught exception.

 

Uses of SourceVariable in oracle.jdeveloper.java.util

 

Methods in oracle.jdeveloper.java.util that return SourceVariable
static SourceVariable SourceUtils.getMethodParameter(SourceMethod method, int index)
          Fetch a parameter from the method.

 


Skip navigation links

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

E17493-04


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