java_cup.runtime.Scannerpublic class ECATokenLexer extends Object implements java_cup.runtime.Scanner
| Modifier and Type | Field | Description |
|---|---|---|
static int |
COMMENT |
|
static int |
QUOTEDIDENT |
|
static int |
STRING |
|
static int |
YYEOF |
|
static int |
YYINITIAL |
| Constructor | Description |
|---|---|
ECATokenLexer(InputStream in) |
|
ECATokenLexer(Reader in) |
| Modifier and Type | Method | Description |
|---|---|---|
java_cup.runtime.Symbol |
next_token() |
|
void |
setFile(String file) |
|
void |
setStartLine(int startLine) |
|
void |
yybegin(int newState) |
|
char |
yycharat(int pos) |
|
void |
yyclose() |
|
int |
yylength() |
|
void |
yypushback(int number) |
|
void |
yyreset(Reader reader) |
|
int |
yystate() |
|
String |
yytext() |
public static final int YYEOF
public static final int STRING
public static final int QUOTEDIDENT
public static final int YYINITIAL
public static final int COMMENT
public ECATokenLexer(Reader in)
public ECATokenLexer(InputStream in)
public void setStartLine(int startLine)
public void setFile(String file)
public final void yyclose()
throws IOException
IOExceptionpublic final void yyreset(Reader reader)
public final int yystate()
public final void yybegin(int newState)
public final String yytext()
public final char yycharat(int pos)
public final int yylength()
public void yypushback(int number)
public java_cup.runtime.Symbol next_token()
throws IOException
next_token in interface java_cup.runtime.ScannerIOExceptionCopyright © 2018. All rights reserved.