|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oops.boot.Oops
Runs a oops compiler generator. java oops.boot.Oops [-v version] [-d OopsDriver] [<] grammar.ebnf [> grammar.ser]
Inner Class Summary | |
static interface |
Oops.OopsDriver
Oops create with newInstance() one instance of OopsDriver (see option -d) and asks with genParser() for the generated Parser. |
Field Summary | |
static java.lang.String |
version
current version. |
Constructor Summary | |
Oops()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Checks the flags and options, creates a OopsDriver (see option -d) and asks the driver to generate the Parser. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String version
Constructor Detail |
public Oops()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |