| 程序包 | 说明 |
|---|---|
| org.springframework.asm |
Spring's repackaging of
ASM 6.0
(with Spring-specific patches; for internal use only).
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |