com.thoughtworks.qdox.parser

Interface Lexer

public interface Lexer

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

Method Detail

getCodeBody

public String getCodeBody()

getColumn

public int getColumn()

getLine

public int getLine()

lex

public int lex()

text

public String text()