dods.dap.test
Class expr_test

java.lang.Object
  extended by 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

Constructor Summary
expr_test()
           
 
Method Summary
static void main(String[] args)
           
 
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(String[] args)