|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.preprocessor.Option
class Option
| Field Summary | |
|---|---|
protected Grammar |
enclosingGrammar
|
protected String |
name
|
protected String |
rhs
|
| Constructor Summary | |
|---|---|
Option(String n,
String rhs,
Grammar gr)
|
|
| Method Summary | |
|---|---|
Grammar |
getEnclosingGrammar()
|
String |
getName()
|
String |
getRHS()
|
void |
setEnclosingGrammar(Grammar g)
|
void |
setName(String n)
|
void |
setRHS(String rhs)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String rhs
protected Grammar enclosingGrammar
| Constructor Detail |
|---|
public Option(String n,
String rhs,
Grammar gr)
| Method Detail |
|---|
public Grammar getEnclosingGrammar()
public String getName()
public String getRHS()
public void setEnclosingGrammar(Grammar g)
public void setName(String n)
public void setRHS(String rhs)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||