Class PostScriptParser
java.lang.Object
org.loboevolution.pdfview.function.postscript.PostScriptParser
**************************************************************************
Very simple post script parser / tokenizer
Author Bernd Rosstauscher
- Since:
- 22.10.2010 **************************************************************************
-
Constructor Summary
ConstructorDescription********************************************************************** Constructor ********************************************************************** -
Method Summary
-
Constructor Details
-
PostScriptParser
public PostScriptParser()********************************************************************** Constructor **********************************************************************
-
-
Method Details
-
parse
********************************************************************** Parses the given script and returns a list of tokens.- Parameters:
scriptContent
- to parse.- Returns:
- the list of tokens. **********************************************************************
-