Class HeapReference


  • public class HeapReference
    extends HeapExpression
    A reference to a memory location, identified by its name.
    • Constructor Detail

      • HeapReference

        public HeapReference​(Type staticType,
                             SymbolicExpression expression,
                             CodeLocation location)
        Builds the heap reference.
        Parameters:
        staticType - the static type of this expression
        expression - the expression that this refers to
        location - the code location of the statement that has generated this expression