SwiftState

data class SwiftState(var prev: String? = null, var context: SwiftContext? = null, var indented: Int = 0, var tokenize: MutableList<(StringStream, SwiftState, String?) -> String?> = mutableListOf())

Constructors

Link copied to clipboard
constructor(prev: String? = null, context: SwiftContext? = null, indented: Int = 0, tokenize: MutableList<(StringStream, SwiftState, String?) -> String?> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var prev: String?
Link copied to clipboard