Package org.rascalmpl.interpreter

Examples of org.rascalmpl.interpreter.StringTemplateConverter


    private final Statement stat;

    public String(IConstructor __param1, StringLiteral __param2) {
      super(__param1, __param2);
      this.stat = new StringTemplateConverter().convert(this.getStringLiteral());
    }
View Full Code Here

TOP

Related Classes of org.rascalmpl.interpreter.StringTemplateConverter

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.