Package javassist.bytecode
Class StackMap.Writer
- java.lang.Object
-
- javassist.bytecode.StackMap.Writer
-
-
Constructor Summary
Constructors Constructor Description Writer()Constructs a writer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()Converts the written data into a byte array.StackMaptoStackMap(ConstPool cp)Converts to aStackMapattribute.voidwrite16bit(int value)Writes a 16bit value.voidwriteVerifyTypeInfo(int tag, int data)Writes aunion verification_type_infovalue.
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray()
Converts the written data into a byte array.
-
writeVerifyTypeInfo
public void writeVerifyTypeInfo(int tag, int data)Writes aunion verification_type_infovalue.- Parameters:
data-cpool_indexoroffset.
-
write16bit
public void write16bit(int value)
Writes a 16bit value.
-
-