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



972
973
974
# File 'lib/ytljit/vm.rb', line 972

def collect_candidate_type(context)
  context
end

#collect_info(context) ⇒ Object



968
969
970
# File 'lib/ytljit/vm.rb', line 968

def collect_info(context)
  context
end

#compile(context) ⇒ Object



976
977
978
979
# File 'lib/ytljit/vm.rb', line 976

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