DelegateClass(ParseTreeCompositeNode)
Returned on successful parsing of the input token stream.
Contains the parse result.
This is false.
# File lib/dhaka/parser/parse_result.rb, line 13 def has_error? false end
Returns the dot representation of the parse tree
# File lib/dhaka/parser/parse_result.rb, line 18 def to_dot Dot::Digraph.new(:fontsize => 10, :shape => :box, :size => 5) do |g| parse_tree.to_dot(g) end.to_dot end
[Validate]
Generated with the Darkfish Rdoc Generator 2.