Class Signature.Result

  • All Implemented Interfaces:
    java.lang.Appendable
    Enclosing class:
    Signature

    private static class Signature.Result
    extends java.lang.Object
    implements java.lang.Appendable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean needsSignature  
      private java.lang.StringBuilder sb  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Appendable append​(char c)  
      java.lang.Appendable append​(java.lang.CharSequence csq)  
      java.lang.Appendable append​(java.lang.CharSequence csq, int start, int end)  
      private void setNeedsSignature​(boolean needsSignature)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sb

        private java.lang.StringBuilder sb
      • needsSignature

        private boolean needsSignature
    • Constructor Detail

      • Result

        private Result()
    • Method Detail

      • setNeedsSignature

        private void setNeedsSignature​(boolean needsSignature)
      • append

        public java.lang.Appendable append​(java.lang.CharSequence csq)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException
      • append

        public java.lang.Appendable append​(java.lang.CharSequence csq,
                                           int start,
                                           int end)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException
      • append

        public java.lang.Appendable append​(char c)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object