public class Token extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.Keyword |
static class |
Token.Type |
| Modifier and Type | Field and Description |
|---|---|
long |
integer |
Token.Keyword |
keyword |
double |
real |
Token.Type |
type |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int c) |
void |
clearValue() |
byte[] |
getByteValue() |
Long |
getHexCount() |
static Token.Keyword |
getKeyword(String keyword) |
String |
getValue() |
boolean |
isContainsOnlyHex() |
void |
setByteValue(byte[] array) |
void |
setContainsOnlyHex(boolean containsOnlyHex) |
void |
setHexCount(Long hexCount) |
void |
toKeyword() |
public Token.Type type
public Token.Keyword keyword
public long integer
public double real
public void toKeyword()
public void append(int c)
public String getValue()
public byte[] getByteValue()
public void clearValue()
public static Token.Keyword getKeyword(String keyword)
public boolean isContainsOnlyHex()
public void setContainsOnlyHex(boolean containsOnlyHex)
public Long getHexCount()
public void setHexCount(Long hexCount)
public void setByteValue(byte[] array)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.