public CodeLeaf(CodeInsert codeInsert, DeltaTree deltaTree, int i) : base(deltaTree, i)
 {
     CorrespondingInsert = codeInsert;
 }
 public CodeLeaf(CodeInsert codeInsert) : this(codeInsert, null, 0)
 {
 }