com.infoengine.sql92
Class scanner

java.lang.Object
  extended bycom.infoengine.sql92.scanner

public class scanner
extends Object


Field Summary
protected  boolean betweenReturned
           
protected  String buffer
           
protected  boolean DEBUG
           
protected  int index
           
protected  int next_char
           
protected  char nextChar
           
protected  String objRefName
           
 
Constructor Summary
scanner()
           
scanner(String s)
           
 
Method Summary
protected  void advance()
           
 void init()
           
 void init(String parseString)
           
 String lastObject()
           
 java_cup.runtime.Symbol next_token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next_char

protected int next_char

nextChar

protected char nextChar

buffer

protected String buffer

objRefName

protected String objRefName

index

protected int index

DEBUG

protected boolean DEBUG

betweenReturned

protected boolean betweenReturned
Constructor Detail

scanner

public scanner(String s)

scanner

public scanner()
Method Detail

advance

protected void advance()

init

public void init(String parseString)

init

public void init()

lastObject

public String lastObject()

next_token

public java_cup.runtime.Symbol next_token()