Microsoft.Fast.TreeClassDef.TreeClassDef C# (CSharp) Méthode

TreeClassDef() public méthode

public TreeClassDef ( RankedAlphabetSort ras, Z3Provider z3p ) : System
ras RankedAlphabetSort
z3p Z3Provider
Résultat System
        public TreeClassDef(RankedAlphabetSort ras, Z3Provider z3p)
        {
            this.alphabet = ras;
            this.z3p = z3p;
            this.trees = new Dictionary<string, IEnumerable<Expr>>();
            this.acceptors = new Dictionary<string, TreeTransducer>();
            this.transducers = new Dictionary<string, TreeTransducer>();
        }