Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotIf

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

Uses of JotIf in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotIf
 JotIf JotElse.getOwningIf()
          Retrieves the owning if statement.
 JotIf JotHasChildStatement.addIf(java.lang.String exp)
          Adds a new if statement as the sub-statement.
 JotIf JotStatement.getAsIf()
          Retrieves the JotIf representing this statement if it is an if statement.
 JotIf JotCodeBlock.addIf(JotBlockElement marker, boolean before, java.lang.String exp)
          Adds a new if statement to this code block.
 JotIf JotCodeBlock.addIf(java.lang.String exp)
          Adds a new if statement to the end of this code block.
 


Extension SDK

 

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