public static class RBBIDataWrapper.RBBIStateTable extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fDictCategoriesStart
Char category number of the first dictionary char class,
or the the largest category number + 1 if there are no dictionary categories.
|
int |
fFlags
Option Flags for this state table.
|
static int |
fHeaderSize
Length in bytes of the state table header, of all the int32 fields
preceding fTable in the serialized form.
|
int |
fLookAheadResultsSize
Size of run-time array required for holding
look-ahead results.
|
int |
fNumStates
Number of states (rows) in this table.
|
int |
fRowLen
Length of a table row in bytes.
|
char[] |
fTable
Linear array of next state values, accessed as short[state, char_class]
|
| Constructor and Description |
|---|
RBBIStateTable() |
public int fNumStates
public int fRowLen
public int fDictCategoriesStart
public int fLookAheadResultsSize
public int fFlags
public static int fHeaderSize
public char[] fTable
public int put(DataOutputStream bytes) throws IOException
IOException