ParserSpec
constructor(version: Int, states: String, stateData: String, goto: String, nodeNames: String, maxTerm: Int, repeatNodeCount: Int, nodeProps: List<List<Any>>? = null, propSources: List<NodePropSource<*>>? = null, skippedNodes: List<Int>? = null, tokenData: String, tokenizers: List<Any>, topRules: Map<String, List<Int>>, context: ContextTracker<Any?>? = null, dialects: Map<String, Int>? = null, dynamicPrecedences: Map<Int, Int>? = null, specialized: List<SpecializerSpec>? = null, tokenPrec: Int, termNames: Map<Int, String>? = null)