reflect.tests
Class C

java.lang.Object
  extended by reflect.tests.C

public class C
extends java.lang.Object

Author:
colyer Part of the testdata for the org.aspectj.weaver.reflect tests

Field Summary
 int f
           
 
Constructor Summary
C()
           
 
Method Summary
 java.lang.String foo(java.lang.Object a)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public int f
Constructor Detail

C

public C()
Method Detail

foo

public java.lang.String foo(java.lang.Object a)
                     throws java.lang.Exception
Throws:
java.lang.Exception