logo
Expand description

Cucumber Expressions AST.

See details in the grammar spec.

Structs

alternation defined in the grammar spec, allowing to match one of SingleAlternations.

Top-level expression defined in the grammar spec.

optional defined in the grammar spec, allowing to match an optional Input.

parameter defined in the grammar spec, allowing to match some special Input described by a Parameter name.

Enums

alternative defined in the grammar spec.

single-expression defined in the grammar spec, representing a single entry of an Expression.

Type Definitions

single-alternation defined in the grammar spec, representing a building block of an Alternation.

str along with its location information in the original input.