org.grails.plugin.platform.conventions
[Groovy] Class DSLBlockCommand
java.lang.Object
org.grails.plugin.platform.conventions.DSLCommand
org.grails.plugin.platform.conventions.DSLCallCommand
org.grails.plugin.platform.conventions.DSLBlockCommand
class DSLBlockCommand
extends DSLCallCommand
Encapsulate a DSL command that represents a nested block of commands
something {
other = foo
bar a:b
}
-or with arguments-
something(a, b) {
other = foo
bar a:b
}
Property Summary |
java.util.List |
children
|
children
java.util.List children
-
DSLBlockCommand
DSLBlockCommand()
-
Groovy Documentation