An NDoc Documented Class Library

LRStateAction Constructor 

Creats a new instance of the LRStateAction class.

public LRStateAction(
   int index,
   Symbol symbol,
   LRAction action,
   int value
);

Parameters

index
Index of the LR state action.
symbol
Symbol associated with the action.
action
Action type.
value
Action value.

See Also

LRStateAction Class | GoldParser Namespace