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