Package net.hydromatic.morel.type
Class Keys.OpKey
java.lang.Object
net.hydromatic.morel.type.Type.Key
net.hydromatic.morel.type.Keys.OpKey
- Direct Known Subclasses:
Keys.FnKey,Keys.ListKey
- Enclosing class:
Keys
Key of a type that applies a built-in type constructor to specific type
arguments.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final com.google.common.collect.ImmutableList<Type.Key> -
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()Methods inherited from class net.hydromatic.morel.type.Type.Key
copy, substitute, toString, toType
-
Field Details
-
args
-
-
Constructor Details
-
OpKey
-
-
Method Details