Package superpkg

Examples of superpkg.TargetC002


import superpkg.TargetImplC002;

public class InvokerC002 {

  public void run() {
    TargetC002 t = new TargetImplC002();
    t.m();
  }
View Full Code Here


import superpkg.TargetImplC002;

public class InvokerC003 {

  public void run() {
    TargetC002 t = new TargetImplC002();
    t.n();
  }
View Full Code Here

TOP

Related Classes of superpkg.TargetC002

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.