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
/
SpecializerReplacement
Specializer
Replacement
data
class
SpecializerReplacement
(
val
from
:
(
String
,
Stack
)
->
Int
,
val
to
:
(
String
,
Stack
)
->
Int
)
Members
Constructors
Specializer
Replacement
Link copied to clipboard
constructor
(
from
:
(
String
,
Stack
)
->
Int
,
to
:
(
String
,
Stack
)
->
Int
)
Properties
from
Link copied to clipboard
val
from
:
(
String
,
Stack
)
->
Int
to
Link copied to clipboard
val
to
:
(
String
,
Stack
)
->
Int