Esempio n. 1
0
 public ReluctantCompositeQuantifierSet(Quantifier quant, LeafSet innerSet,
                                        AbstractSet next, int type) : base(quant, innerSet, next, type)
 {
 }
 public RelCompositeGroupQuantifierSet(Quantifier quant,
                                       AbstractSet innerSet, AbstractSet next, int type, int setCounter) : base(quant, innerSet, next, type, setCounter)
 {
 }
 public CompositeQuantifierSet(Quantifier quant, LeafSet innerSet,
                               AbstractSet next, int type) : base(innerSet, next, type)
 {
     this.quantifier = null;
     this.quantifier = quant;
 }
 internal void SetQuantifier(Quantifier quant)
 {
     this.quantifier = quant;
 }
 public PosCompositeGroupQuantifierSet(Quantifier quant,
                                       AbstractSet innerSet, AbstractSet next, int type, int setCounter) : base(quant, innerSet, next, type, setCounter)
 {
     innerSet.SetNext(ILOG.J2CsMapping.RegEx.FSet.posFSet);
 }
 public PossessiveCompositeQuantifierSet(Quantifier quant, LeafSet innerSet,
                                         AbstractSet next, int type) : base(quant, innerSet, next, type)
 {
 }