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

 


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.