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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Signature
private static final Signature
private static final org.objectweb.asm.Type
private static final Signature
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
-
Constructor Summary
ConstructorsConstructorDescriptionParallelSorterEmitter
(org.objectweb.asm.ClassVisitor v, String className, Object[] arrays) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
generateConstructor
(Object[] arrays) private void
generateSwap
(Object[] arrays) private String
getFieldName
(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
Methods inherited from class org.objectweb.asm.ClassVisitor
getDelegate, visitAnnotation, visitAttribute, visitInnerClass, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
-
Field Details
-
PARALLEL_SORTER
private static final org.objectweb.asm.Type PARALLEL_SORTER -
CSTRUCT_OBJECT_ARRAY
-
NEW_INSTANCE
-
SWAP
-
-
Constructor Details
-
ParallelSorterEmitter
-
-
Method Details
-
getFieldName
-
generateConstructor
-
generateSwap
-