|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopendap.dap.test.expr_test
public class expr_test
Test the constraint evaluation scanner/parser. Unlike the C++ implementation of OPeNDAP DAP2, the Java implementations use a scanner and parser built from a single source file. This source file defines a LL(n) grammar for the constraint expressions (where the C++ implementation defined a LALR grammar).
The CE tester must be envoked with one of the following options: -s to test the scanner -p to test the parser
| Constructor Summary | |
|---|---|
expr_test()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public expr_test()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||