EbnfState

constructor(stringType: String? = null, commentType: Int? = null, braced: Int = 0, lhs: Boolean = true, localState: Any? = null, stack: MutableList<Int> = mutableListOf(), inDefinition: Boolean = false)