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
/
VbState
Vb
State
data
class
VbState
(
var
tokenize
:
(
StringStream
,
VbState
)
->
String
?
,
var
lastToken
:
Any
?
=
null
,
var
currentIndent
:
Int
=
0
,
var
nextLineIndent
:
Int
=
0
,
var
doInCurrentLine
:
Boolean
=
false
)
Members
Constructors
Vb
State
Link copied to clipboard
constructor
(
tokenize
:
(
StringStream
,
VbState
)
->
String
?
,
lastToken
:
Any
?
=
null
,
currentIndent
:
Int
=
0
,
nextLineIndent
:
Int
=
0
,
doInCurrentLine
:
Boolean
=
false
)
Properties
current
Indent
Link copied to clipboard
var
currentIndent
:
Int
do
In
Current
Line
Link copied to clipboard
var
doInCurrentLine
:
Boolean
last
Token
Link copied to clipboard
var
lastToken
:
Any
?
next
Line
Indent
Link copied to clipboard
var
nextLineIndent
:
Int
tokenize
Link copied to clipboard
var
tokenize
:
(
StringStream
,
VbState
)
->
String
?