Class RuleStopState

java.lang.Object
org.antlr.v4.runtime.atn.ATNState
org.antlr.v4.runtime.atn.RuleStopState

public final class RuleStopState extends ATNState
The last node in the ATN for a rule, unless that rule is the start symbol. In that case, there is one transition to EOF. Later, we might encode references to all calls to this rule to compute FOLLOW sets for error handling.
  • Constructor Details

    • RuleStopState

      public RuleStopState()
  • Method Details