fluffy
Class Derived
java.lang.Object
org.aspectj.weaver.testcode.Base
fluffy.Derived
public class Derived
- extends org.aspectj.weaver.testcode.Base
Fields inherited from class org.aspectj.weaver.testcode.Base |
onlyBase |
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 |
onlyDerived
public int onlyDerived
both
public int both
Derived
public Derived()
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