C# Class XSpect.Yacq.LanguageServices.Grammar.RuleSetter

Provides setter access for the grammar.
Mostrar archivo Open project: takeshik/yacq

Public Methods

Method Description
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.

Private Methods

Method Description
RuleSetter ( Grammar grammar ) : System

Method Details

this() public method

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.
return Func>

this() public method

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.
return Func>

this() public method

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.
return Func>