immutable class TOKEN


Flattened version is here

Ancestors
LEX_CONST



Public


Readable Attributes
attr val: INT;

Writable Attributes
attr val: INT;

Constants

Features
create (val: INT): TOKEN
is_eq (y: INT): BOOL
is_eq (y: TOKEN): BOOL
is_neq (y: INT): BOOL
is_neq (y: TOKEN): BOOL
str: STR
**** A string version of the token.