package jetbrains.mps.regexp.sandbox; /*Generated by MPS */ import jetbrains.mps.baseLanguage.regexp.runtime.Replacer; import java.util.regex.Matcher; public class _Replacer_y3g_a0a0a1 implements Replacer { public String replace(Matcher matcher) { return "" + 0; } /*package*/ YYY _enclosingClass; /*package*/ Object _closureContext; public _Replacer_y3g_a0a0a1(YYY enclosingClass, Object closureContext) { this._enclosingClass = enclosingClass; this._closureContext = (Object) closureContext; } public _Replacer_y3g_a0a0a1(YYY enclosingClass) { this._enclosingClass = enclosingClass; this._closureContext = null; } }