Package org.nutz.aop.asm.test

Examples of org.nutz.aop.asm.test.Aop1.x()


            90L,
            78L);
    String result = (String) a1.mixArgsVoid4("WendalXXX");
    System.out.println("返回值: " + result);
    try {
      a1.x();
    }
    catch (Throwable e) {
      // TODO: handle exception
    }
    a1.returnString();
View Full Code Here


                        90L,
                        78L);
        String result = (String) a1.mixArgsVoid4("WendalXXX");
        System.out.println("返回值: " + result);
        try {
            a1.x();
        }
        catch (Throwable e) {
            // TODO: handle exception
        }
        a1.returnString();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.