Pattern pattern = parsed.getValue();
Scope scope = mInterpreter.getBaseModule().getScope();
// Construct the method.
Callable callable = new IntrinsicCallable(pattern, doc, new MethodWrapper(method), scope);
// Register it.
scope.define(name, callable);
}