| Package | Description |
|---|---|
| parsii.eval |
| Class and Description |
|---|
| BinaryOperation
Represents a binary operation.
|
| BinaryOperation.Op
Enumerates the operations supported by this expression.
|
| Constant
Represents a constant numeric expression.
|
| Expression
Represents the result of a parsed expression.
|
| Function
Defines a function which can be referenced and evaluated from within expressions.
|
| Scope
Contains a mapping of names to variables.
|
| Variable
Represents a variable which binds a value to a name.
|
Copyright © 2018. All rights reserved.