1: package pulluppkg; 2: 3: public abstract class PullUpAbsMethod extends PullUpAbsMethodSuper { 4: 5: abstract void method(); 6: 7: }