|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
UnsupportedOperationException
for an empty range.synchronized void add${name.capitalize}(${listener.name} listener) { if (listener == null) return if (${field.name} == null) ${field.name} = [] ${field.name}.add(listener) }
UnsupportedOperationException
for an empty range.void fire${fireMethod.capitalize()}(${parameterList.join(', ')}) { if (${field.name} !
synchronized ${name.capitalize}[] get${name.capitalize}s() { def __result = [] if (${field.name} !
synchronized void remove${name.capitalize}(${listener.name} listener) { if (listener == null) return if (${field.name} == null) ${field.name} = [] ${field.name}.remove(listener) }
AnnotationNode
conforms to annotation meta
- enhancing an AnnotationNode
AST to reflect real annotation metafalse
.
assert i !
null
).token
into its constituent parts
using the following algorithm.asBoolean()
method added on types.CharsetToolkit
utility class.GroovyRuntimeException
, because an attribute can have no children.GroovyRuntimeException
, because attributes can have no children.Iterator
.JsonDelegate
s from closures.from
value for the range and less than or equal to the to
value.this.fireVetoableChange("field", field, field = value)
field = value
.
SimpleDateFormat
,
so that the JsonOutput
class used by JsonBuilder
can be thread-safe when outputting dates and calendars.@Delegate
annotationSwingUtilities.invokeLater.
dot( base, "" )
.SwingUtilities.invokeAndWait.
eval(ScriptEngine, Reader, Binding)
except that the
source of the script is provided as a Reader
envp
and under the working directory dir
.
this
.this
.IndexOutOfBoundsException
for an empty range.Object
.