-
- 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 String
getCodeBody()
int
getColumn()
int
getLine()
int
lex()
String
text()
-
-
-
Method Detail
-
lex
int lex() throws IOException
- Throws:
IOException
-
text
String text()
-
getLine
int getLine()
-
getColumn
int getColumn()
-
getCodeBody
String getCodeBody()
-
-