C# Class Pegasus.Compiler.ResultTypeFinder

Provides result type finding services for Pegasus Grammars.
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
Find ( Grammar grammar ) : object>.Dictionary

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

Method Details

Find() public static méthode

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.
Résultat object>.Dictionary