Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotDo

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

Uses of JotDo in oracle.jdeveloper.jot
 

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


Extension SDK

 

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