|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlexer.SolutionCoolLexer
public class SolutionCoolLexer
Constructor Summary | |
---|---|
SolutionCoolLexer(java.io.InputStream instream)
|
|
SolutionCoolLexer(java.io.Reader reader)
|
Method Summary | |
---|---|
AbstractSymbol |
curr_filename()
|
int |
curr_lineno()
|
java_cup.runtime.Symbol |
next_token()
|
void |
set_filename(java.lang.String fname)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SolutionCoolLexer(java.io.Reader reader)
public SolutionCoolLexer(java.io.InputStream instream)
Method Detail |
---|
public int curr_lineno()
curr_lineno
in interface MyLexer
public void set_filename(java.lang.String fname)
set_filename
in interface MyLexer
public AbstractSymbol curr_filename()
public java_cup.runtime.Symbol next_token() throws java.io.IOException
next_token
in interface java_cup.runtime.Scanner
next_token
in interface MyLexer
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |