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

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


public class LineStream extends BaseResource {

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

TOP

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

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.