Esempio n. 1
0
 public static OneCallContext CreateEmpty()
 {
     return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), null));
 }
Esempio n. 2
0
 internal static OneCallContext CreateByObj(object obj)
 {
     return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), obj));
 }
Esempio n. 3
0
 public SdmapCompiler()
 {
     _context = SdmapCompilerContext.CreateEmpty();
 }