org.mvel2.util
Class JITClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.mvel2.util.JITClassLoader
All Implemented Interfaces:
MVELClassLoader

public class JITClassLoader
extends ClassLoader
implements MVELClassLoader


Constructor Summary
JITClassLoader(ClassLoader classLoader)
           
 
Method Summary
 Class<?> defineClassX(String className, byte[] b, int off, int len)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JITClassLoader

public JITClassLoader(ClassLoader classLoader)
Method Detail

defineClassX

public Class<?> defineClassX(String className,
                             byte[] b,
                             int off,
                             int len)
Specified by:
defineClassX in interface MVELClassLoader


Copyright © 2010. All Rights Reserved.