Пример #1
0
 internal FAName(FAName left, FAName right)
 {
     //this.name = null;
     this.left = left;
     this.right = right;
 }
Пример #2
0
 internal ReductName(Sequence<FSMBuilder.Branch> treePosition, FAName name)
 {
     this.treePosition = treePosition;
     this.name = name;
 }