Package | Description |
---|---|
sf.codegen | |
sf.spring.asm |
Spring's repackaging of
ASM 9.0
(with Spring-specific patches; for internal use only).
|
Modifier and Type | Method and Description |
---|---|
byte[] |
EnhanceTaskASM.enhanceClass(ClassReader reader) |
List<String> |
EnhanceTaskASM.parseEnumFields(ClassReader subReader) |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
Attribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels)
Reads a
Attribute.type attribute. |
Constructor and Description |
---|
ClassWriter(ClassReader classReader,
int flags)
Constructs a new
ClassWriter object and enables optimizations for "mostly add" bytecode
transformations. |
Copyright © 2020. All rights reserved.