Module: NQL::Syntax::Boolean0

Defined in:
lib/nql/grammar.rb

Instance Method Summary collapse

Instance Method Details

#coordinatorObject



51
52
53
# File 'lib/nql/grammar.rb', line 51

def coordinator
  elements[2]
end

#leftObject



43
44
45
# File 'lib/nql/grammar.rb', line 43

def left
  elements[0]
end

#rightObject



59
60
61
# File 'lib/nql/grammar.rb', line 59

def right
  elements[4]
end

#space1Object



47
48
49
# File 'lib/nql/grammar.rb', line 47

def space1
  elements[1]
end

#space2Object



55
56
57
# File 'lib/nql/grammar.rb', line 55

def space2
  elements[3]
end