Package net.hydromatic.morel.type
Class Keys.NameKey
- java.lang.Object
-
- net.hydromatic.morel.type.Keys.NameKey
-
-
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)
-
-
-
Field Detail
-
name
private final String name
-
-
Constructor Detail
-
NameKey
NameKey(String name)
-
-
Method Detail
-
describe
public StringBuilder describe(StringBuilder buf, int left, int right)
-
toType
public Type toType(TypeSystem typeSystem)
-
-