JavaLexer
DefaultJavaCommentLexer
, JFlexLexer
public interface Lexer
Modifier and Type | Method | Description |
---|---|---|
String |
getCodeBody() |
|
int |
getColumn() |
|
int |
getLine() |
|
int |
lex() |
|
String |
text() |
int lex() throws IOException
IOException
String text()
int getLine()
int getColumn()
String getCodeBody()
Copyright © 2002–2018. All rights reserved.