Calitha GOLD Parser Engine Documentation

DFA.GotoNext Method 

Goto the next state depending on an input character.

public State GotoNext(
   char ch
);

Parameters

ch
The character that determines what state to go to next.

Return Value

The new current state.

Implements

IDFA.GotoNext

See Also

DFA Class | com.calitha.goldparser.dfa Namespace