1 package testdata; 2 3 7 class Pac2ExtPac1 extends Pac1ExtPubBs1 { 8 public Pac2ExtPac1() { 9 } 10 11 private String priField1; 12 String pacField2; 13 protected String proField3; 14 public String pubField4; 15 16 private void priMethod10() {} 17 void pacMethod20() {} 18 protected void proMethod30() {} 19 public void pubMethod40() {} 20 21 private void priMethod11(PubBs1 arg1) {} 22 void pacMethod21(PubBs1 arg1) {} 23 protected void proMethod31(PubBs1 arg1) {} 24 public void pubMethod41(PubBs1 arg1) {} 25 26 private void priMethod12(Pac1ExtPubBs1 arg1) {} 27 void pacMethod22(Pac1ExtPubBs1 arg1) {} 28 protected void proMethod32(Pac1ExtPubBs1 arg1) {} 29 public void pubMethod42(Pac1ExtPubBs1 arg1) {} 30 31 private void priMethod13(Pub1ExtPubBs1 arg1) {} 32 void pacMethod23(Pub1ExtPubBs1 arg1) {} 33 protected void proMethod33(Pub1ExtPubBs1 arg1) {} 34 public void pubMethod43(Pub1ExtPubBs1 arg1) {} 35 } 36 | Popular Tags |