|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.sc3d.apt.sss.v3.Parser
org.sc3d.apt.sss.v3.Validator
public class Validator
A tool for checking that SSS files obey a grammar.
| Field Summary |
|---|
| Fields inherited from class org.sc3d.apt.sss.v3.Parser |
|---|
ndfa |
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
First argument is the filename of the grammar specification. |
java.lang.Object |
postProcess(Tree raw)
Descends into all brackets to make sure everything gets parsed. |
| Methods inherited from class org.sc3d.apt.sss.v3.Parser |
|---|
interactiveTest, parse, parseTokens |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object postProcess(Tree raw)
postProcess in class Parserraw - the non-null parse-tree.
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||