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
/
StContext
St
Context
class
StContext
(
val
next
:
(
StringStream
,
StContext
,
SmalltalkState
)
->
StToken
,
val
parent
:
StContext
?
)
Members
Constructors
St
Context
Link copied to clipboard
constructor
(
next
:
(
StringStream
,
StContext
,
SmalltalkState
)
->
StToken
,
parent
:
StContext
?
)
Properties
next
Link copied to clipboard
val
next
:
(
StringStream
,
StContext
,
SmalltalkState
)
->
StToken
parent
Link copied to clipboard
val
parent
:
StContext
?