Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClonePair ¶
type ClonePair struct {
// contains filtered or unexported fields
}
func NewClonePair ¶
type CloneSequencePair ¶
type CloneSequencePair struct {
// contains filtered or unexported fields
}
func NewCloneSequencePair ¶
func NewCloneSequencePair(node1 []*Node, node2 []*Node) *CloneSequencePair
func (*CloneSequencePair) GetLength ¶
func (cp *CloneSequencePair) GetLength() int
func (*CloneSequencePair) GetNodes ¶
func (cp *CloneSequencePair) GetNodes() ([]*Node, []*Node)
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) GetChildCount ¶
func (n *Node) GetChildCount() values.ChildCount
func (*Node) GetNodeType ¶
func (*Node) GetPosition ¶
func (*Node) IncrementChildCount ¶
func (n *Node) IncrementChildCount(childCount values.ChildCount)
Click to show internal directories.
Click to hide internal directories.