Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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.cmt The Component Model Tool, an API for manipulating Java source code. 
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 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
           
 

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

Methods in oracle.jdeveloper.cmt that return SourceVariable
 SourceVariable CmtSubcomponent.getVariable()
           
 

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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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