|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.BytecodeOffsetTag
This class represents a tag for byte-code offset of instructions that correspond to Jimple statements.
Constructor Summary | |
BytecodeOffsetTag(int offset)
Constructs a tag from the index offset. |
Method Summary | |
java.lang.String |
getName()
Returns the name of this tag. |
byte[] |
getValue()
Returns the offset in a two byte array. |
java.lang.String |
toString()
Returns the offset in a string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BytecodeOffsetTag(int offset)
Method Detail |
public java.lang.String getName()
public byte[] getValue()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |