C# Class RecipeIngredientParser.Core.Tokens.ParserTokenVisitor

The implementation of ParserTokenVisitor for the unit token.
Show file Open project: JedS6391/RecipeIngredientParser Class Usage Examples

Public Methods

Method Description
ParserTokenVisitor ( ParseResult parseResult ) : RecipeIngredientParser.Core.Parser

Initialises a new instance of the ParserTokenVisitor class.

Method Details

ParserTokenVisitor() public method

Initialises a new instance of the ParserTokenVisitor class.
public ParserTokenVisitor ( ParseResult parseResult ) : RecipeIngredientParser.Core.Parser
parseResult ParseResult /// The parse result this visitor will allow to be altered by the visited tokens. ///
return RecipeIngredientParser.Core.Parser