mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix compilation
This commit is contained in:
@@ -125,5 +125,6 @@ public interface JVMElementFactory {
|
||||
@NotNull
|
||||
PsiAnnotation createAnnotationFromText(@NotNull @NonNls String annotationText, @Nullable PsiElement context) throws IncorrectOperationException;
|
||||
|
||||
PsiElement createExpressionFromText(String text, PsiElement ctx) throws IncorrectOperationException;
|
||||
@NotNull
|
||||
PsiElement createExpressionFromText(@NotNull @NonNls String text, @Nullable PsiElement context) throws IncorrectOperationException;
|
||||
}
|
||||
|
||||
@@ -453,4 +453,7 @@ public interface PsiElementFactory extends PsiJavaParserFacade, JVMElementFactor
|
||||
*/
|
||||
@NotNull
|
||||
PsiCatchSection createCatchSection(@NotNull PsiType exceptionType, @NotNull String exceptionName, @Nullable PsiElement context) throws IncorrectOperationException;
|
||||
|
||||
@NotNull
|
||||
PsiExpression createExpressionFromText(@NotNull String text, PsiElement context) throws IncorrectOperationException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user