コード例 #1
0
 @Override
 public R visitSuperConstructorInvocation(SuperConstructorInvocation node) {
   node.visitChildren(this);
   return null;
 }