public class CompressedTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private short[] |
m_base |
private short[] |
m_check |
private boolean |
m_computed |
private short[] |
m_default |
private boolean |
m_error |
private Lexer |
m_lexer |
private short[] |
m_meta |
private short[] |
m_next |
Constructor and Description |
---|
CompressedTable(Lexer lexer) |
Modifier and Type | Method and Description |
---|---|
private void |
compute() |
short[] |
getBase() |
short[] |
getCheck() |
boolean |
getCorrect() |
short[] |
getDefault() |
int[] |
getEcs() |
boolean |
getError() |
short[] |
getMeta() |
short[] |
getNext() |
int |
getSize() |
private final Lexer m_lexer
private boolean m_computed
private short[] m_base
private short[] m_next
private short[] m_check
private short[] m_default
private boolean m_error
private short[] m_meta
public CompressedTable(Lexer lexer)
private void compute()
public int getSize()
public int[] getEcs()
public short[] getBase()
public short[] getNext()
public short[] getCheck()
public short[] getDefault()
public boolean getError()
public short[] getMeta()
public boolean getCorrect()