public static final class DecisionTree.Return extends DecisionTree
DecisionTree which maps
some specific shifting action
to all possible characters.
It is mostly used as leaves in binary decision trees
(see DecisionTree.Split).
DecisionTree.Impossible, DecisionTree.Kind, DecisionTree.Return, DecisionTree.Split, DecisionTree.Switch, DecisionTree.Table| Modifier and Type | Field and Description |
|---|---|
DFA.TransActions |
transActions
The action to take, whatever the next character is
|
IMPOSSIBLE| Modifier and Type | Method and Description |
|---|---|
CSet |
getDomain() |
DecisionTree.Kind |
getKind() |
compile, main, ret, simplify, split, switchTable, tabulated, toStringpublic final DFA.TransActions transActions
public CSet getDomain()
getDomain in class DecisionTreepublic DecisionTree.Kind getKind()
getKind in class DecisionTree