Package com.thoughtworks.qdox.parser
Interface Lexer
- All Known Subinterfaces:
JavaLexer
- All Known Implementing Classes:
DefaultJavaCommentLexer
,JFlexLexer
public interface Lexer
-
Method Summary
-
Method Details
-
lex
- Throws:
IOException
-
text
String text() -
getLine
int getLine() -
getColumn
int getColumn() -
getCodeBody
String getCodeBody()
-