예제 #1
0
 public Matcher(Dictionary <string, Tree> newNodeNames, CoindexationGenerator coindexer, AdjoinNode node) :
     base(node, newNodeNames, coindexer)
 {
     this.node = node;
 }
예제 #2
0
 public Matcher(Dictionary<string, Tree> newNodeNames, CoindexationGenerator coindexer, AdjoinNode node) :
     base(node, newNodeNames, coindexer)
 {
     this.node = node;
 }