Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2023 Changes in this version + type CertainValuePathByRecursion struct + func (m *CertainValuePathByRecursion) GetAttribute() *C.Attribute + func (m *CertainValuePathByRecursion) Method() + type CertainValuePathByStack struct + func (m *CertainValuePathByStack) GetAttribute() *C.Attribute + func (m *CertainValuePathByStack) Method() + type MaxValuePathByQueue struct + func (m *MaxValuePathByQueue) GetAttribute() *C.Attribute + func (m *MaxValuePathByQueue) Method() + type MaxValuePathByRecursion struct + MaxValue int + MaxValuePath []int + func (m *MaxValuePathByRecursion) GetAttribute() *C.Attribute + func (m *MaxValuePathByRecursion) Method(node *list.Node) int