Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotStatement

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

Uses of JotStatement in oracle.jdeveloper.jot
 

Subinterfaces of JotStatement in oracle.jdeveloper.jot
 interface JotBlockStatement
          A JotBlockStatement represents a block statement.
 interface JotBreak
          A JotBreak represents a break statement.
 interface JotCase
          A JotCase represents a case or default clause inside of a switch statement.
 interface JotConditional
          A JotConditional represents a conditional statement.
 interface JotContinue
          A JotContinue represents a continue statement.
 interface JotDo
          A JotDo represents a do statement.
 interface JotElse
          A JotElse represents the else clause of an if statement.
 interface JotExpressionStatement
          A JotExpressionStatement represents an expression statement.
 interface JotFor
          A JotFor represents a for statement.
 interface JotHasChildStatement
          The JotHasChildStatement interface describes statements that can contain a single sub-statement.
 interface JotIf
          The JotIf interface represents an if statement.
 interface JotReturn
          The JotReturn interface represents a return statement.
 interface JotSwitch
          The JotSwitch interface represents a switch statement.
 interface JotSynchronized
          The JotSynchronized interface represents a synchronized statement.
 interface JotThrow
          The JotThrow interface represents a throw statement.
 interface JotTry
          The JotTry interface represents a try statement.
 interface JotWhile
          The JotWhile represents a while statement.
 

Methods in oracle.jdeveloper.jot that return JotStatement
 JotStatement JotHasChildStatement.addStatement(java.lang.String text)
          Adds a new statement as the sub-statement.
 JotStatement JotHasChildStatement.getChildStatement()
          Retrieves the sub-statement associated with this statement.
 JotStatement JotBlockElement.getAsStatement()
          Retrieves the JotStatement representing this block element if it is a statement.
 


Extension SDK

 

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