Class MemoryAccess


  • public class MemoryAccess
    extends Object
    * represents a single static occurrence of a memory access (i.e., an access to a field or to the contents of an array) in the code
    • Constructor Detail

      • MemoryAccess

        public MemoryAccess​(int index,
                            CGNode node)
    • Method Detail

      • getInstructionIndex

        public int getInstructionIndex()
        Returns:
        Returns the instructionIndex.
      • getNode

        public CGNode getNode()
        Returns:
        Returns the node.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object