Modifier and Type | Field and Description |
---|---|
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 name of this tag.
|
byte[] |
getValue()
Returns the offset in a four byte array.
|
String |
toString()
Returns the offset in a string.
|
public BytecodeOffsetTag(int offset)
public String getName()
public byte[] getValue()
public int getBytecodeOffset()
Copyright © 2020 Sable. All rights reserved.