Package com.thoughtworks.qdox.parser
Interface Lexer
-
- All Known Subinterfaces:
JavaLexer
- All Known Implementing Classes:
DefaultJavaCommentLexer
,JFlexLexer
public interface Lexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCodeBody()
int
getColumn()
int
getLine()
int
lex()
java.lang.String
text()
-