Exemple #1
0
 internal Tag(Backend be, CfgGrammar.CfgProperty property)
 {
     _be     = be;
     _cfgTag = new CfgSemanticTag(be.Symbols, property);
 }
Exemple #2
0
 internal Tag(Tag tag)
 {
     _be     = tag._be;
     _cfgTag = tag._cfgTag;
 }
Exemple #3
0
 internal Tag(Backend be, CfgSemanticTag cfgTag)
 {
     _be     = be;
     _cfgTag = cfgTag;
 }