Module dev.civl.mc

Interface SizeofTypeExpression

All Superinterfaces:
Expression, Sourceable

public interface SizeofTypeExpression extends Expression
An expression of the form "sizeof(t)" where t is a type.
  • Method Details

    • getTypeArgument

      CIVLType getTypeArgument()
      Returns the CIVL type, which is the sole argument of the sizeof operator.
      Returns:
      the CIVL type we are computing the size of