algebraTree
Class Main

java.lang.Object
  |
  +--algebraTree.Main

class Main
extends java.lang.Object

dummy class. Only used to set the DEBUG flag for the algebraTree package


Field Summary
(package private) static boolean DEBUG
           
 
Constructor Summary
(package private) Main()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DEBUG

static final boolean DEBUG
Constructor Detail

Main

Main()