mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
create Groovy field from usage in java code
This commit is contained in:
@@ -356,7 +356,7 @@ public interface PsiElementFactory extends PsiJavaParserFacade, JVMElementFactor
|
||||
* @throws IncorrectOperationException if <code>name</code> is not a valid identifier or
|
||||
* <code>type</code> is not a valid type.
|
||||
*/
|
||||
@NotNull PsiDeclarationStatement createVariableDeclarationStatement(@NonNls @NotNull String name, @NotNull PsiType type, PsiExpression initializer)
|
||||
@NotNull PsiDeclarationStatement createVariableDeclarationStatement(@NonNls @NotNull String name, @NotNull PsiType type, @Nullable PsiExpression initializer)
|
||||
throws IncorrectOperationException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user