Module: Trxl::AvgSumFunction1

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#expressionObject



7323
7324
7325
# File 'lib/trxl/trxl_grammar.rb', line 7323

def expression
  elements[4]
end

#more_expressionsObject



7327
7328
7329
# File 'lib/trxl/trxl_grammar.rb', line 7327

def more_expressions
  elements[5]
end

#space1Object



7315
7316
7317
# File 'lib/trxl/trxl_grammar.rb', line 7315

def space1
  elements[1]
end

#space2Object



7319
7320
7321
# File 'lib/trxl/trxl_grammar.rb', line 7319

def space2
  elements[3]
end

#space3Object



7331
7332
7333
# File 'lib/trxl/trxl_grammar.rb', line 7331

def space3
  elements[6]
end