package tests; /*Generated by MPS */ import jetbrains.mps.baseLanguage.regexp.runtime.Replacer; import java.util.regex.Matcher; public class _Replacer_55w9mm_a0a0a0 implements Replacer { public String replace(Matcher matcher) { return "<" + matcher.group(1) + ">"; } /*package*/ Replace_Test _enclosingClass; /*package*/ Object _closureContext; public _Replacer_55w9mm_a0a0a0(Replace_Test enclosingClass, Object closureContext) { this._enclosingClass = enclosingClass; this._closureContext = (Object) closureContext; } public _Replacer_55w9mm_a0a0a0(Replace_Test enclosingClass) { this._enclosingClass = enclosingClass; this._closureContext = null; } }