コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * 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;
 }