public class AddInitTransformer extends ClassEmitterTransformer
Modifier and Type | Field and Description |
---|---|
private MethodInfo |
info |
Constructor and Description |
---|
AddInitTransformer(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
CodeEmitter |
begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions) |
begin_class, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
private MethodInfo info
public CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method
in class ClassEmitter