Calitha GOLD Parser Engine Documentation

LALRParser.StoreTokens Property

This property determines if reduced tokens should be stored in a reduced token after the reduce event has occured. There are three possible values: Always means that the tokens should always be kept, NoUserObject (default) means that the tokens should only be kept if there was no user object assigned in the reduced token, Never means that the tokens are no longer available after the reduce event.

public LALRParser.StoreTokensMode StoreTokens {get; set;}

See Also

LALRParser Class | com.calitha.goldparser Namespace