JavaScript is disabled on your browser.
Apache Tomcat® 9.0.87.redhat-00005
java.lang.Object
org.apache.catalina.ssi.ExpressionTokenizer
public class ExpressionTokenizer
extends java.lang.Object
Parses an expression string to return the individual tokens. This is patterned similar to the StreamTokenizer in the
JDK but customized for SSI conditional expression parsing.
Author:
Paul Speed
Constructor Summary
Constructors
Constructor and Description
ExpressionTokenizer (java.lang.String expr)
Creates a new parser for the specified expression.
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
getIndex
public int getIndex()
Returns:
the current index for error reporting purposes.
nextToken
public int nextToken()
Returns:
the next token type and initializes any state variables accordingly.
Apache Tomcat® 9.0.87.redhat-00005
Copyright © 2000-2024 Apache Software Foundation. Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.