public static class Grammar.Decision
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
GrammarAST |
blockAST |
int |
decision |
DFA |
dfa |
NFAState |
startState |
Constructor and Description |
---|
Decision() |
public int decision
public NFAState startState
public GrammarAST blockAST
public DFA dfa