Class: YTLJit::VM::Node::DummyNode

Inherits:
Object
  • Object
show all
Defined in:
lib/ytljit/vm.rb

Instance Method Summary collapse

Instance Method Details

#collect_candidate_type(context) ⇒ Object



698
699
700
# File 'lib/ytljit/vm.rb', line 698

def collect_candidate_type(context)
  context
end

#collect_info(context) ⇒ Object



694
695
696
# File 'lib/ytljit/vm.rb', line 694

def collect_info(context)
  context
end

#compile(context) ⇒ Object



702
703
704
705
# File 'lib/ytljit/vm.rb', line 702

def compile(context)
  # Not need super because this is dummy
  context
end