Module: FilterLexer

Defined in:
lib/filter_lexer.rb,
lib/filter_lexer/nodes.rb,
lib/filter_lexer/version.rb,
lib/filter_lexer/exceptions.rb,
lib/filter_lexer/formatters/sql.rb

Defined Under Namespace

Classes: AndOperator, BooleanLiteralFalse, BooleanLiteralTrue, EQOperator, Expression, Filter, GEOperator, GTOperator, Group, Identifier, LEOperator, LTOperator, LikeOperator, LogicOperator, NEQOperator, NotLikeOperator, NullLiteral, NumberLiteral, Operator, OrOperator, ParseException, Parser, StringLiteral, Value, ValueScalar, ValueSpecial

Constant Summary collapse

VERSION =
'0.1.1'