eece496
Class LogicalManipulator

java.lang.Object
  extended byeece496.LogicalManipulator

public class LogicalManipulator
extends java.lang.Object

Logical Manipulator class.

$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/LogicalManipulator.java,v $
Last updated by $Author: kcai $
$Date: 2003/08/05 03:15:01 $
$Revision: 1.11 $
$State: Exp $

Author:
Kelvin Cai

Constructor Summary
LogicalManipulator()
           
 
Method Summary
static void logicalManipulate(ParseTree p)
          main function for logical expression manipulation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalManipulator

public LogicalManipulator()
Method Detail

logicalManipulate

public static void logicalManipulate(ParseTree p)
main function for logical expression manipulation

Parameters:
p - - the root of the Condition nodes