Module: Trxl::RangeLiteral0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



2639
2640
2641
# File 'lib/trxl/trxl_grammar.rb', line 2639

def lower
  elements[0]
end

#spaceObject



2643
2644
2645
# File 'lib/trxl/trxl_grammar.rb', line 2643

def space
  elements[1]
end

#upperObject



2651
2652
2653
# File 'lib/trxl/trxl_grammar.rb', line 2651

def upper
  elements[4]
end