Package | Description |
---|---|
oracle.toplink.libraries.asm | |
oracle.toplink.libraries.asm.attrs |
Modifier and Type | Method and Description |
---|---|
ByteVector |
ByteVector.putByte(int b)
Puts a byte into this byte vector.
|
ByteVector |
ByteVector.putByteArray(byte[] b,
int off,
int len)
Puts an array of bytes into this byte vector.
|
ByteVector |
ByteVector.putInt(int i)
Puts an int into this byte vector.
|
ByteVector |
ByteVector.putLong(long l)
Puts a long into this byte vector.
|
ByteVector |
ByteVector.putShort(int s)
Puts a short into this byte vector.
|
ByteVector |
ByteVector.putUTF8(String s)
Puts an UTF8 string into this byte vector.
|
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 |
StackMapAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
SourceDebugExtensionAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
SignatureAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
RuntimeVisibleParameterAnnotations.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
RuntimeVisibleAnnotations.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
RuntimeInvisibleParameterAnnotations.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
RuntimeInvisibleAnnotations.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
LocalVariableTypeTableAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
EnclosingMethodAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
AnnotationDefaultAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
static ByteVector |
Annotation.writeAnnotations(ByteVector bv,
List annotations,
ClassWriter cw)
Utility method to write List of annotations.
|
static ByteVector |
Annotation.writeParametersAnnotations(ByteVector bv,
List parameters,
ClassWriter cw)
Utility method to write List of parameters annotations.
|
protected static ByteVector |
Annotation.writeValue(ByteVector bv,
Object value,
ClassWriter cw)
Writes element_value data structures.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotation.write(ByteVector bv,
ClassWriter cw)
Writes annotation data structures.
|
void |
StackMapFrame.write(ClassWriter cw,
int maxStack,
int maxLocals,
ByteVector bv) |
static ByteVector |
Annotation.writeAnnotations(ByteVector bv,
List annotations,
ClassWriter cw)
Utility method to write List of annotations.
|
static ByteVector |
Annotation.writeParametersAnnotations(ByteVector bv,
List parameters,
ClassWriter cw)
Utility method to write List of parameters annotations.
|
protected static ByteVector |
Annotation.writeValue(ByteVector bv,
Object value,
ClassWriter cw)
Writes element_value data structures.
|
Copyright © 2023. All rights reserved.