ShasPTokenType
These are the different types of tokens, that the lexer creates
Entries
Identifier for variables, functions and classes
Not Equal
Bigger than
Smaller than
Logical or
Logical xor
Logical and
Addition assignment
Subtraction assignment
Multiplication assignment
Division assignment
Modulo assignment
Do keyword
While keyword
For keyword
If keyword
Else keyword
True keyword
False keyword
Return keyword
Byte keyword
Short keyword
Int keyword
Long keyword
Float keyword
Double keyword
Char keyword
Boolean keyword
Void keyword
As keyword
Unsigned keyword
New keyword
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.