コード例 #1
0
 public CodegenExpression Codegen(
     CodegenExpression inner,
     Type innerType,
     CodegenMethodScope parent,
     ExprForgeCodegenSymbol symbols,
     CodegenClassScope classScope)
 {
     return ExprDotForgeEnumMethodEval.Codegen(this, inner, innerType, parent, symbols, classScope);
 }
コード例 #2
0
 public CodegenExpression Codegen(
     CodegenExpression inner,
     Type innerType,
     CodegenMethodScope codegenMethodScope,
     ExprForgeCodegenSymbol exprSymbol,
     CodegenClassScope codegenClassScope)
 {
     return ExprDotForgeEnumMethodEval.Codegen(
         this,
         inner,
         innerType,
         codegenMethodScope,
         exprSymbol,
         codegenClassScope);
 }