예제 #1
0
 public void visit(IndexExpression node) {
   visit(node.getObject());
   visit(node.getKey());
 }