Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
ErlangToken
Erlang
Token
data
class
ErlangToken
(
val
token
:
String
,
val
column
:
Int
,
val
indent
:
Int
,
val
type
:
String
?
)
Members
Constructors
Erlang
Token
Link copied to clipboard
constructor
(
token
:
String
,
column
:
Int
,
indent
:
Int
,
type
:
String
?
)
Properties
column
Link copied to clipboard
val
column
:
Int
indent
Link copied to clipboard
val
indent
:
Int
token
Link copied to clipboard
val
token
:
String
type
Link copied to clipboard
val
type
:
String
?