enum

PrecedenceClass

Inherits Enum < Comparable < Value < Object

Constants

Assign = 0
Comma = 1
Or = 2
And = 3
Comparison = 4
Add = 5
Mul = 6
Pow = 7
Unary = 8
Call = 9

Instance methods

add?

Returns true if this enum value equals Add

Source
and?

Returns true if this enum value equals And

Source
assign?

Returns true if this enum value equals Assign

Source
call?

Returns true if this enum value equals Call

Source
comma?

Returns true if this enum value equals Comma

Source
comparison?

Returns true if this enum value equals Comparison

Source
mul?

Returns true if this enum value equals Mul

Source
or?

Returns true if this enum value equals Or

Source
pow?

Returns true if this enum value equals Pow

Source
unary?

Returns true if this enum value equals Unary

Source