|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
languageShortName
using a newly created ScriptEngineManager
instance.
InterruptedException
when
some conditions are met.UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
AnnotationNode
conforms to annotation meta
- enhancing an AnnotationNode
AST to reflect real annotation metaReduction
from this node.
Reduction
from this node.
Reduction
from this token.
Reduction
from this token, adding the supplied
node as the second element.
Reduction
from this token, adding the supplied
nodes as the second and third element, respectively.
Reduction
from this token, adding the supplied
nodes as the second, third, and fourth element, respectively.
assert i !- AssertStatement(BooleanExpression) -
Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
-
- AssertStatement(BooleanExpression, Expression) -
Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
-
- assertToString(Object, String) -
Method in class groovy.util.GroovyTestCase
- Asserts that the value of toString() on the given object matches the
given text string
- assertTypeNotNull(ClassNode, AST) -
Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- assertValidIdentifier(String, String, ASTNode) -
Static method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
-
- ASSIGN -
Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
-
- ASSIGN -
Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- ASSIGN -
Static variable in class org.codehaus.groovy.syntax.Types
-
- ASSIGNMENT_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- assignmentExpression() -
Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- assignmentExpression(int) -
Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- assignmentLessExpression() -
Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- assignStatement(Expression, Expression) -
Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
-
- assignToArray(Expression, Expression, Expression, Expression) -
Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
-
- assignToArray(Expression, Expression, Expression, Expression) -
Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
-
- asSql(GString, List<Object>) -
Method in class groovy.sql.Sql
- Hook to allow derived classes to override sql generation from GStrings.
- asSynchronized(Map<K, V>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Map.
- asSynchronized(SortedMap<K, V>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized SortedMap.
- asSynchronized(Collection<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Collection.
- asSynchronized(List<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized List.
- asSynchronized(Set<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized Set.
- asSynchronized(SortedSet<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A convenience method for creating a synchronized SortedSet.
- ast -
Variable in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- ast -
Variable in class org.codehaus.groovy.control.CompilationUnit
-
- ast -
Variable in class org.codehaus.groovy.control.SourceUnit
- The root of the Abstract Syntax Tree for the source
- AstBuilderTransformation - Class in org.codehaus.groovy.ast.builder
- Transformation to capture ASTBuilder from code statements.
- AstBuilderTransformation() -
Constructor for class org.codehaus.groovy.ast.builder.AstBuilderTransformation
-
- ASTHelper - Class in org.codehaus.groovy.syntax
- A common base class of AST helper methods which can be shared across the classic and new parsers
- ASTHelper(SourceUnit, ClassLoader) -
Constructor for class org.codehaus.groovy.syntax.ASTHelper
-
- ASTHelper() -
Constructor for class org.codehaus.groovy.syntax.ASTHelper
-
- ASTNode - Class in org.codehaus.groovy.ast
- Base class for any AST node.
- ASTNode() -
Constructor for class org.codehaus.groovy.ast.ASTNode
-
- ASTParserException - Exception in org.codehaus.groovy.antlr
- Thrown when trying to parse the AST
- ASTParserException(ASTRuntimeException) -
Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTParserException(String, ASTRuntimeException) -
Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTRuntimeException - Exception in org.codehaus.groovy.antlr
-
- ASTRuntimeException(AST, String) -
Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- ASTRuntimeException(AST, String, Throwable) -
Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- AstToTextHelper - Class in org.codehaus.groovy.ast
- Helper class for converting AST into text.
- AstToTextHelper() -
Constructor for class org.codehaus.groovy.ast.AstToTextHelper
-
- ASTTransformation - Interface in org.codehaus.groovy.transform
- This class is instantiated and invoked when an AST transformation is
activated.
- ASTTransformationCollectorCodeVisitor - Class in org.codehaus.groovy.transform
- This visitor walks the AST tree and collects references to Annotations that
are annotated themselves by
GroovyASTTransformation
. - ASTTransformationCollectorCodeVisitor(SourceUnit, GroovyClassLoader) -
Constructor for class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
-
- ASTTransformationVisitor - Class in org.codehaus.groovy.transform
- This class handles the invocation of the ASTAnnotationTransformation
when it is encountered by a tree walk.
- asType(Collection, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given collection to another type.
- asType(Object[], Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given array to either a List, Set, or
SortedSet.
- asType(Closure, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Coerces the closure to an implementation of the given class.
- asType(Map, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Coerces this map to the given type, using the map's keys as the public
method names, and values as the implementation.
- asType(Number, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Transform this number to a the given type, using the 'as' operator.
- asType(File, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts this File to a
Writable
or delegates to default
DefaultGroovyMethods.asType(java.lang.Object, java.lang.Class)
.
- asType(GString, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the GString to a File, or delegates to the default
DefaultGroovyMethods.asType(java.lang.Object, java.lang.Class)
- asType(String, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Provides a method to perform custom 'dynamic' type conversion
to the given class using the
as
operator.
- asType(CharSequence, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Provides a method to perform custom 'dynamic' type conversion
to the given class using the
as
operator.
- asType(Object, Class<T>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts a given object to a type.
- asType(Class) -
Method in class org.codehaus.groovy.runtime.NullObject
- Type conversion method for null.
- asType(Object, Class) -
Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
- Provides a hook for type coercion of the given object to the required type
- asUnwrappedArray(Object) -
Static method in class org.codehaus.groovy.runtime.InvokerHelper
-
- asWrapperArray(Object, Class) -
Static method in class org.codehaus.groovy.runtime.MetaClassHelper
-
- asWritable() -
Method in class groovy.lang.Closure
-
- asWritable(File) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts this File to a
Writable
.
- asWritable(File, String) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Allows a file to return a Writable implementation that can output itself
to a Writer stream.
- at -
Variable in class groovy.lang.EmptyRange
- The value at which the range originates (may be
null
).
- AT -
Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
-
- AT -
Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- atDollarDollarEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- atDollarSlashEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- attribute(Object) -
Method in class groovy.util.Node
- Provides lookup of attributes by key.
- Attribute - Class in groovy.util.slurpersupport
- Lazy evaluated representation of a node attribute.
- Attribute(String, String, GPathResult, String, Map<String, String>) -
Constructor for class groovy.util.slurpersupport.Attribute
-
- attributeDelegates -
Variable in class groovy.util.FactoryBuilderSupport
-
- AttributeExpression - Class in org.codehaus.groovy.ast.expr
- Represents an attribute access (accessing the field of a class) such as the expression "foo.
- AttributeExpression(Expression, Expression) -
Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
-
- AttributeExpression(Expression, Expression, boolean) -
Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
-
- attributes() -
Method in class groovy.util.Node
- Returns a
Map
of the attributes of the node or an empty Map
if the node does not have any attributes.
- attributes() -
Method in class groovy.util.slurpersupport.Node
-
- attributes() -
Method in class groovy.util.slurpersupport.NodeChild
-
- attributes(Element) -
Static method in class groovy.xml.dom.DOMCategory
-
- atValidDollarEscape() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- AUTO_INDENT -
Static variable in class groovy.ui.text.TextEditor
-
- autoboxType(Class) -
Static method in class org.codehaus.groovy.reflection.ReflectionCache
-
- AutoClone - Annotation Type in groovy.transform
- Note: This annotation is currently experimental!
- AutoCloneASTTransformation - Class in org.codehaus.groovy.transform
- Handles generation of code for the @AutoClone annotation.
- AutoCloneASTTransformation() -
Constructor for class org.codehaus.groovy.transform.AutoCloneASTTransformation
-
- AutoCloneStyle - Enum in groovy.transform
- Intended style to use for cloning when using the
@
AutoClone annotation. - AutoExternalize - Annotation Type in groovy.transform
- Note: This annotation is currently experimental!
- AutoExternalizeASTTransformation - Class in org.codehaus.groovy.transform
- Handles generation of code for the @AutoExternalize annotation.
- AutoExternalizeASTTransformation() -
Constructor for class org.codehaus.groovy.transform.AutoExternalizeASTTransformation
-
- autoRegisterNodes() -
Method in class groovy.util.FactoryBuilderSupport
- Ask the nodes to be registered
- autoRegistrationComplete -
Variable in class groovy.util.FactoryBuilderSupport
-
- autoRegistrationRunning -
Variable in class groovy.util.FactoryBuilderSupport
-
@Bindable
annotation when @Vetoable
is not present.FullBinding
s on the source half to the model
object for every property reference (and I do mean every, valid or not, queried before or not).Attributes
from a Map
asBoolean()
method added on types.
CharsetToolkit
utility class.
SecurityException
.
List
of the nodes children.
size
.
size
stepping through the code step
elements for each subList.
size
.
size
stepping through the code step
elements for each sub-list.
transform
closure, returning a list of transformed values.
transform
closure
and adding it to the supplied collector
.
transform
closure
returning a list of transformed values.
transform
closure
and adding it to the supplied collector
.
transform
closure
returning the collector
with all transformed vakues added to it.
transform
closure
returning a list of transformed values.
transform
closure
returning a map of the transformed entries.
transform
closure
and returning a map of the transformed entries.
transform
closure
and returning a map of the resulting transformed entries.
transform
closure
and returning a map of the resulting transformed entries.
transform
closure
and returning a map of the resulting transformed entries.
collector
.
collector
.
transform
closure.
CompilerConfiguration.addCompilationCustomizers(CompilationCustomizer...)
ModuleNode
instances.Collection.contains(java.lang.Object)
to make Strings more polymorphic.
Collection.contains(java.lang.Object)
to make CharSequences more polymorphic.
from
value for the range and less than or equal to the to
value.
this.firePropertyChange("field", field, field = value)
this.fireVetoableChange("field", field, field = value)
field = value
.
@Delegate
annotationtrue
if the intersection of two collections is empty.
AntBuilder.createNode(Object, Map, Object)
but the one made ready by AntBuilder.nodeCompleted(Object, Object)
dot( base, "" )
.
DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object)
method to determine if a match occurs.
DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object)
method to determine if a match occurs.
DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object)
method to determine if a match occurs.
closure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
rowClosure
with each row of the
result set.
rowClosure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
rowClosure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
Sql.eachRow(String, java.util.List, groovy.lang.Closure, int, int, groovy.lang.Closure)
allowing the named parameters to be supplied in a map.
Sql.eachRow(String, java.util.List, groovy.lang.Closure, int, int, groovy.lang.Closure)
allowing the named parameters to be supplied as named arguments.
Sql.eachRow(String, java.util.List, groovy.lang.Closure, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.eachRow(String, java.util.List, groovy.lang.Closure, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
Sql.eachRow(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.eachRow(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
closure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
Sql.eachRow(String, java.util.List, int, int, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.eachRow(String, java.util.List, int, int, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
closure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
closure
with each row of the result set starting at
the provided offset
, and including up to maxRows
number of rows.
EmptyRange
.
ExpandoMetaClassCreationHandle.enable();
IntRange
to another IntRange
.
ObjectRange
to another ObjectRange
.
equals()
and hashCode()
methods.String
using Java String rules.
String
using Java String rules to
a Writer
.
String
using JavaScript String rules.
String
using JavaScript String rules
to a Writer
.
eval(ScriptEngine, Reader, Binding)
except that the
source of the script is provided as a Reader
true
according to the Groovy Truth.
Sql.execute(String, java.util.List)
useful when providing the named parameters as named arguments.
self
as a command-line process.
self
with environment defined by envp
and under the working directory dir
.
self
with environment defined
by envp
and under the working directory dir
.
String
array.
String
array given in the first parameter,
with the environment defined by envp
and under the working directory dir
.
String
array given in the first parameter,
with the environment defined by envp
and under the working directory dir
.
envp
and under the working directory dir
.
envp
and under the working directory dir
.
Sql.firstRow(String, java.util.List)
useful when providing the named parameters as named arguments.
Sql.executeUpdate(String, java.util.List)
useful when providing the named parameters as named arguments.
FileIterator
is an iterator over a
number of files from a collection of FileSet instances.FileScanner
is a bean which allows the iteration
over a number of files from a collection of FileSet instances.DefaultGroovyMethods.traverse(java.io.File, java.util.Map, groovy.lang.Closure)
and related methods to control subsequent traversal behavior.Sql.firstRow(String, java.util.List)
useful when providing the named parameters as named arguments.
SimpleDateFormat
to output a String representation
of this calendar instance.
MessageFormat
using the message
from the resource bundles using the given code as a pattern and the
given objects as arguments.
IndexOutOfBoundsException
for an empty range.
ListWithDefault.get(int)
.
Object
.
Charset
s on the platform,
among which the default charset
.
DateFormat.SHORT
default format.
DateFormat
.
true
if attribute values are output with
double quotes; false
if single quotes are used.
String.metaClass.myMethod = { println "foo" }
MetaProperty
objects for 'self' and wraps it
in a list of PropertyValue
objects that additionally provide
the value for each property of 'self'.
MarkupBuilderHelper.yield(String)
,
MarkupBuilderHelper.yieldUnescaped(String)
,
MarkupBuilderHelper.pi(Map)
,
MarkupBuilderHelper.xmlDeclaration(Map)
and
MarkupBuilderHelper.comment(String)
.
break foo
inside a loop to end the
execution of the marked loop.
continue foo
inside a loop to continue
the execution of the marked loop.
ClassLoader
that will serve as the parent ClassLoader of the
GroovyClassLoader
in which scripts will be executed.
DefaultGroovyMethods.getMetaPropertyValues(java.lang.Object)
(self)
and provides the data in form of simple key/value pairs, i.e.
Object
.
BufferedReader
(indeed a LineNumberReader
) from the File
specified in the constructor of CharsetToolkit
using the charset discovered or the default
charset if an 8-bit Charset
is encountered.
URLConnection
to retrieve a script
from the ResourceConnector
.
DateFormat.MEDIUM
default format.
DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object)
method used by switch statements.
ASTTransformation
.invokeMethod
mechanism
of GroovyObject
.ScriptEngines
and also exposes metadata describing
Groovy's engine class.@Bindable
.
RetentionPolicy.CLASS
.
RetentionPolicy
.
RetentionPolicy.SOURCE
.
@Vetoable
.
@
IndexedProperty annotation.@
InheritConstructors annotation.IntRange
.
IntRange
.
Pattern
class, which allows
testing a String against a number of regular expressions.
compareTo()
method for comparing numbers of different
types.
IO.Verbosity.DEBUG
.
IO.Verbosity.INFO
.
IO.Verbosity.QUIET
.
IO.Verbosity.VERBOSE
.
Iterator
of the children of the node.
Iterator
which traverses each match.
Iterator
which traverses the Container one Component at a time.
Iterator
which traverses the ButtonGroup one AbstractButton at a time.
Iterator
which traverses the ListModel one element at a time.
Iterator
which traverses the DefaultListModel one element at a time.
Iterator
which traverses the ComboBox one item at a time.
Iterator
which traverses the MutableComboBoxModel one item at a time.
Iterator
which traverses the TableModel one row at a time.
Iterator
which traverses the DefaultTableModel one item at a time.
Iterator
which traverses the TableColumnModel one TableColumn at a time.
Iterator
which traverses the TreePath one path at a time.
Iterator
which traverses the TreeNode one node at a time.
Iterator
which traverses the JMenu one component at a time.
Iterator
which traverses the JMenuBar one menu at a time.
Iterator
which traverses the JPopupMenu one MenuElement at a time.
Iterator
which traverses the JTabbedPane one Component tab at a time.
toString()
representation of each
item from the iterator, with the given String as a separator between
each item.
toString()
representation of each
item in this collection, with the given String as a separator between
each item.
toString()
representation of each
items in this array, with the given String as a separator between each
item.
JsonException
is the exception thrown by the JSON builder and slurper classes,
whenever a problem occurs when creating or parsing JSON data structures.LineColumnReader
is an extension to BufferedReader
that keeps track of the line and column information of where the cursor is.Reader
(FileReader
, FileReader
, InputStreamReader
, etc.)
List
which automatically grows the list when either ListWithDefault.get(int)
or
ListWithDefault.getAt(int)
is called with an index greater than or equal to size()
.ResourceBundle
instances for simple i18n support.Method
except without using reflection to invoke the methodObject
representing the name of the node.
QName
instances.void addPropertyChangeListener(PropertyChangeListener)
,
void removePropertyChangeListener(PropertyChangeListener)
, and
void firePropertyChange(String, Object, Object)
.
Reduction
with Token.NULL
as it's root.
gotoPhase( phase + 1 )
.
name
and if a parent is supplied, adds
the newly created node as a child of the parent.
name
with value value
and
if a parent is supplied, adds the newly created node as a child of the parent.
name
with
attributes specified in the attributes
Map.
name
with value value
and
with attributes specified in the attributes
Map.
Node
which provides some XPath like helper methods for GPath.System.exit(int)
(and related) from being used.@NotYetImplemented
annotation.ObjectRange
.
@
PackageScope is placed at the class level.Map
containing all entries from left
and right
,
giving precedence to right
.
Map
containing all entries from self
and entries
,
giving precedence to entries
.
"1.5"
) is the value for targetBytecode to compile for a JDK 1.5 or later JVM.
"1.4"
) is the value for targetBytecode to compile for a JDK 1.4 JVM.
- preCheckForNamedParams(String) -
Method in class groovy.sql.Sql
-
- PRECLUDES_CAST_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- Preferences - Class in org.codehaus.groovy.tools.shell.util
- Container for shell preferences.
- Preferences() -
Constructor for class org.codehaus.groovy.tools.shell.util.Preferences
-
- PREFIX_MINUS -
Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_MINUS_MINUS -
Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_OR_INFIX_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_PLUS -
Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_PLUS_PLUS -
Static variable in class org.codehaus.groovy.syntax.Types
-
- prefixExpression(AST, int) -
Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- PrefixExpression - Class in org.codehaus.groovy.ast.expr
- Represents a prefix expression like ++foo or --bar
- PrefixExpression(Token, Expression) -
Constructor for class org.codehaus.groovy.ast.expr.PrefixExpression
-
- preInstantiate(Object, Map, Object) -
Method in class groovy.util.FactoryBuilderSupport
- A hook before the factory creates the node.
- preInstantiate(Object, Map, Object) -
Method in class groovy.util.ObjectGraphBuilder
-
- preInstantiateDelegates -
Variable in class groovy.util.FactoryBuilderSupport
-
- PreJava2GroovyConverter - Class in org.codehaus.groovy.antlr.java
- This class mutates the Java AST, whilst it is still a Java AST, in readiness for conversion to Groovy, yippee-ky-a !
- PreJava2GroovyConverter(String[]) -
Constructor for class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
-
- PreOrderTraversal - Class in org.codehaus.groovy.antlr.treewalker
- A simple preorder traversal over the supplied antlr AST.
- PreOrderTraversal(Visitor) -
Constructor for class org.codehaus.groovy.antlr.treewalker.PreOrderTraversal
- A simple preorder traversal over the supplied antlr AST.
- prepareCallSite(String) -
Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
-
- previous() -
Method in class groovy.sql.GroovyResultSetExtension
- Moves the cursor to the previous row in this
getResultSet()
object.
- previous() -
Method in class groovy.util.ObservableList.ObservableListIterator
-
- previous(Calendar) -
Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
- Decrement a Calendar by one day.
- previous(Date) -
Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
- Decrement a Date by one day.
- previous(Date) -
Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
- Decrement a java.sql.Date by one day.
- previous(String) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- This method is called by the -- operator for the class String.
- previous(CharSequence) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- This method is called by the -- operator for the class CharSequence.
- previous(Character) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Decrement a Character by one.
- previous(Number) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Decrement a Number by one.
- previous(Enum) -
Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
- This method is called by the -- operator for enums.
- previousIndex() -
Method in class groovy.util.ObservableList.ObservableListIterator
-
- PRIM_FALSE -
Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
-
- PRIM_TRUE -
Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
-
- primaryExpression() -
Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- primaryExpression() -
Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- PRIMITIVE_TYPE -
Static variable in class org.codehaus.groovy.syntax.Types
-
- primitiveArrayBox(Object) -
Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
-
- primitiveArrayGet(Object, int) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the getAt(int) method for primitive type arrays.
- primitiveArrayGet(Object, Range) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the getAt(Range) method for primitive type arrays.
- primitiveArrayGet(Object, Collection) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the getAt(Collection) method for primitive type arrays.
- primitiveArrayPut(Object, int, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the setAt(int idx) method for primitive type arrays.
- primitiveArrayToList(Object) -
Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
- Allows conversion of arrays into a mutable List
- print(Object[]) -
Static method in class groovy.inspect.Inspector
-
- print(Object) -
Method in class groovy.io.GroovyPrintStream
- Prints an object Groovy style.
- print(Object) -
Method in class groovy.io.GroovyPrintWriter
-
- print(Object) -
Method in class groovy.lang.Script
- Prints the value to the current 'out' variable which should be a PrintWriter
or at least have a print() method defined on it.
- PRINT -
Static variable in class groovy.ui.text.StructuredSyntaxResources
-
- print(Graphics, PageFormat, int) -
Method in class groovy.ui.text.TextEditor
-
- print(String) -
Method in class groovy.util.IndentPrinter
- Prints a string.
- print(char) -
Method in class groovy.util.IndentPrinter
- Prints a character.
- print(PrintWriter) -
Method in class groovy.util.Node
- Writes the node to the specified
PrintWriter
.
- print(Node) -
Method in class groovy.util.NodePrinter
-
- print(Node) -
Method in class groovy.util.XmlNodePrinter
-
- print(Node, XmlNodePrinter.NamespaceContext) -
Method in class groovy.util.XmlNodePrinter
-
- print(Object) -
Method in class groovy.xml.MarkupBuilder
-
- print(GroovySourceAST, int, String, String, String) -
Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
-
- print(GroovySourceAST, int, String) -
Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
-
- print(Object, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style to self if it
is a Writer, otherwise to the standard output stream.
- print(PrintWriter, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style to the print writer.
- print(PrintStream, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style to the print stream.
- print(Closure, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value to the standard output stream.
- print(Object, PrintWriter) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print to a console in interactive format.
- print(Document) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- print(Node, Map, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- print(String) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributes(Map) -
Method in class groovy.util.NodePrinter
-
- printAttributes(Element) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributeWithoutPrefix(Attr, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributeWithPrefix(Attr, StringBuffer) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printChildren(Node, Map) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printComment(Comment, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printElement(Element, Map, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printEnd(String, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printError(String) -
Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
-
- printError(String) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
-
- printf(String, Object) -
Method in class groovy.lang.Script
- Prints a formatted string using the specified format string and argument.
- printf(String, Object[]) -
Method in class groovy.lang.Script
- Prints a formatted string using the specified format string and arguments.
- printf(Object, String, Object[]) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Printf to a console (Only works with JDK1.5 or later).
- printf(Object, String, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Prints a formatted string using the specified format string and
arguments.
- printIndent() -
Method in class groovy.util.IndentPrinter
- Prints the current indent level.
- printIndent() -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printLineBegin() -
Method in class groovy.util.XmlNodePrinter
-
- printLineEnd() -
Method in class groovy.util.XmlNodePrinter
-
- printLineEnd(String) -
Method in class groovy.util.XmlNodePrinter
-
- printList(List) -
Method in class groovy.util.NodePrinter
-
- printList(List, XmlNodePrinter.NamespaceContext) -
Method in class groovy.util.XmlNodePrinter
-
- println(Object) -
Method in class groovy.io.GroovyPrintStream
- Prints an object Groovy style followed by a newline.
- println(Object) -
Method in class groovy.io.GroovyPrintWriter
-
- println() -
Method in class groovy.lang.Script
- Prints a newline to the current 'out' variable which should be a PrintWriter
or at least have a println() method defined on it.
- println(Object) -
Method in class groovy.lang.Script
- Prints the value and a newline to the current 'out' variable which should be a PrintWriter
or at least have a println() method defined on it.
- println(String) -
Method in class groovy.util.IndentPrinter
- Prints a string followed by an end of line character.
- println() -
Method in class groovy.util.IndentPrinter
- Prints an end-of-line character (if enabled via addNewLines property).
- println(Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a linebreak to the standard output stream.
- println(Closure) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a linebreak to the standard output stream.
- println(Object, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style (followed by a newline) to self
if it is a Writer, otherwise to the standard output stream.
- println(PrintWriter, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style (followed by a newline) to the print writer.
- println(PrintStream, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value formatted Groovy style (followed by a newline) to the print stream.
- println(Closure, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print a value (followed by a newline) to the standard output stream.
- println(Object, PrintWriter) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Print to a console in interactive format.
- println(String) -
Method in class org.codehaus.groovy.tools.ErrorReporter
- Prints a line to the underlying
PrintStream
- println(StringBuffer) -
Method in class org.codehaus.groovy.tools.ErrorReporter
-
- println(String) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printName(Node) -
Method in class groovy.util.NodePrinter
-
- printName(Node, XmlNodePrinter.NamespaceContext, boolean, boolean) -
Method in class groovy.util.XmlNodePrinter
-
- printNameAttributes(Map, XmlNodePrinter.NamespaceContext) -
Method in class groovy.util.XmlNodePrinter
-
- printNamespace(Object, XmlNodePrinter.NamespaceContext) -
Method in class groovy.util.XmlNodePrinter
-
- printNewlineAndIndent(GroovySourceAST, int) -
Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
-
- printNotice(String) -
Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
-
- printNotice(String) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
-
- printPI(ProcessingInstruction, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printQuoted(String) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printResults(PrintStream) -
Method in class org.codehaus.groovy.ant.Groovy
- print any results in the statement.
- printSanitizedStackTrace(Throwable, PrintWriter) -
Static method in class org.codehaus.groovy.runtime.StackTraceUtils
-
- printSanitizedStackTrace(Throwable) -
Static method in class org.codehaus.groovy.runtime.StackTraceUtils
-
- printSimpleItem(Object) -
Method in class groovy.util.XmlNodePrinter
-
- printSpecialNode(Node) -
Method in class groovy.util.XmlNodePrinter
-
- printText(Text, boolean) -
Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printUpdatingTabLevel(GroovySourceAST, int, String, String, String) -
Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
-
- printWarning(String) -
Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
-
- printWarning(String) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
-
- process(AST) -
Method in interface org.codehaus.groovy.antlr.AntlrASTProcessor
- performs some processing on the supplied AST node.
- process(AST) -
Method in class org.codehaus.groovy.antlr.AntlrASTProcessSnippets
- decorate antlr AST with ending line/col info, and if
possible the snipppet of source from the start/end line/col for each node.
- process(AST) -
Method in class org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal
-
- process(AST) -
Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
-
- processAST() -
Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- processDoMethodInvokeException(Exception, Object, Object[]) -
Method in class groovy.lang.MetaMethod
-
- ProcessGroovyMethods - Class in org.codehaus.groovy.runtime
- This class defines new groovy methods which appear on normal JDK
classes related to process management.
- ProcessGroovyMethods() -
Constructor for class org.codehaus.groovy.runtime.ProcessGroovyMethods
-
- ProcessGroovyMethods.ProcessRunner - Class in org.codehaus.groovy.runtime
- A Runnable which waits for a process to complete together with a notification scheme
allowing another thread to wait a maximum number of seconds for the process to complete
before killing it.
- ProcessGroovyMethods.ProcessRunner(Process) -
Constructor for class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
-
- processingInstruction(String, String) -
Method in class groovy.util.XmlParser
-
- ProcessingUnit - Class in org.codehaus.groovy.control
- A base class for data structures that can collect messages and errors
during processing.
- ProcessingUnit(CompilerConfiguration, GroovyClassLoader, ErrorCollector) -
Constructor for class org.codehaus.groovy.control.ProcessingUnit
- Initialize the ProcessingUnit to the empty state.
- processKeyEvent(KeyEvent) -
Method in class groovy.ui.text.TextEditor
-
- processResult(int[]) -
Method in class groovy.sql.BatchingStatementWrapper
-
- progressCallback -
Variable in class org.codehaus.groovy.control.CompilationUnit
-
- PROPAGATE_TO_COMPILE_UNIT -
Static variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
-
- properties() -
Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
-
- properties() -
Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
-
- properties() -
Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
-
- properties() -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
- returns a sorted array of properties
- PROPERTY_MISSING -
Static variable in class groovy.lang.MetaClassImpl
-
- PROPERTY_SET_PREFIX -
Static variable in class groovy.lang.MetaProperty
-
- PropertyAccessInterceptor - Interface in groovy.lang
- An interface that adds the ability to intercept
property getters/setters
- PropertyAccessor - Interface in groovy.beans
-
- PropertyBinding - Class in org.codehaus.groovy.binding
-
- PropertyBinding(Object, String) -
Constructor for class org.codehaus.groovy.binding.PropertyBinding
-
- PropertyBinding(Object, String, String) -
Constructor for class org.codehaus.groovy.binding.PropertyBinding
-
- PropertyBinding(Object, String, PropertyBinding.UpdateStrategy) -
Constructor for class org.codehaus.groovy.binding.PropertyBinding
-
- PropertyBinding.UpdateStrategy - Enum in org.codehaus.groovy.binding
-
- propertyChange(PropertyChangeEvent) -
Method in class org.codehaus.groovy.binding.PropertyPathFullBinding
-
- PropertyChangeProxyTargetBinding - Class in org.codehaus.groovy.binding
-
- PropertyChangeProxyTargetBinding(Object, String, PropertyChangeListener) -
Constructor for class org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
-
- PropertyExpression - Class in org.codehaus.groovy.ast.expr
- Represents a property access such as the expression "foo.bar".
- PropertyExpression(Expression, String) -
Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
-
- PropertyExpression(Expression, Expression) -
Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
-
- PropertyExpression(Expression, Expression, boolean) -
Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
-
- propertyMissingDelegate -
Variable in class groovy.util.FactoryBuilderSupport
-
- PropertyModel - Class in groovy.model
- Represents a property of a value as a model.
- PropertyModel(ValueModel, String) -
Constructor for class groovy.model.PropertyModel
-
- PropertyModel(ValueModel, String, Class) -
Constructor for class groovy.model.PropertyModel
-
- PropertyModel(ValueModel, String, Class, boolean) -
Constructor for class groovy.model.PropertyModel
-
- propertyName -
Variable in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
-
- PropertyNode - Class in org.codehaus.groovy.ast
- Represents a property (member variable, a getter and setter)
- PropertyNode(String, int, ClassNode, ClassNode, Expression, Statement, Statement) -
Constructor for class org.codehaus.groovy.ast.PropertyNode
-
- PropertyNode(FieldNode, int, Statement, Statement) -
Constructor for class org.codehaus.groovy.ast.PropertyNode
-
- PropertyPathFullBinding - Class in org.codehaus.groovy.binding
- A property path full binding
- PropertyPathFullBinding() -
Constructor for class org.codehaus.groovy.binding.PropertyPathFullBinding
-
- PropertyReader - Interface in groovy.beans
-
- PropertyValue - Class in groovy.lang
-
- PropertyValue(Object, MetaProperty) -
Constructor for class groovy.lang.PropertyValue
-
- PropertyWriter - Interface in groovy.beans
-
- Proxy - Class in groovy.util
- Dynamic groovy proxy for another object.
- Proxy() -
Constructor for class groovy.util.Proxy
-
- proxy() -
Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
-
- ProxyGenerator - Class in groovy.util
- Classes to generate 'Proxy' objects which implement interfaces,
maps of closures and/or extend classes/delegates.
- ProxyGenerator() -
Constructor for class groovy.util.ProxyGenerator
-
- ProxyMetaClass - Class in groovy.lang
- As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.
- ProxyMetaClass(MetaClassRegistry, Class, MetaClass) -
Constructor for class groovy.lang.ProxyMetaClass
-
- PURE_PREFIX_OPERATOR -
Static variable in class org.codehaus.groovy.syntax.Types
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
-
- push(GroovySourceAST) -
Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
-
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
-
- push(ClassNode) -
Method in class org.codehaus.groovy.classgen.asm.OperandStack
- push operand on stack
- push(List<T>, T) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Appends an item to the List.
- push(GroovySourceAST) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
-
- pushBlockRecorder(CompileStack.BlockRecorder) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushBlockRecorderVisit(CompileStack.BlockRecorder) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushBool(boolean) -
Method in class org.codehaus.groovy.classgen.asm.OperandStack
-
- pushBooleanExpression() -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
- because a boolean Expression may not be evaluated completely
it is important to keep the registers clean
- pushConstant(MethodVisitor, int) -
Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
-
- pushConstant(ConstantExpression) -
Method in class org.codehaus.groovy.classgen.asm.OperandStack
- load the constant on the operand stack.
- pushDynamicName(Expression) -
Method in class org.codehaus.groovy.classgen.asm.OperandStack
-
- pushImplicitThis(boolean) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushInSpecialConstructorCall() -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushLHS(boolean) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushLoop(VariableScope, String) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
- Should be called when decending into a loop that defines
also a scope.
- pushLoop(String) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
- Should be called when decending into a loop that does
not define a scope.
- pushParenLevel() -
Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- pushState() -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
-
- pushSwitch() -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
- Creates a new break label and a element for the state stack
so pop has to be called later
- pushVariableScope(VariableScope) -
Method in class org.codehaus.groovy.classgen.asm.CompileStack
- Causes the statestack to add an element and sets
the given scope as new current variable scope.
- put(K, V) -
Method in class groovy.lang.MapWithDefault
-
- put(CachedClass, SingleKeyHashMap) -
Method in class groovy.lang.MetaClassImpl.Index
-
- put(Object, Object) -
Method in class groovy.lang.SpreadMap
-
- put(Object, Object) -
Method in class groovy.sql.GroovyRowResult
-
- put(Object, Object) -
Method in class groovy.util.ConfigObject
-
- put(Object, Object) -
Method in class groovy.util.ObservableMap
-
- put(Object, Object) -
Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- put(Object, Object) -
Method in class org.codehaus.groovy.runtime.memoize.LRUCache
-
- put(K, V) -
Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
-
- put(Object, Object) -
Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
-
- put(Object, Object) -
Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
- Maps the specified
key
to the specified
value
in this table.
- put(String, GroovyPackageDoc) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
-
- put(String, String) -
Static method in class org.codehaus.groovy.tools.shell.util.Preferences
-
- put(K1, K2, V) -
Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- put(K, V) -
Method in class org.codehaus.groovy.util.AbstractConcurrentMap
-
- put(K, int, V) -
Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
-
- put(K, V) -
Method in class org.codehaus.groovy.util.ListHashMap
-
- put(K, V) -
Method in class org.codehaus.groovy.util.ManagedConcurrentValueMap
- Sets a new value for a given key. an older value is overwritten.
- put(Object, Object) -
Method in class org.codehaus.groovy.util.SingleKeyHashMap
-
- putAll(Map<? extends K, ? extends V>) -
Method in class groovy.lang.MapWithDefault
-
- putAll(Map) -
Method in class groovy.lang.SpreadMap
-
- putAll(Map) -
Method in class groovy.sql.GroovyRowResult
-
- putAll(Map) -
Method in class groovy.util.ConfigObject
-
- putAll(Map) -
Method in class groovy.util.ObservableMap
-
- putAll(Map) -
Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- putAll(Map<K, V>, Collection<Map.Entry<K, V>>) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Provides an easy way to append multiple Map.Entry values to a Map.
- putAll(Map) -
Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
- Copies all of the mappings from the specified map to this one.
- putAll(Map<String, GroovyClassDoc>) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
-
- putAll(Map<? extends K, ? extends V>) -
Method in class org.codehaus.groovy.util.ListHashMap
-
- putAllClasses(Map<String, GroovyClassDoc>) -
Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
-
- putAt(ServletContext, String, Object) -
Static method in class groovy.servlet.ServletCategory
-
- putAt(HttpSession, String, Object) -
Static method in class groovy.servlet.ServletCategory
-
- putAt(ServletRequest, String, Object) -
Static method in class groovy.servlet.ServletCategory
-
- putAt(PageContext, String, Object) -
Static method in class groovy.servlet.ServletCategory
-
- putAt(int, Object) -
Method in interface groovy.sql.GroovyResultSet
- Supports integer based subscript operators for updating the values of numbered columns
starting at zero.
- putAt(String, Object) -
Method in interface groovy.sql.GroovyResultSet
- Updates the designated column with an
Object
value.
- putAt(int, Object) -
Method in class groovy.sql.GroovyResultSetExtension
- Supports integer based subscript operators for updating the values of numbered columns
starting at zero.
- putAt(int, Object) -
Method in class groovy.util.slurpersupport.GPathResult
-
- putAt(Element, String, Object) -
Static method in class groovy.xml.dom.DOMCategory
-
- putAt(Calendar, int, int) -
Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
- Support the subscript operator for mutating a Calendar.
- putAt(Date, int, int) -
Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
- Support the subscript operator for mutating a Date.
- putAt(Object, String, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Allows the subscript operator to be used to set dynamically named property values.
- putAt(List<T>, int, T) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow lists to work with subscript operators.
- putAt(StringBuffer, IntRange, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Support the range subscript operator for StringBuffer.
- putAt(StringBuffer, EmptyRange, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Support the range subscript operator for StringBuffer.
- putAt(List, EmptyRange, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow lists to work with subscript operators.
- putAt(List, EmptyRange, Collection) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow lists to work with subscript operators.
- putAt(List, IntRange, Collection) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- List subscript assignment operator when given a range as the index and
the assignment operand is a collection.
- putAt(List, IntRange, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- List subscript assignment operator when given a range as the index.
- putAt(List, List, List) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow lists to work with subscript operators.
- putAt(List, List, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow lists to work with subscript operators.
- putAt(Map<K, V>, K, V) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- A helper method to allow maps to work with subscript operators
- putAt(BitSet, IntRange, boolean) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Support assigning a range of values with a single assignment statement.
- putAt(BitSet, int, boolean) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Support subscript-style assignment for a BitSet.
- putAt(DefaultListModel, int, Object) -
Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
- Allow DefaultListModel to work with subscript operators.
- putAt(MutableComboBoxModel, int, Object) -
Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
- Allow MutableComboBoxModel to work with subscript operators.
- putAt(DefaultTableModel, int, Object) -
Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
- Allow DefaultTableModel to work with subscript operators.
- putAt(MutableTreeNode, int, MutableTreeNode) -
Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
- Allow MutableTreeNode to work with subscript operators.
- putAt(StringBuilder, IntRange, Object) -
Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
- Support the range subscript operator for StringBuilder (Only works with JDK1.5 or later).
- putAt(StringBuilder, EmptyRange, Object) -
Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
- Support the range subscript operator for StringBuilder (Only works with JDK1.5 or later).
- putChild(String, StructuredSyntaxDocumentFilter.LexerNode) -
Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
-
- putChild(String[], StructuredSyntaxDocumentFilter.LexerNode) -
Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
-
- putCopyOfUnexisting(SingleKeyHashMap.Entry) -
Method in class org.codehaus.groovy.util.SingleKeyHashMap
-
- putDeclaredVariable(Variable) -
Method in class org.codehaus.groovy.ast.VariableScope
-
- putNodeMetaData(Object, Object) -
Method in class org.codehaus.groovy.ast.ASTNode
- Sets the node meta data but allows overwriting values.
- putReferencedClassVariable(Variable) -
Method in class org.codehaus.groovy.ast.VariableScope
-
- putReferencedLocalVariable(Variable) -
Method in class org.codehaus.groovy.ast.VariableScope
-
- putStyle(String, Style) -
Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
-
- putStyle(String[], Style) -
Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
-
QName
class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification.ResultSet
object.
ResultSet
object.
Sql.query(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.query(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
ResultSet
object.
from
value and calling next()
successively
until you reach the to
value.@
WithReadLock and @
WithWriteLock annotation.Parser
.Reduction
with the specified root.
Invoker
to call the method if it fails.UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
Reduction
.
UnsupportedOperationException
for an empty range.
GroovyScriptEngine
.null
or a compiled pattern matcher read from "resource.name.regex
"
and used in AbstractHttpServlet.getScriptUri(HttpServletRequest)
.
ResultSetMetaData
.UnsupportedOperationException
for an empty range.
ReverseListIterator
for the provided list.
LoaderConfiguration
object which holds the classpath
Sql.rows(String, java.util.List)
useful when providing the named parameters as named arguments.
Sql.rows(String, java.util.List, int, int)
useful when providing the named parameters as a map.
Sql.rows(String, java.util.List, int, int)
useful when providing the named parameters as named arguments.
Sql.rows(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.rows(String, java.util.List, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
Sql.rows(String, java.util.List, int, int, groovy.lang.Closure)
useful when providing the named parameters as a map.
Sql.rows(String, java.util.List, int, int, groovy.lang.Closure)
useful when providing the named parameters as named arguments.
Binding
instance.
UnsupportedOperationException
for an empty range.
RetentionPolicy.CLASS
.
ProxyGenerator
to dump generated Groovy
source code to standard output during construction.
Charset
used in case the buffer represents
an 8-bit Charset
.
Object
value.
receiver classes
.
receiver classes
.
RetentionPolicy.SOURCE
.
ExpandoMetaClass
, you could do something like:
myFile.metaClass.setText = { String s -> delegate.setText(s, 'UTF-8') }
myfile.text = 'some text'
size()
method for Iterator
.
size()
method for String
.
size()
method for CharSequence
.
size()
method for StringBuffer
.
size()
method for File
.
size()
method for Matcher
.
size()
method for an array.
size()
method for Container
.
size()
method for ButtonGroup
.
size()
method for ListModel
.
size()
method for JComboBox
.
size()
method for TableModel
.
size()
method for TableColumnModel
.
size()
method for TreePath
.
size()
method for TreeNode
.
size()
method for JMenu
.
size()
method for JMenuBar
.
size()
method for JTabbedPane
.
DefaultGroovyMethods.toSpreadMap(java.util.Map)
.
debug
or
always
.
TypeChooser
which is aware of statement metadata.String
s for
Java, Java Script, HTML, XML, and SQL.StringEscapeUtils
instances should NOT be constructed in
standard programming.
@
Synchronized annotation.num
elements from the head of this list.
num
elements from the head of this array.
num
elements from the head of this Iterable.
num
elements from the head of this map.
num
elements from this iterator.
num
elements from this CharSequence.
TimeCategory
CSTNode
produced by the Lexer
.SpreadMap
from this map.
toString()
methods in classes.getMessage()
.
String
and returns it.
closure
for each descendant file in this directory tree.
String
.
String
to a
Writer
.
String
.
String
to a
Writer
.
Object
representing the value of the node.
@Vetoable
annotation, and @Bindable
if also present.GroovyASTTransformation
the annotation is added to stageVisitors
at the appropriate processor visitor.
get(key)
.
withLazyDefault
which decorates a list allowing
it to grow when called with index values outside the normal list bounds.
WithWriteLock
to support read and write synchronization on a method.WithReadLock
to support read and write synchronization on a method.Writer
.
Writer
.
PrintStream
.
PrintWriter
.
groovy.util.Node
(as used with XmlParser
) including all children in XML format.
|
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
PREV NEXT | FRAMES NO FRAMES |