edu.cmu.cs.crystal.cfg.eclipse
Class If
java.lang.Object
edu.cmu.cs.crystal.cfg.eclipse.If
public class If
- extends Object
- Author:
- Ciera Jaspan
If
public If()
setup
public static void setup()
throws CoreException
- Throws:
CoreException
simpleTest
public void simpleTest()
throws Exception
- Throws:
Exception
simple
public void simple(boolean cond,
int a,
int b)
emptyElseTest
public void emptyElseTest()
throws Exception
- Throws:
Exception
emptyElse
public void emptyElse(int a,
int b)
returningTest
public void returningTest()
throws Exception
- Throws:
Exception
returning
public int returning(int a,
int b)
returningEmptyElseTest
public void returningEmptyElseTest()
throws Exception
- Throws:
Exception
returningEmptyElse
public int returningEmptyElse(boolean cond,
int a,
int b)