public class AddDelegateTransformer extends ClassEmitterTransformer
| Constructor and Description |
|---|
AddDelegateTransformer(java.lang.Class[] delegateIf,
java.lang.Class delegateImpl)
Creates a new instance of AddDelegateTransformer
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin_class(int version,
int access,
java.lang.String className,
org.objectweb.asm.Type superType,
org.objectweb.asm.Type[] interfaces,
java.lang.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, setTarget, visit, visitEnd, visitField, visitMethodvisitAnnotation, visitAttribute, visitInnerClass, visitOuterClass, visitSourceequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTargetpublic AddDelegateTransformer(java.lang.Class[] delegateIf,
java.lang.Class delegateImpl)
public void begin_class(int version,
int access,
java.lang.String className,
org.objectweb.asm.Type superType,
org.objectweb.asm.Type[] interfaces,
java.lang.String sourceFile)
begin_class in class ClassEmitterpublic CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method in class ClassEmitterCopyright (c) 2001 - Apache Software Foundation