EbnfState

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

Constructors

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

Properties

Link copied to clipboard
var braced: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard