NginxState

data class NginxState(var tokenize: (StringStream, NginxState) -> NginxResult = ::nginxTokenBase, var baseIndent: Int = 0, var stack: MutableList<String> = mutableListOf(), var curType: String? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, NginxState) -> NginxResult = ::nginxTokenBase, baseIndent: Int = 0, stack: MutableList<String> = mutableListOf(), curType: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard