Interface DSCParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COMMENT
      Indicates a normal PostScript comment (starting with "%")
      static int DSC_COMMENT
      Indicates a DSC comment (starting with "%%")
      static int EOF
      Indicates the end of the file (equivalent to the "%%EOF" DSC comment)
      static int HEADER_COMMENT
      Indicates a header comment (starting with "%!")
      static int LINE
      Indicates a normal PostScript line
    • Field Detail

      • HEADER_COMMENT

        static final int HEADER_COMMENT
        Indicates a header comment (starting with "%!")
        See Also:
        Constant Field Values
      • DSC_COMMENT

        static final int DSC_COMMENT
        Indicates a DSC comment (starting with "%%")
        See Also:
        Constant Field Values
      • COMMENT

        static final int COMMENT
        Indicates a normal PostScript comment (starting with "%")
        See Also:
        Constant Field Values
      • EOF

        static final int EOF
        Indicates the end of the file (equivalent to the "%%EOF" DSC comment)
        See Also:
        Constant Field Values