Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotThrow

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

Uses of JotThrow in oracle.jdeveloper.jot
 

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


Extension SDK

 

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