JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.scijava.parse.Variable
Packages that use
Variable
Package
Description
org.scijava.parse.eval
Uses of
Variable
in
org.scijava.parse.eval
Methods in
org.scijava.parse.eval
with parameters of type
Variable
Modifier and Type
Method
Description
Object
AbstractEvaluator.
get
(
Variable
v)
Object
Evaluator.
get
(
Variable
v)
Gets the value of the given variable.
void
AbstractEvaluator.
set
(
Variable
v,
Object
value)
void
Evaluator.
set
(
Variable
v,
Object
value)
Sets the value of the given variable.