Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotWhile

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

Uses of JotWhile in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotWhile
 JotWhile JotHasChildStatement.addWhile(java.lang.String condition)
          Adds a new while statement as the sub-statement.
 JotWhile JotStatement.getAsWhile()
          Retrieves the JotConditional representing this statement if it is a while statement.
 JotWhile JotCodeBlock.addWhile(JotBlockElement marker, boolean before, java.lang.String condition)
          Adds a new while statement to this code block.
 JotWhile JotCodeBlock.addWhile(java.lang.String condition)
          Adds a new while statement to the end of this code block.
 


Extension SDK

 

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