Package net.hydromatic.morel.type
Class Keys.ApplyKey
- java.lang.Object
-
- net.hydromatic.morel.type.Keys.ApplyKey
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.google.common.collect.ImmutableList<Type>argTypes(package private) ParameterizedTypetype
-
Constructor Summary
Constructors Constructor Description ApplyKey(ParameterizedType type, com.google.common.collect.ImmutableList<Type> argTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderdescribe(StringBuilder buf, int left, int right)booleanequals(Object obj)inthashCode()TypetoType(TypeSystem typeSystem)
-
-
-
Field Detail
-
type
final ParameterizedType type
-
argTypes
final com.google.common.collect.ImmutableList<Type> argTypes
-
-
Constructor Detail
-
ApplyKey
ApplyKey(ParameterizedType type, com.google.common.collect.ImmutableList<Type> argTypes)
-
-
Method Detail
-
describe
public StringBuilder describe(StringBuilder buf, int left, int right)
-
toType
public Type toType(TypeSystem typeSystem)
-
-