Expand description

FEEL definitions.

Modules

Definitions of built-in functions.

FEEL context.

FEEL values.

Macros

Creates a scope.

Creates Value::Null with optional tracing message.

Structs

FEEL date.

FEEL date and time.

Days and time duration in FEEL. Holds the number of nanoseconds in the duration.

FEEL number.

FEEL time. Stored as hour, minute, second, nanosecond and zone.

Years and months duration in FEEL. Holds the number of months in the duration.

FEEL name.

FEEL QualifiedName.

The FEEL scope.

Enums

Node of the Abstract Syntax Tree for FEEL grammar.

Function body may be defined in FEEL or DMN in many ways. This enum is the representation of all of these cases.

Traits

Trait for converting a FEEL artifacts into FEEL string.

Functions

Returns true when the specified type name is a built-in type.

Type Definitions

Type alias of the function that evaluates FEEL expression or DMN model into Value.

Type for optional AST node.