Module: Trxl::Exponential0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#operand_1Object



3424
3425
3426
# File 'lib/trxl/trxl_grammar.rb', line 3424

def operand_1
  elements[0]
end

#operand_2Object



3440
3441
3442
# File 'lib/trxl/trxl_grammar.rb', line 3440

def operand_2
  elements[4]
end

#operatorObject



3432
3433
3434
# File 'lib/trxl/trxl_grammar.rb', line 3432

def operator
  elements[2]
end

#spaceObject



3428
3429
3430
# File 'lib/trxl/trxl_grammar.rb', line 3428

def space
  elements[1]
end