Package org.eclipse.dltk.core

Examples of org.eclipse.dltk.core.ISourceModule.reconcile()


        }
      };
      ISourceModule wc= input.getWorkingCopy(workingCopyOwner, null, new NullProgressMonitor());
      try {
        startTime= System.currentTimeMillis();
        wc.reconcile(true, wc.getOwner(), new NullProgressMonitor()) ; //  getCurrentASTLevel(), null, null);
       
        root= SharedASTProvider.getAST(wc, SharedASTProvider.WAIT_YES, null);
        endTime= System.currentTimeMillis();

      } finally {
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.