com.servingxml.expr
Class Scanner
java.lang.Object
com.servingxml.expr.Scanner
public class Scanner
- extends java.lang.Object
Constructor Summary |
Scanner(java.lang.String input)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nextTokenType
public int nextTokenType
nextTokenValue
public java.lang.String nextTokenValue
currentTokenType
public int currentTokenType
currentTokenValue
public java.lang.String currentTokenValue
Scanner
public Scanner(java.lang.String input)
getInput
public java.lang.String getInput()
first
public void first()
throws ExpressionException
- Throws:
ExpressionException
next
public void next()
throws ExpressionException
- Throws:
ExpressionException