Package net.hydromatic.morel.type
Class Keys.OrdinalKey
- java.lang.Object
-
- net.hydromatic.morel.type.Keys.OrdinalKey
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intordinal
-
Constructor Summary
Constructors Constructor Description OrdinalKey(int ordinal)
-
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)
-
-