public static SCode Make(PrimitiveIsObjectEqL1Q predicate, SCode consequent, LexicalVariable1 alternative) { return new PCondIsObjectEqL1QSx (predicate, consequent, alternative); }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, SCode consequent, Quotation alternative) { return new PCondIsObjectEqL1QSQ (predicate, consequent, alternative); }
PCondIsObjectEqL1QSx(PrimitiveIsObjectEqL1Q predicate, SCode consequent, LexicalVariable1 alternative) : base(predicate, consequent, alternative) { }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, SCode consequent, LexicalVariable alternative) { return (alternative is Argument) ? Unimplemented() : (alternative is LexicalVariable1) ? ((predicate.rand0Offset == alternative.Offset) ? PCondIsObjectEqL1QSx.Make (predicate, consequent, (LexicalVariable1) alternative) : PCondIsObjectEqL1QSL1.Make (predicate, consequent, (LexicalVariable1) alternative)) : new PCondIsObjectEqL1QSL (predicate, consequent, alternative); }
PCondIsObjectEqL1QSQ(PrimitiveIsObjectEqL1Q predicate, SCode consequent, Quotation alternative) : base(predicate, consequent, alternative) { this.alternativeValue = alternative.Quoted; }
PCondIsObjectEqL1QQx(PrimitiveIsObjectEqL1Q predicate, Quotation consequent, LexicalVariable1 alternative) : base(predicate, consequent, alternative) { }
protected PCondIsObjectEqL1QSL(PrimitiveIsObjectEqL1Q predicate, SCode consequent, LexicalVariable alternative) : base(predicate, consequent, alternative) { this.alternativeName = alternative.Name; this.alternativeDepth = alternative.Depth; this.alternativeOffset = alternative.Offset; }
protected PCondIsObjectEqL1QQ(PrimitiveIsObjectEqL1Q predicate, Quotation consequent, SCode alternative) : base(predicate, consequent, alternative) { this.consequentValue = consequent.Quoted; }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, Quotation consequent, SCode alternative) { if (predicate.rand1Value == consequent.Quoted) Debugger.Break (); return (alternative is LexicalVariable) ? PCondIsObjectEqL1QQL.Make (predicate, consequent, (LexicalVariable) alternative) : (alternative is Quotation) ? Unimplemented () : new PCondIsObjectEqL1QQ (predicate, consequent, alternative); }
protected PCondIsObjectEqL1QL(PrimitiveIsObjectEqL1Q predicate, LexicalVariable consequent, SCode alternative) : base(predicate, consequent, alternative) { }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, LexicalVariable consequent, SCode alternative) { return (consequent is Argument) ? PCondIsObjectEqL1QA.Make (predicate, (Argument) consequent, alternative) : (consequent is LexicalVariable1) ? Unimplemented() : (alternative is LexicalVariable) ? Unimplemented(): (alternative is Quotation) ? Unimplemented () : new PCondIsObjectEqL1QL (predicate, consequent, alternative); }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, Argument0 consequent, SCode alternative) { return (alternative is LexicalVariable) ? Unimplemented () : (alternative is Quotation) ? Unimplemented () : new PCondIsObjectEqL1QA0 (predicate, consequent, alternative); }
protected PCondIsObjectEqL1QA0(PrimitiveIsObjectEqL1Q predicate, Argument0 consequent, SCode alternative) : base(predicate, consequent, alternative) { }
public static SCode Make(PrimitiveIsObjectEqL1Q predicate, SCode consequent, SCode alternative) { return (consequent is LexicalVariable) ? PCondIsObjectEqL1QL.Make (predicate, (LexicalVariable) consequent, alternative) : (consequent is Quotation) ? PCondIsObjectEqL1QQ.Make (predicate, (Quotation) consequent, alternative) : (alternative is LexicalVariable) ? PCondIsObjectEqL1QSL.Make (predicate, consequent, (LexicalVariable) alternative) : (alternative is Quotation) ? PCondIsObjectEqL1QSQ.Make (predicate, consequent, (Quotation) alternative) : new PCondIsObjectEqL1Q (predicate, consequent, alternative); }
protected PCondIsObjectEqL1Q(PrimitiveIsObjectEqL1Q predicate, SCode consequent, SCode alternative) : base(predicate, consequent, alternative) { this.rand1Value = predicate.rand1Value; }
public static SCode Make(Primitive2 rator, LexicalVariable1 rand0, SCode rand1) { return ((rand1 is Quotation) ? PrimitiveIsObjectEqL1Q.Make(rator, rand0, (Quotation)rand1) : Unimplemented()); }