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
/
FortranState
Fortran
State
data
class
FortranState
(
var
tokenize
:
(
StringStream
,
FortranState
)
->
String
?
?
=
null
)
Members
Constructors
Fortran
State
Link copied to clipboard
constructor
(
tokenize
:
(
StringStream
,
FortranState
)
->
String
?
?
=
null
)
Properties
tokenize
Link copied to clipboard
var
tokenize
:
(
StringStream
,
FortranState
)
->
String
?
?