Class: TRuby::IR::TypeNode

Inherits:
Node
  • Object
show all
Defined in:
lib/t_ruby/ir.rb

Overview

Base type node

Instance Attribute Summary

Attributes inherited from Node

#location, #metadata, #type_info

Instance Method Summary collapse

Methods inherited from Node

#accept, #children, #initialize, #transform

Constructor Details

This class inherits a constructor from TRuby::IR::Node

Instance Method Details

#to_rbsObject

Raises:

  • (NotImplementedError)


488
489
490
# File 'lib/t_ruby/ir.rb', line 488

def to_rbs
  raise NotImplementedError
end

#to_trbObject

Raises:

  • (NotImplementedError)


492
493
494
# File 'lib/t_ruby/ir.rb', line 492

def to_trb
  raise NotImplementedError
end