Module dev.civl.abc

Interface FunctionConversion

All Superinterfaces:
Conversion

public interface FunctionConversion extends Conversion
An implicit conversion of a function type T to the type pointer-to-T.
  • Method Details

    • getOldType

      FunctionType getOldType()
      Description copied from interface: Conversion
      Returns the type of the entity before applying this conversion.
      Specified by:
      getOldType in interface Conversion
      Returns:
      the pre-conversion type
    • getNewType

      PointerType getNewType()
      Description copied from interface: Conversion
      Returns the type of the entity after applying this conversion.
      Specified by:
      getNewType in interface Conversion
      Returns:
      the post-conversion type