com.thoughtworks.qdox.parser
Interface Lexer

All Known Implementing Classes:
JFlexLexer

public interface Lexer


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

Method Detail

lex

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

text

java.lang.String text()

getLine

int getLine()

getColumn

int getColumn()

getCodeBody

java.lang.String getCodeBody()