Exemplo n.º 1
0
 public void visitArgs(InlineCalls visitor) {
   args = visitor.visitExps(args, args.length, null);
 }