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(Keyword keyword) |
IndexedValue(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
getKeyword() |
Location |
getLocation() |
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(Keyword keyword)
public boolean isLocation()
public boolean isWord()
public Location getLocation() throws CloudproofException
CloudproofExceptionpublic Keyword getKeyword() throws CloudproofException
CloudproofExceptionpublic String toString()
toString in class Leb128ByteArraypublic IndexedValue toIndexedValue()
toIndexedValue in interface ToIndexedValueCopyright © 2023. All rights reserved.