|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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()
getName
in interface Tag
public byte[] getValue()
getValue
in interface Tag
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |