Class KotlinFunctionInvocation
java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinExpression
io.spring.initializr.generator.language.kotlin.KotlinFunctionInvocation
@Deprecated(since="0.20.0",
forRemoval=true)
public class KotlinFunctionInvocation
extends KotlinExpression
Deprecated, for removal: This API element is subject to removal in a future version.
An invocation of a function.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorDescriptionKotlinFunctionInvocation
(String target, String name, String... arguments) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
KotlinFunctionInvocation
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTarget
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
getArguments
Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock