module Treetop::Compiler::Metagrammar::Primary3
Public Instance Methods
Source
# File lib/treetop/compiler/metagrammar.rb, line 1486 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1498 def inline_module nil end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1495 def inline_modules [] end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1492 def parent_modules [] end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1489 def prefixed_expression atomic end