getDFA method

DFA getDFA(
  1. int mode
)

Implementation

DFA getDFA(int mode) {
  return decisionToDFA[mode];
}