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

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

public class TypeDecl
extends Object

Author:
Ciera Jaspan

Constructor Summary
TypeDecl()
           
 
Method Summary
 void anonType(int foo, Object obj)
           
 void anonTypeTest()
           
 void localType(int foo)
           
 void localTypeTest()
           
static void setup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDecl

public TypeDecl()
Method Detail

setup

public static void setup()
                  throws CoreException
Throws:
CoreException

localTypeTest

public void localTypeTest()
                   throws Exception
Throws:
Exception

localType

public void localType(int foo)

anonTypeTest

public void anonTypeTest()
                  throws Exception
Throws:
Exception

anonType

public void anonType(int foo,
                     Object obj)