A B C D E F G H I J K L M N O P Q R S T U V W X

A

ARRAY_ITEM_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
ARRAY_WITH_NULL - Static variable in class groovy.lang.MetaClass
 
ASTBuilder - class org.codehaus.groovy.syntax.parser.ASTBuilder.
 
ASTBuilder(ClassLoader) - Constructor for class org.codehaus.groovy.syntax.parser.ASTBuilder
 
ASTNode - class org.codehaus.groovy.ast.ASTNode.
Base class for any AST node
ASTNode() - Constructor for class org.codehaus.groovy.ast.ASTNode
 
AbstractCharStream - class org.codehaus.groovy.syntax.lexer.AbstractCharStream.
 
AbstractCharStream() - Constructor for class org.codehaus.groovy.syntax.lexer.AbstractCharStream
 
AbstractCharStream(String) - Constructor for class org.codehaus.groovy.syntax.lexer.AbstractCharStream
 
AbstractTokenStream - class org.codehaus.groovy.syntax.AbstractTokenStream.
Provides the common code for TokenStream implementations.
AbstractTokenStream() - Constructor for class org.codehaus.groovy.syntax.AbstractTokenStream
Default constructor.
AbstractTokenStream(String) - Constructor for class org.codehaus.groovy.syntax.AbstractTokenStream
Initializes the stream with information about the source.
AntBuilder - class groovy.util.AntBuilder.
Allows Ant tasks to be used with GroovyMarkup
AntBuilder() - Constructor for class groovy.util.AntBuilder
 
AntBuilder(Project) - Constructor for class groovy.util.AntBuilder
 
