Package org.rascalmpl.interpreter.load

Examples of org.rascalmpl.interpreter.load.RascalURIResolver


  private final Map<IConstructorDeclared,Object> constructorDeclaredListeners; // TODO: can this be shared?
  private static final Object dummy = new Object()
 
  public Evaluator(IValueFactory f, PrintWriter stderr, PrintWriter stdout, ModuleEnvironment scope, GlobalEnvironment heap) {
    this(f, stderr, stdout, scope, heap, new ArrayList<ClassLoader>(Collections.singleton(Evaluator.class.getClassLoader())), new RascalURIResolver(new URIResolverRegistry()));
  }
View Full Code Here

TOP

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

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.