Class FunctionType
java.lang.Object
org.jfuncmachine.compiler.model.types.FunctionType
- All Implemented Interfaces:
Type
The type of a function
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfuncmachine.compiler.model.types.Type
getBoxType, getBoxTypeName, getJVMTypeRepresentation, getStackSize, getUnboxedType, hasIntRepresentation, isBoxType, isEnum, isUnboxableFrom, sameJavaType
-
Field Details
-
parameterTypes
The types of the function parameters -
returnType
The function's return type
-
-
Constructor Details
-
FunctionType
Create a function type- Parameters:
parameterTypes- The types of the function parametersreturnType- The function's return type
-
-
Method Details