Interface Dumper

    • Method Detail

      • label

        Dumper label​(java.lang.String s,
                     boolean inline)
      • enqueuePendingCarriageReturn

        void enqueuePendingCarriageReturn()
      • removePendingCarriageReturn

        Dumper removePendingCarriageReturn()
      • keyword

        Dumper keyword​(java.lang.String s)
      • operator

        Dumper operator​(java.lang.String s)
      • separator

        Dumper separator​(java.lang.String s)
      • literal

        Dumper literal​(java.lang.String s,
                       java.lang.Object o)
      • print

        Dumper print​(java.lang.String s)
      • methodName

        Dumper methodName​(java.lang.String s,
                          MethodPrototype p,
                          boolean special,
                          boolean defines)
      • identifier

        Dumper identifier​(java.lang.String s,
                          java.lang.Object ref,
                          boolean defines)
      • print

        Dumper print​(char c)
      • endCodeln

        Dumper endCodeln()
      • explicitIndent

        Dumper explicitIndent()
      • indent

        void indent​(int diff)
      • getIndentLevel

        int getIndentLevel()
      • close

        void close()
      • fieldName

        Dumper fieldName​(java.lang.String name,
                         JavaTypeInstance owner,
                         boolean hiddenDeclaration,
                         boolean isStatic,
                         boolean defines)
      • comment

        Dumper comment​(java.lang.String s)
      • beginBlockComment

        Dumper beginBlockComment​(boolean inline)
      • endBlockComment

        Dumper endBlockComment()
      • getOutputCount

        int getOutputCount()
      • getCurrentLine

        int getCurrentLine()
      • getAdditionalOutputStream

        java.io.BufferedOutputStream getAdditionalOutputStream​(java.lang.String description)