opendap.dap.test
Class expr_test

java.lang.Object
  extended by opendap.dap.test.expr_test

public class expr_test
extends java.lang.Object

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

Author:
jhrg

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

expr_test

public expr_test()
Method Detail

main

public static void main(java.lang.String[] argv)