Uses of Enum
net.hydromatic.morel.eval.Prop
Packages that use Prop
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Evaluates expressions.
-
Uses of Prop in net.hydromatic.morel.compile
Method parameters in net.hydromatic.morel.compile with type arguments of type PropModifier and TypeMethodDescriptionstatic TypeResolver.ResolvedCompiles.validateExpression(AstNode statement, Map<Prop, Object> propMap, Map<String, ForeignValue> valueMap) Validates an expression or declaration, deducing its type and perhaps rewriting the expression to a form that can more easily be compiled. -
Uses of Prop in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval with type parameters of type PropMethods in net.hydromatic.morel.eval that return PropModifier and TypeMethodDescriptionstatic PropLooks up a property by name.static PropReturns the enum constant of this type with the specified name.static Prop[]Prop.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.hydromatic.morel.eval with type arguments of type PropModifier and TypeMethodDescriptionbooleanProp.booleanValue(Map<Prop, Object> map) Returns the value of a boolean property.Returns the value of a file property.Returns the value of a property.intReturns the value of an integer property.Removes the value of this property from a map, returning the previous value or null.voidSets the value of a property.Prop.stringValue(Map<Prop, Object> map) Returns the value of a string property.Constructor parameters in net.hydromatic.morel.eval with type arguments of type Prop