Example #1
0
 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
 public void visitNEW(NEW o) {
   stack().push(new UninitializedObjectType((ObjectType) (o.getType(cpg))));
 }