Table of Contents

Enum ParserRuleLifecyclePhase

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Identifies the phase of a parser rule lifecycle hook execution.

public enum ParserRuleLifecyclePhase
Extension Methods

Fields

After = 1

The @after phase: executed after successful rule completion, before the result is memoized.

Init = 0

The @init phase: executed at rule entry before any alternative is attempted.