org.hibernate.tool.ide.completion
Interface SimpleHQLLexer

All Known Implementing Classes:
AntlrSimpleHQLLexer

public interface SimpleHQLLexer

Minimal lexer interface that allows HqlAnalyzer to work.

Author:
Max Rydahl Andersen

Method Summary
 int getTokenLength()
           
 int getTokenOffset()
           
 int nextTokenId()
           
 

Method Detail

nextTokenId

int nextTokenId()
                throws SimpleLexerException
Throws:
SimpleLexerException

getTokenOffset

int getTokenOffset()

getTokenLength

int getTokenLength()