Java org.antlr.v4.runtime.atn ATN fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime.atn ATN fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime.atn ATN.

The text is from its open source code.

Field

Method

IntervalSetnextTokens(ATNState s, RuleContext ctx)
Compute the set of valid tokens that can occur starting in state s .
IntervalSetnextTokens(ATNState s)
Compute the set of valid tokens that can occur starting in s and staying in same rule.