Example #1
0
 public static new SCode Make(Primitive2 rator, Argument0 rand0, SCode rand1)
 {
     return
         ((rand1 is StaticVariable) ? PrimitiveGreaterThanFixnumA0S.Make(rator, rand0, (StaticVariable)rand1) :
          (rand1 is Quotation) ? PrimitiveGreaterThanFixnumA0Q.Make(rator, rand0, (Quotation)rand1) :
          new PrimitiveGreaterThanFixnumA0(rator, rand0, rand1));
 }
 public static SCode Make(PrimitiveGreaterThanFixnumA0Q predicate, SCode consequent, SCode alternative)
 {
     return
         (new PCondGreaterThanFixnumA0Q(predicate, consequent, alternative));
 }
 public static SCode Make(PrimitiveGreaterThanFixnumA0Q predicate, SCode consequent, SCode alternative)
 {
     return
         new PCondGreaterThanFixnumA0Q (predicate, consequent, alternative);
 }
 protected PCondGreaterThanFixnumA0Q(PrimitiveGreaterThanFixnumA0Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = (int)predicate.rand1Value;
 }
 protected PCondGreaterThanFixnumA0Q(PrimitiveGreaterThanFixnumA0Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = (int) predicate.rand1Value;
 }