Package net.hydromatic.morel.type
Class TypeSystem.TransactionImpl
- java.lang.Object
-
- net.hydromatic.morel.type.TypeSystem.TransactionImpl
-
- All Implemented Interfaces:
AutoCloseable,TypeSystem.Transaction
- Enclosing class:
- TypeSystem
private class TypeSystem.TransactionImpl extends Object implements TypeSystem.Transaction
Implementation ofTypeSystem.Transaction.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateTransactionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()(package private) voidput(String moniker, Type type)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTypeSystem.Transaction
-
-