module CDDLGRAMMAR::R_rule3

Public Instance Methods

ast() click to toggle source
# File lib/parser/cddlgrammar.rb, line 145
def ast
  [assigng.text_value, mkgen(groupname, elements[1]), grpent.ast]
end