case classVariableLogic(variableName: String, composeOperator: ComposeLogic) extends JsonLogicCore with Product with Serializable
Represents an internal node in syntax tree. It is an operator node that represents a variable node in a composed operator.
Scala data structures representing expressions from json-logic-typed format are based on abstract syntax tree.
Linear Supertypes
Serializable, Serializable, Product, Equals, JsonLogicCore, AnyRef, Any
Represents an internal node in syntax tree. It is an operator node that represents a variable node in a composed operator. Scala data structures representing expressions from json-logic-typed format are based on abstract syntax tree.