FixtureExpression
Mirror of an expression that appears inside a kBars tag; polymorphic discriminator is the field kind.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "Binary")
Mirror of a binary operator expression.
Link copied to clipboard
@Serializable
@SerialName(value = "Grouped")
Mirror of a parenthesized expression chain used as an operand (for example, (b or c) in a and (b or c)).
Link copied to clipboard
Mirror of an identifier expression.
Link copied to clipboard
@Serializable
@SerialName(value = "Literal")
Mirror of a literal expression.