public class InterceptFieldTransformer extends ClassEmitterTransformer
cv
Constructor and Description |
---|
InterceptFieldTransformer(InterceptFieldFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
begin_class(int version,
int access,
String className,
Type superType,
Type[] interfaces,
String sourceFile) |
CodeEmitter |
begin_method(int access,
Signature sig,
Type[] exceptions) |
void |
declare_field(int access,
String name,
Type type,
Object value) |
begin_static, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
visitAnnotation, visitAttribute, visitInnerClass, visitOuterClass, visitSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setTarget
visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource
public InterceptFieldTransformer(InterceptFieldFilter filter)
public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile)
begin_class
in class ClassEmitter
public void declare_field(int access, String name, Type type, Object value)
declare_field
in class ClassEmitter
public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions)
begin_method
in class ClassEmitter
Copyright © 2018. All rights reserved.