Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-lr
/
com.monkopedia.kodemirror.lezer.lr
/
SpecializerSpec
Specializer
Spec
data
class
SpecializerSpec
(
val
term
:
Int
,
val
get
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
=
null
,
val
external
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
=
null
,
val
extend
:
Boolean
=
false
)
Specializer spec for token specialization.
Members
Constructors
Specializer
Spec
Link copied to clipboard
constructor
(
term
:
Int
,
get
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
=
null
,
external
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
=
null
,
extend
:
Boolean
=
false
)
Properties
extend
Link copied to clipboard
val
extend
:
Boolean
external
Link copied to clipboard
val
external
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
get
Link copied to clipboard
val
get
:
(
value
:
String
,
stack
:
Stack
)
->
Int
?
term
Link copied to clipboard
val
term
:
Int