com.thoughtworks.qdox.parser
Interface Lexer

All Known Implementing Classes:
JFlexLexer

public interface Lexer


Method Summary
 int getLine()
           
 int lex()
           
 java.lang.String text()
           
 

Method Detail

lex

public int lex()
        throws java.io.IOException
Throws:
java.io.IOException

text

public java.lang.String text()

getLine

public int getLine()