Uses of Class
io.higson.runtime.rhino.value.RhinoParamValue
Packages that use RhinoParamValue
Package
Description
-
Uses of RhinoParamValue in io.higson.runtime.rhino
Methods in io.higson.runtime.rhino that return RhinoParamValueModifier and TypeMethodDescriptionRhinoHigson.callValue(String functionName, ParamContext ctx, Object... args) Call function in higson with given functionName, context and possible arguments for function.RhinoHigson.getValue(String param, ParamContext ctx) This method is almost the same sameRhinoHigson.getParamValue(String param, ParamContext ctx), but the result is wrapped with type conversion support.This method is almost the same sameRhinoHigson.getParamValue(String param, Object...tokens), but the result is wrapped with type conversion support.RhinoType.wrap(ParamValue pv) ConvertsParamValuetoRhinoParamValue -
Uses of RhinoParamValue in io.higson.runtime.rhino.domain
Methods in io.higson.runtime.rhino.domain that return RhinoParamValueModifier and TypeMethodDescriptionRhinoDomainElement.getAttrValue(String code) RhinoDomainElement.getAttrValue(String code, HigsonContext ctx) RhinoDomainAttribute.getValue()RhinoDomainAttribute.getValue(HigsonContext ctx) RhinoDomainNullAttribute.getValue()RhinoDomainNullAttribute.getValue(HigsonContext ctx) -
Uses of RhinoParamValue in io.higson.runtime.rhino.helper
Methods in io.higson.runtime.rhino.helper that return RhinoParamValue -
Uses of RhinoParamValue in io.higson.runtime.rhino.value
Subclasses of RhinoParamValue in io.higson.runtime.rhino.value