mondrian.olap
Class StringScanner
java.lang.Object
mondrian.olap.Scanner
mondrian.olap.StringScanner
public class StringScanner
- extends Scanner
Lexical analyzer whose input is a string.
-
-
Method Summary |
protected int |
getChar()
Read a character from input, returning -1 if end of input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringScanner
public StringScanner(String s,
boolean debug)
getChar
protected int getChar()
- Description copied from class:
Scanner
- Read a character from input, returning -1 if end of input.
- Overrides:
getChar
in class Scanner