Exemple #1
0
 TaggedParser(TaggedParser <R> that, bool isBase)
 {
     this.isBase = isBase;
     reader      = that.reader;
     baseParser  = this;
     fieldParser = that;
 }
Exemple #2
0
 TaggedParser(TaggedParser <R> that, bool isBase)
 {
     this.isBase   = isBase;
     bondedFactory = that.bondedFactory;
     reader        = that.reader;
     baseParser    = this;
     fieldParser   = that;
 }