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