| 程序包 | 说明 |
|---|---|
| cn.taketoday.context.asm |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Attribute |
Attribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels)
Reads a
type attribute. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attributePrototypes,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the
constructor of this
ClassReader. |
void |
MethodVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of this method.
|
void |
FieldVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the field.
|
void |
ClassWriter.visitAttribute(Attribute attribute) |
void |
ClassVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the class.
|
Copyright © 2019 TODAY. All rights reserved.