public class DFATable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector<DFARow> |
m_table |
| Modifier | Constructor and Description |
|---|---|
|
DFATable() |
private |
DFATable(DFATable other) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DFARow row) |
DFATable |
clone() |
int[] |
getAccepts() |
DFARow |
getRow(int i) |
DFARow[] |
getRows() |
int |
size() |