Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



3301
3302
3303
# File 'lib/parser/edngrammar.rb', line 3301

def item
  elements[2]
end

#SObject



3297
3298
3299
# File 'lib/parser/edngrammar.rb', line 3297

def S
  elements[1]
end

#SOCObject



3305
3306
3307
# File 'lib/parser/edngrammar.rb', line 3305

def SOC
  elements[4]
end

#specmsObject



3293
3294
3295
# File 'lib/parser/edngrammar.rb', line 3293

def specms
  elements[0]
end