ErlangToken

data class ErlangToken(val token: String, val column: Int, val indent: Int, val type: String?)

Constructors

Link copied to clipboard
constructor(token: String, column: Int, indent: Int, type: String?)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard
val type: String?