public class Symbol extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
left
The data passed to parser
|
int |
parse_state
The parse state to be recorded on the parse stack with this symbol.
|
int |
right
The data passed to parser
|
int |
sym
The symbol number of the terminal or non terminal being represented
|
Object |
value |
public int sym
public int parse_state
public int left
public int right
public Object value
public Symbol(int id,
int l,
int r,
Object o)
public Symbol(int id,
Object o)
public Symbol(int id,
int l,
int r)
public Symbol(int sym_num)
Copyright © 2014. All Rights Reserved.