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
/
PerlState
Perl
State
class
PerlState
(
var
tokenize
:
(
StringStream
,
PerlState
)
->
String
?
=
::perlTokenPerl
,
var
chain
:
String
?
=
null
,
var
style
:
String
?
=
null
,
var
tail
:
Regex
?
=
null
)
Members
Constructors
Perl
State
Link copied to clipboard
constructor
(
tokenize
:
(
StringStream
,
PerlState
)
->
String
?
=
::perlTokenPerl
,
chain
:
String
?
=
null
,
style
:
String
?
=
null
,
tail
:
Regex
?
=
null
)
Properties
chain
Link copied to clipboard
var
chain
:
String
?
style
Link copied to clipboard
var
style
:
String
?
tail
Link copied to clipboard
var
tail
:
Regex
?
tokenize
Link copied to clipboard
var
tokenize
:
(
StringStream
,
PerlState
)
->
String
?