com.thoughtworks.qdox.parser

Interface Lexer

public interface Lexer

Method Summary
intgetColumn()
intgetLine()
intlex()
Stringtext()

Method Detail

getColumn

public int getColumn()

getLine

public int getLine()

lex

public int lex()

text

public String text()