예제 #1
0
 public ASTNode pop() {
   shadowStack.pop();
   return itemStack.pop();
 }