コード例 #1
0
 /** remove operand stack top element using bytecode pop */
 public void pop() {
   popDownTo(stack.size() - 1);
 }