SyntaxNode
# File lib/treetop/runtime/terminal_syntax_node.rb, line 5 def initialize(input, interval) super(input, interval, []) end
# File lib/treetop/runtime/terminal_syntax_node.rb, line 9 def inspect(indent="") indent+ self.class.to_s.sub(/.*:/,'') + " offset=#{interval.first}" + " #{text_value.inspect}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.