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

Packages that use JavaVariable
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 

 

Uses of JavaVariable in oracle.javatools.parser.java.v2.common

 

Classes in oracle.javatools.parser.java.v2.common that implement JavaVariable
 class AbstractField
          An abstract implementation of JavaField.
 class AbstractVariable
          An abstract implementation of JavaVariable.
 class QuickComponent
          A QuickComponent is a special type of JavaVariable that refers to an annotation member (method!).
 class QuickLocalVariable
          A light-weight implementation of JavaLocalVariable, particularly useful for constructing formal parameter objects for use with QuickMethod.
 class Value
          Represents a value in the java language.
 class WrapperField
          Skeleton implementation of an object wrapping a field.
 class WrapperLocalVariable
          Skeleton implementation of an object wrapping a local variable.

 

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

 

Subinterfaces of JavaVariable in oracle.javatools.parser.java.v2.model
 interface JavaField
          The JavaField is the compiled representation of a java field.
 interface JavaLocalVariable
          A compile-time local variable (or formal parameter).
 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.
 interface SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.

 

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

 

Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type JavaVariable
 java.util.Collection<JavaVariable> JavaMethod.getParameters()
           

 

Uses of JavaVariable in oracle.javatools.parser.java.v2.model.expression

 

Subinterfaces of JavaVariable in oracle.javatools.parser.java.v2.model.expression
 interface CompiledSelfVariable
          The type of a compiled self variable.
 interface CompiledTmpVariable
          The type of a compiled tmp variable.

 


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.