Package net.hydromatic.morel.type
Interface Type.Key
-
- All Known Implementing Classes:
Keys.ApplyKey,Keys.DataTypeKey,Keys.ForallKey,Keys.ForallTypeApplyKey,Keys.NameKey,Keys.OpKey,Keys.OrdinalKey,Keys.RecordKey
- Enclosing interface:
- Type
public static interface Type.KeyStructural identifier of a type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringBuilderdescribe(StringBuilder buf, int left, int right)default Stringmoniker()TypetoType(TypeSystem typeSystem)
-
-
-
Method Detail
-
toType
Type toType(TypeSystem typeSystem)
-
moniker
default String moniker()
-
describe
StringBuilder describe(StringBuilder buf, int left, int right)
-
-