Package net.hydromatic.morel.type
Interface TypeSystem.Transaction
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
TypeSystem.TransactionImpl
- Enclosing class:
- TypeSystem
public static interface TypeSystem.Transaction extends AutoCloseable
Holds temporary changes to the type system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-