class MixinEmitter extends ClassEmitter
Modifier and Type | Field and Description |
---|---|
private static Signature |
CSTRUCT_OBJECT_ARRAY |
private static java.lang.String |
FIELD_NAME |
private static org.objectweb.asm.Type |
MIXIN |
private static Signature |
NEW_INSTANCE |
Constructor and Description |
---|
MixinEmitter(org.objectweb.asm.ClassVisitor v,
java.lang.String className,
java.lang.Class[] classes,
int[] route) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class[] |
getInterfaces(java.lang.Class[] classes) |
protected java.lang.reflect.Method[] |
getMethods(java.lang.Class type) |
begin_class, begin_method, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
private static final java.lang.String FIELD_NAME
private static final Signature CSTRUCT_OBJECT_ARRAY
private static final org.objectweb.asm.Type MIXIN
private static final Signature NEW_INSTANCE