Package | Description |
---|---|
org.mockito.asm |
Provides a small and fast bytecode manipulation framework.
|
org.mockito.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
org.mockito.cglib.core | |
org.mockito.cglib.transform |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
Constructor and Description |
---|
ClassWriter(ClassReader classReader,
int flags)
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations. |
Modifier and Type | Method and Description |
---|---|
static void |
CheckClassAdapter.verify(ClassReader cr,
boolean dump,
PrintWriter pw)
Checks a given class
|
Modifier and Type | Method and Description |
---|---|
static String[] |
ClassNameReader.getClassInfo(ClassReader r) |
static String |
ClassNameReader.getClassName(ClassReader r) |
Modifier and Type | Method and Description |
---|---|
protected ClassGenerator |
TransformingClassLoader.getGenerator(ClassReader r) |
protected ClassGenerator |
AbstractClassLoader.getGenerator(ClassReader r) |
Constructor and Description |
---|
ClassReaderGenerator(ClassReader r,
Attribute[] attrs,
int flags) |
ClassReaderGenerator(ClassReader r,
int flags) |
Copyright © 2018. All rights reserved.