public class Yylex extends Object implements java_cup.runtime.Scanner
| Modifier and Type | Field and Description |
|---|---|
String |
sourceFilename |
| Constructor and Description |
|---|
Yylex(InputStream instream) |
Yylex(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
java_cup.runtime.Symbol |
next_token() |
public String sourceFilename
public Yylex(Reader reader)
public Yylex(InputStream instream)
public java_cup.runtime.Symbol next_token()
throws IOException
next_token in interface java_cup.runtime.ScannerIOExceptionCopyright © 2016. All rights reserved.