Calitha GOLD Parser Engine Documentation

State Constructor 

Creates a new LALR state.

public State(
   int id
);

Parameters

id
The id of the state.

See Also

State Class | com.calitha.goldparser.lalr Namespace