Examples of TermToplevelDeclarationProvider


Examples of org.sugarj.driver.declprovider.TermToplevelDeclarationProvider

    return run(driver, new SourceToplevelDeclarationProvider(driver, source), sourceFile, monitor);
  }

  public static Result run(IStrategoTerm source, RelativePath sourceFile, Environment env, IProgressMonitor monitor, AbstractBaseLanguage baseLang, List<Driver> currentlyProcessing) throws IOException, TokenExpectedException, ParseException, InvalidParseTableException, SGLRException, InterruptedException {
    Driver driver = new Driver(env, baseLang, currentlyProcessing);
    return run(driver, new TermToplevelDeclarationProvider(source), sourceFile, monitor);
  }
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.