コード例 #1
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("Derived (");
     using (printer.IndentCookie()) {
         printer.Print("string = "); String.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #2
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("XamlStylerModel (");
            using (printer.IndentCookie()) {
                printer.Print("performReformat = "); _PerformReformat.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #3
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RunResult (");
     using (printer.IndentCookie()) {
         printer.Print("passed = "); Passed.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #4
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("Open_Unknown (");
     using (printer.IndentCookie()) {
         printer.Print("openString = "); OpenString.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #5
0
ファイル: InterningExtTestModel.cs プロジェクト: yvvan/rd
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("InterningExt (");
     using (printer.IndentCookie()) {
         printer.Print("root = "); _Root.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #6
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
 //pretty print
 public virtual void Print(PrettyPrinter printer)
 {
     printer.Println("Open (");
     using (printer.IndentCookie()) {
         printer.Print("openString = "); OpenString.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #7
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("WrappedStringModel (");
     using (printer.IndentCookie()) {
         printer.Print("text = "); Text.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #8
0
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("UnityLogModelInitialized (");
     using (printer.IndentCookie()) {
         printer.Print("log = "); _Log.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #9
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("MyClass (");
            using (printer.IndentCookie()) {
                printer.Print("mySet = "); _MySet.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #10
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("RdDocumentModel (");
            using (printer.IndentCookie()) {
                printer.Print("text = "); _Text.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #11
0
ファイル: RdAck.cs プロジェクト: epeshk/rd
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdAck (");
     using (printer.IndentCookie()) {
         printer.Print("timestamp = "); Timestamp.PrintEx(printer); printer.Println();
         printer.Print("origin = "); Origin.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #12
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdXamlStylerFormattingRequest (");
     using (printer.IndentCookie()) {
         printer.Print("filePath = "); FilePath.PrintEx(printer); printer.Println();
         printer.Print("documentText = "); DocumentText.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #13
0
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("InterningTestModel (");
     using (printer.IndentCookie()) {
         printer.Print("searchLabel = "); SearchLabel.PrintEx(printer); printer.Println();
         printer.Print("issues = "); _Issues.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #14
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("InterningNestedTestStringModel (");
     using (printer.IndentCookie()) {
         printer.Print("value = "); Value.PrintEx(printer); printer.Println();
         printer.Print("inner = "); Inner.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #15
0
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("InterningMtModel (");
     using (printer.IndentCookie()) {
         printer.Print("searchLabel = "); SearchLabel.PrintEx(printer); printer.Println();
         printer.Print("signaller = "); _Signaller.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #16
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("OpenClass_Unknown (");
            using (printer.IndentCookie()) {
                printer.Print("string = "); _String.PrintEx(printer); printer.Println();
                printer.Print("field = "); Field.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #17
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("Solution2 (");
            using (printer.IndentCookie()) {
                printer.Print("get = "); _Get.PrintEx(printer); printer.Println();
                printer.Print("testBuffer = "); _TestBuffer.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #18
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("ComplicatedPair (");
     using (printer.IndentCookie()) {
         printer.Print("first = "); First.PrintEx(printer); printer.Println();
         printer.Print("second = "); Second.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #19
0
ファイル: RefExt.cs プロジェクト: vorotynsky/rd
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("RefExt (");
            using (printer.IndentCookie()) {
                printer.Print("struct = "); _Struct.PrintEx(printer); printer.Println();
                printer.Print("openModel = "); _OpenModel.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #20
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("BSMT_RiderModel (");
            using (printer.IndentCookie()) {
                printer.Print("getUserSettings = "); _GetUserSettings.PrintEx(printer); printer.Println();
                printer.Print("foundBeatSaberLocations = "); _FoundBeatSaberLocations.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
コード例 #21
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("MyStructure (");
     using (printer.IndentCookie()) {
         printer.Print("projectFile = "); ProjectFile.PrintEx(printer); printer.Println();
         printer.Print("target = "); Target.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #22
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("SavedDocument (");
     using (printer.IndentCookie()) {
         printer.Print("filePath = "); FilePath.PrintEx(printer); printer.Println();
         printer.Print("content = "); Content.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #23
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("MessageInfo (");
     using (printer.IndentCookie()) {
         printer.Print("title = "); Title.PrintEx(printer); printer.Println();
         printer.Print("message = "); Message.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #24
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdAssertion (");
     using (printer.IndentCookie()) {
         printer.Print("masterVersion = "); MasterVersion.PrintEx(printer); printer.Println();
         printer.Print("slaveVersion = "); SlaveVersion.PrintEx(printer); printer.Println();
         printer.Print("text = "); Text.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #25
0
ファイル: InterningExtTestModel.cs プロジェクト: yvvan/rd
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("InterningExtRootModel (");
     using (printer.IndentCookie()) {
         printer.Print("internedLocally = "); _InternedLocally.PrintEx(printer); printer.Println();
         printer.Print("internedExternally = "); _InternedExternally.PrintEx(printer); printer.Println();
         printer.Print("internedInProtocol = "); _InternedInProtocol.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #26
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdOpenFileArgs (");
     using (printer.IndentCookie()) {
         printer.Print("path = "); Path.PrintEx(printer); printer.Println();
         printer.Print("line = "); Line.PrintEx(printer); printer.Println();
         printer.Print("col = "); Col.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #27
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("ConfigSettings (");
     using (printer.IndentCookie()) {
         printer.Print("isDefaultBeatSaberLocation = "); IsDefaultBeatSaberLocation.PrintEx(printer); printer.Println();
         printer.Print("defaultBeatSaberLocation = "); DefaultBeatSaberLocation.PrintEx(printer); printer.Println();
         printer.Print("configuredBeatSaberLocations = "); ConfiguredBeatSaberLocations.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #28
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdXamlStylerFormattingResult (");
     using (printer.IndentCookie()) {
         printer.Print("isSuccess = "); IsSuccess.PrintEx(printer); printer.Println();
         printer.Print("hasUpdated = "); HasUpdated.PrintEx(printer); printer.Println();
         printer.Print("formattedText = "); FormattedText.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #29
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdLogEvent (");
     using (printer.IndentCookie()) {
         printer.Print("type = "); Type.PrintEx(printer); printer.Println();
         printer.Print("mode = "); Mode.PrintEx(printer); printer.Println();
         printer.Print("message = "); Message.PrintEx(printer); printer.Println();
         printer.Print("stackTrace = "); StackTrace.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
コード例 #30
0
        //constants

        //custom body
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("HotReloadPluginModel (");
            using (printer.IndentCookie()) {
                printer.Print("reload = "); _Reload.PrintEx(printer); printer.Println();
                printer.Print("enable = "); _Enable.PrintEx(printer); printer.Println();
                printer.Print("isEnabled = "); _IsEnabled.PrintEx(printer); printer.Println();
                printer.Print("showMessage = "); _ShowMessage.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }