NAME

Squirrel::Template::Expr::WrapClass - wrap class names


SYNOPSIS

  my $cls_object = Squirrel::Template::Expr::WrapClass->new($class_name);


DESCRIPTION

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.


SEE ALSO

the Squirrel::Template::Expr manpage, the Squirrel::Template manpage


AUTHOR

Tony Cook <tony@develop-help.com>