Package galoot.interpret

Examples of galoot.interpret.Interpreter


        return renderDocument(context).evaluateAsString();
    }

    public Document renderDocument(ContextStack context)
    {
        Interpreter interp = new Interpreter(context);
        templateAST.apply(interp);
        return interp.getDocument();
    }
View Full Code Here

TOP

Related Classes of galoot.interpret.Interpreter

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.