Ejemplo n.º 1
0
 public StackFrame(StackFrame prev)
 {
     this.prev = prev;
     this.constantPool = prev.getConstantPool();
 }