com.thoughtworks.qdox.parser

Interface Lexer

public interface Lexer

Method Summary

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

Method Details

getCodeBody

public String getCodeBody()

getColumn

public int getColumn()

getLine

public int getLine()

lex

public int lex()
            throws IOException

text

public String text()