|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.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 | |
int |
getBytecodeOffset()
Returns the offset as an int. |
String |
getName()
Returns the name of this tag. |
byte[] |
getValue()
Returns the offset in a four byte array. |
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 String getName()
getName
in interface Tag
public byte[] getValue()
getValue
in interface Tag
public int getBytecodeOffset()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |