Class: TRuby::IR::TypeNode
Overview
Base type node
Direct Known Subclasses
FunctionType, GenericType, IntersectionType, LiteralType, NullableType, SimpleType, TupleType, UnionType
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_rbs ⇒ Object
488 489 490 |
# File 'lib/t_ruby/ir.rb', line 488 def to_rbs raise NotImplementedError end |
#to_trb ⇒ Object
492 493 494 |
# File 'lib/t_ruby/ir.rb', line 492 def to_trb raise NotImplementedError end |