Class Step
Implements
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
- type: Type
- input: Expression
- stops: Stops
Returns Step
Methods
eachChild
Parameters
- fn: (_: Expression) => void
Returns void
evaluate
Parameters
- ctx: EvaluationContext
Returns any
outputDefined
Statically analyze the expression, attempting to enumerate possible outputs. Returns false if the complete set of outputs is statically undecidable, otherwise true.
Returns boolean
Staticparse
Parameters
- args: readonly unknown[]
- context: ParsingContext
Returns Expression
Was this helpful?
Expression