Class: Riml::Compiler::ObjectInstantiationNodeVisitor
- Defined in:
- lib/compiler.rb
Instance Method Summary collapse
Methods inherited from Visitor
Constructor Details
This class inherits a constructor from Riml::Compiler::Visitor
Instance Method Details
#compile(node) ⇒ Object
754 755 756 757 758 |
# File 'lib/compiler.rb', line 754 def compile(node) node.call_node.parent_node = node node.call_node.accept(visitor_for_node(node.call_node)) node.compiled_output end |