Uses of Class
net.hydromatic.morel.type.PrimitiveType
-
Packages that use PrimitiveType Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.type Type system. -
-
Uses of PrimitiveType in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type PrimitiveType Modifier and Type Method Description private Unifier.TermTypeResolver. toTerm(PrimitiveType type) -
Uses of PrimitiveType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return PrimitiveType Modifier and Type Method Description static PrimitiveTypePrimitiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveType[]PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.hydromatic.morel.type with parameters of type PrimitiveType Modifier and Type Method Description RTypeVisitor. visit(PrimitiveType primitiveType)Visits aPrimitiveType.
-