matcherConfiguration.setBuilderContext(builderContext);
matcherBuilder = new MatcherBuilderImpl(matcherConfiguration);
// Create a value compiler that will be used to compile all the values.
FunctionResolver resolver = ((CompilerConfigurationImpl) configuration)
.getResolver();
ValueCompiler valueCompiler = new ValueCompilerImpl(resolver);
// Create an
splitter = new PropertySplitterImpl(valueCompiler);