Package net.hydromatic.morel.type
Class Keys.MultiTypeKey
java.lang.Object
net.hydromatic.morel.type.Type.Key
net.hydromatic.morel.type.Keys.MultiTypeKey
- Enclosing class:
Keys
Key that identifies a
MultiType.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringBuilderdescribe(StringBuilder buf, int left, int right) Writes a description of this key to a string builder.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
-
args
-
-
Constructor Details
-
MultiTypeKey
MultiTypeKey(com.google.common.collect.ImmutableList<Type.Key> args)
-
-
Method Details