Functions

Link copied to clipboard
abstract fun addDependency(@NotNull p0: @NotNull GradleReferenceInjection)
Link copied to clipboard
abstract fun addHolder(@NotNull p0: @NotNull GradlePropertiesDslElement)
Link copied to clipboard
abstract fun applyChanges()
Link copied to clipboard
@Nullable
abstract fun create(): @Nullable PsiElement?
Link copied to clipboard
abstract fun delete()
Link copied to clipboard
open fun dependencies(): DependenciesDslElement?
Link copied to clipboard
@Nullable
abstract fun getAnchor(): @Nullable GradleDslElement?
Link copied to clipboard
@NotNull
abstract fun getChildren(): @NotNull MutableCollection<GradleDslElement>
Link copied to clipboard
@Nullable
abstract fun getClosureElement(): @Nullable GradleDslClosure?
Link copied to clipboard
@NotNull
abstract fun getContainedElements(p0: Boolean): @NotNull MutableList<GradleDslElement>
Link copied to clipboard
@NotNull
abstract fun getDependencies(): @NotNull MutableList<GradleReferenceInjection>
Link copied to clipboard
@NotNull
abstract fun getDependents(): @NotNull MutableList<GradleReferenceInjection>
Link copied to clipboard
@NotNull
abstract fun getDslFile(): @NotNull GradleDslFile
Link copied to clipboard
abstract fun getElements(): Map<String, GradleDslElement>
Link copied to clipboard
@NotNull
abstract fun getElementType(): @NotNull PropertyType
Link copied to clipboard
@NotNull
abstract fun getExternalSyntax(): @NotNull ExternalNameInfo.ExternalNameSyntax
Link copied to clipboard
@NotNull
abstract fun getExternalToModelMap(@NotNull p0: @NotNull GradleDslNameConverter): @NotNull ExternalToModelMap
Link copied to clipboard
@NotNull
abstract fun getFullName(): @NotNull String
Link copied to clipboard
@NotNull
abstract fun getHolders(): @NotNull MutableList<GradlePropertiesDslElement>
Link copied to clipboard
@NotNull
abstract fun getInScopeElements(): @NotNull MutableMap<String, GradleDslElement>
Link copied to clipboard
@Nullable
abstract fun getModelEffect(): @Nullable ModelEffectDescription?
Link copied to clipboard
@Nullable
abstract fun getModelProperty(): @Nullable ModelPropertyDescription?
Link copied to clipboard
@NotNull
abstract fun getName(): @NotNull String
Link copied to clipboard
@NotNull
abstract fun getNameElement(): @NotNull GradleNameElement
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable GradleDslElement?
Link copied to clipboard
@Nullable
abstract fun getPsiElement(): @Nullable PsiElement?
Link copied to clipboard
@NotNull
abstract fun getQualifiedName(): @NotNull String
Link copied to clipboard
@NotNull
abstract fun getResolvedVariables(): @NotNull MutableList<GradleReferenceInjection>
Link copied to clipboard
@Nullable
abstract fun getUnsavedClosure(): @Nullable GradleDslClosure?
Link copied to clipboard
abstract fun isBlockElement(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun isModified(): Boolean
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun move(): @Nullable PsiElement?
Link copied to clipboard
@NotNull
abstract fun <T : BuildModelNotification> notification(@NotNull p0: @NotNull NotificationTypeReference<T>): @NotNull T & Any
Link copied to clipboard
abstract fun registerDependent(@NotNull p0: @NotNull GradleReferenceInjection)
Link copied to clipboard
abstract fun rename(@NotNull p0: @NotNull String)
abstract fun rename(@NotNull p0: @NotNull MutableList<String>)
Link copied to clipboard
@Nullable
abstract fun requestAnchor(@NotNull p0: @NotNull GradleDslElement): @Nullable GradleDslElement?
Link copied to clipboard
abstract fun resetState()
Link copied to clipboard
abstract fun resolve()
Link copied to clipboard
@Nullable
abstract fun resolveExternalSyntaxReference(@NotNull p0: @NotNull PsiElement, p1: Boolean): @Nullable GradleDslElement?
@Nullable
abstract fun resolveExternalSyntaxReference(@NotNull p0: @NotNull String, p1: Boolean): @Nullable GradleDslElement?
Link copied to clipboard
@Nullable
abstract fun resolveInternalSyntaxReference(@NotNull p0: @NotNull String, p1: Boolean): @Nullable GradleDslElement?
Link copied to clipboard
abstract fun setElementType(@NotNull p0: @NotNull PropertyType)
Link copied to clipboard
abstract fun setExternalSyntax(@NotNull p0: @NotNull ExternalNameInfo.ExternalNameSyntax)
Link copied to clipboard
abstract fun setModelEffect(@Nullable p0: @Nullable ModelEffectDescription?)
Link copied to clipboard
abstract fun setModified()
Link copied to clipboard
abstract fun setNameElement(@NotNull p0: @NotNull GradleNameElement)
Link copied to clipboard
abstract fun setNewClosureElement(@Nullable p0: @Nullable GradleDslClosure?)
Link copied to clipboard
abstract fun setNewElement(newElement: GradleDslElement)
Link copied to clipboard
abstract fun setParent(@NotNull p0: @NotNull GradleDslElement)
Link copied to clipboard
abstract fun setParsedClosureElement(@NotNull p0: @NotNull GradleDslClosure)
Link copied to clipboard
abstract fun setPsiElement(@Nullable p0: @Nullable PsiElement?)
Link copied to clipboard
Link copied to clipboard
abstract fun unregisterDependent(@NotNull p0: @NotNull GradleReferenceInjection)
Link copied to clipboard
abstract fun updateDependenciesOnAddElement(@NotNull p0: @NotNull GradleDslElement)
Link copied to clipboard
abstract fun updateDependenciesOnRemoveElement(@NotNull p0: @NotNull GradleDslElement)
Link copied to clipboard
abstract fun updateDependenciesOnReplaceElement(@NotNull p0: @NotNull GradleDslElement, @NotNull p1: @NotNull GradleDslElement)