Squirrel::Template::Expr::WrapClass - wrap class names
my $cls_object = Squirrel::Template::Expr::WrapClass->new($class_name);
Since perl has no class objects as such, this class produces a wrapper object so expression evaluation can distinguish classes from scalars that are intended to be treated as such.
If the underlying class has a restricted_method()
method, it is called
to check whether expression evaluation is permitted to call the
method.
the Squirrel::Template::Expr manpage, the Squirrel::Template manpage
Tony Cook <tony@develop-help.com>