| Package | Description |
|---|---|
| de.flapdoodle.eval.core | |
| de.flapdoodle.eval.core.parser |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
ExpressionFactory.abstractSyntaxTree(String expression) |
Object |
Expression.evaluate(VariableResolver variableResolver) |
Expression |
ExpressionFactory.parse(String expression) |
List<Token> |
ExpressionFactory.tokens(String expression) |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
Tokenizer.parse()
Parse the given expression and return a list of tokens, representing the expression.
|
ASTNode |
ShuntingYardConverter.toAbstractSyntaxTree() |
Copyright © 2024. All rights reserved.