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
/
Stack
Stack
class
Stack
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
buffer
Link copied to clipboard
var
buffer
:
MutableList
<
Int
>
buffer
Base
Link copied to clipboard
var
bufferBase
:
Int
context
Link copied to clipboard
val
context
:
Any
?
look
Ahead
Link copied to clipboard
var
lookAhead
:
Int
parent
Link copied to clipboard
var
parent
:
Stack
?
parser
Link copied to clipboard
val
parser
:
LRParser
pos
Link copied to clipboard
var
pos
:
Int
reduce
Pos
Link copied to clipboard
var
reducePos
:
Int
score
Link copied to clipboard
var
score
:
Int
state
Link copied to clipboard
var
state
:
Int
Functions
can
Shift
Link copied to clipboard
fun
canShift
(
term
:
Int
)
:
Boolean
dialect
Enabled
Link copied to clipboard
fun
dialectEnabled
(
dialectID
:
Int
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String