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

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

Introduction

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

The text is from its open source code.

Field

PredictionModeSLL
The SLL(*) prediction mode.
PredictionModeLL
The LL(*) prediction mode.
PredictionModeLL_EXACT_AMBIG_DETECTION
The LL(*) prediction mode with exact ambiguity detection.