Пример #1
0
 public static SCode Make(PrimitiveIsCharEqA0Q predicate, SCode consequent, SCode alternative)
 {
     return
         (new PCondIsCharEqA0Q(predicate, consequent, alternative));
 }
Пример #2
0
 protected PCondIsCharEqA0Q(PrimitiveIsCharEqA0Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = predicate.rand1Value;
 }
Пример #3
0
 protected PCondIsCharEqA0Q(PrimitiveIsCharEqA0Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = predicate.rand1Value;
 }
Пример #4
0
 public static SCode Make(PrimitiveIsCharEqA0Q predicate, SCode consequent, SCode alternative)
 {
     return
          new PCondIsCharEqA0Q (predicate, consequent, alternative);
 }
Пример #5
0
 public static SCode Make(Primitive2 rator, Argument0 rand0, SCode rand1)
 {
     return
         ((rand1 is Quotation) ? PrimitiveIsCharEqA0Q.Make(rator, rand0, (Quotation)rand1)
         : Unimplemented());
 }