Module dev.civl.mc

Interface CIVLFunctionType

All Superinterfaces:
CIVLType

public interface CIVLFunctionType extends CIVLType
  • Method Details

    • returnType

      CIVLType returnType()
      Returns:
      The return type of the function type.
    • parameterTypes

      CIVLType[] parameterTypes()
      Returns:
      The parameter types.
    • setReturnType

      void setReturnType(CIVLType type)
    • setParameterTypes

      void setParameterTypes(CIVLType[] types)