Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotReturn

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

Uses of JotReturn in oracle.jdeveloper.jot
 

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


Extension SDK

 

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