コード例 #1
0
 protected PCondIsObjectEqA0Q(PrimitiveIsObjectEqA0Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = predicate.rand1Value;
 }
コード例 #2
0
 public static SCode Make(PrimitiveIsObjectEqA0Q predicate, SCode consequent, SCode alternative)
 {
     return
         new PCondIsObjectEqA0Q (predicate, consequent, alternative);
 }
コード例 #3
0
 public static SCode Make(Primitive2 rator, Argument0 rand0, SCode rand1)
 {
     return
         ((rand1 is Quotation) ? PrimitiveIsObjectEqA0Q.Make(rator, rand0, (Quotation)rand1)
         : Unimplemented());
 }