GrammarSymbolpublic abstract class GrammarSymbol extends Object A GrammarSymbol is a generic symbol that can be
added to the symbol table for a grammar. |
Fields Summary |
---|
protected String | id |
Constructors Summary |
---|
public GrammarSymbol()
| public GrammarSymbol(String s)
id = s;
|
|