Package net.hydromatic.morel.type
Class Keys.ForallKey
java.lang.Object
net.hydromatic.morel.type.Type.Key
net.hydromatic.morel.type.Keys.ForallKey
- Enclosing class:
Keys
Key of a forall type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribe(StringBuilder buf, int left, int right) Writes a description of this key to a string builder.booleaninthashCode()toType(TypeSystem typeSystem) Converts this key to a type, and ensures that it is registered in the type system.Methods inherited from class net.hydromatic.morel.type.Type.Key
copy, substitute, toString
-
Field Details
-
type
-
parameterCount
final int parameterCount
-
-
Constructor Details
-
ForallKey
ForallKey(Type type, int parameterCount)
-
-
Method Details