Uses of Class
net.hydromatic.morel.eval.Prop
-
Packages that use Prop Package Description net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of Prop in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval with type parameters of type Prop Modifier and Type Field Description static com.google.common.collect.ImmutableMap<String,Prop>Prop. BY_NAMEMap<Prop,Object>Session. mapProperty values.Methods in net.hydromatic.morel.eval that return Prop Modifier and Type Method Description static PropProp. lookup(String propName)Looks up a property by name.static PropProp. valueOf(String name)Returns 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 Prop Modifier and Type Method Description booleanProp. booleanValue(Map<Prop,Object> map)Returns the value of a boolean property.ObjectProp. get(Map<Prop,Object> map)Returns the value of a property.intProp. intValue(Map<Prop,Object> map)Returns the value of an integer property.ObjectProp. remove(Map<Prop,Object> map)Removes the value of this property from a map, returning the previous value or null.voidProp. set(Map<Prop,Object> map, Object value)Sets the value of a property.
-