class Option extends Object
Modifier and Type | Field and Description |
---|---|
protected Grammar |
enclosingGrammar |
protected String |
name |
protected String |
rhs |
Constructor and Description |
---|
Option(String n,
String rhs,
Grammar gr) |
Modifier and Type | Method and Description |
---|---|
Grammar |
getEnclosingGrammar() |
String |
getName() |
String |
getRHS() |
void |
setEnclosingGrammar(Grammar g) |
void |
setName(String n) |
void |
setRHS(String rhs) |
String |
toString() |
protected String name
protected String rhs
protected Grammar enclosingGrammar