Module: EDNGRAMMAR::Streamstring1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#OCObject



2426
2427
2428
# File 'lib/parser/edngrammar.rb', line 2426

def OC
  elements[5]
end

#SObject



2422
2423
2424
# File 'lib/parser/edngrammar.rb', line 2422

def S
  elements[3]
end

#spec1Object



2414
2415
2416
# File 'lib/parser/edngrammar.rb', line 2414

def spec1
  elements[1]
end

#stringObject



2418
2419
2420
# File 'lib/parser/edngrammar.rb', line 2418

def string
  elements[2]
end