コード例 #1
0
ファイル: BranchConverters.cs プロジェクト: FrostyFeng/IL2C
 public override Func <IExtractContext, string[]> Apply(
     ICodeInformation operand, DecodeContext decodeContext)
 {
     return(BranchExpressionUtilities.ApplyFalse(operand, "==", decodeContext));
 }
コード例 #2
0
 public override ExpressionEmitter Prepare(
     ICodeInformation operand, DecodeContext decodeContext)
 {
     return(BranchExpressionUtilities.ApplyBinary(operand, ">=", decodeContext));
 }