|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.antlr.options.Grammar
public class Grammar
A Grammar parameter.
| Constructor Summary | |
|---|---|
Grammar()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method equals |
String |
getGlib()
Get Colon separated or semicolon separated supergrammar file names. |
String |
getModelEncoding()
|
String |
getName()
Get The grammar file name. |
int |
hashCode()
Method hashCode |
void |
setGlib(String glib)
Set Colon separated or semicolon separated supergrammar file names. |
void |
setModelEncoding(String modelEncoding)
|
void |
setName(String name)
Set The grammar file name. |
String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Grammar()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother - public String getGlib()
public String getName()
public int hashCode()
hashCode in class Objectpublic void setGlib(String glib)
glib - public void setName(String name)
name - public String toString()
toString in class Objectpublic void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||