jay.yydebug
public class yyDebugAdapter extends Object implements yyDebug
Field Summary | |
---|---|
protected PrintStream | out message stream. |
Constructor Summary | |
---|---|
yyDebugAdapter(PrintStream out) | |
yyDebugAdapter() |
Method Summary | |
---|---|
void | accept(Object value) |
void | discard(int state, int token, String name, Object value) |
void | error(String message) |
void | lex(int state, int token, String name, Object value) |
void | pop(int state) |
void | push(int state, Object value) |
void | reduce(int from, int to, int rule, String text, int len) |
void | reject() |
void | shift(int from, int to, int errorFlag) |
void | shift(int from, int to) |