ATN constructor

ATN(
  1. ATNType grammarType,
  2. int maxTokenType
)

Used for runtime deserialization of ATNs from strings */

Implementation

ATN(this.grammarType, this.maxTokenType);