Uses of Class
net.sf.cglib.core.ClassEmitter
-
Packages that use ClassEmitter Package Description net.sf.cglib.core net.sf.cglib.transform net.sf.cglib.transform.impl -
-
Uses of ClassEmitter in net.sf.cglib.core
Methods in net.sf.cglib.core that return ClassEmitter Modifier and Type Method Description ClassEmitter
CodeEmitter. getClassEmitter()
Methods in net.sf.cglib.core with parameters of type ClassEmitter Modifier and Type Method Description static void
EmitUtils. add_properties(ClassEmitter ce, String[] names, org.objectweb.asm.Type[] types)
static void
EmitUtils. add_property(ClassEmitter ce, String name, org.objectweb.asm.Type type, String fieldName)
static CodeEmitter
EmitUtils. begin_method(ClassEmitter e, MethodInfo method)
static CodeEmitter
EmitUtils. begin_method(ClassEmitter e, MethodInfo method, int access)
static void
EmitUtils. factory_method(ClassEmitter ce, Signature sig)
static void
EmitUtils. null_constructor(ClassEmitter ce)
-
Uses of ClassEmitter in net.sf.cglib.transform
Subclasses of ClassEmitter in net.sf.cglib.transform Modifier and Type Class Description class
ClassEmitterTransformer
-
Uses of ClassEmitter in net.sf.cglib.transform.impl
Subclasses of ClassEmitter in net.sf.cglib.transform.impl Modifier and Type Class Description class
AccessFieldTransformer
class
AddDelegateTransformer
class
AddInitTransformer
class
AddPropertyTransformer
class
AddStaticInitTransformer
class
FieldProviderTransformer
class
InterceptFieldTransformer
class
UndeclaredThrowableTransformer
-