Currently, we only support query operators registered via MethodInfos. With this feature, there will be an additional configuration option for registering node type parsers based on method names.
Currently, method call transformers can only be registered by MethodInfo, making it hard to register transformers for "concepts", eg. equality (Equals methods should always be transformed to = comparisons, for example). With this feature, a second level of registration is opened: if no MethodInfo matches, a name registry is searched.