|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
UnsupportedOperationException
for an empty range.
ModuleNode.addStarImport(String)
ModuleNode.addStaticStarImport(String, ClassNode)
ModuleNode.addStaticImport(ClassNode, String, String)
AnnotationNode
conforms to annotation meta
- enhancing an AnnotationNode
AST to reflect real annotation metaClassWriter.visitor
method calls.
Reduction
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
-
- 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
- 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
-
- ASTTransformation - Interface in org.codehaus.groovy.transform
- This is the delegate class for
GroovyASTTransformation
s. - 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) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given collection to another type.
- asType(Object[], Class) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the given array to either a List, Set, or
SortedSet.
- asType(Closure, Class) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Coerces the closure to an implementation of the given class.
- asType(Map, Class) -
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) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Transform this number to a the given type, using the 'as' operator.
- asType(File, Class) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts this File to a
Writable
or delegates to default
DefaultGroovyMethods.asType(Object,Class)
.
- asType(GString, Class) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Converts the GString to a File, or delegates to the default
DefaultGroovyMethods.asType(Object,Class)
- asType(String, Class) -
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) -
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
-
- attrib(int) -
Method in class org.codehaus.groovy.tools.shell.util.ANSI.Buffer
-
- attrib(String, int) -
Method in class org.codehaus.groovy.tools.shell.util.ANSI.Buffer
-
- attrib(String, String) -
Method in class org.codehaus.groovy.tools.shell.util.ANSI.Buffer
-
- attribute(Object) -
Method in class groovy.util.Node
-
- Attribute - Class in groovy.util.slurpersupport
-
- Attribute(String, String, GPathResult, String, Map) -
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
-
- 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
-
- autoClear -
Variable in class org.codehaus.groovy.tools.shell.util.ANSI.Buffer
-
- 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
.
ModuleNode
instances.Collection.contains(Object)
to make Strings 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
Used when the field is not also @Bindable
@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, "" )
.
rowClosure
with each row of the
result set.
EmptyRange
.
ExpandoMetaClassCreationHandle.enable();
IntRange
to another IntRange
.
ObjectRange
to another ObjectRange
.
true
according to the Groovy Truth.
String
array that is the parameter.
self
with environments envp
under the working directory dir
.
String
list that is the parameter.
self
with environments envp
under the working directory dir
.
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.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.
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.
ModuleNode.getStarImports()
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(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 by the
method guessEncoding()
.
URLConnection
to retrieve a script
from the ResourceConnector
.
ModuleNode.getStaticImports()
ModuleNode.getStaticStarImports()
ModuleNode.getStaticImports()
DateFormat.MEDIUM
default format.
@Grapes
annotation to modify grab configuration.@GrabResolver
(name='restlet.org', root='http://maven.restlet.org')
@Grab
(group='org.restlet', module='org.restlet', version='1.1.6')
class MyRestlet extends org.restlet.Restlet {
// ...
}
DefaultGroovyMethods.isCase(Object,Object)
method used by switch statements.
ASTTransformation
.invokeMethod
mechanism
of GroovyObject
.@Bindable
.
RetentionPolicy.CLASS
.
RetentionPolicy
.
RetentionPolicy.SOURCE
.
@Vetoable
.
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
.
XmlGroovyMethods
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.
ResourceBundle
instances for simple i18n support.Method
except without using reflection to invoke the methodQName
instances.Reduction
with Token.NULL
as it's root.
gotoPhase( phase + 1 )
.
Node
which provides some XPath like helper methods for GPath.System.exit(int)
(and related) from being used.ObjectRange
.
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.
- 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.
- previous() -
Method in class groovy.sql.GroovyResultSetExtension
- Moves the cursor to the previous row in this
getResultSet()
object.
- previous(String) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- This method is called by the -- operator for the class String.
- 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(Date) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Decrement a Date by one day.
- previous(Date) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Decrement a java.sql.Date by one day.
- previous(Enum) -
Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
- This method is called by the -- operator for enums.
- 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 primitve type arrays.
- primitiveArrayGet(Object, Range) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the getAt(Range) method for primitve type arrays.
- primitiveArrayGet(Object, Collection) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the getAt(Collection) method for primitve type arrays.
- primitiveArrayPut(Object, int, Object) -
Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
- Implements the setAt(int idx) method for primitve 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
-
- print(char) -
Method in class groovy.util.IndentPrinter
-
- print(PrintWriter) -
Method in class groovy.util.Node
-
- 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(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
-
- 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
-
- println() -
Method in class groovy.util.IndentPrinter
-
- 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
-
- processClassVariable(String) -
Method in class org.codehaus.groovy.classgen.AsmClassGenerator
-
- processDoMethodInvokeException(Exception, Object, Object[]) -
Method in class groovy.lang.MetaMethod
-
- processFieldAccess(String, FieldNode, int) -
Method in class org.codehaus.groovy.classgen.AsmClassGenerator
-
- 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
-
- processStackVariable(Variable, boolean) -
Method in class org.codehaus.groovy.classgen.AsmClassGenerator
-
- progressCallback -
Variable in class org.codehaus.groovy.control.CompilationUnit
-
- properties() -
Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
-
- 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
- PropertyBinding - Class in org.codehaus.groovy.binding
-
- PropertyBinding(Object, String) -
Constructor for class org.codehaus.groovy.binding.PropertyBinding
-
- 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
-
- 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
-
- PropertyValue - Class in groovy.lang
-
- PropertyValue(Object, MetaProperty) -
Constructor for class groovy.lang.PropertyValue
-
- Proxy - Class in groovy.util
- Dynamic groovy proxy for another object.
- Proxy() -
Constructor for class groovy.util.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(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
-
- pushBooleanExpression() -
Method in class org.codehaus.groovy.classgen.CompileStack
- because a boolean Expression may not be evaluated completly
it is important to keep the registers clean
- pushConstant(boolean) -
Method in class org.codehaus.groovy.classgen.BytecodeHelper
-
- pushConstant(int) -
Method in class org.codehaus.groovy.classgen.BytecodeHelper
-
- pushFinallyBlock(Runnable) -
Method in class org.codehaus.groovy.classgen.CompileStack
-
- pushFinallyBlockVisit(Runnable) -
Method in class org.codehaus.groovy.classgen.CompileStack
-
- pushLoop(VariableScope, String) -
Method in class org.codehaus.groovy.classgen.CompileStack
- Should be called when decending into a loop that defines
also a scope.
- pushLoop(String) -
Method in class org.codehaus.groovy.classgen.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.CompileStack
-
- pushSwitch() -
Method in class org.codehaus.groovy.classgen.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.CompileStack
- Causes the statestack to add an element and sets
the given scope as new current variable scope.
- 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.ObservableMap
-
- put(Object, Object) -
Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- put(Object, Object) -
Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
- Maps the specified
key
to the specified
value
in this table.
- put(Object, Object) -
Method in class org.codehaus.groovy.runtime.metaclass.MemoryAwareConcurrentReadMap
- 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(Object, Object) -
Method in class org.codehaus.groovy.util.SingleKeyHashMap
-
- putAll(Map) -
Method in class groovy.lang.SpreadMap
-
- putAll(Map) -
Method in class groovy.sql.GroovyRowResult
-
- 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
-
- 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(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 lists 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
-
- putField(FieldNode) -
Method in class org.codehaus.groovy.classgen.BytecodeHelper
-
- putField(FieldNode, String) -
Method in class org.codehaus.groovy.classgen.BytecodeHelper
-
- 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.
ResultSet
object.
from
value and calling next()
successively
until you reach the to
value.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
.AbstractHttpServlet.getResourceConnection(String)
.
ResultSetMetaData
.UnsupportedOperationException
for an empty range.
ReverseListIterator
for the provided list.
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.
RetentionPolicy.SOURCE
.
size()
method for Iterator
.
size()
method for String
.
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(Map)
.
debug
or
always
.
TimeCategory
CSTNode
produced by the Lexer
.SqlGroovyMethods.toRowResult(java.sql.ResultSet)
SpreadMap
from this map.
this
.
getMessage()
.
String
and returns it.
@Vetoable
annotation, and @Bindable
if also present.GroovyASTTransformation
the annotation is added to stageVisitors
at the appropriate processor visitor.
Writer
.
Writer
.
PrintStream
.
PrintWriter
.
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV NEXT | FRAMES NO FRAMES |