Package | Description |
---|---|
org.mockito.cglib.core | |
org.mockito.cglib.proxy | |
org.mockito.cglib.reflect | |
org.mockito.cglib.transform.impl |
Modifier and Type | Field and Description |
---|---|
static Signature |
Constants.SIG_STATIC |
Modifier and Type | Method and Description |
---|---|
abstract Signature |
MethodInfo.getSignature() |
Signature |
CodeEmitter.getSignature() |
static Signature |
ReflectUtils.getSignature(Member member) |
static Signature |
TypeUtils.parseConstructor(String sig) |
static Signature |
TypeUtils.parseConstructor(Type[] types) |
static Signature |
TypeUtils.parseSignature(String s) |
Modifier and Type | Method and Description |
---|---|
CodeEmitter |
ClassEmitter.begin_method(int access,
Signature sig,
Type[] exceptions) |
static void |
EmitUtils.factory_method(ClassEmitter ce,
Signature sig) |
void |
CodeEmitter.invoke_constructor_this(Signature sig) |
void |
CodeEmitter.invoke_constructor(Type type,
Signature sig) |
void |
CodeEmitter.invoke_interface(Type owner,
Signature sig) |
void |
CodeEmitter.invoke_static_this(Signature sig) |
void |
CodeEmitter.invoke_static(Type owner,
Signature sig) |
void |
CodeEmitter.invoke_virtual_this(Signature sig) |
void |
CodeEmitter.invoke_virtual(Type owner,
Signature sig) |
void |
CodeEmitter.super_invoke_constructor(Signature sig) |
void |
CodeEmitter.super_invoke(Signature sig) |
Modifier and Type | Method and Description |
---|---|
Signature |
MethodProxy.getSignature()
Return the signature of the proxied method.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceMaker.add(Signature sig,
Type[] exceptions)
Add a method signature to the interface.
|
static MethodProxy |
MethodProxy.find(Class type,
Signature sig)
Return the
MethodProxy used when intercepting the method
matching the given signature. |
Modifier and Type | Method and Description |
---|---|
abstract int |
FastClass.getIndex(Signature sig) |
Modifier and Type | Method and Description |
---|---|
CodeEmitter |
UndeclaredThrowableTransformer.begin_method(int access,
Signature sig,
Type[] exceptions) |
CodeEmitter |
InterceptFieldTransformer.begin_method(int access,
Signature sig,
Type[] exceptions) |
CodeEmitter |
AddInitTransformer.begin_method(int access,
Signature sig,
Type[] exceptions) |
CodeEmitter |
AddDelegateTransformer.begin_method(int access,
Signature sig,
Type[] exceptions) |
Copyright © 2018. All rights reserved.