it.haefelinger.flaka.el
Class EL.MyScanner
java.lang.Object
de.odysseus.el.tree.impl.Scanner
it.haefelinger.flaka.el.EL.MyScanner
- Enclosing class:
- EL
public static class EL.MyScanner
- extends Scanner
| Methods inherited from class de.odysseus.el.tree.impl.Scanner |
fixed, getInput, getPosition, getToken, isDigit, isEval, keyword, next, nextEval, nextNumber, nextText, token |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recover
public boolean recover
EL.MyScanner
public EL.MyScanner(String expression)
substring
public String substring(int pos)
forward
protected int forward()
nextString
protected Scanner.Token nextString()
throws Scanner.ScanException
- string token
- Overrides:
nextString in class Scanner
- Throws:
Scanner.ScanException
nextToken
protected Scanner.Token nextToken()
throws Scanner.ScanException
- Overrides:
nextToken in class Scanner
- Throws:
Scanner.ScanException