Module: Trxl::Additive0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#additive_opObject



3106
3107
3108
# File 'lib/trxl/trxl_grammar.rb', line 3106

def additive_op
  elements[1]
end

#multitiveObject



3114
3115
3116
# File 'lib/trxl/trxl_grammar.rb', line 3114

def multitive
  elements[3]
end

#spaceObject



3102
3103
3104
# File 'lib/trxl/trxl_grammar.rb', line 3102

def space
  elements[0]
end