|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.