Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotLocalClass

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

Uses of JotLocalClass in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotLocalClass
 JotLocalClass JotBlockElement.getAsLocalClass()
          Retrieves the JotLocalClass representing this block element if it is a local class declaration.
 JotLocalClass JotCodeBlock.addLocalClass(JotBlockElement marker, boolean before, java.lang.String cName)
          Adds a new local class declaration to this block.
 JotLocalClass JotCodeBlock.addLocalClass(java.lang.String cName)
          Adds a new local class declaration to the end of this block.
 


Extension SDK

 

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