public static OneCallContext CreateEmpty() { return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), null)); }
internal static OneCallContext CreateByObj(object obj) { return(new OneCallContext(SdmapCompilerContext.CreateEmpty(), obj)); }
public SdmapCompiler() { _context = SdmapCompilerContext.CreateEmpty(); }