Class PostScriptParser

java.lang.Object
org.loboevolution.pdfview.function.postscript.PostScriptParser

public class PostScriptParser extends Object
************************************************************************** Very simple post script parser / tokenizer

Author Bernd Rosstauscher

Since:
22.10.2010 **************************************************************************
  • Constructor Summary

    Constructors
    Constructor
    Description
    ********************************************************************** Constructor **********************************************************************
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String scriptContent)
    ********************************************************************** Parses the given script and returns a list of tokens.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PostScriptParser

      public PostScriptParser()
      ********************************************************************** Constructor **********************************************************************
  • Method Details

    • parse

      public List<String> parse(String scriptContent)
      ********************************************************************** Parses the given script and returns a list of tokens.
      Parameters:
      scriptContent - to parse.
      Returns:
      the list of tokens. **********************************************************************