Calitha GOLD Parser Engine Documentation

AcceptAction Constructor 

Creates a new accept action.

public AcceptAction(
   SymbolTerminal symbol
);

Parameters

symbol
The symbol that a token must be for it to be accepted.

See Also

AcceptAction Class | com.calitha.goldparser.lalr Namespace