ArgumentListExpression - class org.codehaus.groovy.ast.expr.ArgumentListExpression.
Represents one or more arguments being passed into a method
ArgumentListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(List) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression[]) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Parameter[]) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArrayExpression - class org.codehaus.groovy.ast.expr.ArrayExpression.
Represents an array object construction either using a fixed size or an initializer expression
ArrayExpression(String, List) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
Creates an array using an initializer expression
ArrayExpression(String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
Creates an empty array of a certain size
AssertStatement - class org.codehaus.groovy.ast.stmt.AssertStatement.
Represents an assert statement such as assert i != 0 : "should never be zero";
AssertStatement(BooleanExpression) - Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
 
AssertStatement(BooleanExpression, Expression) - Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
 
abs(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 
actionPerformed(ActionEvent) - Method in class groovy.swing.impl.DefaultAction
 
actualParameterList(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
add(int, Object) - Method in class groovy.lang.Sequence
 
add(Object) - Method in class groovy.lang.Sequence
 
add(Map) - Method in class groovy.sql.DataSet
 
add(Map) - Method in class groovy.sql.GroovyResultSet
Adds a new row to this result set
add(Closure) - Method in class groovy.util.OrderBy
 
add(Number, Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
add(String, ExceptionCollector) - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Adds a ExceptionCollector to the set.
add(GroovyException) - Method in class org.codehaus.groovy.tools.ExceptionCollector
Adds a GroovyException to the collector.
add(GroovyException, boolean) - Method in class org.codehaus.groovy.tools.ExceptionCollector
Adds a GroovyException to the collector.
addAll(Collection) - Method in class groovy.lang.Sequence
 
addAll(int, Collection) - Method in class groovy.lang.Sequence
 
addAttribute(String, Object) - Method in class org.codehaus.groovy.ast.MetadataNode
 
addCase(CaseStatement) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
addCatch(CatchStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
addCell(TableLayoutCell) - Method in class groovy.swing.impl.TableLayout
Adds a new cell to the current grid
addCell(TableLayoutCell) - Method in class groovy.swing.impl.TableLayoutRow
Adds a new cell to this row
addChild(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Appends a child node to the child list.
addClass(ClassNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addClasses(Map) - Method in class org.codehaus.groovy.ast.ModuleNode
Appends all of the fully qualified class names in this module into the given map
addClosureCode(InnerClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addClosureColumn(Object, Closure, Closure, Class) - Method in class groovy.model.DefaultTableModel
Adds a closure based column to the table
addColumn(Object, ValueModel) - Method in class groovy.model.DefaultTableModel
 
addColumn(DefaultTableColumn) - Method in class groovy.model.DefaultTableModel
Adds a new column definition to the table
addComponent(Component) - Method in interface groovy.swing.impl.ContainerFacade
 
addComponent(Component) - Method in class groovy.swing.impl.TableLayoutCell
 
addConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addConstructor(int, Parameter[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
 
addDefaultParameterMethod(ClassNode, MethodNode, Parameter[], int) - Method in class org.codehaus.groovy.classgen.Verifier
Adds a new method which defaults the values for all the parameters starting from and including the given index
addDefaultParameterMethods(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
Creates a new helper method for each combination of default parameter expressions
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
addField(FieldNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addField(String, int, String, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldInitialization(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addFieldInitialization(ClassNode, ConstructorNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addFieldInitialization(List, List, ConstructorNode, FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addFieldsToVisitor(VariableScope) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
addFileset(FileSet) - Method in class org.codehaus.groovy.ant.FileScanner
Adds a set of files (nested fileset attribute).
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 
addImport(String, String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addImport(String, String) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
addImportPackage(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addInnerClass(ClassNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
addInterface(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
addMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
addMapEntryExpression(Expression, Expression) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
addMethod(MetaMethod) - Method in class groovy.lang.MetaClass
 
addMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addMethod(String, int, String, Parameter[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
IF a method with the given name and parameters is already defined then it is returned otherwise the given method is added to this node.
addMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addMethod(String, Closure) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
addMethods(Class) - Method in class groovy.lang.MetaClass
Adds all the methods declared in the given class to the metaclass ignoring any matching methods already defined by a derived class
addMixin(MixinNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addModel(String, Object) - Method in class groovy.model.FormModel
 
addModule(ModuleNode) - Method in class org.codehaus.groovy.ast.CompileUnit
 
addNewStaticInstanceMethod(Method) - Method in class groovy.lang.MetaClass
Allows static method definitions to be added to a meta class as if it was an instance method
addNewStaticInstanceMethod(MetaMethod) - Method in class groovy.lang.MetaClass
 
addNewStaticMethodsFrom(Class) - Method in class groovy.lang.MetaClass
Adds all of the newly defined methods from the given class to this metaclass
addPath(String) - Method in class org.codehaus.groovy.tools.CompilerClassLoader
 
addProperty(PropertyNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addProperty(String, int, String, Expression, Statement, Statement) - Method in class org.codehaus.groovy.ast.ClassNode
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.model.ValueHolder
Add a PropertyChangeListener to the listener list.
addPropertyColumn(Object, String, Class) - Method in class groovy.model.DefaultTableModel
Adds a property model column to the table
addPropertyDeclaration(ClassNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
addStatement(Statement) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
addStatements(List) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
addStaticInitializerStatements(List) - Method in class org.codehaus.groovy.ast.ClassNode
 
addString(ConstantExpression) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
addStylesToDocument(JTextPane) - Method in class groovy.ui.ConsoleSupport
 
addSyntheticMethod(String, int, String, Parameter[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
Adds a synthetic method as part of the compilation process
addTextToNode() - Method in class groovy.util.XmlParser
 
addValue(Expression) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
additiveExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
any(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of a collection, and check whether a predicate is valid for at least one element
append(VariableScope) - Method in class org.codehaus.groovy.ast.VariableScope
Appends all of the references and declarations from the given scope to this one
append(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Append the text at the end of the File
append(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Append the text at the end of the File with a specified encoding
appendNamespaceAttributes(Element, Map) - Method in class groovy.xml.DOMBuilder
 
appendRecursive(VariableScope) - Method in class org.codehaus.groovy.ast.VariableScope
Appends all of the references and declarations from the given scope and all its children to this one
apply(String, int, int, Object, Vector, Vector) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Allow an anonymous function to be declared and invoked
argumentList() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
argumentsUseStack(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
asArray(Object) - Method in class groovy.lang.MetaClass
Converts the given object into an array; if its an array then just cast otherwise wrap it in an array
asArray(Object) - Method in class org.codehaus.groovy.runtime.Invoker
Converts the given object into an array; if its an array then just cast otherwise wrap it in an array
asBool(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asBool(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asCharacter(Number) - Method in class org.codehaus.groovy.runtime.Invoker
 
asCharacter(String) - Method in class org.codehaus.groovy.runtime.Invoker
 
asCollection(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asCollection(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asConstantString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
asInt(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asInt(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asIterator(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asIterator(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asList(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given collection into a List
asList(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asList(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asList() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
asNumber(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
asSql(GString) - Method in class groovy.sql.Sql
 
asType(Object, Class) - Method in class org.codehaus.groovy.runtime.Invoker
 
asType(Object, Class) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Provides a hook for type coercion of the given object to the required type
asWritable() - Method in class groovy.lang.Closure
 
asWritable(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
asWritable(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
assertArrayEquals(Object[], Object[]) - Method in class groovy.util.GroovyTestCase
 
assertContains(char, char[]) - Method in class groovy.util.GroovyTestCase
 
assertContains(int, int[]) - Method in class groovy.util.GroovyTestCase
 
assertFailed(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
assertInspect(Object, String) - Method in class groovy.util.GroovyTestCase
Asserts that the value of inspect() on the given object matches the given text string
assertLength(int, char[]) - Method in class groovy.util.GroovyTestCase
 
assertLength(int, int[]) - Method in class groovy.util.GroovyTestCase
 
assertLength(int, Object[]) - Method in class groovy.util.GroovyTestCase
 
assertScript(String) - Method in class groovy.util.GroovyTestCase
Asserts that the script runs without any exceptions
assertStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
assertStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
assertToString(Object, String) - Method in class groovy.util.GroovyTestCase
Asserts that the value of toString() on the given object matches the given text string
assignmentExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
atEnd(boolean) - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Returns true if the stream is out of tokens.
atEnd() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
A synonym for atEnd(true).
atEnd(boolean) - Method in interface org.codehaus.groovy.syntax.TokenStream
Returns true if the stream is out of tokens, possibly ignoring trailing whitespace.
atEnd() - Method in interface org.codehaus.groovy.syntax.TokenStream
Returns true if the stream is out of tokens.
attribute(Object) - Method in class groovy.util.Node
 
attributes() - Method in class groovy.util.Node
 

B

BigDecimalMath - class org.codehaus.groovy.runtime.BigDecimalMath.
BigDecimal NumberMath operations
BigIntegerMath - class org.codehaus.groovy.runtime.BigIntegerMath.
BigInteger NumberMath operations
BinaryExpression - class org.codehaus.groovy.ast.expr.BinaryExpression.
Represents two expressions and an operation
BinaryExpression(Expression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.BinaryExpression
 
Binding - class groovy.lang.Binding.
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it.
Binding() - Constructor for class groovy.lang.Binding
 
Binding(Map) - Constructor for class groovy.lang.Binding
 
Binding(String[]) - Constructor for class groovy.lang.Binding
A helper constructor used in main(String[]) method calls
Bitwise - class groovy.util.Bitwise.
Support for bitwise operations.
Bitwise() - Constructor for class groovy.util.Bitwise
 
BlockScope - class org.codehaus.groovy.classgen.BlockScope.
A helper class to help maintain a stack of scopes for labels etc
BlockScope(BlockScope) - Constructor for class org.codehaus.groovy.classgen.BlockScope
 
BlockStatement - class org.codehaus.groovy.ast.stmt.BlockStatement.
A list of statements
BlockStatement() - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
 
BlockStatement(List) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
 
BlockStatement(Statement[]) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
 
BooleanExpression - class org.codehaus.groovy.ast.expr.BooleanExpression.
Represents a boolean expression
BooleanExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.BooleanExpression
 
BreakStatement - class org.codehaus.groovy.ast.stmt.BreakStatement.
Represents a break statement in a switch or loop statement
BreakStatement() - Constructor for class org.codehaus.groovy.ast.stmt.BreakStatement
 
BreakStatement(String) - Constructor for class org.codehaus.groovy.ast.stmt.BreakStatement
 
BuilderSupport - class groovy.util.BuilderSupport.
An abstract base class for creating arbitrary nested trees of objects or events
BuilderSupport() - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(Closure, BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
BytecodeExpression - class org.codehaus.groovy.classgen.BytecodeExpression.
Represents some custom bytecode generation by the compiler
BytecodeExpression() - Constructor for class org.codehaus.groovy.classgen.BytecodeExpression
 
BytecodeHelper - class org.codehaus.groovy.classgen.BytecodeHelper.
A helper class for bytecode generation
BytecodeHelper(CodeVisitor) - Constructor for class org.codehaus.groovy.classgen.BytecodeHelper
 
binaryExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
bodyStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
A synonym for typeBodyStatement( true, true, false ).
booleanUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(Class) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
Generates the bytecode to autobox the current value on the stack
box(String) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
box(boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(byte) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(char) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(short) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(long) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(float) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
box(double) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
breakStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
breakStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a break statement.
bredthFirst() - Method in class groovy.util.Node
Provide a collection of all the nodes in the tree using a bredth first traversal
build(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
buildAST(CSTNode, String) - Method in class org.codehaus.groovy.tools.Compiler
Creates an Abstract Syntax Tree (AST) from the CST.
byteUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 

C

COLON - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ":".
COMMA - Static variable in class org.codehaus.groovy.syntax.Token
 
COMPARE_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ":=".
COMPARE_GREATER_THAN - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ">".
COMPARE_GREATER_THAN_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ">=".
COMPARE_IDENTICAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "==".
COMPARE_LESS_THAN - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "<".
COMPARE_LESS_THAN_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "<=".
COMPARE_NOT_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "!=".
COMPARE_TO - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "<=>".
CSTNode - class org.codehaus.groovy.syntax.parser.CSTNode.
Node in the concrete syntax tree.
CSTNode() - Constructor for class org.codehaus.groovy.syntax.parser.CSTNode
Initializes the node with token set to null.
CSTNode(Token) - Constructor for class org.codehaus.groovy.syntax.parser.CSTNode
Initializes the node with the specified token.
CachingGroovyEngine - class org.codehaus.groovy.bsf.CachingGroovyEngine.
A Caching implementation of the GroovyEngine
CachingGroovyEngine() - Constructor for class org.codehaus.groovy.bsf.CachingGroovyEngine
 
CaseStatement - class org.codehaus.groovy.ast.stmt.CaseStatement.
Represents a case statement in a switch statement
CaseStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.CaseStatement
 
CastExpression - class org.codehaus.groovy.ast.expr.CastExpression.
Represents a type cast expression
CastExpression(String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.CastExpression
 
CatchStatement - class org.codehaus.groovy.ast.stmt.CatchStatement.
Represents a catch (Exception var) { } statement
CatchStatement(String, String, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.CatchStatement
 
CharStream - interface org.codehaus.groovy.syntax.lexer.CharStream.
Conduit of characters to a lexer.
CharsetToolkit - class groovy.util.CharsetToolkit.
Utility class to guess the encoding of a given text file.
CharsetToolkit(File) - Constructor for class groovy.util.CharsetToolkit
Constructor of the CharsetToolkit utility class.
ClassExpression - class org.codehaus.groovy.ast.expr.ClassExpression.
Represents access to a Java/Groovy class in an expression, such as when invoking a static method or accessing a static type
ClassExpression(String) - Constructor for class org.codehaus.groovy.ast.expr.ClassExpression
 
ClassExtender - class org.codehaus.groovy.runtime.ClassExtender.
A helper class used by the runtime to allow Groovy classes to be extended at runtime
ClassExtender() - Constructor for class org.codehaus.groovy.runtime.ClassExtender
 
ClassGenerator - class org.codehaus.groovy.classgen.ClassGenerator.
Generates Java class versions of Groovy classes
ClassGenerator(GeneratorContext, ClassVisitor, ClassLoader, String) - Constructor for class org.codehaus.groovy.classgen.ClassGenerator
 
ClassGeneratorException - exception org.codehaus.groovy.classgen.ClassGeneratorException.
An exception thrown by the class generator
ClassGeneratorException(String) - Constructor for class org.codehaus.groovy.classgen.ClassGeneratorException
 
ClassGeneratorException(String, Throwable) - Constructor for class org.codehaus.groovy.classgen.ClassGeneratorException
 
ClassNode - class org.codehaus.groovy.ast.ClassNode.
Represents a class declaration
ClassNode(String, int, String) - Constructor for class org.codehaus.groovy.ast.ClassNode
 
ClassNode(String, int, String, String[], MixinNode[]) - Constructor for class org.codehaus.groovy.ast.ClassNode
 
Closure - class groovy.lang.Closure.
Represents any closure object in Groovy.
Closure(Object) - Constructor for class groovy.lang.Closure
 
ClosureComparator - class groovy.util.ClosureComparator.
A Comparator which uses a closure to compare 2 values being equal
ClosureComparator(Closure) - Constructor for class groovy.util.ClosureComparator
 
ClosureConstraintMatcher - class groovy.mock.ClosureConstraintMatcher.
 
ClosureConstraintMatcher(Closure) - Constructor for class groovy.mock.ClosureConstraintMatcher
 
ClosureException - exception groovy.lang.ClosureException.
An exception thrown by a closure invocation
ClosureException(Closure, Throwable) - Constructor for class groovy.lang.ClosureException
 
ClosureExpression - class org.codehaus.groovy.ast.expr.ClosureExpression.
Represents a closure creation expression such as { statement; } or { i : statement; } or { i, x, String y: statement }
ClosureExpression(Parameter[], Statement) - Constructor for class org.codehaus.groovy.ast.expr.ClosureExpression
 
ClosureListener - class org.codehaus.groovy.runtime.ClosureListener.
Represents a method on an object using a closure which can be invoked at any time
ClosureListener(String, Closure) - Constructor for class org.codehaus.groovy.runtime.ClosureListener
 
ClosureModel - class groovy.model.ClosureModel.
Represents a value model using a closure to extract the value from some source model and an optional write closure for updating the value.
ClosureModel(ValueModel, Closure) - Constructor for class groovy.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure) - Constructor for class groovy.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure, Class) - Constructor for class groovy.model.ClosureModel
 
CodeVisitor - class org.codehaus.groovy.classgen.CodeVisitor.
Walks the code performing any code validation logic along the way
CodeVisitor() - Constructor for class org.codehaus.groovy.classgen.CodeVisitor
 
CodeVisitorSupport - class org.codehaus.groovy.ast.CodeVisitorSupport.
Abstract base class for any GroovyCodeVisitory which by default just walks the code and expression tree
CodeVisitorSupport() - Constructor for class org.codehaus.groovy.ast.CodeVisitorSupport
 
CompilationFailuresException - exception org.codehaus.groovy.tools.CompilationFailuresException.
Holds a map of Groovy compilation failures, keyed on source descriptor.
CompilationFailuresException() - Constructor for class org.codehaus.groovy.tools.CompilationFailuresException
Creates an empty exception.
CompileUnit - class org.codehaus.groovy.ast.CompileUnit.
Represents the entire contents of a compilation step which consists of one or more ModuleNodeinstances
CompileUnit(ClassLoader, CompilerConfig) - Constructor for class org.codehaus.groovy.ast.CompileUnit
 
Compiler - class org.codehaus.groovy.tools.Compiler.
Controls the compilation process, from source to class generation.
Compiler() - Constructor for class org.codehaus.groovy.tools.Compiler
Initializes the compiler.
CompilerBugException - exception org.codehaus.groovy.tools.CompilerBugException.
 
CompilerBugException(String, String, Throwable) - Constructor for class org.codehaus.groovy.tools.CompilerBugException
 
CompilerClassLoader - class org.codehaus.groovy.tools.CompilerClassLoader.
 
CompilerClassLoader() - Constructor for class org.codehaus.groovy.tools.CompilerClassLoader
 
CompilerConfig - class groovy.lang.CompilerConfig.
Represents the configuration details of the compiler.
CompilerConfig() - Constructor for class groovy.lang.CompilerConfig
 
CompilerFacade - class org.codehaus.groovy.classgen.CompilerFacade.
A simple facade for the Compiler, hiding much of the plumbing between the Lexer, Parser, AST and bytecode generator
CompilerFacade(ClassLoader, CompileUnit) - Constructor for class org.codehaus.groovy.classgen.CompilerFacade
 
ComponentFacade - interface groovy.swing.impl.ComponentFacade.
A facade to an object which contains a component
ConsoleSupport - class groovy.ui.ConsoleSupport.
Base class for console
ConsoleSupport() - Constructor for class groovy.ui.ConsoleSupport
 
ConstantExpression - class org.codehaus.groovy.ast.expr.ConstantExpression.
Represents a constant expression such as null, true, false
ConstantExpression(Object) - Constructor for class org.codehaus.groovy.ast.expr.ConstantExpression
 
ConstructorCallExpression - class org.codehaus.groovy.ast.expr.ConstructorCallExpression.
A constructor call
ConstructorCallExpression(String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
ConstructorNode - class org.codehaus.groovy.ast.ConstructorNode.
Represents a constructor declaration
ConstructorNode(int, Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ConstructorNode(int, Parameter[], Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ContainerFacade - interface groovy.swing.impl.ContainerFacade.
A facade to an object to which components can be added
ContinueStatement - class org.codehaus.groovy.ast.stmt.ContinueStatement.
Represents a continue statement in a loop statement
ContinueStatement() - Constructor for class org.codehaus.groovy.ast.stmt.ContinueStatement
 
ContinueStatement(String) - Constructor for class org.codehaus.groovy.ast.stmt.ContinueStatement
 
call() - Method in class groovy.lang.Closure
Invokes the closure without any parameters, returning any value if applicable.
call(Object) - Method in class groovy.lang.Closure
Invokes the closure, returning any value if applicable.
call(String) - Method in class groovy.sql.Sql
Performs a stored procedure call
call(String, List) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters
call(GString) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters
call(Object, String, Object[]) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Call the named method of the given object.
call(CodeVisitor) - Method in class org.codehaus.groovy.classgen.MethodCaller
 
call(String, Object) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
call(Object) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
capitalize(String) - Method in class groovy.lang.MetaClass
 
capitalize(String) - Method in class groovy.swing.SwingBuilder
 
capitalize(String) - Static method in class org.codehaus.groovy.classgen.Verifier
Capitalizes the start of the given bean property name
caseStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
castExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
charAt(int) - Method in class groovy.lang.GString
 
charUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
characters(char[], int, int) - Method in class groovy.util.XmlParser
 
checkCollectionType(Collection) - Method in class groovy.lang.Sequence
Checks that each member of the given collection are of the correct type
checkFiles(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
checkForInvalidOverloading(String, Class[], Class[]) - Method in class groovy.lang.MetaClass
Checks that one of the parameter types is a superset of the other and that the two lists of types don't conflict.
checkForQualifiedClass(PropertyExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
Checks if the given property expression represents a fully qualified class name
checkInitialised() - Method in class groovy.lang.MetaClass
 
checkParameters(Object[]) - Method in class groovy.lang.MetaMethod
Checks that the given parameters are valid to call this method
checkParameters() - Method in class org.codehaus.groovy.ant.Groovyc
 
checkParameters() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
checkType(Object) - Method in class groovy.lang.Sequence
Checks that the given object instance is of the correct type otherwise a runtime exception is thrown
checkValidType(Type, ASTNode, String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
checkValidType(String, ASTNode, String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
checkpoint() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Saves the look-ahead state for restore()ing later.
checkpoint() - Method in interface org.codehaus.groovy.syntax.TokenStream
Checkpoints a point in the stream that we can go back to
childIterator() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns an Iterator on the child list.
children() - Method in class groovy.util.Node
 
children() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns the number of children.
chooseEmptyMethodParams(List) - Method in class groovy.lang.MetaClass
 
chooseMethod(String, List, Object[], boolean) - Method in class groovy.lang.MetaClass
Chooses the correct method to use from a list of methods which match by name.
chooseMostGeneralMethodWith1Param(List) - Method in class groovy.lang.MetaClass
 
chooseMostSpecificParams(String, List, Object[]) - Method in class groovy.lang.MetaClass
 
classDeclaration(String, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
classDeclaration(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a class declaration.
cleanup() - Method in class org.codehaus.groovy.tools.ErrorReporter
Cleans up any state information after a write() operation.
clear() - Method in class groovy.lang.Sequence
 
clear() - Method in class org.codehaus.groovy.ant.FileScanner
Clears any file sets that have been added to this scanner
clone() - Method in class groovy.lang.Closure
Allows the closure to be cloned
clone() - Method in class groovy.lang.MetaMethod
 
close() - Method in class groovy.sql.Sql
If this SQL object was created with a Connection then this method closes the connection.
close() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Closing a StringWriter has no effect.
close() - Method in interface org.codehaus.groovy.syntax.lexer.CharStream
 
close() - Method in class org.codehaus.groovy.syntax.lexer.FileCharStream
 
close() - Method in class org.codehaus.groovy.syntax.lexer.InputStreamCharStream
 
close() - Method in class org.codehaus.groovy.syntax.lexer.ReaderCharStream
 
close() - Method in class org.codehaus.groovy.syntax.lexer.StringCharStream
 
closeResources(Connection, Statement, ResultSet) - Method in class groovy.sql.Sql
 
closeResources(Connection, Statement) - Method in class groovy.sql.Sql
 
closureExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
closureExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
closureExpression(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
coerceGStrings(Object[]) - Method in class groovy.lang.MetaClass
Coerces any GString instances into Strings
collect(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this object transforming each object into a new value using the closure as a transformer, returning a list of transformed values.
collect(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this collection transforming each entry into a new value using the closure as a transformer, returning a list of transformed values.
collect(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each entry into a new value using the closure as a transformer, returning a list of transformed values.
colon(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ":".
comma(int, int) - Static method in class org.codehaus.groovy.syntax.Token
 
compare(Object, Object) - Method in class groovy.util.ClosureComparator
 
compare(Object, Object) - Method in class groovy.util.OrderBy
 
compareEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ":=".
compareGreaterThan(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareGreaterThan(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ">".
compareGreaterThanEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareGreaterThanEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ">=".
compareIdentical(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareIdentical(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "==".
compareLessThan(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareLessThan(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "<".
compareLessThanEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareLessThanEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "<=".
compareNotEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareNotEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "!=".
compareTo(Object) - Method in class groovy.lang.GString
 
compareTo(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Character and a Number
compareTo(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Number and a Character
compareTo(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Characters
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Numbers
compareTo(Object, Object) - Method in class org.codehaus.groovy.runtime.Invoker
Compares the two objects handling nulls gracefully and performing numeric type coercion if required
compareTo(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
compareTo(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "<=>".
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 
comparisonExpression(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
compatibleModifiers(int, int) - Method in class groovy.lang.MetaMethod
 
compilationUnit() - Method in class org.codehaus.groovy.syntax.parser.Parser
The primary file-level parsing entry point.
compile(String) - Method in class groovy.util.GroovyTestSuite
 
compile() - Method in class org.codehaus.groovy.ant.Groovyc
 
compile(CharStream) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a single source.
compile(CharStream[]) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a set of CharStream sources.
compile(String[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
compile(File[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
compile(String) - Method in class org.codehaus.groovy.tools.StringCompiler
 
compile() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
compile(File, String) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
compileFiles(String[]) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
compileList - Variable in class org.codehaus.groovy.ant.Groovyc
 
compileList - Variable in class org.codehaus.groovy.wiki.Wiki2Markup
 
compositeStringExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
constantExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
consume(int) - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Removes and returns the first token in the stream, provided it matches the specified type.
consume(int) - Method in interface org.codehaus.groovy.syntax.TokenStream
Consumes the next token.
consume() - Method in interface org.codehaus.groovy.syntax.lexer.CharStream
Consume the next character.
consume() - Method in class org.codehaus.groovy.syntax.lexer.FileCharStream
 
consume() - Method in class org.codehaus.groovy.syntax.lexer.InputStreamCharStream
 
consume() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Eats a character from the input stream.
consume() - Method in class org.codehaus.groovy.syntax.lexer.ReaderCharStream
 
consume() - Method in class org.codehaus.groovy.syntax.lexer.StringCharStream
 
consume(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Consumes (and returns) the next token if it is of the specified type, or throws an UnexpectedTokenException.
consume(CSTNode, int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Adds a CSTNode of the result of consume(type) as a child of root.
consumeUntil(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Consumes tokens until one of the specified type is consumed.
consumeUntil_bare(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Consumes tokens until one of the specified type is consumed.
consume_bare(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Consumes (and returns) the next token if it is of the specified type, or throws UnexpectedTokenException.
consume_bare(CSTNode, int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Analogous to consume(root, type), exception consumes with consume_bare.
contains(Object) - Method in class groovy.lang.IntRange
 
contains(Comparable) - Method in class groovy.lang.ObjectRange
 
contains(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide an implementation of contains() like Collection to make Strings more polymorphic This method is not required on JDK 1.5 onwards
containsMatchingMethod(List, MetaMethod) - Method in class groovy.lang.MetaClass
 
continueStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
continueStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a continue statement.
count(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurencies of the given value inside this collection
count(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Count the number of occurencies of a substring
create(String, int) - Static method in class org.codehaus.groovy.syntax.parser.Parser
Convenience routine to wrap a String in a Parser.
createClassNode(Class) - Method in class org.codehaus.groovy.ast.ClassNode
 
createClasspath() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path to the classpath.
createClosureClass(ClosureExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
createClosureVisitor(ClosureExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
createCollector(CompileUnit) - Method in class groovy.lang.GroovyClassLoader
 
createComboBox(Map) - Method in class groovy.swing.SwingBuilder
 
createCompositeChildScope() - Method in class org.codehaus.groovy.ast.VariableScope
Creates a composite variable scope combining all the variable references and declarations from all the child scopes not including this scope
createConnection() - Method in class groovy.sql.Sql
 
createConstraints() - Method in class groovy.swing.impl.TableLayoutCell
 
createCopy() - Method in class org.codehaus.groovy.runtime.MethodKey
Creates an immutable copy that we can cache.
createDataType(String) - Method in class groovy.util.AntBuilder
 
createDataType(Constructor, Object[], String, String) - Method in class groovy.util.AntBuilder
 
createDialog(Map) - Method in class groovy.swing.SwingBuilder
 
createDocument() - Method in class groovy.xml.DOMBuilder
 
createGStringClass(GStringExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
createGetterBlock(PropertyNode, FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
createHashCode() - Method in class org.codehaus.groovy.runtime.MethodKey
 
createInteger(String) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
Chooses the right Number implementation for the given integer number.
createLayoutManager() - Method in class groovy.swing.impl.TableLayout
Creates a GridBagLayout
createList(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createListenerProxy(Class, String, Closure) - Method in class groovy.lang.MetaClass
 
createMap() - Method in class groovy.util.Expando
Factory method to create a new Map used to store the expando properties map
createMap() - Method in class org.codehaus.groovy.runtime.ClassExtender
 
createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createMetaMethod(Method) - Method in class groovy.lang.MetaClass
 
createNestedObject(Object, String) - Method in class groovy.util.AntBuilder
Creates a nested object of the given object with the specified name
createNode(Object) - Method in class groovy.swing.SwingBuilder
 
createNode(Object, Object) - Method in class groovy.swing.SwingBuilder
 
createNode(Object, Map) - Method in class groovy.swing.SwingBuilder
 
createNode(Object) - Method in class groovy.util.AntBuilder
 
createNode(Object, Object) - Method in class groovy.util.AntBuilder
 
createNode(Object, Map) - Method in class groovy.util.AntBuilder
 
createNode(Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Map) - Method in class groovy.util.BuilderSupport
 
createNode(Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Map) - Method in class groovy.util.NodeBuilder
 
createNode(Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Map) - Method in class groovy.xml.DOMBuilder
 
createNode(Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Map) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object) - Method in class groovy.xml.Namespace
 
createNode(Object, Object) - Method in class groovy.xml.Namespace
 
createNode(Object, Map) - Method in class groovy.xml.Namespace
 
createNode(Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Map) - Method in class groovy.xml.SAXBuilder
 
createOutputFile(String) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
createProject() - Method in class groovy.util.AntBuilder
 
createRange(Object, Object, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createRecursiveChildScope() - Method in class org.codehaus.groovy.ast.VariableScope
Creates a scope including this scope and all nested scopes combined together
createRecursiveParentScope() - Method in class org.codehaus.groovy.ast.VariableScope
Creates a scope including this scope and all parent scopes combined together
createRenderEngine() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
createRenderEngine() - Method in class org.codehaus.groovy.wiki.Wiki2TestCase
 
createReturnLHSExpression(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
For assignment expressions, return a safe expression for the LHS we can use to return the value
createReusableExpression(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
createScript(Class, Binding) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createSetterBlock(PropertyNode, FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
createSignature(MBeanOperationInfo) - Method in class groovy.util.GroovyMBean
 
createSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path to sourcepath.
createSrc() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path for source compilation.
createSrc() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Adds a path for source compilation.
createStatementsClass() - Method in class org.codehaus.groovy.ast.ModuleNode
 
createStringBufferWriter(StringBuffer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createStringWriter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createSyntheticStaticFields() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
createTask(String) - Method in class groovy.util.AntBuilder
 
createTask(String, Class) - Method in class groovy.util.AntBuilder
 
createTemplate(Reader) - Method in class groovy.text.SimpleTemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.TemplateEngine
 
createTemplate(String) - Method in class groovy.text.TemplateEngine
 
createTemplate(File) - Method in class groovy.text.TemplateEngine
 
createTemplate(URL) - Method in class groovy.text.TemplateEngine
 
createTuple(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createVariableName(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
curry(Object) - Method in class groovy.lang.Closure
Support for closure currying

D

DIVIDE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "/".
DIVIDE_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "/=".
DOMBuilder - class groovy.xml.DOMBuilder.
A helper class for creating a W3C DOM tree
DOMBuilder(Document) - Constructor for class groovy.xml.DOMBuilder
 
DOMBuilder(DocumentBuilder) - Constructor for class groovy.xml.DOMBuilder
 
DOT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ".".
DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "..".
DOT_DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "...".
DOUBLE_QUOTE_STRING - Static variable in class org.codehaus.groovy.syntax.Token
Token type for double-quoted string literal.
DYNAMIC_TYPE - Static variable in class org.codehaus.groovy.ast.Type
 
DataSet - class groovy.sql.DataSet.
Represents an extent of objects
DataSet(Sql, Class) - Constructor for class groovy.sql.DataSet
 
DataSet(Sql, String) - Constructor for class groovy.sql.DataSet
 
DataSet(DataSet, Closure) - Constructor for class groovy.sql.DataSet
 
DefaultAction - class groovy.swing.impl.DefaultAction.
A default action implementation
DefaultAction() - Constructor for class groovy.swing.impl.DefaultAction
 
DefaultGroovyMethods - class org.codehaus.groovy.runtime.DefaultGroovyMethods.
This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment.
DefaultGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
DefaultGroovyMethods.ProcessRunner - class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner.
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.
DefaultGroovyMethods.ProcessRunner(Process) - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 
DefaultMethodKey - class org.codehaus.groovy.runtime.DefaultMethodKey.
A default implementation of MethodKey
DefaultMethodKey(String, Class[]) - Constructor for class org.codehaus.groovy.runtime.DefaultMethodKey
 
DefaultTableColumn - class groovy.model.DefaultTableColumn.
Represents a column using a ValueModel to extract the value.
DefaultTableColumn(ValueModel) - Constructor for class groovy.model.DefaultTableColumn
 
DefaultTableColumn(Object, ValueModel) - Constructor for class groovy.model.DefaultTableColumn
 
DefaultTableModel - class groovy.model.DefaultTableModel.
A default table model made up of PropertyModels on a Value model.
DefaultTableModel(ValueModel) - Constructor for class groovy.model.DefaultTableModel
 
DefaultTableModel(ValueModel, ValueModel) - Constructor for class groovy.model.DefaultTableModel
 
DefaultTableModel.MyTableColumnModel - class groovy.model.DefaultTableModel.MyTableColumnModel.
 
DefaultTableModel.MyTableColumnModel() - Constructor for class groovy.model.DefaultTableModel.MyTableColumnModel
 
DoWhileStatement - class org.codehaus.groovy.ast.stmt.DoWhileStatement.
Represents a do { ...
DoWhileStatement(BooleanExpression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
DomToGroovy - class org.codehaus.groovy.tools.xml.DomToGroovy.
A SAX handler for turning XML into Groovy scripts
DomToGroovy(PrintWriter) - Constructor for class org.codehaus.groovy.tools.xml.DomToGroovy
 
DomToGroovy(IndentPrinter) - Constructor for class org.codehaus.groovy.tools.xml.DomToGroovy
 
dataSet(String) - Method in class groovy.sql.Sql
 
dataSet(Class) - Method in class groovy.sql.Sql
 
datatype(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a datatype specification.
datatype() - Method in class org.codehaus.groovy.syntax.parser.Parser
A synonym for datatype( true ).
datatypeDeclaration(ModuleNode, String, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
declareBean(BSFDeclaredBean) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Declare a bean
declareVariable(VariableExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
declareVariable(String) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
declaresInterface(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
decrement(Object) - Method in class groovy.lang.ObjectRange
 
decrementIndent() - Method in class groovy.util.IndentPrinter
 
defineClass(ClassNode, String) - Method in class groovy.lang.GroovyClassLoader
Loads the given class node returning the implementation Class
defineNamespace(Map, String, String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
defineNamespaces(Element, Map) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
defineVariable(String, String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
Defines the given variable in scope and assigns it to the stack
defineVariable(String, String, boolean) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
depthFirst() - Method in class groovy.util.Node
Provide a collection of all the nodes in the tree using a depth first traversal
directories() - Method in class org.codehaus.groovy.ant.FileScanner
 
dispatch(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
Runs the report once all initialization is complete.
displayHelp() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
displayVersion() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
div(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Character by a Number
div(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Number by a Character
div(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide two Characters
div(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide two Numbers
divide(Number, Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
divide(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "/".
divideEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "/=".
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 
doCall(Object) - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
doCall(Object) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
doCast(String) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
doCast(Class) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
doConstructorInvoke(Constructor, Object[]) - Method in class groovy.lang.MetaClass
 
doConvertAndCast(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
doInvokeMethod(String, Object, Object) - Method in class groovy.util.BuilderSupport
 
doMethodInvoke(Object, MetaMethod, Object[]) - Method in class groovy.lang.MetaClass
 
doStartElement(Object, Attributes) - Method in class groovy.xml.SAXBuilder
 
doWhileStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
doWhileStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a do ...
dot(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ".".
dotDot(int, int) - Static method in class org.codehaus.groovy.syntax.Token
 
dotDotDot(int, int) - Static method in class org.codehaus.groovy.syntax.Token
 
doubleQuoteString(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for double-quoted string.
doubleQuotedString() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
doubleUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
dump(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Generates a detailed dump string of an object showing its class, hashCode and fields
dump() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Generates the pretty-printed representation of the node returned by toString.
dump(String) - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Does the actual work of generating the pretty-printing for this node.
dumpClassFile(GroovyClass) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 

E

EMPTY_ARGS - Static variable in class groovy.lang.GroovyShell
 
EMPTY_ARGS - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
EMPTY_ARGUMENTS - Static variable in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
EMPTY_ARGUMENTS - Static variable in class org.codehaus.groovy.runtime.Invoker
 
EMPTY_ARRAY - Static variable in class groovy.lang.MetaClass
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.MixinNode
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.Parameter
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.syntax.parser.CSTNode
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.tools.GroovyClass
 
EMPTY_STRING - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
EMPTY_STRING_ARRAY - Static variable in class org.codehaus.groovy.ast.ASTNode
 
EMPTY_TYPES - Static variable in class org.codehaus.groovy.runtime.Invoker
 
EMPTY_TYPE_ARRAY - Static variable in class groovy.lang.MetaClass
 
EOS - Static variable in interface org.codehaus.groovy.syntax.lexer.CharStream
End-of-stream value.
EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "=".
EXTENDS_CLAUSE_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
End markers for use by classDeclaration(), interfaceDeclaration(), and methodDeclaration().
EmptyStatement - class org.codehaus.groovy.ast.stmt.EmptyStatement.
Represents an empty statement
EmptyStatement() - Constructor for class org.codehaus.groovy.ast.stmt.EmptyStatement
 
ErrorReporter - class org.codehaus.groovy.tools.ErrorReporter.
Provides services for reporting compilation errors to the user.
ErrorReporter(Throwable) - Constructor for class org.codehaus.groovy.tools.ErrorReporter
Configures a new Reporter.
ErrorReporter(Throwable, boolean) - Constructor for class org.codehaus.groovy.tools.ErrorReporter
Configures a new Reporter.
ExceptionCollector - exception org.codehaus.groovy.tools.ExceptionCollector.
Provides a collector for Groovy compilation exceptions that throws itself when the volume of compilation errors pass a specified threshold.
ExceptionCollector() - Constructor for class org.codehaus.groovy.tools.ExceptionCollector
Initializes the exception set so that all exceptions are considered fatal.
ExceptionCollector(int) - Constructor for class org.codehaus.groovy.tools.ExceptionCollector
Initializes the exception set so that some number of non-fatal exceptions triggers fatality.
ExceptionCollector(String, int) - Constructor for class org.codehaus.groovy.tools.ExceptionCollector
Initializes the exception set so that some number of non-fatal exceptions triggers fatality.
Expando - class groovy.util.Expando.
Represents a dynamically expandable bean.
Expando() - Constructor for class groovy.util.Expando
 
Expando(Map) - Constructor for class groovy.util.Expando
 
Expression - class org.codehaus.groovy.ast.expr.Expression.
Represents a base class for expressions which evaluate as an object
Expression() - Constructor for class org.codehaus.groovy.ast.expr.Expression
 
ExpressionStatement - class org.codehaus.groovy.ast.stmt.ExpressionStatement.
A simple statement such as a method call where the return value is ignored
ExpressionStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
ExpressionTransformer - interface org.codehaus.groovy.ast.expr.ExpressionTransformer.
Provides a way to transform expressions
each(Closure) - Method in class groovy.sql.DataSet
 
each(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows objects to be iterated through using a closure
each(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows objects to be iterated through using a closure
each(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through using a closure.
eachByte(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given file byte by byte.
eachFile(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Invokes the closure for each file in the given directory
eachLine(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given file line by line
eachLine(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given reader line by line
eachLine(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given stream line by line
eachRow(String, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the closure with each row of the result set
eachRow(String, List, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the closure with the result set
eachRow(GString, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the closure with the result set
emptyArguments(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
endDocument() - Method in class groovy.util.XmlParser
 
endElement(String, String, String) - Method in class groovy.util.XmlParser
 
endOfStatement(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Eats a required end-of-statement (semicolon or newline) from the stream.
endOfStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
A synonym for endOfStatement( true ).
endPrefixMapping(String) - Method in class groovy.util.XmlParser
 
eol() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Handles end-of-line processing.
eol() - Method in class org.codehaus.groovy.tools.ErrorReporter
Returns the end-of-line marker.
equal(Class[], Class[]) - Method in class groovy.lang.MetaMethod
 
equal(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "=".
equalityExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
equals(Object) - Method in class groovy.lang.GString
 
equals(GString) - Method in class groovy.lang.GString
 
equals(Object) - Method in class groovy.lang.IntRange
 
equals(List) - Method in class groovy.lang.IntRange
 
equals(IntRange) - Method in class groovy.lang.IntRange
 
equals(Object) - Method in class groovy.lang.ObjectRange
 
equals(ObjectRange) - Method in class groovy.lang.ObjectRange
 
equals(List) - Method in class groovy.lang.ObjectRange
 
equals(Object) - Method in class groovy.lang.Sequence
 
equals(Sequence) - Method in class groovy.lang.Sequence
 
equals(Object) - Method in class groovy.lang.Tuple
 
equals(Tuple) - Method in class groovy.lang.Tuple
 
equals(Object) - Method in class groovy.util.MapEntry
 
equals(MapEntry) - Method in class groovy.util.MapEntry
 
equals(Object) - Method in class groovy.xml.QName
Tests this QName for equality with another object.
equals(Object) - Method in class org.codehaus.groovy.runtime.ClosureListener
 
equals(Object) - Method in class org.codehaus.groovy.runtime.MethodKey
 
equals(MethodKey) - Method in class org.codehaus.groovy.runtime.MethodKey
 
eval(Object) - Method in class groovy.mock.ClosureConstraintMatcher
 
eval(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Evaluate an expression.
evaluate(String, String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(File) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(InputStream) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(InputStream, String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String) - Method in class groovy.ui.ConsoleSupport
 
evaluateBinaryExpression(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateBinaryExpression(MethodCaller, BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateBinaryExpressionWithAsignment(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateCompareTo(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateEqual(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateInstanceof(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateLogicalAndExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluateLogicalOrExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluatePostfixMethod(String, Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
evaluatePrefixMethod(String, Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
every(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of a collection, and check whether a predicate is valid for all elements.
exec(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Execute a script.
exec(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Execute a script.
execute(String) - Method in class groovy.sql.Sql
Executes the given piece of SQL
execute(String, List) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters
execute(GString) - Method in class groovy.sql.Sql
Executes the given SQL with embedded expressions inside
execute() - Method in class org.codehaus.groovy.ant.Groovyc
Executes the task.
execute(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Executes the given string as a command line process.
execute() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Executes the task.
executeUpdate(String) - Method in class groovy.sql.Sql
Executes the given SQL update
executeUpdate(String, List) - Method in class groovy.sql.Sql
Executes the given SQL update with parameters
executeUpdate(GString) - Method in class groovy.sql.Sql
Executes the given SQL update with embedded expressions inside
expression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
expression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
expressionStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
extractClassFromFileDescription() - Method in class org.codehaus.groovy.ast.ModuleNode
 

F

FALSE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
FIND_REGEX - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "~=".
FLOAT_NUMBER - Static variable in class org.codehaus.groovy.syntax.Token
Token type for floating-point number.
Factory - interface groovy.swing.impl.Factory.
An interface to represent a factory of beans
FieldExpression - class org.codehaus.groovy.ast.expr.FieldExpression.
Represents a field access such as the expression "this.foo".
FieldExpression(FieldNode) - Constructor for class org.codehaus.groovy.ast.expr.FieldExpression
 
FieldNode - class org.codehaus.groovy.ast.FieldNode.
Represents a field (member variable)
FieldNode(String, int, String, String, Expression) - Constructor for class org.codehaus.groovy.ast.FieldNode
 
FileCharStream - class org.codehaus.groovy.syntax.lexer.FileCharStream.
 
FileCharStream(File) - Constructor for class org.codehaus.groovy.syntax.lexer.FileCharStream
 
FileIterator - class org.codehaus.groovy.ant.FileIterator.
FileIterator is an iterator over a over a number of files from a colleciton of FileSet instances.
FileIterator(Project, Iterator) - Constructor for class org.codehaus.groovy.ant.FileIterator
 
FileIterator(Project, Iterator, boolean) - Constructor for class org.codehaus.groovy.ant.FileIterator
 
FileScanner - class org.codehaus.groovy.ant.FileScanner.
FileScanner is a bean which allows the iteration over a number of files from a colleciton of FileSet instances.
FileScanner() - Constructor for class org.codehaus.groovy.ant.FileScanner
 
FileScanner(Project) - Constructor for class org.codehaus.groovy.ant.FileScanner
 
FileSystemCompiler - class org.codehaus.groovy.tools.FileSystemCompiler.
 
FileSystemCompiler() - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler
 
FloatingPointMath - class org.codehaus.groovy.runtime.FloatingPointMath.
FloatingPoint (Double and Float) NumberMath operations
ForStatement - class org.codehaus.groovy.ast.stmt.ForStatement.
Represents a standard for loop in Groovy
ForStatement(String, Type, Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.ForStatement
 
FormModel - class groovy.model.FormModel.
Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
FormModel() - Constructor for class groovy.model.FormModel
 
FormModel(Map) - Constructor for class groovy.model.FormModel
 
failOnError - Variable in class org.codehaus.groovy.ant.Groovyc
 
failOnError - Variable in class org.codehaus.groovy.wiki.Wiki2Markup
 
file - Static variable in class groovy.util.GroovyTestSuite
 
filter(String) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
filter(String) - Method in class org.codehaus.groovy.wiki.Wiki2TestCase
 
filterStatement(Statement) - Method in class org.codehaus.groovy.classgen.Verifier
 
filterStatements(List) - Method in class org.codehaus.groovy.classgen.Verifier
Filters the given statements
find(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
find(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
find(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
findAll(Closure) - Method in class groovy.sql.DataSet
 
findAll(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findAll(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findAll(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findClass(String) - Method in class groovy.lang.GroovyClassLoader
Using this classloader you can load groovy classes from the system classpath as though they were already compiled.
findClassNode(String) - Method in class org.codehaus.groovy.ast.ClassNode
Attempts to lookup the fully qualified class name in the compile unit or classpath
findGetter(Object, String) - Method in class groovy.lang.MetaClass
 
findMethod(Method) - Method in class groovy.lang.MetaClass
 
findMutableVariables() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
findRegex(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
findRegex(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "~=".
findStaticGetter(Class, String) - Method in class groovy.lang.MetaClass
 
findWhereKeyword(String) - Method in class groovy.sql.Sql
Find the first 'where' keyword in the sql.
firstStatementIsSuperMethodCall(Statement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
flatten(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a list
floatNumber(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
 
floatUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
flush() - Method in class groovy.util.IndentPrinter
 
flush() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Flush the stream.
forStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
forStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a for statement.
format(Object, boolean) - Method in class org.codehaus.groovy.runtime.Invoker
 

G

GENERAL_CLAUSE_TERMINATOR - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
GString - class groovy.lang.GString.
Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
GString(Object) - Constructor for class groovy.lang.GString
 
GString(Object[]) - Constructor for class groovy.lang.GString
 
GStringExpression - class org.codehaus.groovy.ast.expr.GStringExpression.
Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily
GStringExpression(String) - Constructor for class org.codehaus.groovy.ast.expr.GStringExpression
 
GStringExpression(String, List, List) - Constructor for class org.codehaus.groovy.ast.expr.GStringExpression
 
GeneratorContext - class org.codehaus.groovy.classgen.GeneratorContext.
A context shared across generations of a class and its inner classes
GeneratorContext(CompileUnit) - Constructor for class org.codehaus.groovy.classgen.GeneratorContext
 
Grok - class org.codehaus.groovy.tools.Grok.
This is a stub for the Groovy Doc tool
Grok() - Constructor for class org.codehaus.groovy.tools.Grok
 
GroovyClass - class org.codehaus.groovy.tools.GroovyClass.
 
GroovyClass(String, byte[]) - Constructor for class org.codehaus.groovy.tools.GroovyClass
 
GroovyClassLoader - class groovy.lang.GroovyClassLoader.
A ClassLoader which can load Groovy classes
GroovyClassLoader() - Constructor for class groovy.lang.GroovyClassLoader
 
GroovyClassLoader(ClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
 
GroovyClassLoader(GroovyClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
 
GroovyClassLoader(ClassLoader, CompilerConfig) - Constructor for class groovy.lang.GroovyClassLoader
 
GroovyClassLoader.ClassCollector - class groovy.lang.GroovyClassLoader.ClassCollector.
 
GroovyClassLoader.ClassCollector(GroovyClassLoader, CompileUnit) - Constructor for class groovy.lang.GroovyClassLoader.ClassCollector
 
GroovyClassVisitor - interface org.codehaus.groovy.ast.GroovyClassVisitor.
An implementation of the visitor pattern for working with ASTNodes
GroovyCodeVisitor - interface org.codehaus.groovy.ast.GroovyCodeVisitor.
An implementation of the visitor pattern for working with ASTNodes
GroovyEngine - class org.codehaus.groovy.bsf.GroovyEngine.
A BSF Engine for the Groovy scripting language.
GroovyEngine() - Constructor for class org.codehaus.groovy.bsf.GroovyEngine
 
GroovyException - exception org.codehaus.groovy.GroovyException.
 
GroovyException() - Constructor for class org.codehaus.groovy.GroovyException
 
GroovyException(String) - Constructor for class org.codehaus.groovy.GroovyException
 
GroovyException(boolean) - Constructor for class org.codehaus.groovy.GroovyException
 
GroovyException(String, boolean) - Constructor for class org.codehaus.groovy.GroovyException
 
GroovyLog - class groovy.util.GroovyLog.
Represents an arbitrary logging service.
GroovyLog() - Constructor for class groovy.util.GroovyLog
 
GroovyLog(Class) - Constructor for class groovy.util.GroovyLog
 
GroovyLog(String) - Constructor for class groovy.util.GroovyLog
 
GroovyMBean - class groovy.util.GroovyMBean.
A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean.
GroovyMBean(MBeanServer, ObjectName) - Constructor for class groovy.util.GroovyMBean
 
GroovyMock - class groovy.mock.GroovyMock.
 
GroovyMock() - Constructor for class groovy.mock.GroovyMock
 
GroovyObject - interface groovy.lang.GroovyObject.
The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport - class groovy.lang.GroovyObjectSupport.
A useful base class for Java objects wishing to be Groovy objects
GroovyObjectSupport() - Constructor for class groovy.lang.GroovyObjectSupport
 
GroovyResultSet - class groovy.sql.GroovyResultSet.
Represents an extent of objects
GroovyResultSet(ResultSet) - Constructor for class groovy.sql.GroovyResultSet
 
GroovyRuntimeException - exception groovy.lang.GroovyRuntimeException.
An exception thrown by the interpreter
GroovyRuntimeException(String) - Constructor for class groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String, ASTNode) - Constructor for class groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String, Throwable) - Constructor for class groovy.lang.GroovyRuntimeException
 
GroovyScriptEngine - class groovy.util.GroovyScriptEngine.
 
GroovyScriptEngine(URL[]) - Constructor for class groovy.util.GroovyScriptEngine
The groovy script engine will run groovy scripts and reload them and their dependencies when they are modified.
GroovyScriptEngine(String[]) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(ResourceConnector) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyServlet - class groovy.servlet.GroovyServlet.
This servlet should be registered to *.groovy in the web.xml.
GroovyServlet() - Constructor for class groovy.servlet.GroovyServlet
 
GroovyShell - class groovy.lang.GroovyShell.
Represents a groovy shell capable of running arbitrary groovy scripts
GroovyShell() - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(Binding) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(Binding, CompilerConfig) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, Binding) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, Binding, CompilerConfig) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(GroovyShell) - Constructor for class groovy.lang.GroovyShell
Creates a child shell using a new ClassLoader which uses the parent shell's class loader as its parent
GroovyTestCase - class groovy.util.GroovyTestCase.
A default JUnit TestCase in Groovy.
GroovyTestCase() - Constructor for class groovy.util.GroovyTestCase
 
GroovyTestSuite - class groovy.util.GroovyTestSuite.
A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application.
GroovyTestSuite() - Constructor for class groovy.util.GroovyTestSuite
 
Groovyc - class org.codehaus.groovy.ant.Groovyc.
Compiles Groovy source files.
Groovyc() - Constructor for class org.codehaus.groovy.ant.Groovyc
 
generate(ClassVisitor, String) - Method in class org.codehaus.groovy.classgen.ReflectorGenerator
 
generateClass(GeneratorContext, ClassNode, String) - Method in class org.codehaus.groovy.classgen.CompilerFacade
 
generateClasses(GeneratorContext, ClassNode, String) - Method in class org.codehaus.groovy.tools.Compiler
Generates a class from an AST.
generateInvokeMethod() - Method in class org.codehaus.groovy.classgen.ReflectorGenerator
 
generateReflector() - Method in class groovy.lang.MetaClass
 
generateScriptName() - Method in class groovy.lang.GroovyShell
 
get(int) - Method in class groovy.lang.IntRange
 
get(int) - Method in class groovy.lang.ObjectRange
 
get() - Method in class groovy.lang.Reference
 
get(int) - Method in class groovy.lang.Tuple
 
get(String) - Method in class groovy.util.Node
 
get(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
get() - Method in class org.codehaus.groovy.runtime.ScriptReference
 
get(String) - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns the ExceptionCollector for the specified source, or null.
get(int) - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns the Exception at the specified offset.
getAccessibleMethod(Class, String, Class[]) - Method in class groovy.util.AntBuilder
 
getAlias() - Method in class org.codehaus.groovy.ast.ImportNode
 
getAnchor() - Method in class groovy.swing.impl.TableLayoutCell
 
getAntProject() - Method in class groovy.util.AntBuilder
 
getArguments() - Method in class groovy.lang.IncorrectClosureArgumentsException
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getAt(int) - Method in class groovy.sql.GroovyResultSet
Supports integer based subscript operators for accessing at numbered columns starting at zero.
getAt(Object, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the subscript operator to be used to lookup dynamic property values.
getAt(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for String.
getAt(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for String
getAt(CharSequence, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for CharSequence
getAt(String, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for String
getAt(Matcher, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a regex Matcher
getAt(List, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for a List
getAt(List, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a List
getAt(Object[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a List
getAt(CharSequence, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a CharSequence
getAt(String, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a String
getAt(Matcher, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a Matcher
getAt(Object[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for an Array
getAt(Object[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Array
getAt(List, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a List
getAt(Map, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a List
getAt(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for List
getAt(byte[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(char[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(short[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(int[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(long[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(float[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(double[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(byte[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(char[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(short[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(int[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(long[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(float[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(double[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(byte[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(char[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(short[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(int[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(long[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(float[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(double[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAttributes() - Method in class org.codehaus.groovy.ast.MetadataNode
 
getAttributes(String) - Method in class org.codehaus.groovy.ast.MetadataNode
 
getAvailableCharsets() - Static method in class groovy.util.CharsetToolkit
Retrieves all the available Charsets on the platform, among which the default charset.
getBinding() - Method in class groovy.lang.Script
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
getBreakLabel() - Method in class org.codehaus.groovy.classgen.BlockScope
 
getBytecodeParameterTypes() - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
getBytes() - Method in class org.codehaus.groovy.tools.GroovyClass
 
getCaseStatement(int) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getCaseStatements() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getCatchStatement(int) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getCatchStatements() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getCellpadding() - Method in class groovy.swing.impl.TableLayout
 
getCharStream() - Method in class org.codehaus.groovy.syntax.lexer.FileCharStream
 
getCharStream() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Returns the underlying CharStream.
getCharacter() - Method in class org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException
 
getCharset() - Method in class groovy.util.CharsetToolkit
 
getChild(int) - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns the child at the specified index.
getChildren() - Method in class org.codehaus.groovy.ast.VariableScope
 
getChildren() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns an array of all children.
getClass(String) - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassInternalName(String) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getClassInternalNames(String[]) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getClassLoader() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassLoader() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getClassLoader() - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
getClassLoader() - Method in class org.codehaus.groovy.tools.Compiler
Returns the compiler's class loader.
getClassName() - Method in class org.codehaus.groovy.ast.ImportNode
 
getClassNameForExpression(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getClassNode() - Method in class groovy.lang.MetaClass
 
getClassNode() - Method in class org.codehaus.groovy.classgen.Verifier
 
getClasses() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClasses() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getClasspath() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the classpath to be used for this compilation.
getClosure() - Method in class groovy.lang.ClosureException
 
getClosure() - Method in class groovy.lang.IncorrectClosureArgumentsException
 
getClosure() - Method in class groovy.swing.impl.DefaultAction
 
getClosureSharedVariables(ClosureExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getCode() - Method in class org.codehaus.groovy.ast.ConstructorNode
 
getCode() - Method in class org.codehaus.groovy.ast.MethodNode
 
getCode() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
getCollectionExpression() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getColumnClass(int) - Method in class groovy.model.DefaultTableModel
 
getColumnCount() - Method in class groovy.model.DefaultTableModel
 
getColumnList() - Method in class groovy.model.DefaultTableModel.MyTableColumnModel
 
getColumnList() - Method in class groovy.model.DefaultTableModel
 
getColumnModel() - Method in class groovy.model.DefaultTableModel
 
getColumnModel(int) - Method in class groovy.model.DefaultTableModel
 
getColumnName(int) - Method in class groovy.model.DefaultTableModel
 
getColumnNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getCommandStyle() - Method in class groovy.ui.ConsoleSupport
 
getCompileUnit() - Method in class org.codehaus.groovy.ast.ClassNode
 
getCompileUnit() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getCompileUnit() - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getCompiler() - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
getCompiler() - Method in class org.codehaus.groovy.tools.StringCompiler
 
getComponent() - Method in interface groovy.swing.impl.ComponentFacade
 
getComponent() - Method in class groovy.swing.impl.TableLayout
 
getComponent() - Method in class groovy.swing.impl.TableLayoutCell
 
getConfig() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getConfig() - Method in class org.codehaus.groovy.tools.Compiler
 
getConstraints() - Method in class groovy.swing.impl.TableLayoutCell
 
getConstructors() - Method in class org.codehaus.groovy.ast.ClassNode
 
getContext() - Method in class groovy.lang.GroovyShell
 
getContinueLabel() - Method in class org.codehaus.groovy.classgen.BlockScope
 
getCurrent() - Method in class groovy.util.BuilderSupport
 
getCurrentNode() - Method in class groovy.util.NodeBuilder
 
getDataSource() - Method in class groovy.sql.Sql
 
getDeclaredVariables() - Method in class org.codehaus.groovy.ast.VariableScope
 
getDeclaredVariables() - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
getDeclaringClass() - Method in class groovy.lang.MetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
getDefaultCharset() - Method in class groovy.util.CharsetToolkit
Retrieves the default Charset
getDefaultStatement() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getDefaultSystemCharset() - Static method in class groovy.util.CharsetToolkit
Retrieve the default charset of the system.
getDefaultValue() - Method in class org.codehaus.groovy.ast.Parameter
 
getDelegate() - Method in class groovy.lang.Closure
 
getDescription() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getDescription() - Method in class org.codehaus.groovy.syntax.Token
 
getDescription() - Method in class org.codehaus.groovy.syntax.lexer.AbstractCharStream
 
getDescription() - Method in interface org.codehaus.groovy.syntax.lexer.CharStream
 
getDescription() - Method in class org.codehaus.groovy.syntax.lexer.FileCharStream
 
getDestdir() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the destination directory into which the java source files should be compiled.
getDestdir() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Gets the destination directory into which the java source files should be compiled.
getDoCallMethod() - Method in class groovy.lang.Closure
 
getDocumentLocator() - Method in class groovy.util.XmlParser
 
getElementName(String, String, String) - Method in class groovy.util.XmlParser
 
getElseBlock() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getEndColumn() - Method in class org.codehaus.groovy.syntax.SyntaxException
 
getEndColumn() - Method in class org.codehaus.groovy.syntax.TokenException
 
getEnforce8Bit() - Method in class groovy.util.CharsetToolkit
Gets the enforce8Bit flag, in case we do not want to ever get a US-ASCII encoding.
getErr(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getErrors() - Method in class org.codehaus.groovy.tools.MultiException
 
getEvalShell() - Method in class org.codehaus.groovy.bsf.GroovyEngine
 
getExceptionType() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getExpandoProperties() - Method in class groovy.util.Expando
 
getExpected() - Method in class groovy.lang.IncorrectClosureArgumentsException
 
getExpected() - Method in class org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException
 
getExpectedType() - Method in class org.codehaus.groovy.syntax.TokenMismatchException
 
getExpectedTypes() - Method in class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.NegationExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
getExpressionType(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getExtension() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
getExtension() - Method in class org.codehaus.groovy.wiki.Wiki2TestCase
 
getFailonerror() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the failonerror flag.
getFailonerror() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Gets the failonerror flag.
getFalseExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getField(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getField() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getField() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getFieldName() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getFields() - Method in class org.codehaus.groovy.ast.ClassNode
 
getFile() - Method in class org.codehaus.groovy.syntax.lexer.FileCharStream
 
getFileList() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the list of files to be compiled.
getFileList() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Gets the list of files to be compiled.
getFinallyStatement() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getFrom() - Method in class groovy.lang.IntRange
 
getFrom() - Method in class groovy.lang.ObjectRange
 
getFrom() - Method in interface groovy.lang.Range
 
getFrom() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
getFromInt() - Method in class groovy.lang.IntRange
 
getGetter() - Method in class groovy.lang.MetaProperty
 
getGetterBlock() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getGetterMethod(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getIOCause() - Method in class org.codehaus.groovy.syntax.ReadException
 
getIOException() - Method in class groovy.lang.StringWriterIOException
 
getIfBlock() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getImport(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
getImportPackages() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getIn(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getIndentLevel() - Method in class groovy.util.IndentPrinter
 
getIndex() - Method in class org.codehaus.groovy.classgen.Variable
 
getInitialValueExpression() - Method in class org.codehaus.groovy.ast.FieldNode
 
getInitialValueExpression() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getInnerClasses() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getInputStream() - Method in class org.codehaus.groovy.syntax.lexer.InputStreamCharStream
 
getInstance() - Method in class groovy.mock.GroovyMock
 
getInstance() - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getInterfaceClass() - Method in class groovy.lang.MetaMethod
 
getInterfaceMethods() - Method in class groovy.lang.MetaClass
 
getInterfaces() - Method in class org.codehaus.groovy.ast.ClassNode
 
getInterpretation() - Method in class org.codehaus.groovy.syntax.Token
Retrieve the interpretation (usually, but not always, the same as type.
getKey() - Method in class groovy.util.MapEntry
 
getKeyExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
getKeywordMap() - Static method in class org.codehaus.groovy.syntax.Token
 
getLHSType(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
Deduces the type name required for some casting
getLabel() - Method in class org.codehaus.groovy.ast.stmt.BreakStatement
 
getLabel() - Method in class org.codehaus.groovy.ast.stmt.ContinueStatement
 
getLastVariableIndex() - Method in class org.codehaus.groovy.classgen.BlockScope
 
getLeftExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getLexer() - Method in class org.codehaus.groovy.syntax.lexer.LexerTokenStream
Returns the underlying Lexer.
getLine() - Method in class org.codehaus.groovy.syntax.SyntaxException
Retrieve the line upon which the error occurred.
getLineNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getListfiles() - Method in class org.codehaus.groovy.ant.Groovyc
Get the listfiles flag.
getListfiles() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Get the listfiles flag.
getLocalName(Node) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
getLocalPart() - Method in class groovy.xml.QName
Gets the Local part for this QName
getLocationText() - Method in class groovy.lang.GroovyRuntimeException
 
getLookAhead() - Method in class org.codehaus.groovy.syntax.LookAheadExhaustionError
 
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
getMapEntryExpressions() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
getMessage() - Method in class groovy.lang.GroovyRuntimeException
 
getMessage() - Method in class org.codehaus.groovy.syntax.LookAheadExhaustionError
 
getMessage() - Method in class org.codehaus.groovy.syntax.ReadException
 
getMessage() - Method in class org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException
 
getMessage() - Method in class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
getMessage() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns a string summary of the exception set.
getMessage() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns a string summary of the exception set.
getMessage() - Method in class org.codehaus.groovy.tools.MultiException
 
getMessageExpression() - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
getMetaClass() - Method in interface groovy.lang.GroovyObject
 
getMetaClass() - Method in class groovy.lang.GroovyObjectSupport
 
getMetaClass(Class) - Method in class groovy.lang.MetaClassRegistry
 
getMetaClass() - Method in class groovy.lang.Sequence
 
getMetaClass() - Method in class groovy.util.Proxy
Returns the MetaClass for the real object.
getMetaClass(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
getMetaClass(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMetaClass() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
getMetaClass() - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getMethod() - Method in class groovy.lang.MissingMethodException
 
getMethod(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
getMethod() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getMethod() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getMethod() - Method in class org.codehaus.groovy.classgen.MethodCaller
 
getMethod() - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getMethodDescriptor(String, Parameter[]) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getMethodDescriptor(Class, Class[]) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getMethodDescriptor() - Method in class org.codehaus.groovy.classgen.MethodCaller
 
getMethodIndex() - Method in class groovy.lang.MetaMethod
 
getMethodName() - Method in class groovy.util.GroovyTestCase
 
getMethodNode() - Method in class org.codehaus.groovy.classgen.Verifier
 
getMethods(String) - Method in class groovy.lang.MetaClass
 
getMethods() - Method in class groovy.lang.MetaClass
 
getMethods() - Method in class org.codehaus.groovy.ast.ClassNode
 
getMethods() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getMixins() - Method in class org.codehaus.groovy.ast.ClassNode
 
getModel(String) - Method in class groovy.model.FormModel
 
getModifiers() - Method in class groovy.lang.MetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.ast.ClassNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.ConstructorNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.FieldNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.MethodNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getModifiers() - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
getModule() - Method in class groovy.lang.GroovyRuntimeException
 
getModule() - Method in class org.codehaus.groovy.ast.ClassNode
 
getModules() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getName() - Method in class groovy.lang.MetaMethod
 
getName() - Method in class groovy.lang.MetaProperty
 
getName(String) - Method in class groovy.util.BuilderSupport
A hook to allow names to be converted into some other object such as a QName in XML or ObjectName in JMX
getName() - Method in class groovy.util.GroovyTestCase
Overload the getName() method to make the test cases look more like AgileDox (thanks to Joe Walnes for this tip!)
getName(String) - Method in class groovy.xml.MarkupBuilder
 
getName(String) - Method in class groovy.xml.Namespace
 
getName() - Method in class org.codehaus.groovy.ast.ClassNode
 
getName() - Method in class org.codehaus.groovy.ast.FieldNode
 
getName() - Method in class org.codehaus.groovy.ast.MethodNode
 
getName() - Method in class org.codehaus.groovy.ast.Parameter
 
getName() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getName() - Method in class org.codehaus.groovy.ast.Type
 
getName() - Method in class org.codehaus.groovy.classgen.Variable
 
getName() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getName() - Method in class org.codehaus.groovy.tools.GroovyClass
 
getName() - Method in class org.codehaus.groovy.wiki.TestCaseRenderEngine
 
getNameWithoutPackage() - Method in class org.codehaus.groovy.ast.ClassNode
 
getNamespaceURI() - Method in class groovy.xml.QName
Gets the Namespace URI for this QName
getNextInnerClassIdx() - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNode() - Method in class groovy.lang.GroovyRuntimeException
 
getObjectExpression() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getObjectExpression() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getObjectTypeForPrimitive(String) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getOut(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getOuterClass() - Method in class org.codehaus.groovy.ast.ClassNode
Helper method to avoid casting to inner class
getOuterClass() - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getOuterField(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getOuterField(String) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getOutermostClass() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getOutputDir() - Method in class groovy.lang.CompilerConfig
 
getOutputDir() - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
getOutputStyle() - Method in class groovy.ui.ConsoleSupport
 
getOwner() - Method in class org.codehaus.groovy.ast.FieldNode
 
getPackageName() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPackageName() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.DefaultMethodKey
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.TemporaryMethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.DefaultMethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.TemporaryMethodKey
 
getParameterTypes() - Method in class groovy.lang.Closure
 
getParameterTypes(Object) - Method in class groovy.lang.MetaClass
 
getParameterTypes() - Method in class groovy.lang.MetaMethod
 
getParameterTypes() - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
getParameters(Object) - Static method in class groovy.lang.Closure
 
getParameters() - Method in class groovy.sql.DataSet
 
getParameters(GString) - Method in class groovy.sql.Sql
 
getParameters() - Method in class groovy.sql.SqlWhereVisitor
 
getParameters() - Method in class org.codehaus.groovy.ast.ConstructorNode
 
getParameters() - Method in class org.codehaus.groovy.ast.MethodNode
 
getParameters() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getParamterTypes() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParent() - Method in class org.codehaus.groovy.classgen.BlockScope
 
getParentTask() - Method in class groovy.util.AntBuilder
 
getPrefix() - Method in class groovy.xml.QName
Gets the Prefix for this QName
getPromptStyle() - Method in class groovy.ui.ConsoleSupport
 
getProperties() - Method in class org.codehaus.groovy.ast.ClassNode
 
getProperty(String) - Method in class groovy.lang.Binding
Overloaded to make variables appear as bean properties or via the subscript operator
getProperty(String) - Method in class groovy.lang.Closure
 
getProperty(String) - Method in interface groovy.lang.GroovyObject
 
getProperty(String) - Method in class groovy.lang.GroovyObjectSupport
 
getProperty(String) - Method in class groovy.lang.GroovyShell
 
getProperty(Object, String) - Method in class groovy.lang.MetaClass
 
getProperty(Object) - Method in class groovy.lang.MetaProperty
 
getProperty() - Method in class groovy.lang.MissingPropertyException
 
getProperty(String) - Method in class groovy.lang.Reference
 
getProperty(String) - Method in class groovy.lang.Script
 
getProperty(String) - Method in class groovy.lang.Sequence
 
getProperty() - Method in class groovy.model.PropertyModel
 
getProperty(String) - Method in class groovy.sql.GroovyResultSet
 
getProperty(String) - Method in class groovy.util.Expando
 
getProperty(String) - Method in class groovy.util.GroovyMBean
 
getProperty(String) - Method in class groovy.util.Proxy
Get the property of this proxy, or the real object if property doesn't exist.
getProperty() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getProperty(Object, String) - Method in class org.codehaus.groovy.runtime.Invoker
Looks up the given property of the given object
getProperty(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getPropertySafe(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getProxyMetaClass() - Method in class groovy.util.Proxy
Returns the MetaClass for the proxy object.
getQualifiedName() - Method in class groovy.xml.QName
Returns the fully qualified name of this QName
getReader() - Method in class groovy.util.CharsetToolkit
Gets a BufferedReader (indeed a LineNumberReader) from the File specified in the constructor of CharsetToolkit using the charset discovered by the method guessEncoding().
getReader() - Method in class org.codehaus.groovy.syntax.lexer.ReaderCharStream
 
getRealObject() - Method in class groovy.util.Proxy
Returns the encapsulated object.
getRealType() - Method in class org.codehaus.groovy.ast.Parameter
 
getReferencedVariables() - Method in class org.codehaus.groovy.ast.VariableScope
 
getReferencedVariables() - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
getReflector() - Method in class groovy.lang.MetaMethod
 
getRegex() - Method in class org.codehaus.groovy.ast.expr.RegexExpression
 
getResourceConnection(String) - Method in class groovy.servlet.GroovyServlet
 
getResourceConnection(String) - Method in class groovy.util.GroovyScriptEngine
 
getResourceConnection(String) - Method in interface groovy.util.ResourceConnector
 
getReturnType() - Method in class groovy.lang.MetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.ast.MethodNode
 
getRightExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getRowCount() - Method in class groovy.model.DefaultTableModel
 
getRowIndex() - Method in class groovy.swing.impl.TableLayoutRow
 
getRowModel() - Method in class groovy.model.DefaultTableModel
 
getRows() - Method in class groovy.model.DefaultTableModel
 
getRowsModel() - Method in class groovy.model.DefaultTableModel
 
getScriptBaseClass() - Method in class groovy.lang.CompilerConfig
 
getServletContext() - Method in class groovy.servlet.GroovyServlet
 
getSetter() - Method in class groovy.lang.MetaProperty
 
getSetterBlock() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getSetterMethod(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getShell() - Method in class groovy.ui.ConsoleSupport
 
getSizeExpression() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getSourceLocator() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Returns a description of the source (typically a file name).
getSourceLocator() - Method in class org.codehaus.groovy.syntax.SyntaxException
 
getSourceLocator() - Method in interface org.codehaus.groovy.syntax.TokenStream
Returns a description of the source location (typically a file path).
getSourceModel() - Method in class groovy.model.ClosureModel
 
getSourceModel() - Method in interface groovy.model.NestedValueModel
 
getSourceModel() - Method in class groovy.model.PropertyModel
 
getSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the sourcepath to be used for this compilation.
getSql() - Method in class groovy.sql.DataSet
 
getSqlVisitor() - Method in class groovy.sql.DataSet
 
getSrcdir() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the source dirs to find the source java files.
getSrcdir() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Gets the source dirs to find the source java files.
getStartColumn() - Method in class org.codehaus.groovy.syntax.SyntaxException
Retrieve the column upon which the error occurred.
getStartColumn() - Method in class org.codehaus.groovy.syntax.Token
Retrieve the starting column within the source.
getStartColumn() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Returns the starting column of the current token.
getStartLine() - Method in class org.codehaus.groovy.syntax.SyntaxException
 
getStartLine() - Method in class org.codehaus.groovy.syntax.Token
Retrieve the starting line within the source.
getStartLine() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Returns the starting line of the current token.
getStatementBlock() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStatementLabel() - Method in class org.codehaus.groovy.ast.stmt.Statement
 
getStatements() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
getStaticMethods(String) - Method in class groovy.lang.MetaClass
 
getStaticProperty(Class, String) - Method in class groovy.lang.MetaClass
 
getStrings() - Method in class groovy.lang.GString
 
getStrings() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getSuperClass() - Method in class org.codehaus.groovy.ast.ClassNode
 
getSuperClassNode() - Method in class org.codehaus.groovy.ast.ClassNode
 
getTestClassName() - Method in class groovy.util.GroovyTestCase
 
getText() - Method in class org.codehaus.groovy.ast.ASTNode
 
getText() - Method in class org.codehaus.groovy.ast.ImportNode
 
getText() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.NegationExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getText() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
getText() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
getText(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the File opened with the specified encoding and returns it as a String
getText(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the File and returns it as a String
getText(BufferedReader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the BufferedReader and returns it as a String
getText(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Read the text of the output stream of the Process.
getText() - Method in class org.codehaus.groovy.syntax.Token
Retrieve the actual token text.
getTextNodeData(Text) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
getTo() - Method in class groovy.lang.IntRange
 
getTo() - Method in class groovy.lang.ObjectRange
 
getTo() - Method in interface groovy.lang.Range
 
getTo() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
getToInt() - Method in class groovy.lang.IntRange
 
getToken() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns the token set on construction, or null.
getTokenDescription(int) - Static method in class org.codehaus.groovy.syntax.Token
 
getTokenStream() - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns the TokenStream being parsed.
getTrueExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getTryStatement() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getType() - Method in class groovy.lang.MetaProperty
 
getType() - Method in class groovy.lang.MissingClassException
 
getType() - Method in class groovy.lang.MissingMethodException
 
getType() - Method in class groovy.lang.MissingPropertyException
 
getType() - Method in class groovy.model.ClosureModel
 
getType() - Method in class groovy.model.DefaultTableColumn
 
getType() - Method in class groovy.model.PropertyModel
 
getType() - Method in class groovy.model.ValueHolder
 
getType() - Method in interface groovy.model.ValueModel
 
getType() - Method in class org.codehaus.groovy.ast.FieldNode
 
getType() - Method in class org.codehaus.groovy.ast.Parameter
 
getType() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getType() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getType() - Method in class org.codehaus.groovy.classgen.Variable
 
getType() - Method in class org.codehaus.groovy.syntax.Token
Retrieve the type.
getTypeDescription(String) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getTypeDescription(Class) - Static method in class org.codehaus.groovy.classgen.BytecodeHelper
 
getTypeName() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getTypeName() - Method in class org.codehaus.groovy.classgen.Variable
 
getUnderlyingException() - Method in class org.codehaus.groovy.tools.CompilerBugException
 
getUnexpectedToken() - Method in class org.codehaus.groovy.syntax.TokenMismatchException
 
getUnexpectedToken() - Method in class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
getUnexpectedTokenText() - Method in class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
getUnit() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getValue(int) - Method in class groovy.lang.GString
 
getValue() - Method in class groovy.model.ClosureModel
 
getValue(Object, int, int) - Method in class groovy.model.DefaultTableColumn
Evaluates the value of a cell
getValue() - Method in class groovy.model.PropertyModel
 
getValue() - Method in class groovy.model.ValueHolder
 
getValue() - Method in interface groovy.model.ValueModel
 
getValue() - Method in class groovy.util.MapEntry
 
getValue() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getValue(int) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getValueAt(int, int) - Method in class groovy.model.DefaultTableModel
 
getValueCount() - Method in class groovy.lang.GString
 
getValueExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
getValueModel() - Method in class groovy.model.DefaultTableColumn
 
getValues() - Method in class groovy.lang.GString
 
getValues() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getVariable(String) - Method in class groovy.lang.Binding
 
getVariable(String) - Method in class groovy.lang.GroovyShell
 
getVariable() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getVariable() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getVariable() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getVariableScope() - Method in class org.codehaus.groovy.ast.ConstructorNode
 
getVariableScope() - Method in class org.codehaus.groovy.ast.MethodNode
 
getVariableScope() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getVariableScope() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getVariableType() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getVariableType(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getVariables() - Method in class groovy.lang.Binding
 
getVersion() - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getWhere() - Method in class groovy.sql.SqlWhereVisitor
 
getXMLReader() - Method in class groovy.util.XmlParser
 
grep(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of the collection and return each object that matches the given filter - calling the isCase() method used by switch statements.
groovy.lang - package groovy.lang
Core Groovy language classes for implementing data structures, closures, metadata and so forth.
groovy.mock - package groovy.mock
GroovyMock is a mock testing library for Groovy objects.
groovy.model - package groovy.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
groovy.servlet - package groovy.servlet
Support for Groovlets which are Servlets written as a simple Groovy script.
groovy.sql - package groovy.sql
Groovy helper classes for working with SQL data as Groovy objects
groovy.swing - package groovy.swing
A GroovyMarkup builder for creating Swing user interfaces
groovy.swing.impl - package groovy.swing.impl
Implementation classes for the Swing GroovyMarkup builder
groovy.text - package groovy.text
Contains the text processing utilities in particular the template engine API and default implementation.
groovy.ui - package groovy.ui
An interactive command line terminal along with a Swing console for evaluating Groovy scripts.
groovy.util - package groovy.util
Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans.
groovy.xml - package groovy.xml
Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup.

H

handleException(String, Exception) - Method in class groovy.ui.ConsoleSupport
 
handleException(SAXException) - Method in class groovy.xml.SAXBuilder
 
hasCause() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns true if throwIfCause() should throw.
hasFiles() - Method in class org.codehaus.groovy.ant.FileScanner
 
hasNext() - Method in class org.codehaus.groovy.ant.FileIterator
 
hasUTF16BEBom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-16 Big Endian (utf-16 and ucs-2).
hasUTF16LEBom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-16 Low Endian (ucs-2le, ucs-4le, and ucs-16le).
hasUTF8Bom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-8 (Used by Microsoft's Notepad and other editors).
hash(Object) - Method in class groovy.util.MapEntry
Helper method to handle object hashes for possibly null values
hashCode() - Method in class groovy.lang.GString
 
hashCode() - Method in class groovy.lang.IntRange
 
hashCode() - Method in class groovy.lang.ObjectRange
 
hashCode() - Method in class groovy.lang.Sequence
 
hashCode() - Method in class groovy.lang.Tuple
 
hashCode() - Method in class groovy.util.MapEntry
 
hashCode() - Method in class groovy.xml.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.codehaus.groovy.runtime.MethodKey
 

I

IDENTIFIER - Static variable in class org.codehaus.groovy.syntax.Token
Token type for identifier.
IMPLEMENTS_CLAUSE_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
INSTANCE - Static variable in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
INTEGER_NUMBER - Static variable in class org.codehaus.groovy.syntax.Token
Token type for integral number.
IfStatement - class org.codehaus.groovy.ast.stmt.IfStatement.
Represents a do { ...
IfStatement(BooleanExpression, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.IfStatement
 
ImportNode - class org.codehaus.groovy.ast.ImportNode.
Represents an import statement of a single class
ImportNode(String, String) - Constructor for class org.codehaus.groovy.ast.ImportNode
 
IncorrectClosureArgumentsException - exception groovy.lang.IncorrectClosureArgumentsException.
An exception occurred when invoking a Closure with the wrong number and/or types of arguments
IncorrectClosureArgumentsException(Closure, Object, Class[]) - Constructor for class groovy.lang.IncorrectClosureArgumentsException
 
IndentPrinter - class groovy.util.IndentPrinter.
A helper class for printing indented text
IndentPrinter() - Constructor for class groovy.util.IndentPrinter
 
IndentPrinter(PrintWriter) - Constructor for class groovy.util.IndentPrinter
 
IndentPrinter(PrintWriter, String) - Constructor for class groovy.util.IndentPrinter
 
InnerClassNode - class org.codehaus.groovy.ast.InnerClassNode.
Represents an inner class declaration
InnerClassNode(ClassNode, String, int, String) - Constructor for class org.codehaus.groovy.ast.InnerClassNode
 
InnerClassNode(ClassNode, String, int, String, String[], MixinNode[]) - Constructor for class org.codehaus.groovy.ast.InnerClassNode
 
InputStreamCharStream - class org.codehaus.groovy.syntax.lexer.InputStreamCharStream.
 
InputStreamCharStream(InputStream) - Constructor for class org.codehaus.groovy.syntax.lexer.InputStreamCharStream
 
InputStreamCharStream(InputStream, String) - Constructor for class org.codehaus.groovy.syntax.lexer.InputStreamCharStream
 
IntRange - class groovy.lang.IntRange.
Represents a list of Integer objects from a specified int up to and including a given and to.
IntRange(int, int) - Constructor for class groovy.lang.IntRange
 
IntRange(int, int, boolean) - Constructor for class groovy.lang.IntRange
 
IntegerMath - class org.codehaus.groovy.runtime.IntegerMath.
Integer NumberMath operations
InteractiveShell - class groovy.ui.InteractiveShell.
A simple interactive shell for evaluating groovy expressions on the command line
InteractiveShell() - Constructor for class groovy.ui.InteractiveShell
Default constructor.
Invoker - class org.codehaus.groovy.runtime.Invoker.
A helper class to invoke methods or extract properties on arbitrary Java objects dynamically
Invoker() - Constructor for class org.codehaus.groovy.runtime.Invoker
 
InvokerHelper - class org.codehaus.groovy.runtime.InvokerHelper.
A static helper class to make bytecode generation easier and act as a facade over the Invoker
InvokerHelper() - Constructor for class org.codehaus.groovy.runtime.InvokerHelper
 
InvokerInvocationException - exception org.codehaus.groovy.runtime.InvokerInvocationException.
An exception thrown if a method is called and an exception occurred
InvokerInvocationException(InvocationTargetException) - Constructor for class org.codehaus.groovy.runtime.InvokerInvocationException
 
IteratorClosureAdapter - class org.codehaus.groovy.runtime.IteratorClosureAdapter.
A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way
IteratorClosureAdapter(Object) - Constructor for class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
identifier(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for identifier.
identifier(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
ifStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
ifStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes an if statement.
ignorableWhitespace(char[], int, int) - Method in class groovy.util.XmlParser
 
immutable(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable map
immutable(SortedMap) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable sorted map
immutable(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable list
immutable(Set) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable list
immutable(SortedSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable sorted set
implementsInteface(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
importStatement(ModuleNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
importStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes an import statement.
importStatements(ModuleNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
increment(Object) - Method in class groovy.lang.ObjectRange
 
incrementIndent() - Method in class groovy.util.IndentPrinter
 
info() - Method in class groovy.util.GroovyMBean
 
init(ServletConfig) - Method in class groovy.servlet.GroovyServlet
 
initialize(BSFManager, String, Vector) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Initialize the engine.
inject(Collection, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given collection, passing in the initial value to the closure along with the current iterated item then passing into the next iteration the value of the previous closure.
inspect() - Method in class groovy.lang.IntRange
 
inspect() - Method in class groovy.lang.ObjectRange
 
inspect() - Method in interface groovy.lang.Range
 
inspect(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
inspect(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
inspect(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
instance - Static variable in class org.codehaus.groovy.runtime.BigDecimalMath
 
instance - Static variable in class org.codehaus.groovy.runtime.BigIntegerMath
 
instance - Static variable in class org.codehaus.groovy.runtime.FloatingPointMath
 
instance - Static variable in class org.codehaus.groovy.runtime.IntegerMath
 
instance - Static variable in class org.codehaus.groovy.runtime.LongMath
 
intUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
integerNumber(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
 
interfaceDeclaration(String, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
interfaceDeclaration(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a interface declaration.
intersect(List, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the intersection of both collections
invoke(Object, Object[]) - Method in class groovy.lang.MetaMethod
 
invoke(Object, Method, Object[]) - Method in class org.codehaus.groovy.runtime.ClosureListener
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.ReflectionMetaMethod
 
invoke(MetaMethod, Object, Object[]) - Method in class org.codehaus.groovy.runtime.Reflector
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.TransformMetaMethod
 
invokeClosure(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeConstructor(Object[]) - Method in class groovy.lang.MetaClass
 
invokeConstructor(String, Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
invokeConstructor(String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeConstructorOf(Class, Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
invokeConstructorOf(Class, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeMethod(String, Object) - Method in class groovy.lang.Closure
 
invokeMethod(String, Object) - Method in class groovy.lang.GString
Overloaded to implement duck typing for Strings so that any method that can't be evaluated on this object will be forwarded to the toString() object instead.
invokeMethod(String, Object) - Method in interface groovy.lang.GroovyObject
Invokes the given method
invokeMethod(String, Object) - Method in class groovy.lang.GroovyObjectSupport
 
invokeMethod(Object, String, Object) - Method in class groovy.lang.MetaClass
 
invokeMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClass
Invokes the given method on the object.
invokeMethod(String, Object) - Method in class groovy.lang.Reference
 
invokeMethod(String, Object) - Method in class groovy.lang.Sequence
 
invokeMethod(String, Object) - Method in class groovy.mock.GroovyMock
 
invokeMethod(String, Object) - Method in class groovy.util.BuilderSupport
 
invokeMethod(String, Object) - Method in class groovy.util.Expando
 
invokeMethod(String, Object) - Method in class groovy.util.GroovyLog
 
invokeMethod(String, Object) - Method in class groovy.util.GroovyMBean
 
invokeMethod(String, Object) - Method in class groovy.util.Proxy
Call a method of this proxy, or the real object if method doesn't exist.
invokeMethod(MetaMethod) - Method in class org.codehaus.groovy.classgen.ReflectorGenerator
 
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide a dynamic method invocation method which can be overloaded in classes to implement dynamic proxies easily.
invokeMethod(Object, String, Object) - Method in class org.codehaus.groovy.runtime.Invoker
Invokes the given method on the object.
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeMethodSafe(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeNoArgumentsMethod(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClass
 
invokeStaticMethod(String, String, Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
invokeStaticMethod(String, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeStaticNoArgumentsMethod(String, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeSuperMethod(Object, String, Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
invokeSuperMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
isA(int) - Method in class org.codehaus.groovy.syntax.Token
Returns true if this token is of the specified type.
isA(int[]) - Method in class org.codehaus.groovy.syntax.Token
Returns true if this token is of any of the specified types.
isAssignableFrom(Class, Class) - Method in class groovy.lang.MetaClass
 
isAssignmentToken() - Method in class org.codehaus.groovy.syntax.Token
Returns true if this token performs an assignment to the LHS such as = or += or *= etc.
isAssignmentToken(int) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if this token performs an assignment to the LHS such as = or += or *= etc.
isBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
isBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Class, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Pattern, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
isCellEditable(int, int) - Method in class groovy.model.DefaultTableModel
 
isColfill() - Method in class groovy.swing.impl.TableLayoutCell
Returns the colfill.
isCompatibleInstance(Class, Object, boolean) - Static method in class groovy.lang.MetaClass
 
isConstantString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
isDatatype(String) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
isDerivedFrom(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
isDerivedFromGroovyObject() - Method in class org.codehaus.groovy.ast.ClassNode
 
isDynamic() - Method in class org.codehaus.groovy.ast.Type
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isDynamicReturnType() - Method in class org.codehaus.groovy.ast.MethodNode
 
isDynamicType() - Method in class org.codehaus.groovy.ast.FieldNode
 
isDynamicType() - Method in class org.codehaus.groovy.ast.Parameter
 
isDynamicType() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isEditable() - Method in class groovy.model.ClosureModel
 
isEditable() - Method in class groovy.model.PropertyModel
 
isEditable() - Method in class groovy.model.ValueHolder
 
isEditable() - Method in interface groovy.model.ValueModel
 
isEmpty() - Method in class org.codehaus.groovy.ast.ModuleNode
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.Statement
 
isEmpty() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns true if the node is empty (no token, no children).
isEmpty() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns true if the collector is empty.
isEmpty() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns true if the collector is empty.
isFatal() - Method in class org.codehaus.groovy.GroovyException
 
isFieldOrVariable(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isFloatingPoint(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
isFull() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns true if the set has reached its limit.
isGenericGetMethod(MetaMethod) - Method in class groovy.lang.MetaClass
 
isGenericSetMethod(MetaMethod) - Method in class groovy.lang.MetaClass
 
isHolder() - Method in class org.codehaus.groovy.ast.FieldNode
 
isHolder() - Method in class org.codehaus.groovy.classgen.Variable
 
isHolderVariable(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isIdentifierOrPrimitiveTypeKeyword() - Method in class org.codehaus.groovy.syntax.Token
Returns true if the token is an identifier or a primitive type.
isIdentifierOrPrimitiveTypeKeyword(int) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if the specified type is an identifier or a primitive type.
isImplicitThis() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isInClosureConstructor() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isInScriptBody() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isInclusive() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
isInteger(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
isLong(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
isMethod(Method) - Method in class groovy.lang.MetaMethod
 
isModifier() - Method in class org.codehaus.groovy.syntax.Token
Returns true if the token is a class modifier.
isModifier(int) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if the specified token type is a class modifier.
isNonStaticField(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isNotFieldOfOutermostClass(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isParameterSpecified() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
isPopRequired(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isPrimitiveFieldType(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isPrimitiveType(String) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
isPrimitiveTypeKeyword(boolean) - Method in class org.codehaus.groovy.syntax.Token
Returns true if the token is a primitive type.
isPrimitiveTypeKeyword(int, boolean) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if the token type is a primitive type.
isPrivate() - Method in class groovy.lang.MetaMethod
 
isPrivate() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isProperty() - Method in class org.codehaus.groovy.classgen.Variable
 
isProtected() - Method in class groovy.lang.MetaMethod
 
isPublic(Method) - Static method in class org.codehaus.groovy.runtime.MethodHelper
 
isReverse() - Method in class groovy.lang.IntRange
 
isReverse() - Method in class groovy.lang.ObjectRange
 
isReverse() - Method in interface groovy.lang.Range
 
isRowfill() - Method in class groovy.swing.impl.TableLayoutCell
Returns the rowfill.
isSafe() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isSafe() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isSame(MetaMethod) - Method in class groovy.lang.MetaMethod
 
isScript() - Method in class org.codehaus.groovy.ast.ClassNode
 
isScriptBody() - Method in class org.codehaus.groovy.ast.ClassNode
 
isStatic() - Method in class groovy.lang.MetaMethod
 
isStatic() - Method in class org.codehaus.groovy.ast.FieldNode
 
isStatic() - Method in class org.codehaus.groovy.ast.MethodNode
 
isStatic(Method) - Static method in class org.codehaus.groovy.runtime.MethodHelper
 
isStatic() - Method in class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
isStaticClass() - Method in class org.codehaus.groovy.ast.ClassNode
Is this class delcared in a static method (such as a closure / inner class declared in a static method)
isStaticMethod() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isSuperMethodCall(MethodCallExpression) - Static method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isSuperMethodCall(Statement) - Method in class org.codehaus.groovy.classgen.Verifier
 
isSynthetic() - Method in class org.codehaus.groovy.ast.MetadataNode
 
isThisExpression(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isUseReflection() - Static method in class groovy.lang.MetaClass
 
isValidCharacterString(Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
isValidMethod(Object, Object[], boolean) - Method in class groovy.lang.MetaClass
 
isValidMethod(Class[], Object[], boolean) - Static method in class groovy.lang.MetaClass
 
isValidNameReference() - Method in class org.codehaus.groovy.syntax.Token
Returns true if the token is a valid as a name that has already been declared.
isValidNameReference(int) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if the specified type is valid as a reference to an existing name.
isValidReflectorMethod(MetaMethod) - Method in class groovy.lang.MetaClass
 
isValidTypeForCast(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
isVoidMethod() - Method in class org.codehaus.groovy.ast.MethodNode
 
iterator() - Method in class groovy.lang.IntRange
 
iterator() - Method in class groovy.lang.ObjectRange
 
iterator() - Method in class org.codehaus.groovy.ant.FileScanner
 
iterator() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns an Iterator to the keys in the set.
iterator() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns an Iterator to the exceptions in the set.

J

join(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates all of the items of the collection together with the given String as a separator
join(Object[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates all of the elements of the array together with the given String as a separator

K

KEYWORD_ABSTRACT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_AS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_ASSERT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_BOOLEAN - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_BREAK - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_BYTE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CASE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CATCH - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CHAR - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CLASS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CONST - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_CONTINUE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_DEF - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_DEFAULT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_DO - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_DOUBLE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_ELSE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_EXTENDS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_FALSE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_FINAL - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_FINALLY - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_FLOAT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_FOR - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_GOTO - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_IF - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_IMPLEMENTS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_IMPORT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_IN - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_INSTANCEOF - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_INT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_INTERFACE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_LONG - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_NATIVE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_NEW - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_NULL - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_PACKAGE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_PRIVATE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_PROPERTY - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_PROTECTED - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_PUBLIC - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_RETURN - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_SHORT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_STATIC - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_SUPER - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_SWITCH - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_SYNCHRONIZED - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_THIS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_THROW - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_THROWS - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_TRANSIENT - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_TRUE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_TRY - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_VOID - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_VOLATILE - Static variable in class org.codehaus.groovy.syntax.Token
 
KEYWORD_WHILE - Static variable in class org.codehaus.groovy.syntax.Token
 
keyword(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
 

L

LEFT_CURLY_BRACE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "{".
LEFT_PARENTHESIS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "(".
LEFT_SHIFT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "<<".
LEFT_SQUARE_BRACKET - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "[".
LOGICAL_AND - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "&&".
LOGICAL_OR - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "||".
Lexer - class org.codehaus.groovy.syntax.lexer.Lexer.
Identifies and returns tokens from a source text.
Lexer(CharStream) - Constructor for class org.codehaus.groovy.syntax.lexer.Lexer
Initializes the Lexer from an opened CharStream.
LexerException - exception org.codehaus.groovy.syntax.lexer.LexerException.
Base exception indicating a lexical error.
LexerException(String, int, int) - Constructor for class org.codehaus.groovy.syntax.lexer.LexerException
 
LexerTokenStream - class org.codehaus.groovy.syntax.lexer.LexerTokenStream.
Implements a TokenStream on a Lexer.
LexerTokenStream(Lexer) - Constructor for class org.codehaus.groovy.syntax.lexer.LexerTokenStream
Initializes the LexerTokenStream.
ListExpression - class org.codehaus.groovy.ast.expr.ListExpression.
Represents a list expression [1, 2, 3] which creates a mutable List
ListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ListExpression
 
ListExpression(List) - Constructor for class org.codehaus.groovy.ast.expr.ListExpression
 
LongMath - class org.codehaus.groovy.runtime.LongMath.
Long NumberMath operations
LookAheadExhaustionError - error org.codehaus.groovy.syntax.LookAheadExhaustionError.
 
LookAheadExhaustionError(int) - Constructor for class org.codehaus.groovy.syntax.LookAheadExhaustionError
 
la() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Returns the next token in the stream without consuming it.
la(int) - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Returns the kth token in the stream without consuming it (or any other unconsumed tokens).
la() - Method in interface org.codehaus.groovy.syntax.TokenStream
Looks-ahead to the next token.
la(int) - Method in interface org.codehaus.groovy.syntax.TokenStream
Looks-ahead to the kth token.
la() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Returns the next character, without consuming it.
la(int) - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Returns the next kth character, without consuming any.
la() - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns (without consuming) the next non-newline token in the underlying token stream.
la(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns (without consuming any tokens) the next kth non-newline token from the underlying token stream.
la_bare() - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns (without consuming) the next token in the underlying token stream (newlines included).
la_bare(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns (without consuming any tokens) the next kth token from the underlying token stream (newlines included).
leftCurlyBrace(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "{".
leftParenthesis(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "(".
leftShift(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a list
leftShift(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a String
leftShift(StringBuffer, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a StringBuffer
leftShift(Writer, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an append mechanism to add things to a writer
leftShift(OutputStream, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an append mechanism to add things to a stream
leftShift(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "<<".
leftSquareBracket(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "[".
length() - Method in class groovy.lang.GString
 
listExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
listExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
listFiles - Variable in class org.codehaus.groovy.ant.Groovyc
 
listFiles - Variable in class org.codehaus.groovy.wiki.Wiki2Markup
 
listOrMapExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
load(String, int) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
loadClass(String, byte[]) - Method in class groovy.lang.GroovyClassLoader
A helper method to allow bytecode to be loaded
loadClass(String, byte[]) - Method in class groovy.lang.MetaClassRegistry
A helper class to load meta class bytecode into the class loader
loadClass(String) - Method in class groovy.lang.MetaClassRegistry
 
loadClass(String) - Method in class org.codehaus.groovy.ast.CompileUnit
Loads a class on the compile classpath so that it can be introspected
loadClass(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
loadClass(String) - Method in class org.codehaus.groovy.runtime.Invoker
Attempts to load the given class via name using the current class loader for this code or the thread context class loader
loadDriver(String) - Static method in class groovy.sql.Sql
Attempts to load the JDBC driver on the thread, current or system class loaders
loadParameters(MetaMethod, int) - Method in class org.codehaus.groovy.classgen.ReflectorGenerator
 
loadReflector(List) - Method in class groovy.lang.MetaClass
 
loadReflectorClass(String, byte[]) - Method in class groovy.lang.MetaClass
 
loadReflectorClass(String) - Method in class groovy.lang.MetaClass
 
loadTestSuite() - Method in class groovy.util.GroovyTestSuite
 
loadThisOrOwner() - Method in class org.codehaus.groovy.classgen.ClassGenerator
Loads either this object or if we're inside a closure then load the top level owner
loader - Variable in class groovy.util.GroovyTestSuite
 
log - Variable in class groovy.sql.Sql
 
log - Static variable in class groovy.swing.impl.TableLayoutCell
 
log - Variable in class groovy.util.GroovyTestCase
 
logicalAnd(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "&&".
logicalAndExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
logicalOr(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "||".
logicalOrExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
longUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
lookAheadForMethodCall() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
lt() - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns the type of the la() token, or -1.
lt(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns the type of the la(k) token, or -1.
lt_bare() - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns the type of the la_bare() token, or -1.
lt_bare(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns the type of the la_bare(k) token, or -1.

M

MATCH_REGEX - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "~==".
MAX_DIVISION_SCALE - Static variable in class org.codehaus.groovy.runtime.BigDecimalMath
 
MINUS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "-".
MINUS_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "-=".
MINUS_MINUS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "--".
MOD - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "%".
MOD_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "%=".
MULTIPLY - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "*".
MULTIPLY_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "*=".
MapEntry - class groovy.util.MapEntry.
Represents a list of Integer objects key a specified Object up to but not including a given and to.
MapEntry(Object, Object) - Constructor for class groovy.util.MapEntry
 
MapEntryExpression - class org.codehaus.groovy.ast.expr.MapEntryExpression.
Represents an entry inside a map expression such as 1 : 2.
MapEntryExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MapEntryExpression
 
MapExpression - class org.codehaus.groovy.ast.expr.MapExpression.
Represents a map expression [1 : 2, "a" : "b", x : y] which creates a mutable Map
MapExpression() - Constructor for class org.codehaus.groovy.ast.expr.MapExpression
 
MapExpression(List) - Constructor for class org.codehaus.groovy.ast.expr.MapExpression
 
MarkupBuilder - class groovy.xml.MarkupBuilder.
A helper class for creating XML or HTML markup
MarkupBuilder() - Constructor for class groovy.xml.MarkupBuilder
 
MarkupBuilder(PrintWriter) - Constructor for class groovy.xml.MarkupBuilder
 
MarkupBuilder(IndentPrinter) - Constructor for class groovy.xml.MarkupBuilder
 
MetaClass - class groovy.lang.MetaClass.
Allows methods to be dynamically added to existing classes at runtime
MetaClass(MetaClassRegistry, Class) - Constructor for class groovy.lang.MetaClass
 
MetaClassRegistry - class groovy.lang.MetaClassRegistry.
A registery of MetaClass instances which caches introspection & reflection information and allows methods to be dynamically added to existing classes at runtime
MetaClassRegistry() - Constructor for class groovy.lang.MetaClassRegistry
 
MetaClassRegistry(boolean) - Constructor for class groovy.lang.MetaClassRegistry
 
MetaMethod - class groovy.lang.MetaMethod.
Represents a Method on a Java object a little like Method except without using reflection to invoke the method
MetaMethod(String, Class, Class[], Class, int) - Constructor for class groovy.lang.MetaMethod
 
MetaMethod(Method) - Constructor for class groovy.lang.MetaMethod
 
MetaMethod(MetaMethod) - Constructor for class groovy.lang.MetaMethod
 
MetaProperty - class groovy.lang.MetaProperty.
Represents a property on a bean which may have a getter and/or a setter
MetaProperty(String, Class, MetaMethod, MetaMethod) - Constructor for class groovy.lang.MetaProperty
 
MetadataNode - class org.codehaus.groovy.ast.MetadataNode.
Base class for any AST node which is capable of storing metadata
MetadataNode() - Constructor for class org.codehaus.groovy.ast.MetadataNode
 
MethodCallExpression - class org.codehaus.groovy.ast.expr.MethodCallExpression.
A method call on an object or class
MethodCallExpression(Expression, String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MethodCallExpression
 
MethodCaller - class org.codehaus.groovy.classgen.MethodCaller.
A helper class to invoke methods more easily in ASM
MethodCaller(int, Class, String) - Constructor for class org.codehaus.groovy.classgen.MethodCaller
 
MethodClosure - class org.codehaus.groovy.runtime.MethodClosure.
Represents a method on an object using a closure which can be invoked at any time
MethodClosure(Object) - Constructor for class org.codehaus.groovy.runtime.MethodClosure
 
MethodClosure(Object, String) - Constructor for class org.codehaus.groovy.runtime.MethodClosure
 
MethodHelper - class org.codehaus.groovy.runtime.MethodHelper.
Some reflection helper methods
MethodHelper() - Constructor for class org.codehaus.groovy.runtime.MethodHelper
 
MethodKey - class org.codehaus.groovy.runtime.MethodKey.
An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
MethodKey(String) - Constructor for class org.codehaus.groovy.runtime.MethodKey
 
MethodNode - class org.codehaus.groovy.ast.MethodNode.
Represents a method declaration
MethodNode(String, int, String, Parameter[], Statement) - Constructor for class org.codehaus.groovy.ast.MethodNode
 
MissingClassException - exception groovy.lang.MissingClassException.
An exception occurred if a dynamic method dispatch fails with an unknown class.
MissingClassException(String, ASTNode, String) - Constructor for class groovy.lang.MissingClassException
 
MissingMethodException - exception groovy.lang.MissingMethodException.
An exception occurred if a dynamic method dispatch fails with an unknown method.
MissingMethodException(String, Class, Object[]) - Constructor for class groovy.lang.MissingMethodException
 
MissingPropertyException - exception groovy.lang.MissingPropertyException.
An exception occurred if a dynamic property dispatch fails with an unknown property.
MissingPropertyException(String, Class) - Constructor for class groovy.lang.MissingPropertyException
 
MissingPropertyException(String, Class, Throwable) - Constructor for class groovy.lang.MissingPropertyException
 
MissingPropertyException(String, String, Class) - Constructor for class groovy.lang.MissingPropertyException
 
MixinNode - class org.codehaus.groovy.ast.MixinNode.
Represents a mixin which can be applied to any ClassNode to implement mixins
MixinNode(String, int, String) - Constructor for class org.codehaus.groovy.ast.MixinNode
 
MixinNode(String, int, String, String[]) - Constructor for class org.codehaus.groovy.ast.MixinNode
 
ModuleNode - class org.codehaus.groovy.ast.ModuleNode.
Represents a module, which consists typically of a class declaration but could include some imports, some statements and multiple classes intermixed with statements like scripts in Python or Ruby
ModuleNode() - Constructor for class org.codehaus.groovy.ast.ModuleNode
 
MultiException - exception org.codehaus.groovy.tools.MultiException.
 
MultiException(Exception[]) - Constructor for class org.codehaus.groovy.tools.MultiException
 
main(String[]) - Static method in class groovy.lang.GroovyShell
 
main(String[]) - Static method in class groovy.ui.InteractiveShell
Entry point when called directly.
main(String[]) - Static method in class groovy.util.GroovyScriptEngine
Simple testing harness for the GSE.
main(String[]) - Static method in class groovy.util.GroovyTestSuite
 
main(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
main(String[]) - Static method in class org.codehaus.groovy.tools.Grok
 
main(String[]) - Static method in class org.codehaus.groovy.wiki.Wiki2Markup
 
main(String[]) - Static method in class org.codehaus.groovy.wiki.Wiki2TestCase
 
makeExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
makeReference() - Method in class org.codehaus.groovy.ast.Parameter
 
mapExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
mapExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
mark() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Saves information about the current position, for tracking token extents.
matchRegex(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
matchRegex(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "~==".
max(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the collection
max(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the collection using the given comparator
max(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the collection using the given closure as a comparator
merge(CompilationFailuresException) - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Merges in data from another set.
merge(ExceptionCollector) - Method in class org.codehaus.groovy.tools.ExceptionCollector
Merges in data from another collector.
merge(ExceptionCollector, boolean) - Method in class org.codehaus.groovy.tools.ExceptionCollector
Merges in data from another collector.
methodCallExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
methodCallOrPropertyExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
methodCallWithoutParenthesis(CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
methodDeclaration(ClassNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
methodDeclaration(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
methodDeclaration(CSTNode, CSTNode, CSTNode, boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a class/interface method.
min(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the collection
min(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the collection using the given comparator
min(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the collection using the given closure as a comparator
minimumSize() - Method in class groovy.lang.NonEmptySequence
 
minimumSize() - Method in class groovy.lang.Sequence
 
minus(List, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the elements of the first list minus the elements of the collection
minus(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove a part of a String
minus(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtract a Number from a Character
minus(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtract a Character from a Number
minus(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtraction two Characters
minus(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Substraction of two Numbers
minus(Date, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtracts a number of days from this date and returns the new date
minus(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "-".
minusEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "-=".
minusMinus(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "--".
mixedContent(NodeList) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
mod(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "%".
modEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "%=".
modifierList(boolean, boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes the modifiers list that can appear on top- and class-level method and class-level variable names (public, private, abstract, etc.).
modifiers(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
multiplicativeExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
multiply(Collection, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the same elements repeated a certain number of times.
multiply(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Repeat a String a certain number of times
multiply(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Character by a Number
multiply(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Number by a Character
multiply(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply two Characters
multiply(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply two Numbers
multiply(Number, Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
multiply(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "*".
multiplyEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "*=".
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 

N

NAVIGATE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "->".
NEWLINE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "\n".
NOT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "!".
NULL - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
NamedArgumentListExpression - class org.codehaus.groovy.ast.expr.NamedArgumentListExpression.
Represents one or more arguments being passed into a method by name
NamedArgumentListExpression() - Constructor for class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
NamedArgumentListExpression(List) - Constructor for class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
Namespace - class groovy.xml.Namespace.
A helper class for creating namespaced GroovyMarkup
Namespace(BuilderSupport, String) - Constructor for class groovy.xml.Namespace
 
Namespace(BuilderSupport, String, String) - Constructor for class groovy.xml.Namespace
 
NamespaceBuilder - class groovy.xml.NamespaceBuilder.
A helper class for creating namespaces for GroovyMarkup
NamespaceBuilder(BuilderSupport) - Constructor for class groovy.xml.NamespaceBuilder
 
NegationExpression - class org.codehaus.groovy.ast.expr.NegationExpression.
 
NegationExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.NegationExpression
 
NestedValueModel - interface groovy.model.NestedValueModel.
Represents a nested value model such as a PropertyModel or a ClosureModel
NewStaticMetaMethod - class org.codehaus.groovy.runtime.NewStaticMetaMethod.
A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class.
NewStaticMetaMethod(MetaMethod) - Constructor for class org.codehaus.groovy.runtime.NewStaticMetaMethod
 
Node - class groovy.util.Node.
Represents an arbitrary tree node which can be used for structured metadata which can be any arbitrary XML-like tree.
Node(Node, Object) - Constructor for class groovy.util.Node
 
Node(Node, Object, Object) - Constructor for class groovy.util.Node
 
Node(Node, Object, Map) - Constructor for class groovy.util.Node
 
Node(Node, Object, Map, Object) - Constructor for class groovy.util.Node
 
NodeBuilder - class groovy.util.NodeBuilder.
A helper class for creating nested trees of Node objects for handling arbitrary data
NodeBuilder() - Constructor for class groovy.util.NodeBuilder
 
NodePrinter - class groovy.util.NodePrinter.
A helper class for creating nested trees of data
NodePrinter() - Constructor for class groovy.util.NodePrinter
 
NodePrinter(PrintWriter) - Constructor for class groovy.util.NodePrinter
 
NodePrinter(IndentPrinter) - Constructor for class groovy.util.NodePrinter
 
NonEmptySequence - class groovy.lang.NonEmptySequence.
Represents a sequence of objects which represents one or many instances of of objects of a given type.
NonEmptySequence() - Constructor for class groovy.lang.NonEmptySequence
 
NonEmptySequence(Class) - Constructor for class groovy.lang.NonEmptySequence
 
NonEmptySequence(Class, List) - Constructor for class groovy.lang.NonEmptySequence
 
NotExpression - class org.codehaus.groovy.ast.expr.NotExpression.
 
NotExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.NotExpression
 
NumberMath - class org.codehaus.groovy.runtime.NumberMath.
Stateless objects used to perform math on the various Number subclasses.
NumberMath() - Constructor for class org.codehaus.groovy.runtime.NumberMath
 
name() - Method in class groovy.util.GroovyMBean
 
name() - Method in class groovy.util.Node
 
nameDeclaration(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a name that is valid for declarations.
nameReference(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a reference to a declared name.
namedActualParameterList(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
namedParameterList(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
namespace(String) - Method in class groovy.xml.NamespaceBuilder
 
namespace(String, String) - Method in class groovy.xml.NamespaceBuilder
 
navigate(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "->".
negate(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
negationExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
newExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
newExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
newInputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered input stream for a file
newInstance() - Static method in class groovy.mock.GroovyMock
 
newInstance(String) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL
newInstance(String, Properties) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL
newInstance(String, Properties, String) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL and driver class name
newInstance(String, String, String) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL, username and password
newInstance(String, String, String, String) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL, username, password and driver class name
newInstance(String, String) - Static method in class groovy.sql.Sql
A helper method which creates a new Sql instance from a JDBC connection URL and driver class name
newInstance(Map) - Method in interface groovy.swing.impl.Factory
Create a new instance
newInstance(Class) - Static method in class groovy.util.GroovyLog
Factory method to create new instances
newInstance() - Static method in class groovy.util.NodeBuilder
 
newInstance() - Static method in class groovy.xml.DOMBuilder
 
newInterface(Class, String) - Static method in class org.codehaus.groovy.classgen.MethodCaller
 
newOutputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered output stream for a file
newPrintWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file
newPrintWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file with a specified charset
newReader(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered reader for a file
newReader(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered reader for a file, with a specified charset
newStatic(Class, String) - Static method in class org.codehaus.groovy.ast.FieldNode
 
newStatic(Class, String) - Static method in class org.codehaus.groovy.classgen.MethodCaller
 
newToken(int, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates the token of the given id
newToken(int, String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Generic factory method for a token.
newVirtual(Class, String) - Static method in class org.codehaus.groovy.classgen.MethodCaller
 
newWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
newWriter(File, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file in append mode
newWriter(File, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
newWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
newline(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "\n".
next() - Method in class groovy.sql.GroovyResultSet
Iterates to the next row
next() - Method in class org.codehaus.groovy.ant.FileIterator
 
next(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increments the last digit in the given string, resetting it and moving onto the next digit if increasing the digit no longer becomes a letter or digit.
next(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Character by one
next(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Number by one
next(Date) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increments a Date by a day
nextRowIndex() - Method in class groovy.swing.impl.TableLayout
Creates a new row index for child tags
nextToken() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Implemented by concrete subtypes, provides access to the next token in the underlying stream.
nextToken() - Method in class org.codehaus.groovy.syntax.lexer.Lexer
Finds and returns (and consumes) the next token from the underlying stream.
nextToken() - Method in class org.codehaus.groovy.syntax.lexer.LexerTokenStream
Returns the next token from the Lexer.
noSuchMethod(MetaMethod, Object, Object[]) - Method in class org.codehaus.groovy.runtime.Reflector
 
nodeCompleted(Object, Object) - Method in class groovy.swing.SwingBuilder
 
nodeCompleted(Object, Object) - Method in class groovy.util.AntBuilder
 
nodeCompleted(Object, Object) - Method in class groovy.util.BuilderSupport
A hook to allow nodes to be processed once they have had all of their children applied
nodeCompleted(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
nodeCompleted(Object, Object) - Method in class groovy.xml.SAXBuilder
 
nonNamedActualParameterList(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
normaliseIndex(int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
normalizeIndex(int) - Method in class groovy.sql.GroovyResultSet
Takes a zero based index and convert it into an SQL based 1 based index.
not(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "!".
notBoolean(boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
notExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
notObject(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
nullify(String) - Method in class groovy.sql.Sql
replace ?'"? references with NULLish

O

OPTIONAL_DATATYPE_FOLLOWER - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
ObjectRange - class groovy.lang.ObjectRange.
Represents an inclusive list of objects from a value to a value using comparators
ObjectRange(Comparable, Comparable) - Constructor for class groovy.lang.ObjectRange
 
ObjectRange(Comparable, Comparable, boolean) - Constructor for class groovy.lang.ObjectRange
 
OrderBy - class groovy.util.OrderBy.
A helper class for sorting objects via a closure to return the field or operation on which to sort.
OrderBy() - Constructor for class groovy.util.OrderBy
 
OrderBy(Closure) - Constructor for class groovy.util.OrderBy
 
OrderBy(List) - Constructor for class groovy.util.OrderBy
 
objectFindRegex(Object, Object) - Method in class org.codehaus.groovy.runtime.Invoker
Find the right hand regex within the left hand string and return a matcher.
objectMatchRegex(Object, Object) - Method in class org.codehaus.groovy.runtime.Invoker
Find the right hand regex within the left hand string and return a matcher.
objectsEqual(Object, Object) - Method in class org.codehaus.groovy.runtime.Invoker
 
ofType(int, int[]) - Static method in class org.codehaus.groovy.syntax.Token
Returns true if specified token type is in the supplied list.
onClass(ClassWriter, ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
onClass(ClassWriter, ClassNode) - Method in class org.codehaus.groovy.classgen.CompilerFacade
 
onClassNode(ClassWriter, ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
onLineNumber(ASTNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
onMethodChange() - Method in class groovy.lang.MetaClass
Call this method when any mutation method is called, such as adding a new method to this MetaClass so that any caching or bytecode generation can be regenerated.
optionalDatatype(boolean, boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes an optional data type marker (for a parameter, method return type, etc.).
optionalNewlines() - Method in class org.codehaus.groovy.syntax.parser.Parser
Eats any optional newlines.
org.codehaus.groovy - package org.codehaus.groovy
Groovy Language for the JVM
org.codehaus.groovy.ant - package org.codehaus.groovy.ant
Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode
org.codehaus.groovy.ast - package org.codehaus.groovy.ast
Groovy AST nodes for the syntax of the language
org.codehaus.groovy.ast.expr - package org.codehaus.groovy.ast.expr
AST nodes for Groovy expressions
org.codehaus.groovy.ast.stmt - package org.codehaus.groovy.ast.stmt
AST nodes for Groovy statements
org.codehaus.groovy.bsf - package org.codehaus.groovy.bsf
Defines the BSF Engine for using Groovy inside any BSF application.
org.codehaus.groovy.classgen - package org.codehaus.groovy.classgen
Generates Java classes for Groovy classes using ASM.
org.codehaus.groovy.runtime - package org.codehaus.groovy.runtime
Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator.
org.codehaus.groovy.syntax - package org.codehaus.groovy.syntax
Lexer, parser and trees.
org.codehaus.groovy.syntax.lexer - package org.codehaus.groovy.syntax.lexer
Lexer.
org.codehaus.groovy.syntax.parser - package org.codehaus.groovy.syntax.parser
The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)
org.codehaus.groovy.tools - package org.codehaus.groovy.tools
Compiler entry points and miscellaneous development tools.
org.codehaus.groovy.tools.xml - package org.codehaus.groovy.tools.xml
XML utilities such as for converting XML into Groovy scripts.
org.codehaus.groovy.wiki - package org.codehaus.groovy.wiki
Wiki related code and Ant tasts for styling wiki docs to HTML and extracting unit test cases from documentation

P

PARAMETER_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
PATTERN_REGEX - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "~"
PIPE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "|".
PLUS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "+".
PLUS_EQUAL - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "+=".
PLUS_PLUS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "++".
Parameter - class org.codehaus.groovy.ast.Parameter.
Represents a parameter on a constructor or method call.
Parameter(String) - Constructor for class org.codehaus.groovy.ast.Parameter
 
Parameter(String, String) - Constructor for class org.codehaus.groovy.ast.Parameter
 
Parameter(String, String, Expression) - Constructor for class org.codehaus.groovy.ast.Parameter
 
Parser - class org.codehaus.groovy.syntax.parser.Parser.
Reads the source text and produces a hierarchy of Concrete Syntax Trees (CSTs).
Parser(TokenStream) - Constructor for class org.codehaus.groovy.syntax.parser.Parser
Sets the Parser to process a TokenStream.
Parser(TokenStream, ExceptionCollector) - Constructor for class org.codehaus.groovy.syntax.parser.Parser
Sets the Parser to process a TokenStream.
ParserException - exception org.codehaus.groovy.syntax.parser.ParserException.
 
ParserException(String, Token) - Constructor for class org.codehaus.groovy.syntax.parser.ParserException
 
PostfixExpression - class org.codehaus.groovy.ast.expr.PostfixExpression.
Represents a postfix expression like foo++ or bar++
PostfixExpression(Expression, Token) - Constructor for class org.codehaus.groovy.ast.expr.PostfixExpression
 
PrefixExpression - class org.codehaus.groovy.ast.expr.PrefixExpression.
Represents a prefix expression like ++foo or --bar
PrefixExpression(Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.PrefixExpression
 
PropertyExpression - class org.codehaus.groovy.ast.expr.PropertyExpression.
Represents a property access such as the expression "foo.bar".
PropertyExpression(Expression, String) - Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
 
PropertyExpression(Expression, String, boolean) - Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
 
PropertyModel - class groovy.model.PropertyModel.
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
 
PropertyNode - class org.codehaus.groovy.ast.PropertyNode.
Represents a property (member variable, a getter and setter)
PropertyNode(String, int, String, String, Expression, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.PropertyNode
 
PropertyNode(FieldNode, int, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.PropertyNode
 
Proxy - class groovy.util.Proxy.
Dynamic groovy proxy for another object.
Proxy(Object) - Constructor for class groovy.util.Proxy
Constructor.
Proxy(Object, boolean) - Constructor for class groovy.util.Proxy
Constructor.
packageDeclaration(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
packageDeclaration() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a package declaration.
parameterDeclaration() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a single parameter declaration, which can occur on methods and closures.
parameterDeclarationList() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a parameter declaration list, which can occur on methods and closures.
parameterList(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
parameters(CSTNode[]) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
parametersEqual(Parameter[], Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
parent() - Method in class groovy.util.Node
 
parentheticalExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
parse(InputStream, String) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(String, String) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(File) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(String) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(InputStream) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(File) - Method in class groovy.util.XmlParser
Parses the content of the given file as XML turning it into a tree of Nodes
parse(InputSource) - Method in class groovy.util.XmlParser
Parse the content of the specified input source into a tree of Nodes.
parse(InputStream) - Method in class groovy.util.XmlParser
Parse the content of the specified input stream into a tree of Nodes.
parse(Reader) - Method in class groovy.util.XmlParser
Parse the content of the specified reader into a tree of Nodes.
parse(String) - Method in class groovy.util.XmlParser
Parse the content of the specified URI into a tree of Nodes
parseClass(File) - Method in class groovy.lang.GroovyClassLoader
Parses the given file into a Java class capable of being run
parseClass(String, String) - Method in class groovy.lang.GroovyClassLoader
Parses the given text into a Java class capable of being run
parseClass(String) - Method in class groovy.lang.GroovyClassLoader
Parses the given text into a Java class capable of being run
parseClass(InputStream) - Method in class groovy.lang.GroovyClassLoader
Parses the given character stream into a Java class capable of being run
parseClass(InputStream, String) - Method in class groovy.lang.GroovyClassLoader
Parses the given character stream into a Java class capable of being run
parseClass(InputStream, String) - Method in class org.codehaus.groovy.classgen.CompilerFacade
Parses the given character stream into a number of ClassNode instances
parseClass(CharStream, String) - Method in class org.codehaus.groovy.classgen.CompilerFacade
 
parseSource(CharStream, String) - Method in class org.codehaus.groovy.tools.Compiler
Parses a CharStream source, producing a Concrete Syntax Tree (CST).
patternRegex(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for double-quoted string.
pickMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClass
Picks which method to invoke for the given object, method name and arguments
pickStaticMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClass
 
pipe(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "|".
plus(GString) - Method in class groovy.lang.GString
 
plus(String) - Method in class groovy.lang.GString
 
plus(Collection, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List as a union of both Collections
plus(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List as a union of a Collection and an Object
plus(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Appends a String
plus(Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Appends a String
plus(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add a Character and a Number
plus(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add a Number and a Character
plus(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add two Characters
plus(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add two Numbers
plus(Date, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds a number of days to this date and returns the new date
plus(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "+".
plusEqual(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "+=".
plusPlus(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "++".
pop(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Removes the last item from the List.
popScope() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
postfixExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
postfixExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
power(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a Number to a certain exponent
prefixExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
previous() - Method in class groovy.sql.GroovyResultSet
Moves to the previous row
previous(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrements the last digit in the given string, resetting it and moving onto the next digit if increasing the digit no longer becomes a letter or digit.
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 a day
primaryExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
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 set(int idx) method for primitve type arrays
primitiveArrayToList(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Allows conversion of arrays into a mutable List
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(String) - Method in class groovy.util.IndentPrinter
 
print(PrintWriter) - Method in class groovy.util.Node
 
print(Node) - Method in class groovy.util.NodePrinter
 
print(Object) - Method in class groovy.xml.MarkupBuilder
 
print(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format
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
 
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
 
printIndent() - Method in class groovy.util.IndentPrinter
 
printIndent() - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printList(List) - Method in class groovy.util.NodePrinter
 
printName(Node) - Method in class groovy.util.NodePrinter
 
printPI(ProcessingInstruction, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printStackTrace() - Method in class org.codehaus.groovy.tools.MultiException
 
printStackTrace(PrintStream) - Method in class org.codehaus.groovy.tools.MultiException
 
printStackTrace(PrintWriter) - Method in class org.codehaus.groovy.tools.MultiException
 
printText(Text, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
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, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format along with a newline
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
 
processShellScripts(String) - Method in class org.codehaus.groovy.wiki.TestCaseRenderEngine
Splits the comment block extracting any scripts that need to be tested
processingInstruction(String, String) - Method in class groovy.util.XmlParser
 
propertyDeclaration(CSTNode, CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a class/interface property, including the optional initialization clause.
propertyExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
pushBlockScope() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
pushConstant(boolean) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
pushConstant(int) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
 
putAt(int, Object) - Method in class groovy.sql.GroovyResultSet
Supports integer based subscript operators for updating the values of numbered columns starting at zero.
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(Object[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Array
putAt(List, int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators
putAt(Map, Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators
putAt(byte[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(char[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(short[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(int[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(long[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(float[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(double[], int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 

Q

QName - class groovy.xml.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QName(String) - Constructor for class groovy.xml.QName
Constructor for the QName.
QName(String, String) - Constructor for class groovy.xml.QName
Constructor for the QName.
QName(String, String, String) - Constructor for class groovy.xml.QName
Constructor for the QName.
QUESTION - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "?".
qualifiedName(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
qualifiedNames(CSTNode[]) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
query(String, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the closure with the result set
query(String, List, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query with parameters calling the closure with the result set
query(GString, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the closure with the result set
queryEach(String, Closure) - Method in class groovy.sql.Sql
Deprecated. please use eachRow instead
queryEach(String, List, Closure) - Method in class groovy.sql.Sql
Deprecated. please use eachRow instead
queryEach(GString, Closure) - Method in class groovy.sql.Sql
Deprecated. please use eachRow instead
question(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "?".

R

RETURN_NULL - Static variable in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
RETURN_VOID - Static variable in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
RIGHT_CURLY_BRACE - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "}".
RIGHT_PARENTHESIS - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ")".
RIGHT_SHIFT - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ">>".
RIGHT_SQUARE_BRACKET - Static variable in class org.codehaus.groovy.syntax.Token
Token type for "]".
Range - interface groovy.lang.Range.
Represents the interface of a Range implementation which includes the from and to values
RangeExpression - class org.codehaus.groovy.ast.expr.RangeExpression.
Represents a range expression such as for iterating
RangeExpression(Expression, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.RangeExpression
 
ReadException - exception org.codehaus.groovy.syntax.ReadException.
Encapsulates non-specific i/o exceptions.
ReadException(IOException) - Constructor for class org.codehaus.groovy.syntax.ReadException
 
ReadException(String, IOException) - Constructor for class org.codehaus.groovy.syntax.ReadException
 
ReadOnlyPropertyException - exception groovy.lang.ReadOnlyPropertyException.
This exception is thrown if an attempt is made to set a read only property
ReadOnlyPropertyException(String, Class) - Constructor for class groovy.lang.ReadOnlyPropertyException
 
ReaderCharStream - class org.codehaus.groovy.syntax.lexer.ReaderCharStream.
 
ReaderCharStream(Reader) - Constructor for class org.codehaus.groovy.syntax.lexer.ReaderCharStream
 
ReaderCharStream(Reader, String) - Constructor for class org.codehaus.groovy.syntax.lexer.ReaderCharStream
 
Reference - class groovy.lang.Reference.
Represents a reference to a value
Reference() - Constructor for class groovy.lang.Reference
 
Reference(Object) - Constructor for class groovy.lang.Reference
 
ReflectionMetaMethod - class org.codehaus.groovy.runtime.ReflectionMetaMethod.
 
ReflectionMetaMethod(Method) - Constructor for class org.codehaus.groovy.runtime.ReflectionMetaMethod
 
Reflector - class org.codehaus.groovy.runtime.Reflector.
Provides as alternative to reflection using bytecode generation.
Reflector() - Constructor for class org.codehaus.groovy.runtime.Reflector
 
ReflectorGenerator - class org.codehaus.groovy.classgen.ReflectorGenerator.
Code generates a Reflector
ReflectorGenerator(List) - Constructor for class org.codehaus.groovy.classgen.ReflectorGenerator
 
RegexExpression - class org.codehaus.groovy.ast.expr.RegexExpression.
Represents a regular expression of the form ~ which creates a regular expression.
RegexExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.RegexExpression
 
ResourceConnector - interface groovy.util.ResourceConnector.
 
ResourceException - exception groovy.util.ResourceException.
 
ResourceException() - Constructor for class groovy.util.ResourceException
 
ResourceException(String) - Constructor for class groovy.util.ResourceException
 
ResourceException(String, Throwable) - Constructor for class groovy.util.ResourceException
 
ResourceException(Throwable) - Constructor for class groovy.util.ResourceException
 
ReturnStatement - class org.codehaus.groovy.ast.stmt.ReturnStatement.
A return statement
ReturnStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ReturnStatement
 
RuntimeParserException - exception org.codehaus.groovy.syntax.parser.RuntimeParserException.
A helper class to allow parser exceptions to be thrown anywhere in the code.
RuntimeParserException(String, ASTNode) - Constructor for class org.codehaus.groovy.syntax.parser.RuntimeParserException
 
rangeExpression(CSTNode, boolean) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
rangeExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
read() - Method in class groovy.ui.InteractiveShell
Reads a single statement from the command line.
readBytes(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the file into an array of byte
readFile(File) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
readLines(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the file into a list of Strings for each line
readLines(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the reader into a list of Strings for each line
readLines(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the stream into a list of Strings for each line
recover(int[], boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Attempts to recover from an error by discarding input until a known token is found.
recover(int[]) - Method in class org.codehaus.groovy.syntax.parser.Parser
A synonym for recover( safe, false ).
recover() - Method in class org.codehaus.groovy.syntax.parser.Parser
A synonym for recover( STATEMENT_TERMNINATORS, true ).
recreateSrc() - Method in class org.codehaus.groovy.ant.Groovyc
Recreate src.
recreateSrc() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Recreate src.
regexPattern(String) - Method in class org.codehaus.groovy.runtime.Invoker
Compile a regular expression from a string.
regexPattern(String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
regexPattern() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
registerBeanFactory(String, Class) - Method in class groovy.swing.SwingBuilder
 
registerFactory(String, Factory) - Method in class groovy.swing.SwingBuilder
 
registerStaticMethods() - Method in class groovy.lang.MetaClass
 
registerWidgets() - Method in class groovy.swing.SwingBuilder
 
relationalExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
remove(int) - Method in class groovy.lang.Sequence
 
remove() - Method in class org.codehaus.groovy.ant.FileIterator
throws UnsupportedOperationException
remove(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
removeCloseCode(String) - Method in class org.codehaus.groovy.wiki.TestCaseRenderEngine
 
removeColumn(DefaultTableColumn) - Method in class groovy.model.DefaultTableModel
Removes a column definition from the table
removeMethod(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.model.ValueHolder
Removes a PropertyChangeListener from the listener list.
removeRange(int, int) - Method in class groovy.lang.Sequence
 
removeTypeModifiers(String) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
Strips any trailing type modifiers from the name; like [] or * or ! or ? or +
render(String, RenderContext) - Method in class org.codehaus.groovy.wiki.TestCaseRenderEngine
 
render(Writer, String, RenderContext) - Method in class org.codehaus.groovy.wiki.TestCaseRenderEngine
 
repeatString(String, int) - Method in class org.codehaus.groovy.tools.ErrorReporter
Returns a string made up of repetitions of the specified string.
report(CompilationFailuresException, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For CompilationFailuresException.
report(ExceptionCollector, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For ExceptionCollector.
report(SyntaxException, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For SyntaxException.
report(CompilerBugException, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For CompilerBugException.
report(GroovyException, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For GroovyException.
report(Exception, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For Exception.
report(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For everything else.
require(Token) - Method in class org.codehaus.groovy.syntax.parser.Parser
Ensures that a Token is not null.
reset() - Method in class groovy.ui.InteractiveShell
Resets the command-line processing machinery after use.
resetFileLists() - Method in class org.codehaus.groovy.ant.Groovyc
Clear the list of files to be compiled and copied..
resetFileLists() - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Clear the list of files to be compiled and copied..
resetVariableStack(Parameter[]) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
resolveClassName(String) - Method in class org.codehaus.groovy.ast.ClassNode
Tries to create a Class node for the given type name
resolveClassName(String) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
resolveName(String) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
resolvedQualifiedName(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
resolvedQualifiedNameNotNull(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
resolvedQualifiedNamesNotNull(CSTNode[]) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
restore() - Method in class org.codehaus.groovy.syntax.AbstractTokenStream
Restores the look-ahead state saved by checkpoint().
restore() - Method in interface org.codehaus.groovy.syntax.TokenStream
Restores to the previous checkpoint
returnStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
returnStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a return statement.
reverse(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new string which is the reverse (backwards) of this string
reverse(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reverses the list
reverseEach(List, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterate over each element of the list in the reverse order.
rightCurlyBrace(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "}".
rightParenthesis(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ")".
rightShift(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ">>".
rightSquareBracket(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for "]".
rootNode(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Returns a new CSTNode that holds the result of consume(type).
rootNode(int, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Identical to rootNode(type), but adds child as a child of the newly created node.
rootNode_bare(int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Analagous to rootNode(type), except consumes with consume_bare.
rootNode_bare(int, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Analagous to rootNode(type, child), except consumes with consume_bare().
round(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
round(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
run() - Method in class groovy.lang.Closure
 
run(File, List) - Method in class groovy.lang.GroovyShell
A helper method which runs the given script file with the given command line arguments
run(File, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script file name with the given command line arguments
run(String, String, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script text with command line arguments
run(InputStream, String, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script with command line arguments
run() - Method in class groovy.lang.Script
The main instance method of a script which has variables in scope as defined by the current Binding instance.
run(String[]) - Method in class groovy.ui.InteractiveShell
Reads commands and statements from input stream and processes them.
run(String, String) - Method in class groovy.util.GroovyScriptEngine
 
run(String, Binding) - Method in class groovy.util.GroovyScriptEngine
 
run() - Method in class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 
runScript(Class, String[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 

S

SAXBuilder - class groovy.xml.SAXBuilder.
A helper class for creating a W3C D
SAXBuilder(ContentHandler) - Constructor for class groovy.xml.SAXBuilder
 
SEMICOLON - Static variable in class org.codehaus.groovy.syntax.Token
Token type for ";".
SINGLE_QUOTE_STRING - Static variable in class org.codehaus.groovy.syntax.Token
Token type for single-quoted string literal.
STATEMENT_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
SWITCH_STATEMENT_BLOCK_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
SYNTH_BLOCK - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_CAST - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_CLOSURE - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_LABEL - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_LIST - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_MAP - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_METHOD - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_PARAMETER_DECLARATION - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_POSTFIX - Static variable in class org.codehaus.groovy.syntax.Token
 
SYNTH_PREFIX - Static variable in class org.codehaus.groovy.syntax.Token
 
Script - class groovy.lang.Script.
This object represents a Groovy script
Script() - Constructor for class groovy.lang.Script
 
ScriptException - exception groovy.util.ScriptException.
 
ScriptException() - Constructor for class groovy.util.ScriptException
 
ScriptException(String) - Constructor for class groovy.util.ScriptException
 
ScriptException(String, Throwable) - Constructor for class groovy.util.ScriptException
 
ScriptException(Throwable) - Constructor for class groovy.util.ScriptException
 
ScriptReference - class org.codehaus.groovy.runtime.ScriptReference.
Represents a reference to a variable in a script
ScriptReference(Script, String) - Constructor for class org.codehaus.groovy.runtime.ScriptReference
 
Sequence - class groovy.lang.Sequence.
Represents a sequence of objects which represents zero or many instances of of objects of a given type.
Sequence() - Constructor for class groovy.lang.Sequence
 
Sequence(Class) - Constructor for class groovy.lang.Sequence
 
Sequence(Class, List) - Constructor for class groovy.lang.Sequence
 
SimpleTemplateEngine - class groovy.text.SimpleTemplateEngine.
This simple template engine uses JSP <% %> script and <%= %> expression syntax.
SimpleTemplateEngine() - Constructor for class groovy.text.SimpleTemplateEngine
 
Sql - class groovy.sql.Sql.
Represents an extent of objects
Sql(DataSource) - Constructor for class groovy.sql.Sql
Constructs an SQL instance using the given DataSource.
Sql(Connection) - Constructor for class groovy.sql.Sql
Construts an SQL instance using the given Connection.
Sql(Sql) - Constructor for class groovy.sql.Sql
 
SqlWhereVisitor - class groovy.sql.SqlWhereVisitor.
 
SqlWhereVisitor() - Constructor for class groovy.sql.SqlWhereVisitor
 
Startable - interface groovy.swing.impl.Startable.
A simple lifecycle method called when an object is fully constructed
Statement - class org.codehaus.groovy.ast.stmt.Statement.
Base class for any statement
Statement() - Constructor for class org.codehaus.groovy.ast.stmt.Statement
 
StaticMethodCallExpression - class org.codehaus.groovy.ast.expr.StaticMethodCallExpression.
A static method call on a class
StaticMethodCallExpression(String, String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
StringBufferWriter - class org.codehaus.groovy.runtime.StringBufferWriter.
This class codes around a silly limiation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizzare reason.
StringBufferWriter(StringBuffer) - Constructor for class org.codehaus.groovy.runtime.StringBufferWriter
Create a new string writer which will append the text to the given StringBuffer
StringCharStream - class org.codehaus.groovy.syntax.lexer.StringCharStream.
 
StringCharStream(String) - Constructor for class org.codehaus.groovy.syntax.lexer.StringCharStream
 
StringCharStream(String, String) - Constructor for class org.codehaus.groovy.syntax.lexer.StringCharStream
 
StringCompiler - class org.codehaus.groovy.tools.StringCompiler.
 
StringCompiler() - Constructor for class org.codehaus.groovy.tools.StringCompiler
 
StringWriterIOException - exception groovy.lang.StringWriterIOException.
An IO exception occurred trying to append to a StringWriter which should never happen.
StringWriterIOException(IOException) - Constructor for class groovy.lang.StringWriterIOException
 
SwingBuilder - class groovy.swing.SwingBuilder.
A helper class for creating Swing widgets using GroovyMarkup
SwingBuilder() - Constructor for class groovy.swing.SwingBuilder
 
SwitchStatement - class org.codehaus.groovy.ast.stmt.SwitchStatement.
Represents a switch (object) { case value: ...
SwitchStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.SwitchStatement
 
SwitchStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.SwitchStatement
 
SynchronizedStatement - class org.codehaus.groovy.ast.stmt.SynchronizedStatement.
Represents a synchronized statement
SynchronizedStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
SyntaxException - exception org.codehaus.groovy.syntax.SyntaxException.
Base exception indicating a syntax error.
SyntaxException(String, int, int) - Constructor for class org.codehaus.groovy.syntax.SyntaxException
 
safePropertyExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
scalarDatatype(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a scalar datatype specification.
scanDir(File, File, String[]) - Method in class org.codehaus.groovy.ant.Groovyc
Scans the directory looking for source files to be compiled.
scanDir(File, File, String[]) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Scans the directory looking for source files to be compiled.
semicolon(int, int) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for ";".
server() - Method in class groovy.util.GroovyMBean
 
service(ServletRequest, ServletResponse) - Method in class groovy.servlet.GroovyServlet
 
set(Object) - Method in class groovy.lang.Reference
 
set(Collection) - Method in class groovy.lang.Sequence
Sets the contents of this sequence to that of the given collection.
set(int, Object) - Method in class groovy.lang.Sequence
 
set(String, Object) - Method in class org.codehaus.groovy.runtime.ClassExtender
 
set(Object) - Method in class org.codehaus.groovy.runtime.ScriptReference
 
setAlign(String) - Method in class groovy.swing.impl.TableLayoutCell
Sets the horizontal alignment to a case insensitive value of {LEFT, CENTER, RIGHT}
setAttribute(String, Object) - Method in class org.codehaus.groovy.ast.MetadataNode
 
setBeanProperties(Object, Map) - Method in class groovy.util.AntBuilder
 
setBeanProperty(Object, String, Object) - Method in class groovy.util.AntBuilder
 
setBinding(Binding) - Method in class groovy.lang.Script
 
setBinding(Map) - Method in interface groovy.text.Template
 
setCSTNode(CSTNode) - Method in class org.codehaus.groovy.ast.ASTNode
 
setCellpadding(int) - Method in class groovy.swing.impl.TableLayout
 
setClasspath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the classpath to be used for this compilation.
setClasspath(String) - Method in class org.codehaus.groovy.tools.Compiler
Adds additional paths to the class loader's search path.
setClasspath(String) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
setClasspath(String) - Method in class org.codehaus.groovy.tools.StringCompiler
 
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
Adds a reference to a classpath defined elsewhere.
setClosure(Closure) - Method in class groovy.swing.impl.DefaultAction
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.ConstructorNode
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.MethodNode
 
setColfill(boolean) - Method in class groovy.swing.impl.TableLayoutCell
Sets whether or not this column should allow its component to stretch to fill the space available
setColspan(int) - Method in class groovy.swing.impl.TableLayoutCell
Sets the number of columns that this cell should span.
setColumnNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setConfig(CompilerConfig) - Method in class org.codehaus.groovy.tools.Compiler
 
setContinueLabel(Label) - Method in class org.codehaus.groovy.classgen.BlockScope
 
setDebug(boolean) - Method in class org.codehaus.groovy.tools.Compiler
Controls the presence of debugging output.
setDefaultCharset(Charset) - Method in class groovy.util.CharsetToolkit
Defines the default Charset used in case the buffer represents an 8-bit Charset.
setDefaultStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
setDelegate(Object) - Method in class groovy.lang.Closure
Allows the delegate to be changed such as when performing markup building
setDescription(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setDestdir(File) - Method in class org.codehaus.groovy.ant.Groovyc
Set the destination directory into which the Java source files should be compiled.
setDestdir(File) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Set the destination directory into which the Java source files should be compiled.
setDocumentLocator(Locator) - Method in class groovy.util.XmlParser
 
setEditable(boolean) - Method in class groovy.model.ValueHolder
 
setEnforce8Bit(boolean) - Method in class groovy.util.CharsetToolkit
If US-ASCII is recognized, enforce to return the default encoding, rather than US-ASCII.
setExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
setFailonerror(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setFailonerror(boolean) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setFatal(boolean) - Method in class org.codehaus.groovy.GroovyException
 
setHolder(boolean) - Method in class org.codehaus.groovy.ast.FieldNode
 
setHolder(boolean) - Method in class org.codehaus.groovy.classgen.Variable
 
setImplicitThis(boolean) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setIndentLevel(int) - Method in class groovy.util.IndentPrinter
 
setInterfaceClass(Class) - Method in class groovy.lang.MetaMethod
 
setInterpretation(int) - Method in class org.codehaus.groovy.syntax.Token
Sets an interpretation for the token.
setKey(Object) - Method in class groovy.util.MapEntry
 
setLastVariableIndex(int) - Method in class org.codehaus.groovy.classgen.BlockScope
 
setLeftExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
setLineNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setListfiles(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, list the source files being handed off to the compiler.
setListfiles(boolean) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
If true, list the source files being handed off to the compiler.
setMetaClass(MetaClass) - Method in interface groovy.lang.GroovyObject
Allows the MetaClass to be replaced with a derived implementation
setMetaClass(MetaClass) - Method in class groovy.lang.GroovyObjectSupport
 
setMetaClass(Class, MetaClass) - Method in class groovy.lang.MetaClassRegistry
Registers a new MetaClass in the registry to customize the type
setMetaClass(MetaClass) - Method in class groovy.lang.Sequence
 
setMetaClass(MetaClass) - Method in class groovy.util.Proxy
Dynamically change the meta class to use for the real object.
setMetaClass(MetaClass) - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
setMetaClass(MetaClass) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
setMethodIndex(int) - Method in class groovy.lang.MetaMethod
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.FieldNode
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.MethodNode
 
setModule(ModuleNode) - Method in class groovy.lang.GroovyRuntimeException
 
setModule(ModuleNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
setObject(PreparedStatement, int, Object) - Method in class groovy.sql.Sql
Strategy method allowing derived classes to handle types differently such as for CLOBs etc.
setOutputDir(String) - Method in class groovy.lang.CompilerConfig
 
setOutputDir(String) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
setOutputDir(File) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
setPackageName(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setParameters(List, PreparedStatement) - Method in class groovy.sql.Sql
Appends the parameters to the given statement
setParameters(Parameter[]) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
setParent(Object, Object) - Method in class groovy.swing.SwingBuilder
 
setParent(Object, Object) - Method in class groovy.util.AntBuilder
 
setParent(Object, Object) - Method in class groovy.util.BuilderSupport
 
setParent(Object, Object) - Method in class groovy.util.NodeBuilder
 
setParent(Object, Object) - Method in class groovy.xml.DOMBuilder
 
setParent(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
setParent(Object, Object) - Method in class groovy.xml.Namespace
 
setParent(Object, Object) - Method in class groovy.xml.SAXBuilder
 
setProceed(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
 
setProceed(boolean) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
 
setProject(Project) - Method in class org.codehaus.groovy.ant.FileScanner
 
setProperties(Object, Map) - Method in class groovy.lang.MetaClass
Sets a number of bean properties from the given Map where the keys are the String names of properties and the values are the values of the properties to set
setProperties(Object, Map) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Sets the properties on the given object
setProperty(String, Object) - Method in class groovy.lang.Binding
Overloaded to make variables appear as bean properties or via the subscript operator
setProperty(String, Object) - Method in class groovy.lang.Closure
 
setProperty(String, Object) - Method in interface groovy.lang.GroovyObject
Sets the given property to the new value
setProperty(String, Object) - Method in class groovy.lang.GroovyObjectSupport
 
setProperty(String, Object) - Method in class groovy.lang.GroovyShell
 
setProperty(Object, String, Object) - Method in class groovy.lang.MetaClass
Sets the property value on an object
setProperty(Object, Object) - Method in class groovy.lang.MetaProperty
Sets the property on the given object to the new value
setProperty(String, Object) - Method in class groovy.lang.Reference
 
setProperty(String, Object) - Method in class groovy.lang.Script
 
setProperty(String, Object) - Method in class groovy.lang.Sequence
 
setProperty(String, Object) - Method in class groovy.sql.GroovyResultSet
 
setProperty(String, Object) - Method in class groovy.util.Expando
 
setProperty(String, Object) - Method in class groovy.util.GroovyMBean
 
setProperty(String, Object) - Method in class groovy.util.Proxy
Set the property of this proxy, or the real object if property doesn't exist.
setProperty(boolean) - Method in class org.codehaus.groovy.classgen.Variable
 
setProperty(Object, String, Object) - Method in class org.codehaus.groovy.runtime.Invoker
Sets the property on the given object
setProperty(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
setProperty2(Object, Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
This is so we don't have to reorder the stack when we call this method.
setPropertySafe2(Object, Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
This is so we don't have to reorder the stack when we call this method.
setProxyMetaClass(MetaClass) - Method in class groovy.util.Proxy
Dynamically change the meta class to use for the proxy object.
setReflector(Reflector) - Method in class groovy.lang.MetaMethod
 
setRightExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
setRowfill(boolean) - Method in class groovy.swing.impl.TableLayoutCell
Sets whether or not this row should allow its component to stretch to fill the space available
setRowspan(int) - Method in class groovy.swing.impl.TableLayoutCell
Sets the number of rows that this cell should span.
setSafe(boolean) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setScript(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setScriptBaseClass(String) - Method in class groovy.lang.CompilerConfig
 
setScriptBody(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setSource(String) - Method in class org.codehaus.groovy.tools.ErrorReporter
Sets the source, closing any old source.
setSourceLocator(String) - Method in class org.codehaus.groovy.syntax.SyntaxException
 
setSourcepath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the sourcepath to be used for this compilation.
setSourcepathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
Adds a reference to a source path defined elsewhere.
setSources(Map) - Method in class org.codehaus.groovy.tools.ErrorReporter
Allows you to supply a map of String sources, if sources aren't files.
setSrcdir(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the source directories to find the source Java files.
setSrcdir(Path) - Method in class org.codehaus.groovy.wiki.Wiki2Markup
Set the source directories to find the source Java files.
setStatementLabel(String) - Method in class org.codehaus.groovy.ast.stmt.Statement
 
setStaticClass(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setSynthetic(boolean) - Method in class org.codehaus.groovy.ast.MetadataNode
 
setText(Object, String) - Method in class groovy.util.AntBuilder
 
setToken(Token) - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Changes the token set on construction.
setType(String) - Method in class org.codehaus.groovy.ast.Parameter
 
setType(String) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
setUseReflection(boolean) - Static method in class groovy.lang.MetaClass
Allows reflection to be enabled in situations where bytecode generation of method invocations causes issues.
setValign(String) - Method in class groovy.swing.impl.TableLayoutCell
Sets the vertical alignment to a case insensitive value of {TOP, MIDDLE, BOTTOM}
setValue(Object) - Method in class groovy.model.ClosureModel
 
setValue(Object, Object, int, int) - Method in class groovy.model.DefaultTableColumn
 
setValue(Object) - Method in class groovy.model.PropertyModel
 
setValue(Object) - Method in class groovy.model.ValueHolder
 
setValue(Object) - Method in interface groovy.model.ValueModel
 
setValue(Object) - Method in class groovy.util.MapEntry
 
setValue(Object) - Method in class groovy.util.Node
 
setValueAt(Object, int, int) - Method in class groovy.model.DefaultTableModel
 
setVariable(String, Object) - Method in class groovy.lang.Binding
Sets the value of the given variable
setVariable(String, Object) - Method in class groovy.lang.GroovyShell
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.ConstructorNode
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.MethodNode
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
setVerbose(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Enable verbose compiling which will display which files are being compiled
setVerbose(boolean) - Method in class org.codehaus.groovy.tools.Compiler
Controls the output verbosity.
setVerbose(boolean) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
shell - Variable in class org.codehaus.groovy.bsf.GroovyEngine
 
shortUnbox(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
shouldFail(Closure) - Method in class groovy.util.GroovyTestCase
Asserts that the given code closure fails when it is evaluated
singleQuoteString(int, int, String) - Static method in class org.codehaus.groovy.syntax.Token
Factory method for token for single-quoted string.
size() - Method in class groovy.lang.IntRange
 
size() - Method in class groovy.lang.ObjectRange
 
size() - Method in class groovy.lang.Tuple
 
size(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Makes a String look like a Collection by adding support for the size() method
size(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Makes an Array look like a Collection by adding support for the size() method
size(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns the number of sources in the set.
size() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns the number of exceptions in the set.
skippedEntity(String) - Method in class groovy.util.XmlParser
 
sort(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given collection into a sorted list
sort(SortedSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted set
sort(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a List
sort(List, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a List with a specific comparator
sort(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a Collection with a specific comparator
sort(List, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a List using a closure as a comparator
sort(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a Collection using a closure as a comparator
splitEachLine(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given file line by line, splitting on the seperator
splitEachLine(Reader, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given reader line by line, splitting on the seperator
stacktrace(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
Displays an exception's stack trace, if debug or always.
start() - Method in interface groovy.swing.impl.Startable
 
start() - Method in class groovy.swing.impl.TableLayoutRow
 
startDocument() - Method in class groovy.util.XmlParser
 
startElement(String, String, String, Attributes) - Method in class groovy.util.XmlParser
 
startPrefixMapping(String, String) - Method in class groovy.util.XmlParser
 
statement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
statement(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a single statement.
statement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Synonym for statement( false ).
statementBlock(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
statementBlock(CSTNode, int) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
statementBody(boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes the body of a complex statement (like "if", "for", etc.).
statementOrStatementBlock(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
statementsUntilRightCurly(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
Reads statements until a "}" is met.
step(int, Closure) - Method in class groovy.lang.IntRange
 
step(int) - Method in class groovy.lang.IntRange
 
step(int, Closure) - Method in class groovy.lang.ObjectRange
 
step(int) - Method in class groovy.lang.ObjectRange
 
step(Number, Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number using a step increment
subList(int, int) - Method in class groovy.lang.IntRange
 
subList(int, int) - Method in class groovy.lang.ObjectRange
 
subList(int, int) - Method in class groovy.lang.Tuple
 
subMap(Map, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a sub-Map containing the given keys.
subSequence(int, int) - Method in class groovy.lang.GString
 
subscriptExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
subtract(Number, Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigDecimalMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.BigIntegerMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.FloatingPointMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.IntegerMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.LongMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.NumberMath
 
sugaryMethodCallExpression(CSTNode, CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
suite() - Static method in class groovy.util.GroovyTestSuite
 
switchStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
switchStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a switch statement.
synchronizedStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
synchronizedStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a synchronized statement.
syntheticBlock() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticCast() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticClosure() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticList() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticMap() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticMethod() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticParameterDeclaration() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticPostfix() - Static method in class org.codehaus.groovy.syntax.Token
 
syntheticPrefix() - Static method in class org.codehaus.groovy.syntax.Token
 

T

THIS_EXPRESSION - Static variable in class org.codehaus.groovy.ast.expr.VariableExpression
 
THROWS_CLAUSE_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
 
TRUE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
TYPE_DEFINERS - Static variable in class org.codehaus.groovy.syntax.parser.Parser
Various generally useful type sets.
TableLayout - class groovy.swing.impl.TableLayout.
Represents a HTML style table layout
TableLayout() - Constructor for class groovy.swing.impl.TableLayout
 
TableLayoutCell - class groovy.swing.impl.TableLayoutCell.
Represents a cell in a table layout
TableLayoutCell(TableLayoutRow) - Constructor for class groovy.swing.impl.TableLayoutCell
 
TableLayoutRow - class groovy.swing.impl.TableLayoutRow.
Represents a row in a table layout
TableLayoutRow(TableLayout) - Constructor for class groovy.swing.impl.TableLayoutRow
 
Template - interface groovy.text.Template.
A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
TemplateEngine - class groovy.text.TemplateEngine.
Represents an API to any template engine which is basically a factory of Template instances from a given text input.
TemplateEngine() - Constructor for class groovy.text.TemplateEngine
 
TemporaryMethodKey - class org.codehaus.groovy.runtime.TemporaryMethodKey.
A temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a method
TemporaryMethodKey(String, Object[]) - Constructor for class org.codehaus.groovy.runtime.TemporaryMethodKey
 
TernaryExpression - class org.codehaus.groovy.ast.expr.TernaryExpression.
Represents a ternary expression (booleanExpression) ? expression : expression
TernaryExpression(BooleanExpression, Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.TernaryExpression
 
TestCaseRenderEngine - class org.codehaus.groovy.wiki.TestCaseRenderEngine.
 
TestCaseRenderEngine() - Constructor for class org.codehaus.groovy.wiki.TestCaseRenderEngine
 
ThrowStatement - class org.codehaus.groovy.ast.stmt.ThrowStatement.
Represents a throw statement
ThrowStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ThrowStatement
 
Token - class org.codehaus.groovy.syntax.Token.
Lexical token.
Token(int, String, int, int) - Constructor for class org.codehaus.groovy.syntax.Token
Construct.
TokenException - exception org.codehaus.groovy.syntax.TokenException.
 
TokenException(String, Token) - Constructor for class org.codehaus.groovy.syntax.TokenException
 
TokenMismatchException - exception org.codehaus.groovy.syntax.TokenMismatchException.
 
TokenMismatchException(Token, int) - Constructor for class org.codehaus.groovy.syntax.TokenMismatchException
 
TokenStream - interface org.codehaus.groovy.syntax.TokenStream.
Provides a stream of lexer tokens for use by (primarily) the parsing systems.
TransformMetaMethod - class org.codehaus.groovy.runtime.TransformMetaMethod.
A MetaMethod implementation useful for implementing coercion based invocations
TransformMetaMethod(MetaMethod) - Constructor for class org.codehaus.groovy.runtime.TransformMetaMethod
 
TryCatchStatement - class org.codehaus.groovy.ast.stmt.TryCatchStatement.
Represents a try { ...
TryCatchStatement(Statement, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
Tuple - class groovy.lang.Tuple.
Represents a list of Integer objects from a specified int up to but not including a given and to.
Tuple(Object[]) - Constructor for class groovy.lang.Tuple
 
TupleExpression - class org.codehaus.groovy.ast.expr.TupleExpression.
Represents a tuple expression {1, 2, 3} which creates an immutable List
TupleExpression() - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(List) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(Expression[]) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
Type - class org.codehaus.groovy.ast.Type.
Represents a type, either a dynamic type or statically defined type
Type() - Constructor for class org.codehaus.groovy.ast.Type
 
Type(String) - Constructor for class org.codehaus.groovy.ast.Type
 
ternaryExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
ternaryExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
text() - Method in class groovy.util.Node
 
thisExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
throwExpected(int[]) - Method in class org.codehaus.groovy.syntax.parser.Parser
Throws an UnexpectedTokenException.
throwFirstChild() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Throws the first exception.
throwIfCause() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Throws this collector if there is sufficient cause.
throwParserException() - Method in class org.codehaus.groovy.syntax.parser.RuntimeParserException
 
throwRuntimeException(Throwable) - Static method in class groovy.lang.Closure
 
throwStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
throwStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a throw statement.
throwUnlessEmpty() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Throws this collector if it isn't empty.
times(Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates a number of times
toBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
toBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.NumberMath
 
toCharacter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given string into a Character object using the first character in the string
toIdentifier() - Method in class org.codehaus.groovy.syntax.Token
 
toInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Parse a String into an Integer
toInteger(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into an Integer
toList(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert a collection to a List.
toList(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows conversion of arrays into a mutable List
toList(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given String into a List of strings of one character
toString() - Method in class groovy.lang.GString
 
toString() - Method in class groovy.lang.IntRange
 
toString() - Method in class groovy.lang.MetaClass
 
toString() - Method in class groovy.lang.MetaMethod
 
toString() - Method in class groovy.lang.ObjectRange
 
toString() - Method in class groovy.mock.ClosureConstraintMatcher
 
toString() - Method in class groovy.model.DefaultTableColumn
 
toString() - Method in class groovy.util.MapEntry
 
toString() - Method in class groovy.util.Node
 
toString() - Method in class groovy.xml.QName
Returns a string representation of this QName
toString() - Method in class org.codehaus.groovy.ast.ClassNode
 
toString() - Method in class org.codehaus.groovy.ast.MethodNode
 
toString() - Method in class org.codehaus.groovy.ast.Parameter
 
toString() - Method in class org.codehaus.groovy.ast.Type
 
toString() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
toString() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
toString() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
toString() - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
toString() - Method in class org.codehaus.groovy.classgen.Variable
 
toString(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toString(Object) - Method in class org.codehaus.groovy.runtime.Invoker
A helper method to provide some better toString() behaviour such as turning arrays into tuples
toString(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
toString() - Method in class org.codehaus.groovy.runtime.MethodKey
 
toString() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Return the buffer's current value as a string.
toString() - Method in class org.codehaus.groovy.syntax.LookAheadExhaustionError
 
toString() - Method in class org.codehaus.groovy.syntax.ReadException
 
toString() - Method in class org.codehaus.groovy.syntax.Token
 
toString() - Method in class org.codehaus.groovy.syntax.parser.CSTNode
Returns a pretty-printed representation of the node, including all descendents.
toString() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns a string representation of the exception set.
toString() - Method in class org.codehaus.groovy.tools.ExceptionCollector
Returns a string representation of the exception set.
toString() - Method in class org.codehaus.groovy.tools.MultiException
 
tokenAsSql(Token) - Method in class groovy.sql.SqlWhereVisitor
 
tokenize(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Tokenize a String
tokenize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Tokenize a String (with a whitespace as delimiter)
topLevelStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a top level statement (classes, interfaces, unattached methods, and unattached code).
total() - Method in class org.codehaus.groovy.tools.CompilationFailuresException
Returns the number of exceptions in the set.
transform(Expression) - Method in interface org.codehaus.groovy.ast.expr.ExpressionTransformer
Transforms the given expression into another expression
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.Expression
Return a copy of the expression calling the transformer on any nested expressions
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.NegationExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.NotExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.RegexExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
transformExpressions(List, ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.Expression
Transforms the list of expressions
transformName(String) - Method in class groovy.xml.MarkupBuilder
 
transformValue(String) - Method in class groovy.xml.MarkupBuilder
 
tryParseMethodCallWithoutParenthesis(CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.parser.Parser
 
tryResolveClassFromCompileUnit(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
tryStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
tryStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes an try statement.
tupleExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
type() - Method in class groovy.lang.Sequence
 
typeBody(boolean, boolean, boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes the body of an interface or class.
typeBodyStatement(boolean, boolean, boolean) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a single entry in the the body of an interface or class.
typeDeclaration() - Method in class org.codehaus.groovy.syntax.parser.Parser
A synomym for topLevelStatement().
typeList(int, int[], boolean, int) - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a type list, like the ones that occur after "extends" or implements.

U

UnexpectedCharacterException - exception org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException.
 
UnexpectedCharacterException(int, int, char, char[]) - Constructor for class org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException
 
UnexpectedTokenException - exception org.codehaus.groovy.syntax.parser.UnexpectedTokenException.
 
UnexpectedTokenException(Token, int) - Constructor for class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
UnexpectedTokenException(Token, int[]) - Constructor for class org.codehaus.groovy.syntax.parser.UnexpectedTokenException
 
UnterminatedStringLiteralException - exception org.codehaus.groovy.syntax.lexer.UnterminatedStringLiteralException.
 
UnterminatedStringLiteralException(int, int) - Constructor for class org.codehaus.groovy.syntax.lexer.UnterminatedStringLiteralException
 
unaryExpression() - Method in class org.codehaus.groovy.syntax.parser.Parser
 
unbox(Class) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
Generates the bytecode to unbox the current value on the stack
unbox(String) - Method in class org.codehaus.groovy.classgen.BytecodeHelper
Generates the bytecode to unbox the current value on the stack
undeclareBean(BSFDeclaredBean) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Undeclare a previously declared bean.
upto(Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number
useAccessible() - Method in class groovy.lang.MetaClassRegistry
 

V

VOID - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
ValueHolder - class groovy.model.ValueHolder.
A simple ValueModle implementation which is a holder of an object value.
ValueHolder() - Constructor for class groovy.model.ValueHolder
 
ValueHolder(Class) - Constructor for class groovy.model.ValueHolder
 
ValueHolder(Object) - Constructor for class groovy.model.ValueHolder
 
ValueModel - interface groovy.model.ValueModel.
Represents a model of a value
Variable - class org.codehaus.groovy.classgen.Variable.
Represents compile time variable metadata while compiling a method.
Variable(int, Type, String) - Constructor for class org.codehaus.groovy.classgen.Variable
 
VariableExpression - class org.codehaus.groovy.ast.expr.VariableExpression.
Represents a local variable name, the simplest form of expression.
VariableExpression(String) - Constructor for class org.codehaus.groovy.ast.expr.VariableExpression
 
VariableScope - class org.codehaus.groovy.ast.VariableScope.
Represents a variable scope.
VariableScope() - Constructor for class org.codehaus.groovy.ast.VariableScope
 
VariableScope(VariableScope) - Constructor for class org.codehaus.groovy.ast.VariableScope
 
VariableScopeCodeVisitor - class org.codehaus.groovy.classgen.VariableScopeCodeVisitor.
A visitor which figures out which variables are in scope
VariableScopeCodeVisitor(VariableScope) - Constructor for class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
Verifier - class org.codehaus.groovy.classgen.Verifier.
Verifies the AST node and adds any defaulted AST code before bytecode generation occurs.
Verifier() - Constructor for class org.codehaus.groovy.classgen.Verifier
 
VerifierCodeVisitor - class org.codehaus.groovy.classgen.VerifierCodeVisitor.
Verifies the method code
value() - Method in class groovy.util.Node
 
valueOf(String) - Static method in class groovy.xml.QName
Returns a QName holding the value of the specified String.
variableExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
variableOrClassExpression(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
verify() - Method in class groovy.mock.GroovyMock
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.ASTNode
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.ModuleNode
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.NegationExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.NotExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.RegexExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.BreakStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ContinueStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
visitAndAutobox(Expression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitArrayExpression(ArrayExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitAssertStatement(AssertStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitBinaryExpression(BinaryExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBinaryExpression(BinaryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBlockStatement(BlockStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBooleanExpression(BooleanExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBreakStatement(BreakStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitCaseStatement(CaseStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitCaseStatement(CaseStatement, int, Label, Label) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitCastExpression(CastExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitClass(ClassNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitClassExpression(ClassExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitClosureExpression(ClosureExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitConstantExpression(ConstantExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitConstantExpression(ConstantExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitConstructor(ConstructorNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitContents(GroovyClassVisitor) - Method in class org.codehaus.groovy.ast.ClassNode
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitContinueStatement(ContinueStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitDoWhileLoop(DoWhileStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitExpressionStatement(ExpressionStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitField(FieldNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitFieldExpression(FieldExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitForLoop(ForStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitGStringExpression(GStringExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitIfElse(IfStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitListExpression(ListExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitListOfExpressions(List) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMapEntryExpression(MapEntryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMapExpression(MapExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitMethod(MethodNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMethodCallExpression(MethodCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitNegationExpression(NegationExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitNegationExpression(NegationExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitNegationExpression(NegationExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitNotExpression(NotExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitOuterFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPostfixExpression(PostfixExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPrefixExpression(PrefixExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitProperty(PropertyNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.ClassGenerator
Creates a getter, setter and field
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitPropertyExpression(PropertyExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPropertyExpression(PropertyExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitRangeExpression(RangeExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitRegexExpression(RegexExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitRegexExpression(RegexExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitRegexExpression(RegexExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitReturnStatement(ReturnStatement) - Method in class groovy.sql.SqlWhereVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitReturnStatement(ReturnStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSwitch(SwitchStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSynchronizedStatement(SynchronizedStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTernaryExpression(TernaryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitThrowStatement(ThrowStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTryCatchFinally(TryCatchStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTupleExpression(TupleExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitVariableExpression(VariableExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeCodeVisitor
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitWhileLoop(WhileStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 

W

WhileStatement - class org.codehaus.groovy.ast.stmt.WhileStatement.
Represents a while (condition) { ...
WhileStatement(BooleanExpression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.WhileStatement
 
Wiki2Markup - class org.codehaus.groovy.wiki.Wiki2Markup.
Converts the Wiki markup into XML/HTML so that it can be styled by the Maven build
Wiki2Markup() - Constructor for class org.codehaus.groovy.wiki.Wiki2Markup
 
Wiki2TestCase - class org.codehaus.groovy.wiki.Wiki2TestCase.
A wiki renderer that creates JUnit test cases
Wiki2TestCase() - Constructor for class org.codehaus.groovy.wiki.Wiki2TestCase
 
Writable - interface groovy.lang.Writable.
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself.
waitForOrKill(long) - Method in class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 
waitForOrKill(Process, long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Wait for the process to finish during a certain amount of time, otherwise stops the process.
whileStatement(CSTNode) - Method in class org.codehaus.groovy.syntax.parser.ASTBuilder
 
whileStatement() - Method in class org.codehaus.groovy.syntax.parser.Parser
Processes a while statement.
withInputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new InputStream for a file and then passes it into the closure and ensures its closed again afterwords
withOutputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new OutputStream for a file and then passes it into the closure and ensures its closed again afterwords
withPrintWriter(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file and then passes it into the closure and ensures its closed again afterwords
withReader(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedReader for a file and then passes it into the closure and ensures its closed again afterwords
withReader(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Reader to be used, calling the closure with the writer and then ensuring that the writer is closed down again irrespective of whether exceptions occur or the
withReader(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedReader for a stream and then passes it into the closure and ensures its closed again afterwords
withStream(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a InputStream to be used, calling the closure with the stream and then ensuring that the stream is closed down again irrespective of whether exceptions occur or the
withStream(OutputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a OutputStream to be used, calling the closure with the stream and then ensuring that the stream is closed down again irrespective of whether exceptions occur.
withWriter(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file and then passes it into the closure and ensures it is closed again afterwords
withWriter(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file in a specified encoding and then passes it into the closure and ensures it is closed again afterwords
withWriter(Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a writer to be used, calling the closure with the writer and then ensuring that the writer is closed down again irrespective of whether exceptions occur or the
withWriter(OutputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an output stream to be used, calling the closure with the output stream and then ensuring that the output stream is closed down again irrespective of whether exceptions occur
withWriter(OutputStream, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an output stream to be used, calling the closure with the output stream and then ensuring that the output stream is closed down again irrespective of whether exceptions occur.
withWriterAppend(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file in a specified encoding in append mode and then passes it into the closure and ensures it is closed again afterwords
write(Writer, Writable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method so that dynamic dispatch of the writer.write(object) method will always use the more efficient Writable.writeTo(writer) mechanism if the object implements the Writable interface.
write(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text to the File.
write(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text to the File with a specified encoding.
write(Writer, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Writes the given object to the given stream
write(int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a single character.
write(char[], int, int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a portion of an array of characters.
write(String) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a string.
write(String, int, int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a portion of a string.
write(PrintStream) - Method in class org.codehaus.groovy.tools.ErrorReporter
Writes the error to the specified PrintStream.
write(PrintWriter) - Method in class org.codehaus.groovy.tools.ErrorReporter
Writes the error to the specified PrintWriter.
writeLine(BufferedWriter, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text and append a new line (depending on the platform line-ending)
writeTo(Writer) - Method in class groovy.lang.GString
 
writeTo(Writer) - Method in interface groovy.lang.Writable
writes this object to the given stream

X

XmlParser - class groovy.util.XmlParser.
A helper class for parsing XML into a tree of Node instances for a simple way of processing XML.
XmlParser() - Constructor for class groovy.util.XmlParser
 
XmlParser(boolean, boolean) - Constructor for class groovy.util.XmlParser
 
XmlParser(XMLReader) - Constructor for class groovy.util.XmlParser
 
XmlParser(SAXParser) - Constructor for class groovy.util.XmlParser
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2003-2004 The Codehaus. All Rights Reserved.