enum

TokenType

Inherits Enum < Comparable < Value < Object

Constants

NUMBER = 0

literals

STRING = 1
OPERATOR = 2

operators

PATHEN = 3
FAULT = 4

SPECIALS

END = 5

Instance methods

end?

Returns true if this enum value equals END

Source
fault?

Returns true if this enum value equals FAULT

Source
number?

Returns true if this enum value equals NUMBER

Source
operator?

Returns true if this enum value equals OPERATOR

Source
pathen?

Returns true if this enum value equals PATHEN

Source
string?

Returns true if this enum value equals STRING

Source