class Crystalg::Strings::AhoCorasick::Node
- Crystalg::Strings::AhoCorasick::Node
- Reference
- Object
Defined in:
crystalg/strings/aho_corasick.crConstructors
Instance Method Summary
- #char : Char
- #char=(char : Char)
- #is_leaf : Bool
- #is_leaf=(is_leaf : Bool)
- #link : Int32
- #link=(link : Int32)
- #parent : Int32
- #parent=(parent : Int32)