public interface BURS_StateCoder
Modifier and Type | Field and Description |
---|---|
static byte |
EMIT_INSTRUCTION |
static byte |
LEFT_CHILD_FIRST |
static byte |
NOFLAGS |
static byte |
RIGHT_CHILD_FIRST |
Modifier and Type | Method and Description |
---|---|
void |
code(AbstractBURS_TreeNode p,
int n,
int ruleno) |
static final byte NOFLAGS
static final byte EMIT_INSTRUCTION
static final byte LEFT_CHILD_FIRST
static final byte RIGHT_CHILD_FIRST
void code(AbstractBURS_TreeNode p, int n, int ruleno)