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

Packages that use SourceVariableDeclaration
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

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

Subinterfaces of SourceVariableDeclaration in oracle.javatools.parser.java.v2.model
 interface SourceFieldDeclaration
          A field (or enum constant) declaration.
 interface SourceLocalVariableDeclaration
          A local variable declaration.
 

Methods in oracle.javatools.parser.java.v2.model that return SourceVariableDeclaration
 SourceVariableDeclaration SourceVariable.getOwningDeclaration()
          Gets the owning variable declaration, null if this is a formal parameter.
 

Uses of SourceVariableDeclaration in oracle.jdeveloper.java.util
 

Methods in oracle.jdeveloper.java.util that return SourceVariableDeclaration
static SourceVariableDeclaration SourceUtils.addLocalVariableDeclaration(SourceBlock block, java.lang.String type, java.lang.String name, SourceExpression initExpr)
          Adds (append) a local variable declaration to the given block.
static SourceVariableDeclaration SourceUtils.addLocalVariableDeclaration(SourceBlock block, java.lang.String type, java.lang.String name, java.lang.String initText)
          Adds (append) a local variable declaration to the given block.
 


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.