public class AddInitTransformer extends ClassEmitterTransformer
Constructor and Description |
---|
AddInitTransformer(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
public AddInitTransformer(Method method)
public CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method
in class ClassEmitter
Copyright © 2023. All rights reserved.