Calitha GOLD Parser Engine Documentation

ReduceAction Constructor 

Creates a new ReduceAction.

public ReduceAction(
   SymbolTerminal symbol,
   Rule rule
);

Parameters

symbol
The symbol that a token must be for this action to be done.
rule
The rule to be used to reduce tokens.

See Also

ReduceAction Class | com.calitha.goldparser.lalr Namespace