Extension SDK 10.1.2


Uses of Interface
oracle.jdeveloper.jot.JotCase

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

 

Uses of JotCase in oracle.jdeveloper.jot

 

Methods in oracle.jdeveloper.jot that return JotCase
 JotCase JotStatement.getAsCase()
          Retrieves the JotCase representing this statement if it is a case statement.
 JotCase JotCodeBlock.addCase(JotBlockElement marker, boolean before, java.lang.String label)
          Adds a new case statement to this code block.
 JotCase JotCodeBlock.addCase(java.lang.String label)
          Adds a new case statement to the end of this code block.

 


Extension SDK


 

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