Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotCodeBlock

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

Uses of JotCodeBlock in oracle.jdeveloper.jot
 

Subinterfaces of JotCodeBlock in oracle.jdeveloper.jot
 interface JotBlockStatement
          A JotBlockStatement represents a block statement.
 

Methods in oracle.jdeveloper.jot that return JotCodeBlock
 JotCodeBlock JotTry.getFinallyBlock()
          Retrieves the finally code block.
 JotCodeBlock JotTry.addFinallyBlock()
          Adds a finally block.
 JotCodeBlock JotHasCodeBlock.getCodeBlock()
          Retrieves the code block associated with this object.
 

Methods in oracle.jdeveloper.jot with parameters of type JotCodeBlock
static JotStatementExpression[] JotUtils.getMethodCalls(JotCodeBlock jCodeBlock, java.lang.String name)
           
static JotAssignment[] JotUtils.getAssignments(JotCodeBlock jCodeBlock)
           
static JotLocalVariableDeclaration[] JotUtils.getVariableDeclarations(JotCodeBlock jCodeBlock)
           
 


Extension SDK

 

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