com.thoughtworks.qdox.parser

Interface Lexer

public interface Lexer

Method Summary

int
getColumn()
int
getLine()
int
lex()
String
text()

Method Details

getColumn

public int getColumn()

getLine

public int getLine()

lex

public int lex()
            throws IOException

text

public String text()