Module dev.civl.mc

Interface DereferenceExpression

All Superinterfaces:
Expression, LHSExpression, Sourceable

public interface DereferenceExpression extends LHSExpression
  • Method Details

    • pointer

      Expression pointer()
      Returns the sole argument of this dereference expression. This is an expression of pointer type.
      Returns:
      the argument of the dereference operator