| Package | Description |
|---|---|
| org.kohsuke.asm6 |
Provides a small and fast bytecode manipulation framework.
|
| org.kohsuke.asm6.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteVector |
Attribute.write(ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals)
Returns the byte array form of the content of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteVector |
ModuleResolutionAttribute.write(ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals) |
protected ByteVector |
ModuleTargetAttribute.write(ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals) |
protected ByteVector |
ModuleHashesAttribute.write(ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals) |
Copyright © 2018. All rights reserved.