Calitha GOLD Parser Engine Documentation

State Constructor 

Creates a new DFA state.

public State(
   int id
);

Parameters

id
The id of this state.

See Also

State Class | com.calitha.goldparser.dfa Namespace