lib/rley/rgn/symbol_node.rb in rley-0.8.08 vs lib/rley/rgn/symbol_node.rb in rley-0.8.09
- old
+ new
@@ -26,10 +26,10 @@
annotation.empty? ? name : "#{name} #{annotation_to_text}"
end
# Abstract method (must be overriden in subclasses).
# Part of the 'visitee' role in Visitor design pattern.
- # @param visitor [LoxxyTreeVisitor] the visitor
+ # @param visitor [RGN::ASTVisitor] the visitor
def accept(visitor)
visitor.visit_symbol_node(self)
end
end # class
end # module