예제 #1
0
 public void push(ASTNode statementItem) {
   shadowStack.push(statementItem);
   itemStack.push(statementItem);
 }