Package | Description |
---|---|
jersey.repackaged.org.objectweb.asm |
Modifier and Type | Method and Description |
---|---|
static byte[] |
Attribute.write(Attribute attribute,
ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals)
Returns the byte array form of the content of the given attribute.
|
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.
|
Copyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.