Class ReflectiveMemberAccess

    • Field Detail

      • objectRef

        protected final int objectRef
      • memberRef

        protected final int memberRef
    • Constructor Detail

      • ReflectiveMemberAccess

        protected ReflectiveMemberAccess​(int iindex,
                                         int objectRef,
                                         int memberRef)
    • Method Detail

      • getUse

        public int getUse​(int j)
        Overrides:
        getUse in class SSAInstruction
        Returns:
        value number representing the jth use in this instruction. -1 means TOP (i.e., the value doesn't matter)
      • getObjectRef

        public int getObjectRef()
      • getMemberRef

        public int getMemberRef()
      • isFallThrough

        public boolean isFallThrough()
        Specified by:
        isFallThrough in class SSAInstruction
        Returns:
        true iff this instruction may fall through to the next