1 classdef ReflectionHelper<handle
3 function self=ReflectionHelper(valBox)
4 if ~isa(valBox,
'mxberry.core.cont.ValueBox')
6 'Input is expected to be a boxed value
object');
8 valBox.setValue(metaclass(self));
function throwerror(in msgTag, in varargin)
THROWERROR works similarly to built-in ERROR function in case when there is no output arguments but s...