Class QuotedField

    • Constructor Summary

      Constructors 
      Constructor Description
      QuotedField​(SectionEntry parent, int[] subscripts, java.lang.String parsedValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean generate​(java.io.PrintWriter pw, java.lang.String spacer, boolean continuation, boolean useComma, java.lang.String terminator)  
      • Methods inherited from class java.lang.Object

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

      • useUnicode

        public final boolean useUnicode
    • Constructor Detail

      • QuotedField

        public QuotedField​(SectionEntry parent,
                           int[] subscripts,
                           java.lang.String parsedValue)
    • Method Detail

      • generate

        public boolean generate​(java.io.PrintWriter pw,
                                java.lang.String spacer,
                                boolean continuation,
                                boolean useComma,
                                java.lang.String terminator)
        Specified by:
        generate in class EntryField