Identifier

Identifier

sealed class Identifier

From the docs:

Where I is a IdentifierContext:


I  ::=   { types       (id?),
funcs       (id?),
tables      (id?),
mems        (id?),
globals     (id?),
locals      (id?),
labels      (id?),
typedefs    functype   }

Fields

Name Description
open unique: Int?
open stringRepr: String?