Module: Trxl::AvgSumFunction1

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#expressionObject



7481
7482
7483
# File 'lib/trxl/trxl_grammar.rb', line 7481

def expression
  elements[4]
end

#more_expressionsObject



7485
7486
7487
# File 'lib/trxl/trxl_grammar.rb', line 7485

def more_expressions
  elements[5]
end

#space1Object



7473
7474
7475
# File 'lib/trxl/trxl_grammar.rb', line 7473

def space1
  elements[1]
end

#space2Object



7477
7478
7479
# File 'lib/trxl/trxl_grammar.rb', line 7477

def space2
  elements[3]
end

#space3Object



7489
7490
7491
# File 'lib/trxl/trxl_grammar.rb', line 7489

def space3
  elements[6]
end