| Package | Description |
|---|---|
| org.scijava.parsington | |
| org.scijava.parsington.eval |
| Modifier and Type | Method and Description |
|---|---|
protected Variable |
ParseOperation.parseVariable()
Attempts to parse a variable.
|
| Modifier and Type | Method and Description |
|---|---|
default Variable |
Evaluator.var(Object token)
Casts the given token to a variable.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractEvaluator.get(Variable v) |
Object |
Evaluator.get(Variable v)
Gets the value of a variable.
|
void |
AbstractEvaluator.set(Variable v,
Object value) |
void |
Evaluator.set(Variable v,
Object value)
Sets the value of a variable.
|
Copyright © 2015–2021 SciJava. All rights reserved.