jAsea
Class jAseaBoolTree

java.lang.Object
  |
  +--jAsea.jAseaBoolTree

class jAseaBoolTree
extends java.lang.Object


Field Summary
(package private)  jAseaBoolNode root
           
(package private) static java.lang.String x1
           
(package private) static java.lang.String x2
           
(package private) static java.lang.String x3
           
(package private) static java.lang.String x4
           
 
Constructor Summary
(package private) jAseaBoolTree(java.lang.String expr)
           
 
Method Summary
(package private) static boolean advance(boolean[] list)
           
(package private)  boolean eval(boolean[] list)
           
(package private) static boolean[] genList(int l)
           
static void main(java.lang.String[] args)
           
(package private) static void printList(boolean[] list)
           
(package private) static void testList(int sz)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

jAseaBoolNode root

x1

static final java.lang.String x1
See Also:
Constant Field Values

x2

static final java.lang.String x2
See Also:
Constant Field Values

x3

static final java.lang.String x3
See Also:
Constant Field Values

x4

static final java.lang.String x4
See Also:
Constant Field Values
Constructor Detail

jAseaBoolTree

jAseaBoolTree(java.lang.String expr)
Method Detail

eval

boolean eval(boolean[] list)

genList

static boolean[] genList(int l)

advance

static boolean advance(boolean[] list)

printList

static void printList(boolean[] list)

testList

static void testList(int sz)

main

public static void main(java.lang.String[] args)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object