848586878889909192
@Override public void visitFile(AstNode astNode) { if (astNode != null) { scopes = Maps.newHashMap(); new AstWalker(new InnerVisitor()).walkAndVisit(astNode); currentScope = scopes.get(astNode); } }