| Package | Description |
|---|---|
| org.glassfish.hk2.external.org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| org.glassfish.hk2.external.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 |
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) |
protected ByteVector |
ModuleHashesAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
Copyright © 2009–2018 Oracle Corporation. All rights reserved.