Package hydra.ext.haskell.ast
Class ApplicationType
java.lang.Object
hydra.ext.haskell.ast.ApplicationType
- All Implemented Interfaces:
Serializable,Comparable<ApplicationType>
An application type
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ApplicationType other) booleaninthashCode()withArgument(Type argument) withContext(Type context)
-
Field Details
-
TYPE_
-
CONTEXT
-
ARGUMENT
-
context
The type being applied -
argument
The type argument
-
-
Constructor Details
-
ApplicationType
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ApplicationType>
-
withContext
-
withArgument
-