@Override @NotNull public LiteralTextEscaper<PsiLiteralExpressionImpl> createLiteralTextEscaper() { return new StringLiteralEscaper<PsiLiteralExpressionImpl>(this); }
@NotNull StringLiteralEscaper<HaskellQqblob> createLiteralTextEscaper();
@NotNull public StringLiteralEscaper<HaskellQqblob> createLiteralTextEscaper() { return HaskellPsiImplUtil.createLiteralTextEscaper(this); }
@NotNull public static StringLiteralEscaper<HaskellQqblob> createLiteralTextEscaper(@NotNull HaskellQqblob o) { return new StringLiteralEscaper<HaskellQqblob>(o); }