Class HeapDereference


  • public class HeapDereference
    extends HeapExpression
    A heap dereference expression.
    • Constructor Detail

      • HeapDereference

        public HeapDereference​(ExternalSet<Type> types,
                               SymbolicExpression toDeref,
                               CodeLocation location)
        Builds the heap dereference.
        Parameters:
        types - the runtime types of this expression
        toDeref - the expression to be dereferred
        location - the code location of the statement that has generated this expression