Uses of Class
net.hydromatic.morel.type.DummyType
-
Packages that use DummyType Package Description net.hydromatic.morel.type Type system. -
-
Uses of DummyType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return DummyType Modifier and Type Method Description DummyTypeDummyType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)static DummyTypeDummyType. valueOf(String name)Returns the enum constant of this type with the specified name.static DummyType[]DummyType. values()Returns an array containing the constants of this enum type, in the order they are declared.DummyTypeTypeShuttle. visit(DummyType dummyType)Methods in net.hydromatic.morel.type with parameters of type DummyType Modifier and Type Method Description DummyTypeTypeShuttle. visit(DummyType dummyType)RTypeVisitor. visit(DummyType dummyType)Visits aDummyType.
-