enum Steamcr::SteamLanguage::TokenType

Defined in:

steamcr/steam_language/token.cr

Enum Members

BYTE = 0
CLASS = 1
COMMENT = 2
CRETURN = 3
ENUM = 4
EOF = 5
EQUALS = 6
FLOAT = 7
HEX = 8
IDENTIFIER = 9
IMPORT = 10
INT = 11
LBRACE = 12
LBRACKET = 13
NEWLINE = 14
REMOVED = 15
OBSOLETE = 16
PIPE = 17
RBRACE = 18
RBRACKET = 19
SEMICOLON = 20
STRING = 21
TAB = 22
UINT = 23
ULONG = 24
USHORT = 25
WHITESPACE = 26

Instance Method Summary

Instance Method Detail

def byte? #

[View source]
def class? #

[View source]
def comment? #

[View source]
def creturn? #

[View source]
def enum? #

[View source]
def eof? #

[View source]
def equals? #

[View source]
def float? #

[View source]
def hex? #

[View source]
def identifier? #

[View source]
def import? #

[View source]
def int? #

[View source]
def lbrace? #

[View source]
def lbracket? #

[View source]
def newline? #

[View source]
def obsolete? #

[View source]
def pipe? #

[View source]
def rbrace? #

[View source]
def rbracket? #

[View source]
def removed? #

[View source]
def semicolon? #

[View source]
def string? #

[View source]
def tab? #

[View source]
def uint? #

[View source]
def ulong? #

[View source]
def ushort? #

[View source]
def whitespace? #

[View source]