Class SimpleExpressionParser
java.lang.Object
com.inductiveautomation.ignition.common.expressions.parsing.SimpleExpressionParser
- All Implemented Interfaces:
Parser
Simple recursive descent parser for simple arithmetic expressions. Scannerless parsing.
Generates an AST (using Expression instances) from the given input if part of language.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if the string contains any of the mathematical operators that would make this an expression according to this parser.parse
(String expr, ExpressionParseContext binder)