C# Класс XSpect.Yacq.LanguageServices.Grammar.RuleSetter

Provides setter access for the grammar.
Показать файл Открыть проект

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

Метод Описание
this ( String category, Int32 priority ) : Func>

Sets the parser with specified rule key.

this ( String category, Int32 priority, String id ) : Func>

Sets the parser with specified rule key.

this ( String category, String id ) : Func>

Sets the parser with specified rule key.

Приватные методы

Метод Описание
RuleSetter ( Grammar grammar ) : System

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

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

Sets the parser with specified rule key.
public this ( String category, Int32 priority ) : Func>
category String The category to set the parser.
priority System.Int32 The priority to set the parser.
Результат Func>

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

Sets the parser with specified rule key.
public this ( String category, Int32 priority, String id ) : Func>
category String The category to set the parser.
priority System.Int32 The priority to set the parser.
id String The ID to set the parser.
Результат Func>

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

Sets the parser with specified rule key.
public this ( String category, String id ) : Func>
category String The category to set the parser.
id String The ID to set the parser.
Результат Func>