module OracleSqlParser::Grammar::Condition::Between::BetweenCondition1

Public Instance Methods

and_keyword() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 51
def and_keyword
  elements[7]
end
between_keyword() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 35
def between_keyword
  elements[3]
end
from() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 43
def from
  elements[5]
end
n() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 31
def n
  elements[2]
end
space1() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 27
def space1
  elements[1]
end
space2() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 39
def space2
  elements[4]
end
space3() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 47
def space3
  elements[6]
end
space4() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 55
def space4
  elements[8]
end
target() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 23
def target
  elements[0]
end
to() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/between.rb, line 59
def to
  elements[9]
end