struct Kachet::Context
- Kachet::Context
- Struct
- Value
- Object
Defined in:
kachet.crConstructors
Instance Method Summary
- #best_edge : {p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32}?
- #best_edge=(best_edge : NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32) | Nil)
- #ch : Char
- #ch=(ch : Char)
- #i : Int32
- #i=(i : Int32)
- #left_boundary : Int32
- #left_boundary=(left_boundary : Int32)
- #path : Array({p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32})
- #path=(path : Array(NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32)))
- #text : Array(Char)
- #text=(text : Array(Char))
Constructor Detail
def self.new(ch : Char, i : Int32, left_boundary : Int32, best_edge : Edge | Nil, path : Array(Edge), text : Array(Char))
#
Instance Method Detail
def best_edge=(best_edge : NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32) | Nil)
#
def path=(path : Array(NamedTuple(p: Int32, edge_type: Kachet::EdgeType, w: Int32, unk: Int32)))
#