toggle menu
KTreeSitter
0.24.0
android
common
jvm
native
switch theme
search in API
KTreeSitter
/
io.github.treesitter.ktreesitter
/
LookaheadIterator
/
Symbol
Symbol
android
common
jvm
native
@
JvmRecord
actual
data
class
Symbol
(
val
id
:
UShort
,
val
name
:
String
)
:
Record
(
source
)
A class that pairs a symbol ID with its name.
expect
class
Symbol
(
id
:
UShort
,
name
:
String
)
(
source
)
A class that pairs a symbol ID with its name.
@
JvmRecord
actual
data
class
Symbol
(
val
id
:
UShort
,
val
name
:
String
)
:
Record
(
source
)
A class that pairs a symbol ID with its name.
actual
data
class
Symbol
(
val
id
:
UShort
,
val
name
:
String
)
(
source
)
A class that pairs a symbol ID with its name.
Members
Constructors
Symbol
Link copied to clipboard
android
common
jvm
native
actual
constructor
(
id
:
UShort
,
name
:
String
)
expect
constructor
(
id
:
UShort
,
name
:
String
)
actual
constructor
(
id
:
UShort
,
name
:
String
)
actual
constructor
(
id
:
UShort
,
name
:
String
)
Properties
id
Link copied to clipboard
android
common
jvm
native
actual
val
id
:
UShort
expect
val
id
:
UShort
actual
val
id
:
UShort
actual
val
id
:
UShort
name
Link copied to clipboard
android
common
jvm
native
actual
val
name
:
String
expect
val
name
:
String
actual
val
name
:
String
actual
val
name
:
String
Functions
component1
Link copied to clipboard
expect
operator
fun
component1
(
)
:
UShort
component2
Link copied to clipboard
expect
operator
fun
component2
(
)
:
String