|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.StackMap.Writer
public static class StackMap.Writer
Internal use only.
Constructor Summary | |
---|---|
StackMap.Writer()
Constructs a writer. |
Method Summary | |
---|---|
byte[] |
toByteArray()
Converts the written data into a byte array. |
StackMap |
toStackMap(ConstPool cp)
Converts to a StackMap attribute. |
void |
write16bit(int value)
Writes a 16bit value. |
void |
writeVerifyTypeInfo(int tag,
int data)
Writes a union verification_type_info value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackMap.Writer()
Method Detail |
---|
public byte[] toByteArray()
public StackMap toStackMap(ConstPool cp)
StackMap
attribute.
public void writeVerifyTypeInfo(int tag, int data)
union verification_type_info
value.
data
- cpool_index
or offset
.public void write16bit(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |