Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aero
main
Aero
Actions
CLI
Commands
BaseCommand
ConfigCommand
ExecCommand
SetKeyCommand
SetURLCommand
TestCommand
ComparisonError
Config
FieldError
Models
Fields
Query
And
BooleanLiteral
Expression
Identifier
Lexer
Node
NullLiteral
NumberLiteral
Operator
Kind
Or
Parser
Precedence
StringLiteral
Token
Kind
SyntaxError
SystemExit
Template
BoolLiteral
Field
Lexer
Literal
Node
Nullable
NullableString
NullLiteral
NumberLiteral
Operator
OpKind
Parser
Result
StringLiteral
Token
Kind
Value
TemplateError
Built with Crystal 1.9.2
2023-10-07 19:15:29 UTC
enum
Aero::Query::Parser::Precedence
Defined in:
query/parser.cr
Enum Members
Lowest
=
0
Equals
=
1
Sum
=
2
Class Method Summary
.from
(kind : Token::Kind)
Instance Method Summary
#equals?
#lowest?
#sum?
Class Method Detail
def self.
from
(kind :
Token::Kind
)
#
[
View source
]
Instance Method Detail
def
equals?
#
[
View source
]
def
lowest?
#
[
View source
]
def
sum?
#
[
View source
]