mondrian.olap
Class StringScanner

java.lang.Object
  extended by mondrian.olap.Scanner
      extended by mondrian.olap.StringScanner

public class StringScanner
extends Scanner

Lexical analyzer whose input is a string.

 

Field Summary
 
Fields inherited from class mondrian.olap.Scanner
debug, nextChar
 
Constructor Summary
StringScanner(String s, boolean debug)
           
 
Method Summary
protected  int getChar()
          Read a character from input, returning -1 if end of input.
 
Methods inherited from class mondrian.olap.Scanner
getCommentDelimiters, getLocation, getNestedCommentsState, init, lookupReserved, next_token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringScanner

public StringScanner(String s,
                     boolean debug)
Method Detail

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

SourceForge.net_Logo