dods.dap.test
Class expr_test
java.lang.Object
dods.dap.test.expr_test
public class expr_test
- extends Object
Test the constraint evaluation scanner/parser. Unlike the C++
implementation of DODS, 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expr_test
public expr_test()
main
public static void main(String[] args)