Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotSynchronized

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

Uses of JotSynchronized in oracle.jdeveloper.jot
 

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


Extension SDK

 

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