Package net.hydromatic.morel.compile
Class TypeResolver.TypeEnvHolder
- java.lang.Object
-
- net.hydromatic.morel.compile.TypeResolver.TypeEnvHolder
-
- All Implemented Interfaces:
BiConsumer<String,Type>
- Enclosing class:
- TypeResolver
private class TypeResolver.TypeEnvHolder extends Object implements BiConsumer<String,Type>
Contains aTypeResolver.TypeEnvand adds to it by callingTypeResolver.TypeEnv.bind(String, Function).
-
-
Field Summary
Fields Modifier and Type Field Description private TypeResolver.TypeEnvtypeEnv
-
Constructor Summary
Constructors Constructor Description TypeEnvHolder(TypeResolver.TypeEnv typeEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String name, Type type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Field Detail
-
typeEnv
private TypeResolver.TypeEnv typeEnv
-
-
Constructor Detail
-
TypeEnvHolder
TypeEnvHolder(TypeResolver.TypeEnv typeEnv)
-
-