Class GroovyStatement
java.lang.Object
io.spring.initializr.generator.language.groovy.GroovyStatement
- Direct Known Subclasses:
GroovyExpressionStatement,GroovyReturnStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A statement in Groovy.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
GroovyStatement
public GroovyStatement()Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock