| Package | Description |
|---|---|
| org.kohsuke.asm6 |
Provides a small and fast bytecode manipulation framework.
|
| org.kohsuke.asm6.commons |
Provides some useful class and method adapters.
|
| org.kohsuke.asm6.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected Attribute |
ModuleResolutionAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeOffset,
Label[] labels) |
protected Attribute |
ModuleTargetAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeOffset,
Label[] labels) |
protected Attribute |
ModuleHashesAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckClassAdapter.verify(ClassReader classReader,
boolean printResults,
PrintWriter printWriter)
Checks the given class.
|
static void |
CheckClassAdapter.verify(ClassReader classReader,
ClassLoader loader,
boolean printResults,
PrintWriter printWriter)
Checks the given class.
|
Copyright © 2018. All rights reserved.