C# Класс Pegasus.Compiler.ResultTypeFinder

Provides result type finding services for Pegasus Grammars.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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