class

QT::MtNode

Inherits Reference < Object

Instance methods

apply_cap!(cap : Bool)
Source
aspect?
Source
dic=(dic : Int32)
Source
ends_with?(key : String | Char)
Source
find_by_key(key : String | Char)
Source
fix_prev!(prev : Nil) : Nil
Source
fix_prev!(prev : MtNode) : Nil
Source
fix_succ!(succ : Nil) : Nil
Source
fix_succ!(succ : MtNode) : Nil
Source
idx=(idx : Int32)
Source
inspect(io : IO)

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
key=(key : String)
Source
key_in?(*keys : String)
Source
key_is?(key : String)
Source
maybe_adjt?
Source
maybe_verb?
Source
prev
Source
prev=(prev : MtNode)
Source
prev?
Source
prev?
Source
set!(val : String, tag : PosTag) : self
Source
set!(val : String) : self
Source
set!(tag : PosTag) : self
Source
space_before?(prev : Nil) : Bool
Source
space_before?(prev : MtNode)
Source
starts_with?(key : String | Char)
Source
succ
Source
succ=(succ : MtNode)
Source
succ?
Source
succ?
Source
tag=(tag : PosTag)
Source
to_mtl(io : IO)
Source
to_txt(io : IO)
Source
val=(val : String)
Source
vcompl?
Source

Macros

method_missing(call)
Source