Module: Trxl::Definition0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#expressionObject



609
610
611
# File 'lib/trxl/trxl_grammar.rb', line 609

def expression
  elements[4]
end

#space1Object



601
602
603
# File 'lib/trxl/trxl_grammar.rb', line 601

def space1
  elements[1]
end

#space2Object



605
606
607
# File 'lib/trxl/trxl_grammar.rb', line 605

def space2
  elements[3]
end

#variableObject



597
598
599
# File 'lib/trxl/trxl_grammar.rb', line 597

def variable
  elements[0]
end