public class AddDelegateTransformer extends ClassEmitterTransformer
Constructor and Description |
---|
AddDelegateTransformer(Class[] delegateIf,
Class delegateImpl)
Creates a new instance of AddDelegateTransformer
|
Modifier and Type | Method and Description |
---|---|
void |
begin_class(int version,
int access,
String className,
org.objectweb.asm.Type superType,
org.objectweb.asm.Type[] interfaces,
String sourceFile) |
CodeEmitter |
begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions) |
begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
public void begin_class(int version, int access, String className, org.objectweb.asm.Type superType, org.objectweb.asm.Type[] interfaces, String sourceFile)
begin_class
in class ClassEmitter
public CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method
in class ClassEmitter
Copyright © 2024. All rights reserved.