Package org.rascalmpl.interpreter.load

Examples of org.rascalmpl.interpreter.load.URIContributor


  public void addRascalSearchPathContributor(IRascalSearchPathContributor contrib) {
    rascalPathResolver.addPathContributor(contrib);
  }

  public void addRascalSearchPath(final URI uri) {
    rascalPathResolver.addPathContributor(new URIContributor(uri));
  }
View Full Code Here

TOP

Related Classes of org.rascalmpl.interpreter.load.URIContributor

Copyright © 2018 www.massapicom. 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.