Asn1State

data class Asn1State(var tokenize: (StringStream, Asn1State) -> String?? = null, var context: Asn1Context? = null, var indented: Int = 0, var startOfLine: Boolean = true, var curPunc: String? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, Asn1State) -> String?? = null, context: Asn1Context? = null, indented: Int = 0, startOfLine: Boolean = true, curPunc: String? = null)

Properties

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