| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
protected int |
offset
The index of the last byte-code instruction.
|
| Constructor and Description |
|---|
BytecodeOffsetTag(int offset)
Constructs a tag from the index offset.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBytecodeOffset()
Returns the offset as an int.
|
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the offset in a four byte array.
|
String |
toString()
Returns the offset in a string.
|
public static final String NAME
protected final int offset
public BytecodeOffsetTag(int offset)
Copyright © 2024 Soot OSS. All rights reserved.