Exemplo n.º 1
0
 public void visit(ImportDeclaration n, Object arg) {
   if (n.isStatic()) {}
   n.getName().accept(this, arg);
   if (n.isAsterisk()) {}
 }