示例#1
0
 /**
  * This double dispatch approach provides the control point for the node to have customized
  * behavior.
  */
 @Override
 public DHGroup dsfAccept(final IDNodeVisitor visitor) {
   super.dsfAccept(visitor);
   return this;
 }