| Package | Description |
|---|---|
| ru.histone.v2.evaluator |
Classes from this package uses to evaluating AST-tree and getting result in string representation
|
| ru.histone.v2.parser.node |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
NodesComparator.processRelation(CompletableFuture<EvalNode> leftFuture,
CompletableFuture<EvalNode> rightFuture,
AstType type,
Context context) |
| Modifier and Type | Field and Description |
|---|---|
protected AstType |
AstNode.type |
| Modifier and Type | Method and Description |
|---|---|
static AstType |
AstType.fromId(int id) |
AstType |
AstNode.getType() |
static AstType |
AstType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstType[] |
AstType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AstNode(AstType type) |
ExpAstNode(AstType type) |
ExpAstNode(AstType type,
AstNode... res) |
Copyright © 2017. All rights reserved.