Class JJTree


  • public class JJTree
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JJTree()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int main​(java.lang.String[] args)
      A main program that exercises the parser.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JJTree

        public JJTree()
    • Method Detail

      • main

        public int main​(java.lang.String[] args)
        A main program that exercises the parser.