On 16/03/2015 09:19, kaori hattanda wrote:
> Dear Jasper
> 
> I develop a tool for JSP's static code analysis.
> 
> I would like to use parse result of jsp files for my tool.
> I am assuming that the result is a syntax tree.

Assumptions are never a good idea.

Take a look at the source code for Jasper to see where JSP parsing is
done and the form that the results take. Hint: look in the
org.apache.jasper.compiler package.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to