C# 클래스 XSpect.Yacq.LanguageServices.Grammar.RuleSetter

Provides setter access for the grammar.
파일 보기 프로젝트 열기: takeshik/yacq

공개 메소드들

메소드 설명
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>