protected Leaf(DeltaTree deltaTree, int i) : base(deltaTree, i) { _length = 1; }
public CodeLeaf(CodeInsert codeInsert, DeltaTree deltaTree, int i) : base(deltaTree, i) { CorrespondingInsert = codeInsert; }