Class MemRefExpr

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ArrayRefExpr, FieldExpr, StaticFieldExpr

public abstract class MemRefExpr extends MemExpr
MemRefExpr represents an expression that references a memory location as opposed to a local variable or a variable on the stack.
See Also:
  • Constructor Details

    • MemRefExpr

      public MemRefExpr(Type type)