|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JotLocalVariable | |
oracle.jdeveloper.audit.java | Helper and transform classes for auditing Java documents and working with the Java object model. |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
Uses of JotLocalVariable in oracle.jdeveloper.audit.java |
Methods in oracle.jdeveloper.audit.java with parameters of type JotLocalVariable | |
java.util.Set |
JavaHelper.getUses(JotLocalVariable method)
Gets the uses of a local variable within the constructs audited. |
Uses of JotLocalVariable in oracle.jdeveloper.jot |
Methods in oracle.jdeveloper.jot that return JotLocalVariable | |
JotLocalVariable[] |
JotLocalVariableDeclaration.getLocalVariables()
Retrieves the local variables contained in this declaration. |
JotLocalVariable |
JotLocalVariableDeclaration.addLocalVariable(JotLocalVariable marker,
boolean before,
java.lang.String varName)
Adds a new local variable to this declaration. |
JotLocalVariable |
JotLocalVariableDeclaration.addLocalVariable(java.lang.String varName)
Adds a new local variable to the end of this declaration. |
JotLocalVariable |
JotCodeBlock.addVariable(JotBlockElement marker,
boolean before,
java.lang.String vType,
java.lang.String vName)
Creates a new variable declaration in this block and adds a variable to it. |
JotLocalVariable |
JotCodeBlock.addVariable(java.lang.String vType,
java.lang.String vName)
Creates a new variable declaration in this block and adds a variable to it. |
JotLocalVariable |
JotVariable.getAsLocalVariable()
Retrieves this variable as a local variable. |
Methods in oracle.jdeveloper.jot with parameters of type JotLocalVariable | |
JotLocalVariable |
JotLocalVariableDeclaration.addLocalVariable(JotLocalVariable marker,
boolean before,
java.lang.String varName)
Adds a new local variable to this declaration. |
void |
JotLocalVariableDeclaration.removeLocalVariable(JotLocalVariable var)
Removes a local variable from this declaration. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.