Example #1
0
 public void setNext(ExpressionPart next) {
   this.next = next;
   if (next != null) {
     next.prev = this;
   }
 }