Class TraceRecordComponentVisitor

    • Field Detail

      • printerExperimental

        @Deprecated
        public final Printer printerExperimental
        Deprecated.
        This is an experimental API.
        The printer to convert the visited record component into text.
    • Constructor Detail

      • TraceRecordComponentVisitor

        @Deprecated
        public TraceRecordComponentVisitor​(Printer printer)
        Deprecated.
        This is an experimental API.
        Constructs a new TraceRecordComponentVisitor.
        Parameters:
        printer - the printer to convert the visited record component into text.
      • TraceRecordComponentVisitor

        @Deprecated
        public TraceRecordComponentVisitor​(RecordComponentVisitor recordComponentVisitor,
                                           Printer printer)
        Deprecated.
        This is an experimental API.
        Constructs a new TraceRecordComponentVisitor.
        Parameters:
        recordComponentVisitor - the record component visitor to which to delegate calls. May be null.
        printer - the printer to convert the visited record component into text.