C# Class Microsoft.Research.Willis.Interpreter

Afficher le fichier Open project: klipto/Uncertainty

Méthodes publiques

Méthode Description
Recurse ( IList codes, string input, int>.IDictionary labelMap, int pc, int sp, List map ) : bool
Run ( IList codes, string input ) : IEnumerable>

Method Details

Recurse() public méthode

public Recurse ( IList codes, string input, int>.IDictionary labelMap, int pc, int sp, List map ) : bool
codes IList
input string
labelMap int>.IDictionary
pc int
sp int
map List
Résultat bool

Run() public méthode

public Run ( IList codes, string input ) : IEnumerable>
codes IList
input string
Résultat IEnumerable>