Package net.hydromatic.morel.type
Class Keys.ForallKey
- java.lang.Object
-
- net.hydromatic.morel.type.Keys.ForallKey
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.google.common.collect.ImmutableList<TypeVar>parameterTypes(package private) Typetype
-
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)
-
-
-
Method Detail
-
describe
public StringBuilder describe(StringBuilder buf, int left, int right)
-
toType
public Type toType(TypeSystem typeSystem)
-
-