Binary

@Serializable
@SerialName(value = "Binary")
class Binary(val operator: String, val left: FixtureExpression, val right: FixtureExpression) : FixtureExpression(source)

Mirror of a binary operator expression.

Constructors

Link copied to clipboard
constructor(operator: String, left: FixtureExpression, right: FixtureExpression)

Properties

Link copied to clipboard

the left operand.

Link copied to clipboard

the surface-syntax operator string (e.g. and, ==, <=).

Link copied to clipboard

the right operand.