Calitha GOLD Parser Engine Documentation

Transition Constructor 

Creates a new transition by specifying the target state and the criteria for taking a transition to another state. The source state does not need to be specified, because the state itself knows its transition.

public Transition(
   State target,
   string characters
);

Parameters

target
The target state.
characters
The character set criteria.

See Also

Transition Class | com.calitha.goldparser.dfa Namespace