Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotVariableDeclaration

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

Uses of JotVariableDeclaration in oracle.jdeveloper.jot
 

Subinterfaces of JotVariableDeclaration in oracle.jdeveloper.jot
 interface JotFieldDeclaration
          The JotFieldDeclaration interface represents a field declaration.
 interface JotLocalVariableDeclaration
          The JotLocalVariableDeclaration represents a local variable declaration.
 

Methods in oracle.jdeveloper.jot that return JotVariableDeclaration
 JotVariableDeclaration JotForInitializer.getVariableDeclaration()
          Retrieves the variable declaration contained in this initialization clause, or null if this clause does not contain a variable declaration.
 JotVariableDeclaration JotForInitializer.setVariableDeclaration(java.lang.String vType, java.lang.String vName)
          Sets the contents of this initialization clause to a variable declaration.
 JotVariableDeclaration JotVariable.getOwningDeclaration()
          Retrieves the variable declaration that owns this variable.
 


Extension SDK

 

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