コード例 #1
0
 public CodegenExpression EvaluateCodegenUninstrumented(
     Type requiredType,
     CodegenMethodScope codegenMethodScope,
     ExprForgeCodegenSymbol exprSymbol,
     CodegenClassScope codegenClassScope)
 {
     return ExprNewStructNodeForgeEval.Codegen(this, codegenMethodScope, exprSymbol, codegenClassScope);
 }
コード例 #2
0
 public CodegenExpression EvaluateTypableSingleCodegen(
     CodegenMethodScope codegenMethodScope,
     ExprForgeCodegenSymbol exprSymbol,
     CodegenClassScope codegenClassScope)
 {
     return ExprNewStructNodeForgeEval.CodegenTypeableSingle(
         this,
         codegenMethodScope,
         exprSymbol,
         codegenClassScope);
 }