C# 클래스 Pegasus.Compiler.ContainsAssertionsEvaluator

Performs assertion detection services for Pegasus Grammars.
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( Grammar grammar ) : bool>.Dictionary

Evaluates the expressions in a Pegasus Grammar to determine which of them contain assertions.

메소드 상세

Evaluate() 공개 정적인 메소드

Evaluates the expressions in a Pegasus Grammar to determine which of them contain assertions.
public static Evaluate ( Grammar grammar ) : bool>.Dictionary
grammar Pegasus.Expressions.Grammar The to evaluate.
리턴 bool>.Dictionary