Class Parser

java.lang.Object
org.apache.jasper.compiler.Parser
All Implemented Interfaces:
TagConstants

class Parser extends Object implements TagConstants
This class implements a parser for a JSP page (non-xml view). JSP page grammar is included here for reference. The token '#' that appears in the production indicates the current input token location in the production.