public static final class DecisionTree.Table extends DecisionTree
DecisionTree which represents the transitions
from a contiguous set of characters, starting at character base,
as an array of actions.DecisionTree.Impossible, DecisionTree.Kind, DecisionTree.Return, DecisionTree.Split, DecisionTree.Switch, DecisionTree.Table| Modifier and Type | Field and Description |
|---|---|
char |
base
The base character of this decision tree's domain
|
@NonNull DFA.TransActions[] |
table
|
IMPOSSIBLE| Modifier and Type | Method and Description |
|---|---|
CSet |
getDomain() |
DecisionTree.Kind |
getKind() |
compile, main, ret, simplify, split, switchTable, tabulated, toStringpublic final char base
public final @NonNull DFA.TransActions[] table
public CSet getDomain()
getDomain in class DecisionTreepublic DecisionTree.Kind getKind()
getKind in class DecisionTree