public class YYDebug extends Object
Constructor and Description |
---|
YYDebug() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Object a) |
void |
discard(int a,
int b,
String c,
Object d) |
void |
error(String a) |
void |
lex(int a,
int b,
String c,
Object d) |
void |
pop(int a) |
void |
push(int a,
Object b) |
void |
reduce(int a,
int b,
int c,
String d,
short e) |
void |
reject() |
void |
shift(int a,
int b) |
void |
shift(int a,
short b,
int c) |
public void accept(Object a)
public void error(String a)
public void pop(int a)
public void push(int a, Object b)
public void reduce(int a, int b, int c, String d, short e)
public void reject()
public void shift(int a, short b, int c)
public void shift(int a, int b)
Copyright © 2001-2016 JRuby. All Rights Reserved.