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
/
RContext
RContext
data
class
RContext
(
val
type
:
String
,
val
indent
:
Int
,
var
flags
:
Int
,
val
column
:
Int
,
val
prev
:
RContext
?
,
var
argList
:
Boolean
=
false
)
Members
Constructors
RContext
Link copied to clipboard
constructor
(
type
:
String
,
indent
:
Int
,
flags
:
Int
,
column
:
Int
,
prev
:
RContext
?
,
argList
:
Boolean
=
false
)
Properties
arg
List
Link copied to clipboard
var
argList
:
Boolean
column
Link copied to clipboard
val
column
:
Int
flags
Link copied to clipboard
var
flags
:
Int
indent
Link copied to clipboard
val
indent
:
Int
prev
Link copied to clipboard
val
prev
:
RContext
?
type
Link copied to clipboard
val
type
:
String