Module: Trxl::BinaryExpression0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#binary_expressionObject



377
378
379
# File 'lib/trxl/trxl_grammar.rb', line 377

def binary_expression
  elements[5]
end

#operand_1Object



357
358
359
# File 'lib/trxl/trxl_grammar.rb', line 357

def operand_1
  elements[0]
end

#operand_2Object



373
374
375
# File 'lib/trxl/trxl_grammar.rb', line 373

def operand_2
  elements[4]
end

#operatorObject



365
366
367
# File 'lib/trxl/trxl_grammar.rb', line 365

def operator
  elements[2]
end

#spaceObject



361
362
363
# File 'lib/trxl/trxl_grammar.rb', line 361

def space
  elements[1]
end