| Package | Description |
|---|---|
| net.sf.cglib.core | |
| net.sf.cglib.transform | |
| net.sf.cglib.transform.impl |
| Modifier and Type | Method and Description |
|---|---|
ClassEmitter |
CodeEmitter.getClassEmitter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EmitUtils.add_properties(ClassEmitter ce,
java.lang.String[] names,
org.objectweb.asm.Type[] types) |
static void |
EmitUtils.add_property(ClassEmitter ce,
java.lang.String name,
org.objectweb.asm.Type type,
java.lang.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassEmitterTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessFieldTransformer |
class |
AddDelegateTransformer |
class |
AddInitTransformer |
class |
AddPropertyTransformer |
class |
AddStaticInitTransformer |
class |
FieldProviderTransformer |
class |
InterceptFieldTransformer |
class |
UndeclaredThrowableTransformer |
Copyright © 2013 Oracle Corporation. All Rights Reserved.