Calitha GOLD Parser Engine Documentation

GotoAction Constructor 

Creates a new goto action.

public GotoAction(
   SymbolNonterminal symbol,
   State state
);

Parameters

symbol
The symbol that a reduction must be so that the goto action will be done.
state
The new current state for the LALR parser.

See Also

GotoAction Class | com.calitha.goldparser.lalr Namespace