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