Module: Trxl::Exponential0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#operand_1Object



3543
3544
3545
# File 'lib/trxl/trxl_grammar.rb', line 3543

def operand_1
  elements[0]
end

#operand_2Object



3559
3560
3561
# File 'lib/trxl/trxl_grammar.rb', line 3559

def operand_2
  elements[4]
end

#operatorObject



3551
3552
3553
# File 'lib/trxl/trxl_grammar.rb', line 3551

def operator
  elements[2]
end

#space1Object



3547
3548
3549
# File 'lib/trxl/trxl_grammar.rb', line 3547

def space1
  elements[1]
end

#space2Object



3555
3556
3557
# File 'lib/trxl/trxl_grammar.rb', line 3555

def space2
  elements[3]
end