|
||||||||||
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 |
getName()
Get the grammar file name. |
int |
hashCode()
Method hashCode. |
void |
setGlib(String glib)
Set colon separated or semicolon separated supergrammar file names. |
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 Object
other
-
public String getGlib()
public String getName()
public int hashCode()
hashCode
in class Object
public void setGlib(String glib)
glib
- public void setName(String name)
name
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |