Skip to content

ParseMatchPattern

[Source]

primitive val ParseMatchPattern

Constructors

create

[Source]

new val create()
: ParseMatchPattern val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns