Method Summary |
|
public String | getEOLString() |
public int | getOffset() |
public java_cup.runtime.Symbol | next_token() Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs. |
public void | setCup(ParserCup cup) |
public void | setDTD(DTD dtd) |
public void | setStrict(boolean strict) |
final public void | yybegin(int newState) |
final public char | yycharat(int pos) Returns the character at position pos from the
matched text. |
final public void | yyclose() Closes the input stream. |
final public int | yylength() Returns the length of the matched text region. |
public int | yyline() |
public void | yypushback(int number) Pushes the specified amount of characters back into the input stream. |
final public void | yyreset(java.io.Reader reader) Resets the scanner to read from a new input stream. |
final public int | yystate() Returns the current lexical state. |
final public String | yytext() Returns the text matched by the current regular expression. |