Class PostscriptParser.PSVariableArray

    • Field Detail

      • level

        private int level
      • arrayItems

        private java.util.List<java.lang.String> arrayItems
      • entry

        private java.lang.String entry
    • Constructor Detail

      • PSVariableArray

        public PSVariableArray​(java.lang.String operator,
                               int startPoint)
    • Method Detail

      • getEntries

        public java.util.List<java.lang.String> getEntries()
        Gets a list of found array entries within the variable array
        Returns:
        Returns the found array elements as a list
      • parseByte

        public void parseByte​(byte cur,
                              int pos)
        Description copied from class: PostscriptParser.PSElement
        Passes responsibility for processing the byte stream to the PostScript object
        Specified by:
        parseByte in class PostscriptParser.PSElement
        Parameters:
        cur - The byte currently being read
        pos - The position of the given byte