class ParallelSorterEmitter extends ClassEmitter
| Modifier and Type | Field and Description |
|---|---|
private static Signature |
CSTRUCT_OBJECT_ARRAY |
private static Signature |
NEW_INSTANCE |
private static org.objectweb.asm.Type |
PARALLEL_SORTER |
private static Signature |
SWAP |
| Constructor and Description |
|---|
ParallelSorterEmitter(org.objectweb.asm.ClassVisitor v,
java.lang.String className,
java.lang.Object[] arrays) |
| Modifier and Type | Method and Description |
|---|---|
private void |
generateConstructor(java.lang.Object[] arrays) |
private void |
generateSwap(java.lang.Object[] arrays) |
private java.lang.String |
getFieldName(int index) |
begin_class, begin_method, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethodprivate static final org.objectweb.asm.Type PARALLEL_SORTER
private static final Signature CSTRUCT_OBJECT_ARRAY
private static final Signature NEW_INSTANCE
private static final Signature SWAP