case Node.TYPE_NAMESPACE:
{
if (self.isNamespace()) {
ContextualCall ccall = ContextualCall.createContextualCall(self, symbol);
if (ccall != null)
return ccall.call_unary(arg0);
else
throw new InterpreterException(StdErrors.extend(StdErrors.Symbol_not_defined, symbol));
}