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



1073
1074
1075
# File 'lib/ytljit/vm.rb', line 1073

def collect_candidate_type(context)
  context
end

#collect_info(context) ⇒ Object



1069
1070
1071
# File 'lib/ytljit/vm.rb', line 1069

def collect_info(context)
  context
end

#compile(context) ⇒ Object



1077
1078
1079
1080
# File 'lib/ytljit/vm.rb', line 1077

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