Interface HeapSemanticOperation

    • Method Detail

      • getSubstitution

        java.util.List<HeapSemanticOperation.HeapReplacement> getSubstitution()
        Yields the substitution, in the form of a list of HeapSemanticOperation.HeapReplacements that must be processed in their order of appearance, that the creation of this heap domain caused. This substitution maps Identifiers in the pre-state to Identifiers in the post state. If no substitution needs to be applied, this method should return an empty list.
        Returns:
        the list of replacements