C# Class Pegasus.Compiler.ResultTypeFinder

Provides result type finding services for Pegasus Grammars.
Mostra file Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
Find ( Grammar grammar ) : object>.Dictionary

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

Method Details

Find() public static method

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.
return object>.Dictionary