public class FieldProviderTransformer extends ClassEmitterTransformer
Constructor and Description |
---|
FieldProviderTransformer() |
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) |
void |
declare_field(int access,
String name,
org.objectweb.asm.Type type,
Object value) |
void |
end_class() |
begin_method, begin_static, 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 void declare_field(int access, String name, org.objectweb.asm.Type type, Object value)
declare_field
in class ClassEmitter
public void end_class()
end_class
in class ClassEmitter
Copyright © 2023. All rights reserved.