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

E13403-08

Uses of Class
oracle.javatools.parser.java.v2.common.QuickLocalVariable

Packages that use QuickLocalVariable
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
 

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

Methods in oracle.javatools.parser.java.v2.common that return QuickLocalVariable
static QuickLocalVariable QuickLocalVariable.createLocalVariable(JavaHasType hasType, java.lang.String name)
          Creates a local variable for a type that is not known at construction time.
static QuickLocalVariable QuickLocalVariable.createLocalVariable(JavaType knownType, java.lang.String name)
          Creates a local variable from a type that is known at construction time.
 


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.