Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotTry

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

Uses of JotTry in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotTry
 JotTry JotHasChildStatement.addTry()
          Adds a new try statement as the sub-statement.
 JotTry JotStatement.getAsTry()
          Retrieves the JotTry representing this statement if it is a try statement.
 JotTry JotCodeBlock.addTry(JotBlockElement marker, boolean before)
          Adds a new try statement to this code block.
 JotTry JotCodeBlock.addTry()
          Adds a new try statement to the end of this code block.
 


Extension SDK

 

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