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 java.lang.Object
AbstractEvaluator. get(Variable v)
java.lang.Object
Evaluator. get(Variable v)
Gets the value of the given variable.void
AbstractEvaluator. set(Variable v, java.lang.Object value)
void
Evaluator. set(Variable v, java.lang.Object value)
Sets the value of the given variable.
-