Class ParallelSorter.Generator
java.lang.Object
net.sf.cglib.core.AbstractClassGenerator
net.sf.cglib.util.ParallelSorter.Generator
- All Implemented Interfaces:
ClassGenerator
- Enclosing class:
ParallelSorter
- Author:
- Chris Nokleberg
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractClassGenerator
AbstractClassGenerator.ClassLoaderData, AbstractClassGenerator.Source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()protected ObjectfirstInstance(Class type) voidgenerateClass(org.objectweb.asm.ClassVisitor v) protected ClassLoaderprotected ObjectnextInstance(Object instance) voidMethods inherited from class AbstractClassGenerator
create, generate, getAttemptLoad, getClassLoader, getClassName, getCurrent, getNamingPolicy, getProtectionDomain, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setNamePrefix, setNamingPolicy, setStrategy, setUseCache, unwrapCachedValue, wrapCachedClass
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
getDefaultClassLoader
- Specified by:
getDefaultClassLoaderin classAbstractClassGenerator
-
setArrays
-
create
-
generateClass
-
firstInstance
- Specified by:
firstInstancein classAbstractClassGenerator
-
nextInstance
- Specified by:
nextInstancein classAbstractClassGenerator
-