Class QScanner

java.lang.Object
org.nustaq.reallive.query.QScanner

public class QScanner
extends java.lang.Object
Created by ruedi on 28.08.2015.
  • Constructor Summary

    Constructors 
    Constructor Description
    QScanner​(java.lang.String text)  
  • Method Summary

    Modifier and Type Method Description
    protected int readChar()  
    QToken readNext()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QScanner

      public QScanner​(java.lang.String text)
  • Method Details