Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



3489
3490
3491
# File 'lib/parser/edngrammar.rb', line 3489

def keyp
  elements[2]
end

#SObject



3485
3486
3487
# File 'lib/parser/edngrammar.rb', line 3485

def S
  elements[1]
end

#SOCObject



3493
3494
3495
# File 'lib/parser/edngrammar.rb', line 3493

def SOC
  elements[4]
end

#specmsObject



3481
3482
3483
# File 'lib/parser/edngrammar.rb', line 3481

def specms
  elements[0]
end