C# 클래스 Pegasus.Compiler.ResultTypeFinder

Provides result type finding services for Pegasus Grammars.
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
Find ( Grammar grammar ) : object>.Dictionary

Finds the known result types of all expressions in the Grammar.

메소드 상세

Find() 공개 정적인 메소드

Finds the known result types of all expressions in the Grammar.
public static Find ( Grammar grammar ) : object>.Dictionary
grammar Pegasus.Expressions.Grammar The to inspect.
리턴 object>.Dictionary