Exemplo n.º 1
0
 public override CodegenExpression Codegen(
     CodegenExpression start,
     CodegenExpression end,
     CodegenMethodScope codegenMethodScope,
     ExprForgeCodegenSymbol exprSymbol,
     CodegenClassScope codegenClassScope)
 {
     return DTLocalDateTimeIntervalEval.Codegen(
         this,
         start,
         end,
         codegenMethodScope,
         exprSymbol,
         codegenClassScope);
 }
Exemplo n.º 2
0
 public override CodegenExpression Codegen(
     CodegenExpression inner,
     Type innerType,
     CodegenMethodScope codegenMethodScope,
     ExprForgeCodegenSymbol exprSymbol,
     CodegenClassScope codegenClassScope)
 {
     return DTLocalDateTimeIntervalEval.Codegen(
         this,
         inner,
         innerType,
         codegenMethodScope,
         exprSymbol,
         codegenClassScope);
 }