struct Kachet::Context

Defined in:

kachet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ch : Char, i : Int32, left_boundary : Int32, best_edge : Edge | Nil, path : Array(Edge), text : Array(Char)) #

[View source]

Instance Method Detail

def best_edge : {p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32}? #

[View source]
def best_edge=(best_edge : NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32) | Nil) #

[View source]
def ch : Char #

[View source]
def ch=(ch : Char) #

[View source]
def i : Int32 #

[View source]
def i=(i : Int32) #

[View source]
def left_boundary : Int32 #

[View source]
def left_boundary=(left_boundary : Int32) #

[View source]
def path : Array({p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32}) #

[View source]
def path=(path : Array(NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32))) #

[View source]
def text : Array(Char) #

[View source]
def text=(text : Array(Char)) #

[View source]