Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotSwitch

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

Uses of JotSwitch in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotSwitch
 JotSwitch JotHasChildStatement.addSwitch(java.lang.String exp)
          Adds a new switch statement as the sub-statement.
 JotSwitch JotStatement.getAsSwitch()
          Retrieves the JotSwitch representing this statement if it is a switch statement.
 JotSwitch JotCodeBlock.addSwitch(JotBlockElement marker, boolean before, java.lang.String exp)
          Adds a new switch statement to this code block.
 JotSwitch JotCodeBlock.addSwitch(java.lang.String exp)
          Adds a new switch statement to the end of this code block.
 


Extension SDK

 

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