}
@Override
public IMatchingResult buildMatcher(IEvaluatorContext eval) {
List<InterpolationElement> elems = Arrays.<InterpolationElement>asList(new RegExpLiteral.StaticInterpolationElement(getString()));
return new RegExpPatternValue(eval, this, elems, java.util.Collections.<String> emptyList());
}