fluffy
Class Derived

java.lang.Object
  extended by org.aspectj.weaver.testcode.Base
      extended by fluffy.Derived

public class Derived
extends org.aspectj.weaver.testcode.Base


Field Summary
 int both
           
 int onlyDerived
           
 
Fields inherited from class org.aspectj.weaver.testcode.Base
onlyBase
 
Constructor Summary
Derived()
           
 
Method Summary
static void both()
           
 void bothNonStatic()
           
 void m()
           
static void onlyDerived()
           
 void onlyDerivedNonStatic()
           
 
Methods inherited from class org.aspectj.weaver.testcode.Base
onlyBase, onlyBaseNonStatic
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlyDerived

public int onlyDerived

both

public int both
Constructor Detail

Derived

public Derived()
Method Detail

onlyDerived

public static void onlyDerived()
                        throws java.io.IOException,
                               java.lang.CloneNotSupportedException
Throws:
java.io.IOException
java.lang.CloneNotSupportedException

both

public static void both()

onlyDerivedNonStatic

public void onlyDerivedNonStatic()

bothNonStatic

public void bothNonStatic()
Overrides:
bothNonStatic in class org.aspectj.weaver.testcode.Base

m

public void m()
Overrides:
m in class org.aspectj.weaver.testcode.Base