DFA.Cell.Kind| Modifier and Type | Field and Description |
|---|---|
int |
action
The semantic action to perform
|
List<DFA.TagAction> |
tagActions
The list of associated tag actions, the 'finisher list'
|
| Constructor and Description |
|---|
Perform(int action,
List<DFA.TagAction> tagActions) |
| Modifier and Type | Method and Description |
|---|---|
DFA.Cell.Kind |
getKind() |
boolean |
sanityCheck()
Performs some sanity checks on this automaton cell
|
String |
toString() |
public final int action
public final List<DFA.TagAction> tagActions
public Perform(int action,
List<DFA.TagAction> tagActions)
action - tagActions - public DFA.Cell.Kind getKind()
public boolean sanityCheck()
DFA.CellsanityCheck in class DFA.Celltrue if the checks are OK