當前位置: 首頁>>代碼示例>>C#>>正文


C# Tools.Parser類代碼示例

本文整理匯總了C#中Tools.Parser的典型用法代碼示例。如果您正苦於以下問題:C# Parser類的具體用法?C# Parser怎麽用?C# Parser使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


Parser類屬於Tools命名空間,在下文中一共展示了Parser類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: ArgumentDeclarationList

 public ArgumentDeclarationList(Parser yyp, ArgumentDeclarationList adl, Declaration d)
     : base(((LSLSyntax
         )yyp))
 {
     while (0 < adl.kids.Count) kids.Add(adl.kids.Pop());
     kids.Add(d);
 }
開發者ID:Booser,項目名稱:radegast,代碼行數:7,代碼來源:lsl.parser.cs

示例2: OptionalSegment_2_1

/// <summary/>
/// <param name='yyq'></param>
  public OptionalSegment_2_1(Parser yyq):base(yyq){
				((PhonEnvParser
)yyq).CreateErrorMessage(PhonEnvParser.SyntaxErrType.missingClosingParen.ToString(),
	((TOKEN)(yyq.StackAt(2).m_value))
	.yytext,
	((error)(yyq.StackAt(0).m_value))
	.pos);
					((PhonEnvParser
)yyq).SyntaxErrorType = PhonEnvParser.SyntaxErrType.missingClosingParen;
					((PhonEnvParser
)yyq).Position =
	((error)(yyq.StackAt(0).m_value))
	.pos;
					}}
開發者ID:sillsdev,項目名稱:FieldWorks,代碼行數:16,代碼來源:phonenv.parser.cs

示例3: ParseStackEntry

		public ParseStackEntry(Parser yyp,int state,SYMBOL value) 
		{
			yyps = yyp; m_state = state; m_value = value;
		}
開發者ID:Belxjander,項目名稱:Asuna,代碼行數:4,代碼來源:parser.cs

示例4: Action

		// support for actions
		public virtual object Action(Parser yyp,SYMBOL yysym, int yyact) { return null; } // will be generated for the generated parser
開發者ID:Belxjander,項目名稱:Asuna,代碼行數:2,代碼來源:parser.cs

示例5: Null

 public Null(Parser yyp, int proxy) : base(yyp) { num = proxy; }
開發者ID:Belxjander,項目名稱:Asuna,代碼行數:1,代碼來源:parser.cs

示例6: error

		public error(Parser yyp,ParseStackEntry s):base(yyp) { state=s.m_state; sym=s.m_value; } //4.4c
		public error(Parser yyp):base(yyp) {}
開發者ID:Belxjander,項目名稱:Asuna,代碼行數:2,代碼來源:parser.cs

示例7: Statement_13

		public Statement_13(Parser yyq):base(yyq,
		                                     ((CompoundStatement)(yyq.StackAt(0).m_value))
		                                    ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例8: Statement_12

		public Statement_12(Parser yyq):base(yyq,
		                                     ((ForLoop)(yyq.StackAt(0).m_value))
		                                    ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例9: Statement_11

		public Statement_11(Parser yyq):base(yyq,
		                                     ((DoWhileStatement)(yyq.StackAt(0).m_value))
		                                    ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例10: Statement_9

		public Statement_9(Parser yyq):base(yyq,
		                                    ((IfStatement)(yyq.StackAt(0).m_value))
		                                   ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例11: Statement_8

		public Statement_8(Parser yyq):base(yyq,
		                                    ((StateChange)(yyq.StackAt(1).m_value))
		                                   ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例12: Statement_7

		public Statement_7(Parser yyq):base(yyq,
		                                    ((JumpStatement)(yyq.StackAt(1).m_value))
		                                   ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例13: Statement_6

		public Statement_6(Parser yyq):base(yyq,
		                                    ((JumpLabel)(yyq.StackAt(1).m_value))
		                                   ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:3,代碼來源:lsl.parser.cs

示例14: DoWhileStatement_2

		public DoWhileStatement_2(Parser yyq):base(yyq,
		                                           ((SimpleAssignment)(yyq.StackAt(2).m_value))
		                                           ,
		                                           ((Statement)(yyq.StackAt(5).m_value))
		                                          ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:5,代碼來源:lsl.parser.cs

示例15: ForLoop_1

		public ForLoop_1(Parser yyq):base(yyq,
		                                  ((ForLoopStatement)(yyq.StackAt(6).m_value))
		                                  ,
		                                  ((Expression)(yyq.StackAt(4).m_value))
		                                  ,
		                                  ((ForLoopStatement)(yyq.StackAt(2).m_value))
		                                  ,
		                                  ((Statement)(yyq.StackAt(0).m_value))
		                                 ){}}
開發者ID:WordfromtheWise,項目名稱:Aurora,代碼行數:9,代碼來源:lsl.parser.cs


注:本文中的Tools.Parser類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。