C# Класс RecipeIngredientParser.Core.Tokens.ParserTokenVisitor

The implementation of ParserTokenVisitor for the unit token.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParserTokenVisitor ( ParseResult parseResult ) : RecipeIngredientParser.Core.Parser

Initialises a new instance of the ParserTokenVisitor class.

Описание методов

ParserTokenVisitor() публичный Метод

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. ///
Результат RecipeIngredientParser.Core.Parser