public interface SymbolTable extends Table
Modifier and Type | Method and Description |
---|---|
int |
getNullValueCode(NullValues.NullValueId nullValueIdentifier) |
java.lang.String |
getNullValueSymbol(NullValues.NullValueId nullValueIdentifier) |
int |
getValueCounter() |
boolean |
isNullValue(int code) |
boolean |
isNullValue(java.lang.String value) |
void |
load(java.io.BufferedReader in) |
java.lang.String |
printSymbolTable() |
void |
save(java.io.BufferedWriter out) |
addSymbol, getName, getSymbolCodeToString, getSymbolStringToCode, size
java.lang.String printSymbolTable() throws MaltChainedException
MaltChainedException
void save(java.io.BufferedWriter out) throws MaltChainedException
MaltChainedException
void load(java.io.BufferedReader in) throws MaltChainedException
MaltChainedException
int getValueCounter()
int getNullValueCode(NullValues.NullValueId nullValueIdentifier) throws MaltChainedException
MaltChainedException
java.lang.String getNullValueSymbol(NullValues.NullValueId nullValueIdentifier) throws MaltChainedException
MaltChainedException
boolean isNullValue(java.lang.String value) throws MaltChainedException
MaltChainedException
boolean isNullValue(int code) throws MaltChainedException
MaltChainedException
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.