ClassBinaryOperationA binary operation represents arithmetic operators, like addition or division, comparison operators, like less than or equals, logical operators, like
spider-flow-core/src/main/java/org/spiderflow/core/expression/parsing/Ast.java:161
ClassExpressionAll expressions are subclasses of this node type. Expressions are separated into unary operations (!, -), binary operations (+, -, , /, etc.) and tern
spider-flow-core/src/main/java/org/spiderflow/core/expression/parsing/Ast.java:83