Enum ParserRuleLifecyclePhase
Identifies the phase of a parser rule lifecycle hook execution.
public enum ParserRuleLifecyclePhase
- Extension Methods
Fields
After = 1The
@afterphase: executed after successful rule completion, before the result is memoized.Init = 0The
@initphase: executed at rule entry before any alternative is attempted.