Example #1
0
 public static SCode Make(PrimitiveIsSymbolS predicate, SCode alternative)
 {
     return
         (new POrIsSymbolS(predicate, alternative));
 }
Example #2
0
 protected POrIsSymbolS(PrimitiveIsSymbolS predicate, SCode alternative)
     : base(predicate, alternative)
 {
     this.rand0Name   = predicate.varname;
     this.rand0Offset = predicate.offset;
 }