enum

Hailo::Token::Spacing

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Prefix = 1
Postfix = 2
Infix = 3

Instance methods

infix?

Returns true if this enum value equals Infix

Source
normal?

Returns true if this enum value equals Normal

Source
postfix?

Returns true if this enum value equals Postfix

Source
prefix?

Returns true if this enum value equals Prefix

Source