flex.messaging.services.messaging.selector
Class SQLParserTokenManager

java.lang.Object
  extended by flex.messaging.services.messaging.selector.SQLParserTokenManager
All Implemented Interfaces:
SQLParserConstants

public class SQLParserTokenManager
extends Object
implements SQLParserConstants


Field Summary
 PrintStream debugStream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface flex.messaging.services.messaging.selector.SQLParserConstants
AND, ASTERISK, BETWEEN, BOOLEAN_LITERAL, CLOSEPAREN, DEFAULT, DIGIT, EOF, EQUAL, ESCAPE, EXPONENT, FLOATING_POINT_LITERAL, GREATER, GREATEREQUAL, ID, IN, INTEGER_LITERAL, IS, LESS, LESSEQUAL, LETTER, LIKE, MINUS, NOT, NOTEQUAL, NULL, OPENPAREN, OR, PLUS, QUESTIONMARK, SLASH, STRING_LITERAL, tokenImage
 
Constructor Summary
SQLParserTokenManager(SimpleCharStream stream)
           
SQLParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
 void ReInit(SimpleCharStream stream)
           
 void ReInit(SimpleCharStream stream, int lexState)
           
 void setDebugStream(PrintStream ds)
           
 void SwitchTo(int lexState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames
Constructor Detail

SQLParserTokenManager

public SQLParserTokenManager(SimpleCharStream stream)

SQLParserTokenManager

public SQLParserTokenManager(SimpleCharStream stream,
                             int lexState)
Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)

ReInit

public void ReInit(SimpleCharStream stream)

ReInit

public void ReInit(SimpleCharStream stream,
                   int lexState)

SwitchTo

public void SwitchTo(int lexState)

getNextToken

public Token getNextToken()


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/selector/SQLParserTokenManager.html