An NDoc Documented Class Library

LRState.GetAction Method 

Returns state action by its index.

public LRStateAction GetAction(
   int index
);

Parameters

index
State action index.

Return Value

LR state action for the given index.

See Also

LRState Class | GoldParser Namespace