Package hydra.ext.haskell.ast
Class ApplicationType
- java.lang.Object
-
- hydra.ext.haskell.ast.ApplicationType
-
- All Implemented Interfaces:
java.io.Serializable
public class ApplicationType extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TypeargumentTypecontextstatic NameFIELD_NAME_ARGUMENTstatic NameFIELD_NAME_CONTEXTstatic NameTYPE_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationType(Type context, Type argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()ApplicationTypewithArgument(Type argument)ApplicationTypewithContext(Type context)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withContext
public ApplicationType withContext(Type context)
-
withArgument
public ApplicationType withArgument(Type argument)
-
-