Package net.sf.cglib.util
Class ParallelSorterEmitter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- net.sf.cglib.transform.ClassTransformer
-
- net.sf.cglib.core.ClassEmitter
-
- net.sf.cglib.util.ParallelSorterEmitter
-
class ParallelSorterEmitter extends ClassEmitter
-
-
Field Summary
Fields Modifier and Type Field Description private static SignatureCSTRUCT_OBJECT_ARRAYprivate static SignatureNEW_INSTANCEprivate static org.objectweb.asm.TypePARALLEL_SORTERprivate static SignatureSWAP
-
Constructor Summary
Constructors Constructor Description ParallelSorterEmitter(org.objectweb.asm.ClassVisitor v, java.lang.String className, java.lang.Object[] arrays)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidgenerateConstructor(java.lang.Object[] arrays)private voidgenerateSwap(java.lang.Object[] arrays)private java.lang.StringgetFieldName(int index)-
Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_method, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
-
-