public class InterceptFieldTransformer extends ClassEmitterTransformer
| Constructor | Description |
|---|---|
InterceptFieldTransformer(InterceptFieldFilter filter) |
| Modifier and Type | Method | 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) |
|
void |
declare_field(int access,
String name,
org.objectweb.asm.Type type,
Object value) |
begin_static, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethodpublic InterceptFieldTransformer(InterceptFieldFilter filter)
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 ClassEmitterpublic void declare_field(int access,
String name,
org.objectweb.asm.Type type,
Object value)
declare_field in class ClassEmitterpublic CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method in class ClassEmitterCopyright © 2018. All rights reserved.