Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.62 KB

File metadata and controls

65 lines (38 loc) · 1.62 KB

minisql.sql.ast.TruthTestExpression

Home · Source file

TruthTestExpression

struct TruthTestExpression

Groups the truth test expression state and preserves the field relationships documented below.

View source

Members

expected

expected

Stores the expected associated with this value.

View source

kind

kind

Stores the kind associated with this value.

View source

negated

negated

Indicates whether the negated condition is active.

View source

operand

operand

Stores the operand associated with this value.

View source