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

E13403-08

Uses of Interface
oracle.javatools.parser.java.v2.model.expression.CompiledTmpVariable

Packages that use CompiledTmpVariable
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.model The parser model API. 
 

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

Classes in oracle.javatools.parser.java.v2.common that implement CompiledTmpVariable
 class Value
          Represents a value in the java language.
 

Methods in oracle.javatools.parser.java.v2.common that return CompiledTmpVariable
 CompiledTmpVariable AbstractType.getThisValue()
           
 

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

Methods in oracle.javatools.parser.java.v2.model that return CompiledTmpVariable
 CompiledTmpVariable JavaType.getThisValue()
          In the interest of minimizing the number of tmp variables floating around in the heap, each type may create a value object (when needed) and store it (with a weak reference) for later use.
 


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

E13403-08

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