| Package | Description |
|---|---|
| org.scijava.parsington.eval |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardStackEvaluator
Interface for stack-based evaluators which support the standard operators.
|
interface |
StandardTreeEvaluator
Interface for tree-based evaluators which support the standard operators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStandardEvaluator
Base class for
StandardEvaluator implementations on common
built-in types: Booleans, Strings and Numbers. |
class |
DefaultStackEvaluator
An expression evaluator for most
standard operators with
common built-in types (i.e.: Booleans, Strings and
Numbers). |
class |
DefaultTreeEvaluator
An expression evaluator for most
standard operators with
common built-in types (i.e.: Booleans, Strings and
Numbers). |
Copyright © 2015–2021 SciJava. All rights reserved.