Interface ExpressionParser.Expr

All Known Implementing Classes:
ExpressionParser.BinaryOp, ExpressionParser.Const, ExpressionParser.FuncCall, ExpressionParser.Negate, ExpressionParser.Var
Enclosing class:
ExpressionParser

public static interface ExpressionParser.Expr
Base interface for parsed expressions.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)