public class FieldProviderTransformer extends ClassEmitterTransformer
Constructor and Description |
---|
FieldProviderTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
begin_class(int version,
int access,
java.lang.String className,
Type superType,
Type[] interfaces,
java.lang.String sourceFile) |
void |
declare_field(int access,
java.lang.String name,
Type type,
java.lang.Object value) |
void |
end_class() |
begin_method, begin_static, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitEnd, visitField, visitMethod
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setTarget
public void begin_class(int version, int access, java.lang.String className, Type superType, Type[] interfaces, java.lang.String sourceFile)
begin_class
in class ClassEmitter
public void declare_field(int access, java.lang.String name, Type type, java.lang.Object value)
declare_field
in class ClassEmitter
public void end_class()
end_class
in class ClassEmitter
Copyright (c) 2001 - Apache Software Foundation