コード例 #1
0
 public static OneCallContext CreateEmpty()
 {
     return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), null));
 }
コード例 #2
0
 internal static OneCallContext CreateByObj(object obj)
 {
     return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), obj));
 }
コード例 #3
0
 public SdmapCompiler()
 {
     _context = SdmapCompilerContext.CreateEmpty();
 }