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