JavaScript is disabled on your browser.
Apache Tomcat 9.0.62.redhat-00020
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.62.redhat-00020
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.