An NDoc Documented Class Library

LRState.GetActionBySymbolIndex Method 

Returns LR state action by symbol index.

public LRStateAction GetActionBySymbolIndex(
   int symbolIndex
);

Parameters

symbolIndex
Symbol Index to search for.

Return Value

LR state action object.

See Also

LRState Class | GoldParser Namespace