module CDDLGRAMMAR::Genericarg2
Public Instance Methods
ast()
click to toggle source
# File lib/parser/cddlgrammar.rb, line 535 def ast() [type1.ast, *elements[4].elements.map{|x| x.type1.ast}] end
# File lib/parser/cddlgrammar.rb, line 535 def ast() [type1.ast, *elements[4].elements.map{|x| x.type1.ast}] end