Calitha GOLD Parser Engine Documentation

IDFA.GotoNext Method 

Goto the next state depending on an input character.

State GotoNext(
   char ch
);

Parameters

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

Return Value

The new current state.

See Also

IDFA Interface | com.calitha.goldparser.dfa Namespace