예제 #1
0
 public boolean visit(PackageDeclaration node) {
   if (found(node, node) && this.resolveBinding) this.foundBinding = node.resolveBinding();
   return true;
 }