Package | Description |
---|---|
org.mockito.cglib.core | |
org.mockito.cglib.transform | |
org.mockito.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,
String[] names,
Type[] types) |
static void |
EmitUtils.add_property(ClassEmitter ce,
String name,
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) |
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 © 2018. All rights reserved.