Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Method and Description |
---|---|
protected ByteVector |
Attribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals)
Returns the byte array form of this attribute.
|
Modifier and Type | Method and Description |
---|---|
protected ByteVector |
ModuleHashesAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
ModuleResolutionAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
ModuleTargetAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |