class

QT::MtData

Inherits Reference < Object

Constructors

new(head : QT::MtNode)
Source

Instance methods

add_head(node : MtTerm)
Source
add_node(node : MtTerm)
Source
add_tail(node : MtTerm)
Source
apply_cap!(cap = true) : Nil
Source
concat(other : MtData) : self
Source
each
Source
fix_grammar!
Source
head
Source
inspect(io : IO) : Nil

Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
Source
resolve_nested!(upper = @nestable.size - 1, lower = 0)
Source
tail
Source
to_mtl(io : IO) : Nil
Source
to_mtl
Source
to_txt(io : IO) : Nil
Source
to_txt
Source