Пример #1
0
 public override Func <IExtractContext, string[]> Apply(
     ICodeInformation operand, DecodeContext decodeContext)
 {
     return(BranchExpressionUtilities.ApplyFalse(operand, "==", decodeContext));
 }
Пример #2
0
 public ILBody(Label label, ILConverter ilc, ICodeInformation code)
 {
     this.Label       = label;
     this.ILConverter = ilc;
     this.Code        = code;
 }
Пример #3
0
 public override ExpressionEmitter Prepare(
     ICodeInformation operand, DecodeContext decodeContext)
 {
     return(BranchExpressionUtilities.ApplyBinary(operand, ">=", decodeContext));
 }