Package net.sf.joafip.asm

Examples of net.sf.joafip.asm.MethodVisitor.visitCode()


    }
    {
      mv = cw.visitMethod(ACC_PUBLIC, "getProxiedClass$JOAFIP$",
          "()Lnet/sf/joafip/store/entity/classinfo/ClassInfo;", null,
          null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here


          ACC_PUBLIC,
          "isLoaded$JOAFIP$",
          "()Z",
          null,
          new String[] { "net/sf/joafip/store/service/objectio/ObjectIOException" });
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

          "()V",
          null,
          new String[] {
              "net/sf/joafip/store/service/objectio/ObjectIOException",
              "net/sf/joafip/store/service/objectio/ObjectIOInvalidClassException" });
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

      mv = cw.visitMethod(
          ACC_PUBLIC,
          "getObjectIOManager$JOAFIP$",
          "()Lnet/sf/joafip/store/service/objectio/manager/IObjectIOManagerForProxyObjectIO;",
          null, null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

          null);
      fv.visitEnd();
    }
    {
      mv = cw.visitMethod(ACC_PUBLIC, "<init>", "()V", null, null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitMethodInsn(INVOKESPECIAL, "java/lang/Object", "<init>",
          "()V");
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETSTATIC,
View Full Code Here

      mv = cw.visitMethod(
          ACC_PUBLIC,
          "getProxyCallBack$JOAFIP$",
          "()Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;",
          null, null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

      mv = cw.visitMethod(
          ACC_PUBLIC,
          "setProxyCallBack$JOAFIP$",
          "(Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;)V",
          null, null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

          ACC_PUBLIC,
          "setIsLoaded$JOAFIP$",
          "()V",
          null,
          new String[] { "net/sf/joafip/store/service/objectio/ObjectIOException" });
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

      mv.visitEnd();
    }
    {
      mv = cw.visitMethod(ACC_PUBLIC, "setLoading$JOAFIP$", "(Z)V", null,
          null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
View Full Code Here

      mv.visitEnd();
    }
    {
      mv = cw.visitMethod(ACC_PUBLIC, "intercept$JOAFIP$", "()V", null,
          null);
      mv.visitCode();
      mv.visitVarInsn(ALOAD, 0);
      mv.visitFieldInsn(GETFIELD,
          "net/sf/joafip/store/service/proxy/JoafipObject",
          "proxyCallBack",
          "Lnet/sf/joafip/store/service/proxy/IProxyCallBackToImplement;");
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.