Class: FilterLexer::BooleanLiteralFalse
- Inherits:
-
ValueSpecial
- Object
- Treetop::Runtime::SyntaxNode
- Value
- ValueSpecial
- FilterLexer::BooleanLiteralFalse
- Defined in:
- lib/filter_lexer/nodes.rb,
lib/filter_lexer/formatters/sql.rb
Instance Method Summary collapse
Instance Method Details
#sql ⇒ Object
125 126 127 |
# File 'lib/filter_lexer/formatters/sql.rb', line 125 def sql return 'FALSE' end |