Skip to content

ParseKeyword

[Source]

primitive val ParseKeyword

Constructors

create

[Source]

new val create()
: ParseKeyword val^

Returns


Public Functions

apply

[Source]

fun box apply(
  obj: Object val,
  children: ReadSeq[Node val] val)
: (Keyword val | String val)

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns