Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotVariable

Packages that use JotVariable
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotVariable in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt that return JotVariable
 JotVariable CmtSubcomponent.getVariable()
           
 

Uses of JotVariable in oracle.jdeveloper.jot
 

Subinterfaces of JotVariable in oracle.jdeveloper.jot
 interface JotField
          The JotField interface represents a class field.
 interface JotLocalVariable
          The JotLocalVariable interface represents a local variable.
 

Methods in oracle.jdeveloper.jot that return JotVariable
 JotVariable[] JotVariableDeclaration.getVariables()
          Retrieves the variables contained in this declaration.
 JotVariable JotVariableDeclaration.addVariable(JotVariable marker, boolean before, java.lang.String varName)
          Adds a new variable to this declaration.
 JotVariable JotVariableDeclaration.addVariable(java.lang.String varName)
          Adds a new variable to the end of this declaration.
 

Methods in oracle.jdeveloper.jot with parameters of type JotVariable
 JotVariable JotVariableDeclaration.addVariable(JotVariable marker, boolean before, java.lang.String varName)
          Adds a new variable to this declaration.
 void JotVariableDeclaration.removeVariable(JotVariable var)
          Removes a variable from this declaration.
 


Extension SDK

 

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