Package org.jnode.vm.compiler

Examples of org.jnode.vm.compiler.IMTCompiler.compile()


     * @param builder
     * @return the compiled IMT
     */
    public CompiledIMT compileIMT(IMTBuilder builder) {
        final IMTCompiler cmp = arch.getIMTCompiler();
        return cmp.compile(resolver, builder.getImt(), builder.getImtCollisions());
    }

    /**
     * Initialize this classloader during the initialization of the VM. If
     * needed, the tree of classes is generated from the boot class list.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.