示例#1
0
 public Reach upto(Reach other)
 {
     Base.upd(); other.upd(); return((strong) ? (Reach)Base.upto__(other)              : (Reach)Base.upto_(other));
 }
示例#2
0
 public Reach at(Reach other)
 {
     Base.upd(); other.upd(); return((strong) ? (Reach)Base.at__(other)              : (Reach)Base.at_(other));
 }
示例#3
0
 public Reach after(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop)? (Reach)Base.rplafter_(other, this)              : (Reach)Base.rplafter(other, this)              : (bufop) ? (Reach)Base.rplafter(other, (Rch)rTxt)              : (Reach)Base.rplafter(other, (Rch)rTxt));
 }
示例#4
0
// ******************* (Rch other)
        public Reach before(Reach other)
        {
            Base.upd(); other.upd(); return((strong) ? (Reach)Base.before__(other)              : (Reach)Base.before_(other));
        }
示例#5
0
 public Reach from(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop) ? (Reach)Base.delfrom_(other)              : (Reach)Base.delfrom(other)              : (bufop) ? (Reach)Base.delfrom_(other, this)              : (Reach)Base.delfrom(other, this));
 }
示例#6
0
// ******************* (Rch other)
        public Reach before(Reach other)
        {
            Base.upd(); other.upd(); return((pure) ? (bufop) ? (Reach)Base.insbefore_(other, this)              : (Reach)Base.insbefore(other, this)              : (bufop) ? (Reach)Base.insbefore(other, (Rch)rTxt)              : (Reach)Base.insbefore(other, (Rch)rTxt));
        }
示例#7
0
 public bool    Equals(Reach other)
 {
     upd(); other.upd(); return(base.Equals((Rch)other));
 }
示例#8
0
// ******************* (Rch other)
        public Reach before(Reach other)
        {
            Base.upd(); other.upd(); return((pure) ? (bufop) ? (Reach)Base.delbefore_(other)              : (Reach)Base.delbefore(other)              : (bufop) ? (Reach)Base.delbefore_(other, this)              : (Reach)Base.delbefore(other, this));
        }
示例#9
0
 public Reach from(Reach other)
 {
     upd(); other.upd(); return((Reach)base.from(other));
 }
示例#10
0
 public Reach after(Reach other)
 {
     upd(); other.upd(); return((Reach)base.after(other));
 }
示例#11
0
 public Reach at(Reach other)
 {
     upd(); other.upd(); return((Reach)base.at(other));
 }
示例#12
0
 public Reach upto(Reach other)
 {
     upd(); other.upd(); return((Reach)base.upto(other));
 }
示例#13
0
// ******************* (Rch other)
        public Reach before(Reach other)
        {
            upd(); other.upd(); return((Reach)base.before(other));
        }
示例#14
0
 public Reach from(Reach other)
 {
     Base.upd(); other.upd(); return((strong) ? (Reach)Base.from__(other)              : (Reach)Base.from_(other));
 }
示例#15
0
 internal ReplaceWith(bool bufop, Reach Base, Reach txt)
 {
     this.bufop = bufop; this.Base = Base; rTxt = txt; pure = false; rTxt.upd();
 }
示例#16
0
 public Reach after(Reach other)
 {
     Base.upd(); other.upd(); return((strong) ? (Reach)Base.after__(other)              : (Reach)Base.after_(other));
 }
示例#17
0
 public Reach upto(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop)? (Reach)Base.rplupto_(other, this)              : (Reach)Base.rplupto(other, this)              : (bufop) ? (Reach)Base.rplupto(other, (Rch)rTxt)              : (Reach)Base.rplupto(other, (Rch)rTxt));
 }
示例#18
0
 public Reach upto(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop) ? (Reach)Base.delupto_(other)              : (Reach)Base.delupto(other)              : (bufop) ? (Reach)Base.delupto_(other, this)              : (Reach)Base.delupto(other, this));
 }
示例#19
0
 public Reach from(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop)? (Reach)Base.rplfrom_(other, this)              : (Reach)Base.rplfrom(other, this)              : (bufop) ? (Reach)Base.rplfrom(other, (Rch)rTxt)              : (Reach)Base.rplfrom(other, (Rch)rTxt));
 }
示例#20
0
 public Reach after(Reach other)
 {
     Base.upd(); other.upd(); return((pure) ? (bufop) ? (Reach)Base.delafter_(other)              : (Reach)Base.delafter(other)              : (bufop) ? (Reach)Base.delafter_(other, this)              : (Reach)Base.delafter(other, this));
 }
示例#21
0
 internal Insert(bool bufop, Reach Base, Reach txt)
 {
     this.bufop = bufop; this.Base = Base; rTxt = txt; pure = false; rTxt.upd();
 }