| 程序包 | 说明 |
|---|---|
| com.googlecode.aviator.asm |
Provides a small and fast bytecode manipulation framework.
|
| com.googlecode.aviator.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
| 构造器和说明 |
|---|
ClassWriter(ClassReader classReader,
int flags)
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
CheckClassAdapter.verify(ClassReader cr,
boolean dump,
PrintWriter pw)
Checks a given class
|
Copyright © 2017. All Rights Reserved.