Package-level declarations
Types
Interface for accessing info about a DataItem from the CokoBackend
A ConditionComponent that has two children and a operator
A BinaryConditionComponent that logically combines left and right based on operator (e.g. logical and)
A ConditionComponent that represents a function call
Adds an infix function withTransformation to a DataItem.
A BinaryConditionComponent that compares left and right based on operator (e.g. equality or less than)
ConditionNode that can have children
ConditionNode that does not have children
A ConditionComponent that represents the condition that the value of item should be in collection
Represents a data item such as a variable or literal.
Represents the definitions of a function with the fully qualified name fqn.
Represents a group of parameters that all belong to the same index
Represents the data item that a function call represented by op returns.
A ConditionComponent that has one child, conditionNode, and a operator (e.g. negation)