| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.common | 
 Classes common to model implementations. 
 | 
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Value
Represents a value in the java language. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompiledTmpVariable | 
QuickJavaClass.getThisValue()  | 
CompiledTmpVariable | 
AbstractType.getThisValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |