edu.cmu.cs.crystal.cfg.eclipse
Class Label
java.lang.Object
edu.cmu.cs.crystal.cfg.eclipse.Label
public class Label
- extends Object
- Author:
- Ciera Jaspan
Constructor Summary |
Label()
|
Label
public Label()
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)
nestedTest
public void nestedTest()
throws Exception
- Throws:
Exception
nested
public void nested(boolean cond,
int a,
int b)
blockbreakTest
public void blockbreakTest()
throws Exception
- Throws:
Exception
blockbreak
public void blockbreak(boolean cond,
int a,
int b)
blockbreak2Test
public void blockbreak2Test()
throws Exception
- Throws:
Exception
blockbreak2
public void blockbreak2(boolean cond)
blockbreak3Test
public void blockbreak3Test()
throws Exception
- Throws:
Exception
blockbreak3
public void blockbreak3(boolean cond)
blockbreak4Test
public void blockbreak4Test()
throws Exception
- Throws:
Exception
blockbreak4
public void blockbreak4(boolean cond)
blockbreak5Test
public void blockbreak5Test()
throws Exception
- Throws:
Exception
blockbreak5
public void blockbreak5(boolean cond)
blockbreak6Test
public void blockbreak6Test()
throws Exception
- Throws:
Exception
blockbreak6
public void blockbreak6(boolean cond)
loopBreakTest
public void loopBreakTest()
throws Exception
- Throws:
Exception
loopBreak
public void loopBreak(boolean cond)
loopBreak2Test
public void loopBreak2Test()
throws Exception
- Throws:
Exception
loopBreak2
public void loopBreak2(boolean cond)
nestedLoopBreakTest
public void nestedLoopBreakTest()
throws Exception
- Throws:
Exception
nestedLoopBreak
public void nestedLoopBreak(boolean cond)
nestedLoopBreak2Test
public void nestedLoopBreak2Test()
throws Exception
- Throws:
Exception
nestedLoopBreak2
public void nestedLoopBreak2(boolean cond)
loopContinue1Test
public void loopContinue1Test()
throws Exception
- Throws:
Exception
loopContinue1
public void loopContinue1(boolean cond)
loopContinue2Test
public void loopContinue2Test()
throws Exception
- Throws:
Exception
loopContinue2
public void loopContinue2(boolean cond)
nestedLoopContinueTest
public void nestedLoopContinueTest()
throws Exception
- Throws:
Exception
nestedLoopContinue
public void nestedLoopContinue(boolean cond)
nestedLoopContinue2Test
public void nestedLoopContinue2Test()
throws Exception
- Throws:
Exception
nestedLoopContinue2
public void nestedLoopContinue2(boolean cond)
labelInLoopTest
public void labelInLoopTest()
throws Exception
- Throws:
Exception
labelInLoop
public static void labelInLoop(boolean cond)
nestedSwitch1Test
public void nestedSwitch1Test()
throws Exception
- Throws:
Exception
nestedSwitch1
public int nestedSwitch1(boolean cond,
int val)
nestedSwitch2Test
public void nestedSwitch2Test()
throws Exception
- Throws:
Exception
nestedSwitch2
public int nestedSwitch2(boolean cond,
int val)
nestedSwitch3Test
public void nestedSwitch3Test()
throws Exception
- Throws:
Exception
nestedSwitch3
public int nestedSwitch3(boolean cond,
int val)