コード例 #1
0
 @Override
 public void visit(final VoidType n, final A arg) {
   visitComment(n.getComment(), arg);
   visitAnnotations(n, arg);
 }