module TagQueryGrammar::Query0
Public Instance Methods
boolean()
click to toggle source
# File lib/rutty/treetop/tag_query.rb, line 20 def boolean elements[2] end
space1()
click to toggle source
# File lib/rutty/treetop/tag_query.rb, line 16 def space1 elements[1] end
space2()
click to toggle source
# File lib/rutty/treetop/tag_query.rb, line 24 def space2 elements[3] end
tag()
click to toggle source
# File lib/rutty/treetop/tag_query.rb, line 12 def tag elements[0] end