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

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

public class MethodDecl
extends Object


Nested Class Summary
 class MethodDecl.AbsDecl
           
 
Constructor Summary
MethodDecl()
           
 
Method Summary
 void abstractTest()
           
 void completelyEmpty()
           
 void completelyEmptyTest()
           
 void hasBody()
           
 void hasBodyTest()
           
static void setup()
           
 void throwsExceptions(String str, int a)
           
 void throwsExceptionsNoParams()
           
 void throwsExceptionsNoParamsTest()
           
 void throwsExceptionsTest()
           
 void vars(String bar)
           
 void varsTest()
           
 void withParams(String str, int a)
           
 void withParamsTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDecl

public MethodDecl()
Method Detail

setup

public static void setup()
                  throws CoreException
Throws:
CoreException

completelyEmptyTest

public void completelyEmptyTest()
                         throws Exception
Throws:
Exception

completelyEmpty

public void completelyEmpty()

abstractTest

public void abstractTest()
                  throws Exception
Throws:
Exception

withParamsTest

public void withParamsTest()
                    throws Exception
Throws:
Exception

withParams

public void withParams(String str,
                       int a)

throwsExceptionsTest

public void throwsExceptionsTest()
                          throws Exception
Throws:
Exception

throwsExceptions

public void throwsExceptions(String str,
                             int a)
                      throws IOException
Throws:
IOException

throwsExceptionsNoParamsTest

public void throwsExceptionsNoParamsTest()
                                  throws Exception
Throws:
Exception

throwsExceptionsNoParams

public void throwsExceptionsNoParams()
                              throws IOException
Throws:
IOException

varsTest

public void varsTest()
              throws Exception
Throws:
Exception

vars

public void vars(String bar)

hasBodyTest

public void hasBodyTest()
                 throws Exception
Throws:
Exception

hasBody

public void hasBody()