edu.cmu.cs.crystal.cfg.eclipse
Class ConstructorDecl

java.lang.Object
  extended by edu.cmu.cs.crystal.cfg.eclipse.ConstructorDecl

public class ConstructorDecl
extends Object

Author:
Ciera Jaspan

Nested Class Summary
 class ConstructorDecl.ConstructorEmpty
           
 class ConstructorDecl.ConstructorSelf1
           
 class ConstructorDecl.ConstructorSelf2
           
 class ConstructorDecl.ConstructorSub1
           
 class ConstructorDecl.ConstructorSub2
           
 
Constructor Summary
ConstructorDecl()
           
 
Method Summary
 void emptyTest()
           
static void setup()
           
 void superTest1()
           
 void superTest2()
           
 void thisTest1()
           
 void thisTest2()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorDecl

public ConstructorDecl()
Method Detail

setup

public static void setup()
                  throws CoreException
Throws:
CoreException

emptyTest

public void emptyTest()
               throws Exception
Throws:
Exception

superTest1

public void superTest1()
                throws Exception
Throws:
Exception

superTest2

public void superTest2()
                throws Exception
Throws:
Exception

thisTest1

public void thisTest1()
               throws Exception
Throws:
Exception

thisTest2

public void thisTest2()
               throws Exception
Throws:
Exception