I have used Eclipse JDT API for analysing and processing Java codes of several Java classes by making AST tree of code. I have also used Spoon code parsing tool for one of my projects and successfully processed Java class files.
Is there any similar tool available for JSP files ? I want to parse, analyse and possible modify the code automatically.
Please suggest what I can use to achieve this.