Calitha GOLD Parser Engine Documentation

DFA Constructor 

Creates a new DFA.

public DFA(
   StateCollection states,
   State startState
);

Parameters

states
The states that are part of the DFA.
startState
The starting state

See Also

DFA Class | com.calitha.goldparser.dfa Namespace