Uses of Enum
net.hydromatic.morel.eval.Prop.Output
Packages that use Prop.Output
Package
Description
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.Evaluates expressions.
-
Uses of Prop.Output in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Prop.OutputConstructors in net.hydromatic.morel.compile with parameters of type Prop.OutputModifierConstructorDescription(package private)Pretty(TypeSystem typeSystem, int lineWidth, Prop.Output output, int printLength, int printDepth, int stringDepth) -
Uses of Prop.Output in net.hydromatic.morel.eval
Methods in net.hydromatic.morel.eval that return Prop.OutputModifier and TypeMethodDescriptionstatic Prop.OutputReturns the enum constant of this type with the specified name.static Prop.Output[]Prop.Output.values()Returns an array containing the constants of this enum type, in the order they are declared.