예제 #1
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(")");
 }
예제 #2
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(")");
 }
예제 #3
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(")");
 }
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RunResult (");
     using (printer.IndentCookie()) {
         printer.Print("passed = "); Passed.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
예제 #5
0
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("WrappedStringModel (");
     using (printer.IndentCookie()) {
         printer.Print("text = "); Text.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
예제 #6
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(")");
        }
예제 #7
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(")");
        }
예제 #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
 //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(")");
 }
예제 #10
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(")");
 }
예제 #11
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(")");
 }
예제 #12
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(")");
        }
예제 #13
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(")");
 }
예제 #14
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(")");
        }
예제 #15
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(")");
 }
예제 #16
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(")");
 }
 //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(")");
 }
 //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(")");
 }
 //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(")");
 }
예제 #20
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(")");
        }
 //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(")");
 }
예제 #22
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(")");
 }
예제 #23
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(")");
 }
 //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(")");
 }
예제 #25
0
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("RdTextBufferState (");
     using (printer.IndentCookie()) {
         printer.Print("changes = "); _Changes.PrintEx(printer); printer.Println();
         printer.Print("versionBeforeTypingSession = "); _VersionBeforeTypingSession.PrintEx(printer); printer.Println();
         printer.Print("assertedMasterText = "); _AssertedMasterText.PrintEx(printer); printer.Println();
         printer.Print("assertedSlaveText = "); _AssertedSlaveText.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
예제 #26
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(")");
 }
        //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(")");
        }
예제 #28
0
파일: RdOtState.cs 프로젝트: epeshk/rd
 //custom body
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("RdOtState (");
     using (printer.IndentCookie()) {
         printer.Print("operation = "); _Operation.PrintEx(printer); printer.Println();
         printer.Print("ack = "); _Ack.PrintEx(printer); printer.Println();
         printer.Print("assertedMasterText = "); _AssertedMasterText.PrintEx(printer); printer.Println();
         printer.Print("assertedSlaveText = "); _AssertedSlaveText.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }
예제 #29
0
 public void Print(PrettyPrinter printer)
 {
     printer.Println("RdTextBufferChange (");
     using (printer.IndentCookie())
     {
         printer.Println($"vesion = (master={Version.Master}, slave={Version.Slave})");
         printer.Print("change = ");
         Change.Print(printer);
     }
     printer.Print(")");
 }
 //pretty print
 public void Print(PrettyPrinter printer)
 {
     printer.Println("TestResult (");
     using (printer.IndentCookie()) {
         printer.Print("testId = "); TestId.PrintEx(printer); printer.Println();
         printer.Print("output = "); Output.PrintEx(printer); printer.Println();
         printer.Print("duration = "); Duration.PrintEx(printer); printer.Println();
         printer.Print("status = "); Status.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }