Module dev.civl.mc

Interface CastExpression

All Superinterfaces:
Expression, Sourceable

public interface CastExpression extends Expression
A cast of an expression to a different type.
  • Method Details

    • getExpression

      Expression getExpression()
      Returns:
      The expression being cast to a new type.
    • getCastType

      CIVLType getCastType()
      Returns:
      The type to which the expression is cast.