Class HeapAllocation


  • public class HeapAllocation
    extends HeapExpression
    An allocation of a memory location.
    • Constructor Detail

      • HeapAllocation

        public HeapAllocation​(ExternalSet<Type> types,
                              CodeLocation location)
        Builds the heap allocation.
        Parameters:
        types - the runtime types of this expression
        location - the code location of the statement that has generated this expression