public abstract class ExpressionConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LanguageExtension<ExpressionConverter> |
EP |
Constructor and Description |
---|
ExpressionConverter() |
Modifier and Type | Method and Description |
---|---|
protected abstract PsiElement |
convert(PsiElement expression,
Project project) |
static PsiElement |
getExpression(PsiElement expression,
Language language,
Project project) |
public static final LanguageExtension<ExpressionConverter> EP
protected abstract PsiElement convert(PsiElement expression, Project project)
public static PsiElement getExpression(PsiElement expression, Language language, Project project)