Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotFor

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

Uses of JotFor in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotFor
 JotFor JotHasChildStatement.addFor()
          Adds a new for statement as the sub-statement.
 JotFor JotStatement.getAsFor()
          Retrieves the JotFor representing this statement if it is a for statement.
 JotFor JotCodeBlock.addFor(JotBlockElement marker, boolean before)
          Adds a new for statement to this code block.
 JotFor JotCodeBlock.addFor()
          Adds a new for statement to the end of this code block.
 


Extension SDK

 

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