Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotLocalVariableDeclaration

Packages that use JotLocalVariableDeclaration
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotLocalVariableDeclaration in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotLocalVariableDeclaration
static JotLocalVariableDeclaration[] JotUtils.getVariableDeclarations(JotCodeBlock jCodeBlock)
           
 JotLocalVariableDeclaration JotVariableDeclaration.getAsLocalVariableDeclaration()
           
 JotLocalVariableDeclaration JotBlockElement.getAsVariableDeclaration()
          Retrieves the JotLocalVariableDeclaration representing this block element if it is a variable declaration.
 JotLocalVariableDeclaration JotCodeBlock.addVariableDeclaration(JotBlockElement marker, boolean before, java.lang.String vType)
          Adds a new variable declaration to this block.
 JotLocalVariableDeclaration JotCodeBlock.addVariableDeclaration(java.lang.String vType)
          Adds a new variable declaration to the end of this block.
 


Extension SDK

 

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