| Package | Description |
|---|---|
| ru.histone.v2.evaluator |
Classes from this package uses to evaluating AST-tree and getting result in string representation
|
| ru.histone.v2.evaluator.function.array | |
| ru.histone.v2.evaluator.node |
Classes in this package uses to represents evaluated nodes from AST-tree
|
| Modifier and Type | Method and Description |
|---|---|
MapEvalNode |
Converter.constructFromList(List<Object> list) |
MapEvalNode |
Converter.constructFromMap(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
ArrayFind.find(Context context,
MacroEvalNode macro,
MapEvalNode values,
List<Map.Entry<String,EvalNode>> nodes,
boolean keyAsResult) |
protected CompletableFuture<EvalNode> |
ArrayIndexAware.getNodeByIndex(MapEvalNode arrayNode,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateEvalNode |
| Modifier and Type | Method and Description |
|---|---|
void |
MapEvalNode.append(MapEvalNode node) |
Copyright © 2017. All rights reserved.