class QT::MtData

Defined in:

core/m1_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(head : QT::MtNode) #

[View source]

Instance Method Detail

def add_head(node : MtTerm) #

[View source]
def add_node(node : MtTerm) #

[View source]
def add_tail(node : MtTerm) #

[View source]
def apply_cap!(cap = true) : Nil #

[View source]
def concat(other : MtData) : self #

[View source]
def each(&) #

[View source]
def fix_grammar! #

[View source]
def head : MtNode #

[View source]
def inspect(io : IO) : Nil #
Description copied from class Reference

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>

[View source]
def resolve_nested!(upper = @nestable.size - 1, lower = 0) #

[View source]
def tail : MtNode #

[View source]
def to_mtl(io : IO) : Nil #

[View source]
def to_mtl : String #

[View source]
def to_txt(io : IO) : Nil #

[View source]
def to_txt : String #

[View source]