public class IndexedValue extends Leb128ByteArray implements ToIndexedValue
| Modifier and Type | Field and Description |
|---|---|
protected byte |
LOCATION_BYTE |
protected byte |
WORD_BYTE |
bytes, FIXED_SIZE| Constructor and Description |
|---|
IndexedValue() |
IndexedValue(byte[] bytes) |
IndexedValue(Location location) |
IndexedValue(NextKeyword keyword) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
NextKeyword |
getWord() |
boolean |
isLocation() |
boolean |
isWord() |
IndexedValue |
toIndexedValue() |
String |
toString() |
equals, fixedSize, getBytes, hashCode, readObject, writeObjectprotected final byte LOCATION_BYTE
protected final byte WORD_BYTE
public IndexedValue()
public IndexedValue(byte[] bytes)
public IndexedValue(Location location)
public IndexedValue(NextKeyword keyword)
public boolean isLocation()
public boolean isWord()
public Location getLocation() throws CloudproofException
CloudproofExceptionpublic NextKeyword getWord() throws CloudproofException
CloudproofExceptionpublic String toString()
toString in class Leb128ByteArraypublic IndexedValue toIndexedValue()
toIndexedValue in interface ToIndexedValueCopyright © 2023. All rights reserved.