Module: Trxl::RangeLiteral0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



2731
2732
2733
# File 'lib/trxl/trxl_grammar.rb', line 2731

def lower
  elements[0]
end

#space1Object



2735
2736
2737
# File 'lib/trxl/trxl_grammar.rb', line 2735

def space1
  elements[1]
end

#space2Object



2739
2740
2741
# File 'lib/trxl/trxl_grammar.rb', line 2739

def space2
  elements[3]
end

#upperObject



2743
2744
2745
# File 'lib/trxl/trxl_grammar.rb', line 2743

def upper
  elements[4]
end