Module: Trxl::Comparative0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#operand_1Object



2988
2989
2990
# File 'lib/trxl/trxl_grammar.rb', line 2988

def operand_1
  elements[0]
end

#operand_2Object



3004
3005
3006
# File 'lib/trxl/trxl_grammar.rb', line 3004

def operand_2
  elements[4]
end

#operatorObject



2996
2997
2998
# File 'lib/trxl/trxl_grammar.rb', line 2996

def operator
  elements[2]
end

#space1Object



2992
2993
2994
# File 'lib/trxl/trxl_grammar.rb', line 2992

def space1
  elements[1]
end

#space2Object



3000
3001
3002
# File 'lib/trxl/trxl_grammar.rb', line 3000

def space2
  elements[3]
end