Class AccessChild


  • public class AccessChild
    extends HeapExpression
    An expression that accesses a memory location that is a child of another one, that is, the former is reachable from the latter.
    • Constructor Detail

      • AccessChild

        public AccessChild​(ExternalSet<Type> types,
                           SymbolicExpression container,
                           SymbolicExpression child,
                           CodeLocation location)
        Builds the child access.
        Parameters:
        types - the runtime types of this expression
        container - the expression representing the parent
        child - the expression representing the child
        location - the code location of the statement that has generated this expression