Calitha GOLD Parser Engine Documentation

ShiftAction Constructor 

Creates a new shift action.

public ShiftAction(
   SymbolTerminal symbol,
   State state
);

Parameters

symbol
The symbol that the token must be for this action to be done.
state
The new current state for the LALR parser.

See Also

ShiftAction Class | com.calitha.goldparser.lalr Namespace