예제 #1
0
 public static void __hx_ctor_haxe_format_JsonPrinter(global::haxe.format.JsonPrinter __hx_this, global::haxe.lang.Function replacer, string space)
 {
     __hx_this.replacer = replacer;
     __hx_this.indent   = space;
     __hx_this.pretty   = !(string.Equals(space, null));
     __hx_this.nind     = 0;
     __hx_this.buf      = new global::StringBuf();
 }
예제 #2
0
 public static string print(object o, global::haxe.lang.Function replacer, string space)
 {
                 #line 45 "/opt/haxe/std/haxe/format/JsonPrinter.hx"
     global::haxe.format.JsonPrinter printer = new global::haxe.format.JsonPrinter(replacer, space);
     printer.write("", o);
                 #line 47 "/opt/haxe/std/haxe/format/JsonPrinter.hx"
     return(printer.buf.b.ToString());
 }
예제 #3
0
 public static string print(object o, global::haxe.lang.Function replacer, string space)
 {
                 #line 45 "C:\\HaxeToolkit\\haxe\\std\\haxe\\format\\JsonPrinter.hx"
     global::haxe.format.JsonPrinter printer = new global::haxe.format.JsonPrinter(replacer, space);
     printer.write("", o);
                 #line 47 "C:\\HaxeToolkit\\haxe\\std\\haxe\\format\\JsonPrinter.hx"
     return(printer.buf.b.ToString());
 }
예제 #4
0
 protected static void __hx_ctor_haxe_format_JsonPrinter(global::haxe.format.JsonPrinter __hx_this, global::haxe.lang.Function replacer, string space)
 {
                 #line 57 "/opt/haxe/std/haxe/format/JsonPrinter.hx"
     __hx_this.replacer = replacer;
     __hx_this.indent   = space;
                 #line 59 "/opt/haxe/std/haxe/format/JsonPrinter.hx"
     __hx_this.pretty = (space != null);
     __hx_this.nind   = 0;
                 #line 67 "/opt/haxe/std/haxe/format/JsonPrinter.hx"
     __hx_this.buf = new global::StringBuf();
 }
예제 #5
0
 protected static void __hx_ctor_haxe_format_JsonPrinter(global::haxe.format.JsonPrinter __hx_this, global::haxe.lang.Function replacer, string space)
 {
                 #line 57 "C:\\HaxeToolkit\\haxe\\std\\haxe\\format\\JsonPrinter.hx"
     __hx_this.replacer = replacer;
     __hx_this.indent   = space;
                 #line 59 "C:\\HaxeToolkit\\haxe\\std\\haxe\\format\\JsonPrinter.hx"
     __hx_this.pretty = (space != null);
     __hx_this.nind   = 0;
                 #line 67 "C:\\HaxeToolkit\\haxe\\std\\haxe\\format\\JsonPrinter.hx"
     __hx_this.buf = new global::haxe.root.StringBuf();
 }
예제 #6
0
 public static string print(object o, global::haxe.lang.Function replacer, string space)
 {
     global::haxe.format.JsonPrinter printer = new global::haxe.format.JsonPrinter(replacer, space);
     printer.write("", o);
     return(printer.buf.b.ToString());
 }