Package com.asakusafw.compiler.util.tester

Examples of com.asakusafw.compiler.util.tester.CompilerTester


    /**
     * Creates a new instance.
     * @param opt options
     */
    public StagePlannerRunTest(GenericOptionValue opt) {
        tester = new CompilerTester();
        tester.options().putExtraAttribute(StagePlanner.KEY_COMPRESS_FLOW_BLOCK_GROUP, opt.getSymbol());
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.compiler.util.tester.CompilerTester

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.