Package org.rascalmpl.library.experiments.resource.results

Examples of org.rascalmpl.library.experiments.resource.results.CharStreamResult


public class CharStream extends BaseResource {

  @Override
  public ResourceResult createResource(IEvaluatorContext ctx, ISourceLocation uri, Type t) {
    return new CharStreamResult(t, null, ctx, uri, null);
  }
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.experiments.resource.results.CharStreamResult

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.