Skip to content

SymbolKinds

[Source]

primitive val SymbolKinds

Constructors

create

[Source]

new val create()
: SymbolKinds val^

Returns


Public Functions

file

[Source]

fun tag file()
: I64 val

Returns


module

[Source]

fun tag module()
: I64 val

Returns


namespace

[Source]

fun tag namespace()
: I64 val

Returns


package

[Source]

fun tag package()
: I64 val

Returns


sk_class

[Source]

fun tag sk_class()
: I64 val

Returns


method

[Source]

fun tag method()
: I64 val

Returns


property

[Source]

fun tag property()
: I64 val

Returns


field

[Source]

fun tag field()
: I64 val

Returns


constructor

[Source]

fun tag constructor()
: I64 val

Returns


enum

[Source]

fun tag enum()
: I64 val

Returns


sk_interface

[Source]

fun tag sk_interface()
: I64 val

Returns


function

[Source]

fun tag function()
: I64 val

Returns


variable

[Source]

fun tag variable()
: I64 val

Returns


constant

[Source]

fun tag constant()
: I64 val

Returns


string

[Source]

fun tag string()
: I64 val

Returns


number

[Source]

fun tag number()
: I64 val

Returns


boolean

[Source]

fun tag boolean()
: I64 val

Returns


array

[Source]

fun tag array()
: I64 val

Returns


sk_object

[Source]

fun tag sk_object()
: I64 val

Returns


key

[Source]

fun tag key()
: I64 val

Returns


null

[Source]

fun tag null()
: I64 val

Returns


enum_member

[Source]

fun tag enum_member()
: I64 val

Returns


sk_struct

[Source]

fun tag sk_struct()
: I64 val

Returns


event

[Source]

fun tag event()
: I64 val

Returns


operator

[Source]

fun tag operator()
: I64 val

Returns


type_parameter

[Source]

fun tag type_parameter()
: I64 val

Returns


eq

[Source]

fun box eq(
  that: SymbolKinds val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SymbolKinds val)
: Bool val

Parameters

Returns