Enumeration members
BinaryKeyword
BinaryKeyword: = "binary"
BoolKeyword
BoolKeyword: = "bool"
ByteKeyword
ByteKeyword: = "byte"
DoubleKeyword
DoubleKeyword: = "double"
ExceptionDefinition
ExceptionDefinition: = "exception"
I16Keyword
I16Keyword: = "i16"
I32Keyword
I32Keyword: = "i32"
I64Keyword
I64Keyword: = "i64"
I8Keyword
I8Keyword: = "i8"
ListType
ListType: = "list"
StringKeyword
StringKeyword: = "string"
StructDefinition
StructDefinition: = "struct"
UnionDefinition
UnionDefinition: = "union"
VoidKeyword
VoidKeyword: = "void"