Class J2IRConverter.JvmValue

  • All Implemented Interfaces:
    org.objectweb.asm.tree.analysis.Value
    Enclosing class:
    J2IRConverter

    public static class J2IRConverter.JvmValue
    extends java.lang.Object
    implements org.objectweb.asm.tree.analysis.Value
    • Constructor Detail

      • JvmValue

        public JvmValue​(int size,
                        com.googlecode.dex2jar.ir.expr.Local local)
      • JvmValue

        public JvmValue​(int size)
    • Method Detail

      • getSize

        public int getSize()
        Specified by:
        getSize in interface org.objectweb.asm.tree.analysis.Value