Package net.janino.util

Examples of net.janino.util.Benchmark


        StringPattern[]      optionalWarningHandlePatterns,
        boolean              rebuild
    ) {
        this.optionalDestinationDirectory  = optionalDestinationDirectory;
        this.optionalCharacterEncoding     = optionalCharacterEncoding;
        this.benchmark                     = new Benchmark(verbose);
        this.debuggingInformation          = debuggingInformation;
        this.optionalWarningHandlePatterns = optionalWarningHandlePatterns;
        this.rebuild                       = rebuild;

        // Set up the IClassLoader.
View Full Code Here

TOP

Related Classes of net.janino.util.Benchmark

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.