Package com.python.pydev.analysis.builder

Examples of com.python.pydev.analysis.builder.AnalysisBuilderVisitor.visitingEnded()


                continue;
            }
            visitor.doVisitChangedResource(nature, f, doc, null, module, new NullProgressMonitor(), true,
                    AnalysisBuilderRunnable.ANALYSIS_CAUSE_PARSER, documentTime);
        }
        visitor.visitingEnded(new NullProgressMonitor());
        return 1;
    }

    /* (non-Javadoc)
     * @see org.python.pydev.ui.actions.resources.PyResourceAction#needsUIThread()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.