Class GroovyExpressionStatement
java.lang.Object
io.spring.initializr.generator.language.groovy.GroovyStatement
io.spring.initializr.generator.language.groovy.GroovyExpressionStatement
@Deprecated(since="0.20.0",
forRemoval=true)
public class GroovyExpressionStatement
extends GroovyStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A statement that contains a single expression.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyExpressionStatement(GroovyExpression expression) 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.
-
Constructor Details
-
GroovyExpressionStatement
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getExpression
Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock