| 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.
|
java.lang.String |
getName()
Returns the name of this tag.
|
byte[] |
getValue()
Returns the offset in a four byte array.
|
java.lang.String |
toString()
Returns the offset in a string.
|
public BytecodeOffsetTag(int offset)
public java.lang.String getName()
public byte[] getValue()
public int getBytecodeOffset()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2019 RoboVM AB. All Rights Reserved.