| 程序包 | 说明 |
|---|---|
| org.objectweb.asm |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
Copyright © 2017. All rights reserved.