Building Parsers with Java

sjm.examples.engine
Class ShowScreening

java.lang.Object
  |
  +--sjm.examples.engine.ShowScreening

public class ShowScreening
extends java.lang.Object

Show how a query can screen for certain facts.


Constructor Summary
ShowScreening()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show the construction and use of a simple program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowScreening

public ShowScreening()
Method Detail

main

public static void main(java.lang.String[] args)
Show the construction and use of a simple program.

by Steve Metsker