Class: StructuredSearch::Tree::Where

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/structured_search/tree/where.rb

Overview

WHERE reserved word node

Instance Attribute Summary

Attributes inherited from BaseNode

#column, #line, #type

Instance Method Summary collapse

Constructor Details

#initialize(*argv) ⇒ Where

:nodoc:



8
9
10
# File 'lib/structured_search/tree/where.rb', line 8

def initialize(*argv)
  super *argv
end