Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$static_propertyMissing(ScriptEngineManager, String) - Static method in class org.codehaus.groovy.jsr223.ScriptStaticExtensions
Provides a convenient shorthand for accessing a Scripting Engine with name languageShortName using a newly created ScriptEngineManager instance.
$v(Closure) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods.MacroValuePlaceholder
 

A

abs(Double) - 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(Long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
absImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
AbstractASTTransformation - Class in org.codehaus.groovy.transform
 
AbstractASTTransformation() - Constructor for class org.codehaus.groovy.transform.AbstractASTTransformation
 
AbstractBuilderStrategy() - Constructor for class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
AbstractButtonProperties - Class in groovy.swing.binding
 
AbstractButtonProperties() - Constructor for class groovy.swing.binding.AbstractButtonProperties
 
AbstractCallSite - Class in org.codehaus.groovy.runtime.callsite
Base class for all call sites.
AbstractCallSite(CallSite) - Constructor for class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
AbstractCallSite(CallSiteArray, int, String) - Constructor for class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
AbstractComparator<T> - Class in org.codehaus.groovy.runtime
 
AbstractComparator() - Constructor for class org.codehaus.groovy.runtime.AbstractComparator
 
AbstractConcurrentMap<K,V> - Class in org.codehaus.groovy.util
Deprecated.
AbstractConcurrentMap(Object) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMap
Deprecated.
 
AbstractConcurrentMap.Entry<K,V> - Interface in org.codehaus.groovy.util
Deprecated.
 
AbstractConcurrentMap.Segment<K,V> - Class in org.codehaus.groovy.util
Deprecated.
 
AbstractConcurrentMapBase - Class in org.codehaus.groovy.util
Deprecated.
AbstractConcurrentMapBase(Object) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMapBase
Deprecated.
 
AbstractConcurrentMapBase.Entry<V> - Interface in org.codehaus.groovy.util
Deprecated.
 
AbstractConcurrentMapBase.Segment - Class in org.codehaus.groovy.util
Deprecated.
 
AbstractExtensionMethodCache - Class in org.codehaus.groovy.transform.stc
 
AbstractExtensionMethodCache() - Constructor for class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
AbstractFactory - Class in groovy.util
 
AbstractFactory() - Constructor for class groovy.util.AbstractFactory
 
AbstractFullBinding - Class in org.apache.groovy.swing.binding
 
AbstractFullBinding() - Constructor for class org.apache.groovy.swing.binding.AbstractFullBinding
 
AbstractFunctionalInterfaceWriter - Interface in org.codehaus.groovy.classgen.asm.sc
Represents functional interface writer which contains some common methods to complete generating bytecode
AbstractGinqExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents GINQ expression which could hold metadata
AbstractGinqExpression() - Constructor for class org.apache.groovy.ginq.dsl.expression.AbstractGinqExpression
 
AbstractHttpServlet - Class in groovy.servlet
A base class dealing with common HTTP servlet API housekeeping aspects.
AbstractHttpServlet() - Constructor for class groovy.servlet.AbstractHttpServlet
Initializes all fields with default values.
AbstractInterruptibleASTTransformation - Class in org.codehaus.groovy.transform
Base class for AST Transformations which will automatically throw an InterruptedException when some conditions are met.
AbstractInterruptibleASTTransformation() - Constructor for class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
AbstractLexer - Class in org.apache.groovy.parser.antlr4
Because antlr4 does not support generating lexer with specified interface, we have to create a super class for it and implement the interface.
AbstractLexer(CharStream) - Constructor for class org.apache.groovy.parser.antlr4.AbstractLexer
 
AbstractLoggingStrategy() - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
AbstractLoggingStrategy(GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
AbstractLoggingStrategyV2() - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategyV2
 
AbstractLoggingStrategyV2(GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategyV2
 
AbstractParser - Class in org.apache.groovy.parser.antlr4
Because antlr4 does not support generating parser with specified interface, we have to create a super class for it and implement the interface.
AbstractParser(TokenStream) - Constructor for class org.apache.groovy.parser.antlr4.AbstractParser
 
AbstractQueryCommand(String) - Constructor for class groovy.sql.Sql.AbstractQueryCommand
 
AbstractReaderSource - Class in org.codehaus.groovy.control.io
For ReaderSources that can choose a parent class, a base that provides common functionality.
AbstractReaderSource(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.io.AbstractReaderSource
 
AbstractSyntheticBinding - Class in groovy.swing.binding
 
AbstractSyntheticBinding(PropertyBinding, TargetBinding, Class, String) - Constructor for class groovy.swing.binding.AbstractSyntheticBinding
 
AbstractTypeCheckingExtension - Class in org.codehaus.groovy.transform.stc
Custom type checking extensions may extend this method in order to benefit from a lot of support methods.
AbstractTypeCheckingExtension(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
accept(String) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
accept(ServerSocket, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Accepts a connection and passes the resulting Socket to the closure which runs in a new Thread or the calling thread, as needed.
accept(ServerSocket, Closure) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Accepts a connection and passes the resulting Socket to the closure which runs in a new Thread.
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.AbstractGinqExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.FromExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.GroupExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.HavingExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.LimitExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.OnExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.OrderExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.SelectExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.ShutdownExpression
 
accept(GinqAstVisitor<R>) - Method in class org.apache.groovy.ginq.dsl.expression.WhereExpression
 
acceptBaseName(String) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
acceptClass(ClassNode) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
acceptExtension(String) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoGetPropertySite
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassGetPropertySite
 
acceptGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassGetPropertySite
 
acceptGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
acceptGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
acceptGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoGetPropertySite
 
acceptGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassGetPropertySite
 
acceptSource(SourceUnit) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
accessibleToConstructor(Class, Constructor) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
actionPerformed(ActionEvent) - Method in class groovy.swing.impl.DefaultAction
 
actionPerformed(ActionEvent) - Method in class org.apache.groovy.antlr.LexerFrame
 
adaptee - Variable in class groovy.lang.ProxyMetaClass
 
AdaptingMetaClass - Interface in groovy.lang
An interface for MetaClass instances that "adapt" other MetaClass instances such as a proxy or delegating MetaClass.
add(boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(byte[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(byte[], int, int) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char[]...) - Static method in class org.apache.groovy.json.internal.Chr
 
add(char[], char) - Static method in class org.apache.groovy.json.internal.Chr
 
add(char[], char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
add(char[], int) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char[], String) - Static method in class org.apache.groovy.json.internal.Chr
 
add(char[], StringBuilder) - Static method in class org.apache.groovy.json.internal.Chr
 
add(double) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(float) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(int, E) - Method in class groovy.swing.impl.ListWrapperListModel
 
add(int, Object) - Method in class groovy.lang.Sequence
 
add(int, Object) - Method in class groovy.util.ObservableList
 
add(int, T) - Method in class groovy.lang.ListWithDefault
 
add(long) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(E) - Method in class groovy.swing.impl.ListWrapperListModel
 
add(E) - Method in class groovy.util.ObservableSet
 
add(Closure) - Method in class groovy.util.OrderBy
 
add(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
add(Object) - Method in class groovy.lang.Sequence
 
add(Object) - Method in class groovy.util.ObservableList
 
add(Object) - Method in class groovy.util.ObservableList.ObservableListIterator
 
add(Object) - Method in class org.apache.groovy.json.internal.ValueList
 
add(Object) - Method in class org.codehaus.groovy.util.FastArray
 
add(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(List<String>) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
add(Map) - Method in interface groovy.sql.GroovyResultSet
Adds a new row to this result set
add(Map) - Method in class groovy.sql.GroovyResultSetExtension
Adds a new row to the result set
add(Map<String, Object>) - Method in class groovy.sql.DataSet
Adds the provided map of key-value pairs as a new row in the table represented by this DataSet.
add(MapItemValue) - Method in class org.apache.groovy.json.internal.LazyValueMap
Adds a new MapItemValue to the mapping.
add(MapItemValue) - Method in interface org.apache.groovy.json.internal.ValueMap
 
add(MapItemValue) - Method in class org.apache.groovy.json.internal.ValueMapImpl
Add a MapItemValue to the map.
add(GroovyConstructorDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
add(GroovyFieldDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
add(GroovyMethodDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
add(GroovyParameter) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
add(GroovyCategorySupport.CategoryMethod) - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
 
add(CSTNode) - Method in class org.codehaus.groovy.syntax.CSTNode
Adds an element to the node.
add(CSTNode) - Method in class org.codehaus.groovy.syntax.Reduction
Adds an element to the node.
add(T) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
add(T) - Method in class groovy.lang.ListWithDefault
 
add(T) - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Adds the specified value to the queue.
add(T) - Method in class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
adds a value to the list
addAdditionalClassesToScan(Set<Class>, Set<Class>) - Method in class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
addAdditionalClassesToScan(Set<Class>, Set<Class>) - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodCache
 
addAll(int, Collection) - Method in class groovy.lang.Sequence
 
addAll(int, Collection) - Method in class groovy.util.ObservableList
 
addAll(int, Collection<? extends E>) - Method in class groovy.swing.impl.ListWrapperListModel
 
addAll(int, Collection<? extends T>) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
addAll(int, Collection<? extends T>) - Method in class groovy.lang.ListWithDefault
 
addAll(Object[], int) - Method in class org.codehaus.groovy.util.FastArray
 
addAll(Collection) - Method in class groovy.lang.Sequence
 
addAll(Collection) - Method in class groovy.util.ObservableList
 
addAll(Collection<? extends E>) - Method in class groovy.swing.impl.ListWrapperListModel
 
addAll(Collection<? extends E>) - Method in class groovy.util.ObservableSet
 
addAll(Collection<? extends T>) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
addAll(Collection<? extends T>) - Method in class groovy.lang.ListWithDefault
 
addAll(Collection<T>, Iterable<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds all items from the iterable to the Collection.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds all items from the iterator to the Collection.
addAll(Collection<T>, T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies the collection by adding all the elements in the specified array to the collection.
addAll(List) - Method in class org.codehaus.groovy.util.FastArray
 
addAll(List<T>, int, T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this list by inserting all the elements in the specified array into the list at the specified position.
addAll(FastArray) - Method in class org.codehaus.groovy.util.FastArray
 
addAllListeners(PropertyChangeListener, Object, Set) - Method in class org.apache.groovy.swing.binding.BindPath
Adds all the listeners to the objects in the bind path.
addAmbiguousErrorMessage(List<MethodNode>, String, ClassNode[], Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addAnnotation(AnnotationNode) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
addAnnotation(ClassNode) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
addAnnotationRef(GroovyAnnotationRef) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
addAnnotationRef(GroovyAnnotationRef) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
addAnnotations(List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
addAssertionCallStatementToReturnStatement(BlockStatement, ReturnStatement, Statement) - Static method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
 
AddAssertionCallStatementToReturnStatementVisitor(ReturnStatement, Statement) - Constructor for class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.AddAssertionCallStatementToReturnStatementVisitor
 
addAssignmentError(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addAttributeDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Add an attribute delegate so it can intercept attributes being set.
addBatch(Object[]) - Method in class groovy.sql.BatchingPreparedStatementWrapper
 
addBatch(String) - Method in class groovy.sql.BatchingStatementWrapper
 
addBatch(List<Object>) - Method in class groovy.sql.BatchingPreparedStatementWrapper
 
addBigDecimal(BigDecimal) - Method in class org.apache.groovy.json.internal.CharBuf
 
addBigInteger(BigInteger) - Method in class org.apache.groovy.json.internal.CharBuf
 
addBinding(BindingUpdatable) - Method in class org.apache.groovy.swing.binding.AggregateBinding
 
addBoolean(boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addByte(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
addCallsToSuperMethodNodeAnnotationClosure(ClassNode, MethodNode, Class<? extends Annotation>, BooleanExpression, boolean) - Method in class org.apache.groovy.contracts.generation.BaseGenerator
 
addCase(CaseStatement) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
addCatch(CatchStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
addCategoryMethodCallError(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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
addChangeListener(PreferenceChangeListener) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
addChar(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(char) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChars(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChild(Object) - Method in class groovy.xml.slurpersupport.Node
Adds an object as a new child to this Node.
addChildrenOf(CSTNode) - Method in class org.codehaus.groovy.syntax.CSTNode
Adds all children of the specified node to this one.
addClass(ClassNode) - Method in class org.codehaus.groovy.ast.CompileUnit
Adds a class to the unit.
addClass(ClassNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addClasses(List<ClassNode>) - Method in class org.codehaus.groovy.ast.CompileUnit
Appends all of the fully-qualified class names in this module into the given map.
addClassNode(ClassNode) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a ClassNode directly to the unit (i.e.
addClassNodeToCompile(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.ast.CompileUnit
this method actually does not compile a class.
addClasspath(String) - Method in class groovy.lang.GroovyClassLoader
adds a classpath to this classloader.
addClasspath(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
addClassPath(String) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Adds a classpath to this configuration.
addClassPathes(GroovyClassLoader) - Method in class org.codehaus.groovy.ant.Groovy
Adds the class paths (if any)
addClassTest(Closure) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
Adds a groovy.lang.Closure to test whether the stack trace element should be added or not.
addClosureCode(InnerClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addClosureColumn(Object, Closure, Closure, Class) - Method in class groovy.swing.model.DefaultTableModel
Adds a closure based column to the table
addClosureReturnType(ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addCollectorContents(ErrorCollector) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addColumn(DefaultTableColumn) - Method in class groovy.swing.model.DefaultTableModel
Adds a new column definition to the table
addColumn(Object, ValueModel) - Method in class groovy.swing.model.DefaultTableModel
 
addColumn(Object, Object, ValueModel) - Method in class groovy.swing.model.DefaultTableModel
 
addCompilationCustomizers(CompilationCustomizer...) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Adds compilation customizers to the compilation process.
addComponent(Component) - Method in class groovy.swing.impl.TableLayoutCell
 
addComponentsForRow() - Method in class groovy.swing.impl.TableLayoutRow
 
addConfigured(ResourceCollection) - Method in class org.codehaus.groovy.ant.Groovy
Set the source resource.
addConfiguredJavac(Javac) - Method in class org.codehaus.groovy.ant.Groovyc
Add the configured nested javac task if present to initiate joint compilation.
addConstructor(int, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
 
addConstructor(int, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
addConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
addConstructor(ClosureExpression, Parameter[], InnerClassNode, BlockStatement) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
addConstructor(Parameter[], ConstructorNode, Statement, ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addConverter(JsonGenerator.Converter) - Method in class groovy.json.JsonGenerator.Options
Registers a converter that will be called when a type it handles is encountered.
addConverter(Class<T>, Closure<?>) - Method in class groovy.json.JsonGenerator.Options
Registers a closure that will be called when the specified type or subtype is serialized.
addCovariantMethods(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addDeclaredMethodsFromAllInterfaces(ClassNode, Map<String, MethodNode>) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Adds methods from interfaces and parent interfaces.
addDeclaredMethodsFromInterfaces(ClassNode, Map<String, MethodNode>) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Adds methods from all interfaces.
addDefaultConstructor(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addDefaultParameterConstructors(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
Creates a new constructor for each combination of default parameter expressions.
addDefaultParameterMethods(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
Creates a new method for each combination of default parameter expressions.
addDefaultParameters(List<? extends MethodNode>, Verifier.DefaultArgsAction) - Method in class org.codehaus.groovy.classgen.Verifier
Creates a new helper method for each combination of default parameter expressions.
addDefaultParameters(Verifier.DefaultArgsAction, MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addDisposalClosure(Closure) - Method in class groovy.util.FactoryBuilderSupport
 
addDouble(double) - Method in class org.apache.groovy.json.internal.CharBuf
 
addDouble(Double) - Method in class org.apache.groovy.json.internal.CharBuf
 
ADDED - Enum constant in enum groovy.util.ObservableList.ChangeType
 
ADDED - Enum constant in enum groovy.util.ObservableMap.ChangeType
 
ADDED - Enum constant in enum groovy.util.ObservableSet.ChangeType
 
addEnumConstant(ClassNode, String, Expression) - Static method in class org.codehaus.groovy.antlr.EnumHelper
 
addEnumConstant(GroovyFieldDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
addError(String) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
addError(String, ASTNode) - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.ast.MethodInvocationTrap
Reports an error back to the source unit.
addError(String, ASTNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.tools.javac.JavaAwareResolveVisitor
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
addError(String, ASTNode) - Method in interface org.codehaus.groovy.transform.ErrorCollecting
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addError(String, ASTNode, SourceUnit) - Method in class org.codehaus.groovy.transform.AnnotationCollectorTransform
Adds a new syntax error to the source unit and then continues.
addError(String, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addError(Message) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a non-fatal error to the message set, which may cause a failure if the error threshold is exceeded.
addError(Message, boolean) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds an optionally-fatal error to the message set.
addError(SyntaxException) - Method in class org.codehaus.groovy.control.SourceUnit
This method adds a SyntaxException to the error collector.
addError(SyntaxException, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addErrorAndContinue(String, ASTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addErrorAndContinue(Message) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds an error to the message set, but does not cause a failure.
addErrorAndContinue(SyntaxException) - Method in class org.codehaus.groovy.control.SourceUnit
 
addErrorAndContinue(SyntaxException, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addEventListeners(MBeanServer, Map<String, Map<String, Object>>) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
Sets up event listeners for this MBean as described in the descriptor.
addException(Exception) - Method in class org.codehaus.groovy.control.SourceUnit
This method adds an exception to the error collector.
addException(Exception, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addExceptionBlock(Label, Label, Label, String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
Add another element to the initializer expressions
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
addExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
addExpression(Expression) - Method in class org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
 
addExpressionCheckers(SecureASTCustomizer.ExpressionChecker...) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
addFatalError(String, ASTNode) - Method in class org.codehaus.groovy.control.SourceUnit
addFatalError(Message) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds an error to the message set and throws CompilationFailedException.
addField(String, int, ClassNode, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
 
addField(FieldNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldFirst(String, int, ClassNode, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldFirst(FieldNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldInit(Parameter, FieldNode, BlockStatement) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
addFieldInitialization(List, List, FieldNode, boolean, List, Set) - Method in class org.codehaus.groovy.classgen.Verifier
 
addFieldsAndGettersForLocalVariables(InnerClassNode, Parameter[]) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
addFile(File) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Adds a file to the classpath if it exists.
addFile(String) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Adds a file to the classpath if it exists.
addFileset(FileSet) - Method in class org.codehaus.groovy.ant.FileScanner
Adds a set of files (nested fileset attribute).
addFileset(FileSet) - Method in class org.codehaus.groovy.ant.Groovy
Adds a fileset (nested fileset attribute) which should represent a single source file.
addFilterChain(FilterChain) - Method in class org.codehaus.groovy.ant.Groovy
Add the FilterChain element.
addFirstPhaseOperation(CompilationUnit.IPrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addFirstPhaseOperation(CompilationUnit.PrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
addFloat(float) - Method in class org.apache.groovy.json.internal.CharBuf
 
addFloat(Float) - Method in class org.apache.groovy.json.internal.CharBuf
 
addGeneratedClosureConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
addGeneratedConstructor(ClassNode, int, Parameter[], ClassNode[], Statement) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method that is marked as @Generated.
addGeneratedConstructor(ClassNode, ConstructorNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method that is marked as @Generated.
addGeneratedInnerClass(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add an inner class that is marked as @Generated.
addGeneratedInnerClass(InnerClassNode) - Method in class org.codehaus.groovy.ast.CompileUnit
 
addGeneratedMethod(ClassNode, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Return an existing method if one exists or else create a new method and mark it as @Generated.
addGeneratedMethod(ClassNode, MethodNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method and mark it as @Generated.
addGeneratedMethod(ClassNode, MethodNode, boolean) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method and mark it as @Generated.
addGlobalTransforms(ASTTransformationsContext) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
addGlobalTransformsAfterGrab(ASTTransformationsContext) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
addGroovyObjectInterfaceAndMethods(ClassNode, String) - Method in class org.codehaus.groovy.classgen.Verifier
 
addHandler(TypeCheckingExtension) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
addImport(String, String) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addImport(String, ClassNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addImport(String, ClassNode, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addImport(ClassNode, String, String) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addImport(ClassNode, String, String, List<AnnotationNode>) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addImports(String...) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addInitialization(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addInitialization(ClassNode, ConstructorNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addInnerClass(ClassNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
addInt(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
addInt(Integer) - Method in class org.apache.groovy.json.internal.CharBuf
 
addInterface(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addInterfaceName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
addInvariantAssertionStatement(ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.generation.ClassInvariantGenerator
Adds the current class-invariant to the given method.
ADDITIONAL_CLASSES - Static variable in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
addJavaCompilationUnits(Set<JavaFileObject>) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addJoinExpression(JoinExpression) - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
addJsonEscapedString(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(char[], boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(String, boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonFieldName(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonFieldName(char[], boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonFieldName(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonFieldName(String, boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLine(CharSequence) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLine(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addListeners(PropertyChangeListener, Object, Set) - Method in class org.apache.groovy.swing.binding.BindPath
Add listeners to a specific object.
addLoggerFieldToClass(ClassNode, String, String) - Method in class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategyV2
 
addLoggerFieldToClass(ClassNode, String, String) - Method in interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategy
In this method, you are given a ClassNode, a field name and a category name, and you must add a new Field onto the class.
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.Commons.CommonsLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.Log.JavaUtilLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.Log4j.Log4jLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.PlatformLog.JavaUtilLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in class groovy.util.logging.Slf4j.Slf4jLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String, int) - Method in interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategyV2
In this method, you are given a ClassNode, a field name and a category name, and you must add a new Field onto the class.
addLong(long) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLong(Long) - Method in class org.apache.groovy.json.internal.CharBuf
 
addMapEntryExpression(Expression, Expression) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
addMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
addMember(String, Expression) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
addMetaBeanProperty(MetaBeanProperty) - Method in class groovy.lang.DelegatingMetaClass
 
addMetaBeanProperty(MetaBeanProperty) - Method in class groovy.lang.MetaClassImpl
Adds a new MetaBeanProperty to this MetaClass
addMetaBeanProperty(MetaBeanProperty) - Method in interface groovy.lang.MutableMetaClass
Adds a new MetaBeanProperty to the MetaClass
addMetaBeanProperty(MetaBeanProperty) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
addMetaBeanProperty(MetaBeanProperty) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
addMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in interface groovy.lang.MetaClassRegistry
Adds a metaclass change listener for constant metaclasses
addMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Adds a listener for constant metaclasses.
addMetaMethod(MetaMethod) - Method in class groovy.lang.DelegatingMetaClass
 
addMetaMethod(MetaMethod) - Method in class groovy.lang.MetaClassImpl
adds a MetaMethod to this class.
addMetaMethod(MetaMethod) - Method in interface groovy.lang.MutableMetaClass
Adds a new MetaMethod to the MetaClass
addMetaMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
addMetaMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
addMetaMethodToIndex(MetaMethod, MetaMethodIndex.Header) - Method in class groovy.lang.MetaClassImpl
 
addMethod(String, int, ClassNode, Parameter[], ClassNode[], 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(ClassNode, boolean, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.classgen.Verifier
Helper method to add a new method to a ClassNode.
addMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addMethod$$bridge(ClassNode, boolean, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.classgen.Verifier
 
addMethodGenerics(MethodNode, Map<String, ClassNode>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
addMethodToList(Object, MetaMethod) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
addMixin(MixinNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addMixinClass(MixinInMetaClass) - Method in class groovy.lang.ExpandoMetaClass
 
addModel(String, Object) - Method in class groovy.swing.model.FormModel
 
addModule(ModuleNode) - Method in class org.codehaus.groovy.ast.CompileUnit
 
addModule(ExtensionModule) - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
addMouseListenerToHeaderInTable(JTable) - Method in class groovy.swing.table.TableSorter
 
addNested(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
addNewInstanceMethod(Method) - Method in class groovy.lang.DelegatingMetaClass
 
addNewInstanceMethod(Method) - Method in class groovy.lang.MetaClassImpl
Adds an instance method to this metaclass.
addNewInstanceMethod(Method) - Method in interface groovy.lang.MutableMetaClass
adds a new instance method to this MetaClass.
addNewInstanceMethod(Method) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
addNewInstanceMethod(Method) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
addNewMopMethods(List<MetaMethod>) - Method in class org.codehaus.groovy.reflection.CachedClass
 
addNewPhaseOperation(CompilationUnit.ISourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addNewPhaseOperation(CompilationUnit.SourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
addNewPhaseOperation(CompilationUnit, SourceUnit, ClassNode) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
Enables transforms for class that was added during current phase.
addNewStaticMethod(Method) - Method in class groovy.lang.DelegatingMetaClass
 
addNewStaticMethod(Method) - Method in class groovy.lang.MetaClassImpl
Adds a static method to this metaclass.
addNewStaticMethod(Method) - Method in interface groovy.lang.MutableMetaClass
adds a new static method to this MetaClass.
addNewStaticMethod(Method) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
addNewStaticMethod(Method) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
addNoMatchingMethodError(ClassNode, String, ClassNode[], ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addNoMatchingMethodError(ClassNode, String, ClassNode[], Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addNonRemovableMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in interface groovy.lang.MetaClassRegistry
Adds a metaclass change listener for constant metaclasses.
addNonRemovableMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Adds a listener for constant metaclasses.
addNotify() - Method in class groovy.console.ui.text.TextEditor
 
addNull() - Method in class org.apache.groovy.json.internal.CharBuf
 
addObjectInitializerStatements(Statement) - Method in class org.codehaus.groovy.ast.ClassNode
Adds a statement to the object initializer.
addOldVariableMethodNode(ClassNode) - Static method in class org.apache.groovy.contracts.generation.OldVariableGenerationUtility
Creates a synthetic method handling generation of the old variable map.
addOldVariablesMethod(ClassNode) - Method in class org.apache.groovy.contracts.generation.PostconditionGenerator
Adds a synthetic method to the given classNode which can be used to create a map of most instance variables found in this class.
addOperationCallListeners(Map<String, Map<String, Map<String, Object>>>) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
Registers listeners for operation calls (i.e.
addPhaseOperation(CompilationUnit.GroovyClassOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
addPhaseOperation(CompilationUnit.IGroovyClassOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addPhaseOperation(CompilationUnit.IPrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addPhaseOperation(CompilationUnit.ISourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addPhaseOperation(CompilationUnit.PrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
addPhaseOperation(CompilationUnit.SourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
addPhaseOperations(CompilationUnit) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
addPostInstantiateDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Add a postInstantiate delegate so it can intercept nodes after they are created.
addPostNodeCompletionDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Add a nodeCompletion delegate so it can intercept nodes after they done with building.
addPreInstantiateDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Add a preInstantiate delegate so it can intercept nodes before they are created.
addProperty(String, int, ClassNode, Expression, Statement, Statement) - Method in class org.codehaus.groovy.ast.ClassNode
 
addProperty(PropertyNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addProperty(GroovyFieldDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.console.ui.text.TextUndoManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.swing.model.ValueHolder
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableList
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableSet
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableList
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableSet
 
addPropertyChangeSupport(ClassNode) - Method in class groovy.beans.BindableASTTransformation
Adds the necessary field and methods to support property change support.
addPropertyColumn(Object, String, Class) - Method in class groovy.swing.model.DefaultTableModel
Adds a property model column to the table
addPropertyColumn(Object, String, Class, boolean) - Method in class groovy.swing.model.DefaultTableModel
Adds a property model column to the table
addPropertyMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addPseudoProperties(ClassNode, ClassNode, List<PropertyNode>, Set<String>, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.BeanUtils
 
addPseudoProperties(ClassNode, ClassNode, List<PropertyNode>, Set<String>, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.BeanUtils
 
addQuoted(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addQuoted(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addReceivers(List<Receiver<String>>, Collection<Receiver<String>>, boolean) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addResolver(Map<String, Object>) - Static method in class groovy.grape.Grape
 
addResolver(Map<String, Object>) - Method in interface groovy.grape.GrapeEngine
 
addResource(ExpressionStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
AddResultReturnStatementVisitor(ReturnStatement, ClassNode, BlockStatement) - Constructor for class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.AddResultReturnStatementVisitor
 
addReturnIfNeeded(MethodNode) - Static method in class org.codehaus.groovy.classgen.ReturnAdder
Deprecated.
addReturnIfNeeded(MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addReturnType(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
addShort(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
addShutdownHook(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the usage of addShutdownHook without getting the runtime first.
addSource(File) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a source file to the unit.
addSource(File) - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
addSource(String, InputStream) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a InputStream source to the unit.
addSource(String, String) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addSource(URL) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a source file to the unit.
addSource(URL) - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
addSource(SourceUnit) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a SourceUnit to the unit.
addSources(File[]) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a set of source files to the unit.
addSources(File[]) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
addSources(String[]) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a set of file paths to the unit.
addSources(String[]) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
addSpecialMapConstructors(int, ClassNode, String, boolean) - Static method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
 
addStarImport(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStarImport(String) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStarImport(String, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStarImport(String, List<AnnotationNode>) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStarImports(String...) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addStatement(Statement) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
addStatementCheckers(SecureASTCustomizer.StatementChecker...) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
addStatementLabel(String) - Method in class org.codehaus.groovy.ast.stmt.Statement
 
addStatements(List<Statement>) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
addStaticImport(String, String) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addStaticImport(String, String, String) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addStaticImport(ClassNode, String, String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStaticImport(ClassNode, String, String) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStaticImport(ClassNode, String, String, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStaticImport(ClassNode, String, String, List<AnnotationNode>) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStaticInitializerStatements(List<Statement>, boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
addStaticStarImport(String, ClassNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStaticStarImport(String, ClassNode, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStaticStarImport(ClassNode, String) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStaticStarImport(ClassNode, String, List<AnnotationNode>) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
addStaticStars(String...) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
addStaticTypeError(String, ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addStaticTypeError(String, ASTNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Adds a type checking error, which will be displayed to the user during compilation.
addString(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addString(ConstantExpression) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
addStylesToDocument(JTextPane) - Method in class groovy.console.ui.ConsoleSupport
 
addSyntheticMethod(String, int, ClassNode, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
Adds a synthetic method as part of the compilation process.
addText(String) - Method in class org.codehaus.groovy.ant.Groovy
Set an inline command to execute.
addTextListener(TextListener) - Static method in class groovy.console.ui.text.FindReplaceUtility
 
addTextToNode() - Method in class groovy.xml.XmlParser
 
addTimeStamp(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
Deprecated.
addToCompileList(File[]) - Method in class org.codehaus.groovy.ant.Groovyc
 
addTransform(Class<? extends ASTTransformation>, ASTNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addTransformer(MethodHandle, int, Object, Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeTransformers
Adds a type transformer applied at runtime.
addTypeAnnotation(AnnotationNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addTypeAnnotations(List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ClassNode
 
addTypeCheckingExtension(TypeCheckingExtension) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addTypeCheckingExtensions(StaticTypeCheckingVisitor, Expression) - Method in class org.codehaus.groovy.transform.StaticTypesTransformation
 
addTypeCheckingInfoAnnotation(MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addUnsupportedPreOrPostfixExpressionError(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addURL(URL) - Method in class groovy.lang.GroovyClassLoader
adds a URL to the classloader.
addURL(URL) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
addURL(URL) - Method in class org.codehaus.groovy.tools.RootLoader
addValue(Expression) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
addVetoableChangeSupport(ClassNode) - Method in class groovy.beans.VetoableASTTransformation
Adds the necessary field and methods to support vetoable change support.
addWarning(int, String, Object, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a warning to the message set if it is relevant.
addWarning(int, String, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a warning to the message set if it is relevant.
addWarning(String, ASTNode) - Method in class org.codehaus.groovy.control.SourceUnit
 
addWarning(WarningMessage) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a warning to the message set.
adjustPropertyModifiersForMethod(PropertyNode) - Static method in class org.codehaus.groovy.ast.tools.PropertyNodeUtils
Fields within the AST that have no explicit visibility are deemed to be properties and represented by a PropertyNode.
afterInvoke(Object, String, Object[], Object) - Method in class groovy.lang.BenchmarkInterceptor
This code is executed after the method is called.
afterInvoke(Object, String, Object[], Object) - Method in interface groovy.lang.Interceptor
This code is executed after the method is optionally called.
afterInvoke(Object, String, Object[], Object) - Method in class groovy.lang.TracingInterceptor
 
afterMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
afterMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
afterMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks after the type checker actually visits a method call.
afterProcessingClassNode(ProcessingContextInformation, ClassNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
afterProcessingClassNode(ProcessingContextInformation, ClassNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
afterProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
afterProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.ClassInvariantLifecycle
 
afterProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.PostconditionLifecycle
 
afterProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
afterProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
afterProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.ClassInvariantLifecycle
 
afterProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.PostconditionLifecycle
 
afterProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.PreconditionLifecycle
 
afterProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
afterReferenceCreation(Reference) - Method in class org.codehaus.groovy.util.ReferenceManager
 
afterSwitchConditionExpressionVisited(SwitchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
afterSwitchConditionExpressionVisited(SwitchStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
afterVisit(Closure<?>) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
afterVisit(TreeContextAction) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
afterVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
afterVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
afterVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks after the type checker actually visited a class node.
afterVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
afterVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
afterVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks after the type checker actually visited a method node.
agg(Function<? super Queryable<? extends T>, ? extends U>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
The most powerful aggregate function in GINQ, it will receive the grouped result(Queryable instance) and apply any processing
AggregateBinding - Class in org.apache.groovy.swing.binding
An aggregation of multiple bindings
AggregateBinding() - Constructor for class org.apache.groovy.swing.binding.AggregateBinding
 
aliasExpr - Variable in class org.apache.groovy.ginq.dsl.expression.DataSourceExpression
 
ALIGN_CENTER - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ALIGN_JUSTIFIED - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ALIGN_LEFT - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ALIGN_RIGHT - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
alignGenericTypes(GenericsType[], GenericsType[], GenericsType[]) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Deprecated.
You shouldn't call this method because it is inherently unreliable
ALIGNMENT - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ALL - Static variable in class org.codehaus.groovy.control.Phases
Synonym for full compilation
ALL_RESULT_SETS - Static variable in class groovy.sql.Sql
 
allClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
All included classes and interfaces in this package.
allClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
allClasses(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
All classes and interfaces in this package optionally limited to just the included ones.
allClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
AllControlToUndefined - Class in groovy.xml.markupsupport
 
AllControlToUndefined() - Constructor for class groovy.xml.markupsupport.AllControlToUndefined
 
allNames() - Element in annotation type groovy.lang.Delegate
Whether to apply the delegate pattern to all methods, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.builder.Builder
Whether the generated builder should support all properties, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.EqualsAndHashCode
Whether to include all fields and/or properties in equals and hashCode calculations, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.MapConstructor
Whether to include all fields and/or properties within the constructor, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.Sortable
Whether to include all fields and/or properties in the comparison algorithm, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.ToString
Whether to include all fields and/or properties in the generated toString, including those with names that are considered internal.
allNames() - Element in annotation type groovy.transform.TupleConstructor
Whether to include all fields and/or properties within the constructor, including those with names that are considered internal.
ALLOW_RESOLVE - Static variable in class org.codehaus.groovy.runtime.MethodClosure
 
ALLOWED_JDKS - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
The valid targetBytecode values.
allowRelative() - Element in annotation type groovy.transform.SourceURI
 
allParametersAndArgumentsMatch(Parameter[], ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Checks that arguments and parameter types match.
allProperties() - Element in annotation type groovy.transform.builder.Builder
Whether to include all properties (as per the JavaBean spec) in the generated builder.
allProperties() - Element in annotation type groovy.transform.EqualsAndHashCode
Whether to include all properties (as per the JavaBean spec) in the generated constructor.
allProperties() - Element in annotation type groovy.transform.MapConstructor
Whether to include all properties (as per the JavaBean spec) in the generated constructor.
allProperties() - Element in annotation type groovy.transform.Sortable
Whether to include all properties (as per the JavaBean spec) in the comparison algorithm.
allProperties() - Element in annotation type groovy.transform.ToString
Whether to include all properties (as per the JavaBean spec) in the generated toString.
allProperties() - Element in annotation type groovy.transform.TupleConstructor
Whether to include all properties (as per the JavaBean spec) in the generated constructor.
AllTestSuite - Class in groovy.test
AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy from inside a Java IDE.
AllTestSuite() - Constructor for class groovy.test.AllTestSuite
 
ALPHA_0 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_0 - Static variable in class org.apache.groovy.json.internal.CharScanner
 
ALPHA_1 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_2 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_3 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_4 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_5 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_6 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_7 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_8 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_9 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_9 - Static variable in class org.apache.groovy.json.internal.CharScanner
 
alreadyVisitedMethods - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
alwaysAnnotate() - Element in annotation type groovy.transform.SealedOptions
Add annotations even for native sealed classes.
and(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(int, int) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyMath
 
and(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(long, long) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyMath
 
and(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(Boolean, Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Logical conjunction of two boolean operators.
and(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise AND together two Numbers.
and(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
and(BitSet, BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise AND together two BitSets.
and(MethodNode, T) - Method in class org.apache.groovy.contracts.domain.AssertionMap
 
and(T) - Method in class org.apache.groovy.contracts.domain.Assertion
 
AND - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
andImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
andImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
andImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
andImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
AndroidSupport - Class in org.codehaus.groovy.reflection.android
 
AndroidSupport() - Constructor for class org.codehaus.groovy.reflection.android.AndroidSupport
 
andThen(Closure<W>) - Method in class groovy.lang.Closure
andThenSelf() - Method in class groovy.lang.Closure
andThenSelf(int) - Method in class groovy.lang.Closure
Call Closure.andThen(Closure) on this exactly times times.
andX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
AnnotatedNode - Class in org.codehaus.groovy.ast
Base class for any AST node which is capable of being annotated
AnnotatedNode() - Constructor for class org.codehaus.groovy.ast.AnnotatedNode
 
AnnotatedNodeUtils - Class in org.apache.groovy.ast.tools
Utility class for working with AnnotatedNodes
ANNOTATION_DEF - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
ANNOTATION_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
Annotation_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ANNOTATION_TYPE - Static variable in class org.codehaus.groovy.ast.ModifierNode
 
AnnotationClosureVisitor - Class in org.apache.groovy.contracts.ast.visitor
Visits interfaces & classes and looks for @Requires or @Ensures and creates Closure classes for the annotation closures.
AnnotationClosureVisitor(SourceUnit, ReaderSource) - Constructor for class org.apache.groovy.contracts.ast.visitor.AnnotationClosureVisitor
 
AnnotationCollector - Annotation Type in groovy.transform
The AnnotationCollector can be used to define aliases for groups of annotations.
AnnotationCollectorMode - Enum in groovy.transform
 
AnnotationCollectorTransform - Class in org.codehaus.groovy.transform
This class is the base for any annotation alias processor.
AnnotationCollectorTransform() - Constructor for class org.codehaus.groovy.transform.AnnotationCollectorTransform
 
AnnotationCollectorTransform.ClassChanger - Class in org.codehaus.groovy.transform
Class used by CompilationUnit to transform the alias class into what is needed by the compiler.
AnnotationConstantExpression - Class in org.codehaus.groovy.ast.expr
Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker).
AnnotationConstantExpression(AnnotationNode) - Constructor for class org.codehaus.groovy.ast.expr.AnnotationConstantExpression
 
AnnotationConstantsVisitor - Class in org.codehaus.groovy.control
Resolves constants in annotation definitions.
AnnotationConstantsVisitor() - Constructor for class org.codehaus.groovy.control.AnnotationConstantsVisitor
 
AnnotationContractParameterVisitor - Class in org.apache.groovy.contracts.ast.visitor
This BaseVisitor walks up the class hierarchy for the given ClassNode and adds ContractElement annotations to method parameters.
AnnotationContractParameterVisitor(SourceUnit, ReaderSource) - Constructor for class org.apache.groovy.contracts.ast.visitor.AnnotationContractParameterVisitor
 
AnnotationNode - Class in org.codehaus.groovy.ast
Represents an annotation which can be attached to interfaces, classes, methods, fields, parameters, and other places.
AnnotationNode(ClassNode) - Constructor for class org.codehaus.groovy.ast.AnnotationNode
 
AnnotationProcessor - Class in org.apache.groovy.contracts.common.spi
Base class for modifying the internal domain model, starting at Contract, and adding parts to it.
AnnotationProcessor() - Constructor for class org.apache.groovy.contracts.common.spi.AnnotationProcessor
 
AnnotationProcessorImplementation - Annotation Type in org.apache.groovy.contracts.annotations.meta
Indicates what AnnotationProcessor implementation should be used to process the correlating annotation.
AnnotationProcessorVisitor - Class in org.apache.groovy.contracts.ast.visitor
Visits annotations of meta-type ContractElement and applies the AST transformations of the underlying AnnotationProcessor implementation.
AnnotationProcessorVisitor(SourceUnit, ReaderSource, ProcessingContextInformation) - Constructor for class org.apache.groovy.contracts.ast.visitor.AnnotationProcessorVisitor
 
annotations() - Method in interface org.codehaus.groovy.groovydoc.GroovyParameter
 
annotations() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
annotations() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
annotations() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
annotations() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
annotations() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
AnnotationUtils - Class in org.apache.groovy.contracts.util
Helper methods for reading/getting AnnotationNode instances.
AnnotationUtils() - Constructor for class org.apache.groovy.contracts.util.AnnotationUtils
 
AnnotationVisitor - Class in org.codehaus.groovy.classgen
An Annotation visitor responsible for: reading annotation metadata (@Retention, @Target, attribute types) verify that an AnnotationNode conforms to annotation meta enhancing an AnnotationNode AST to reflect real annotation meta
AnnotationVisitor(SourceUnit, ErrorCollector) - Constructor for class org.codehaus.groovy.classgen.AnnotationVisitor
 
ansiSupported - Variable in class org.codehaus.groovy.tools.shell.IO
Whether ansi support is available
AntBuilder - Class in groovy.ant
Allows Ant tasks to be used with a Groovy builder-style markup.
AntBuilder() - Constructor for class groovy.ant.AntBuilder
 
AntBuilder(Project) - Constructor for class groovy.ant.AntBuilder
 
AntBuilder(Project, Target) - Constructor for class groovy.ant.AntBuilder
 
AntBuilder(Task) - Constructor for class groovy.ant.AntBuilder
 
antlr2() - Static method in class org.codehaus.groovy.control.ParserPluginFactory
Deprecated.
antlr4() - Static method in class org.codehaus.groovy.control.ParserPluginFactory
Creates the ANTLR 4 parser.
Antlr4ParserPlugin - Class in org.apache.groovy.parser.antlr4
A parser plugin for the new parser.
Antlr4ParserPlugin() - Constructor for class org.apache.groovy.parser.antlr4.Antlr4ParserPlugin
 
Antlr4PluginFactory - Class in org.apache.groovy.parser.antlr4
A parser plugin factory for the new parser.
Antlr4PluginFactory() - Constructor for class org.apache.groovy.parser.antlr4.Antlr4PluginFactory
 
AntProjectPropertiesDelegate - Class in org.codehaus.groovy.ant
 
AntProjectPropertiesDelegate(Map<? extends String, ?>) - Constructor for class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
AntProjectPropertiesDelegate(Project) - Constructor for class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
any(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the contents of an iterable, and checks whether a predicate is valid for at least one element.
any(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of a collection, and checks whether at least one element is true according to the Groovy Truth.
any(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the contents of an object or collection, and checks whether a predicate is valid for at least one element.
any(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the contents of an iterator, and checks whether a predicate is valid for at least one element.
any(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the entries of a map, and checks whether a predicate is valid for at least one entry.
any(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the contents of an Array, and checks whether a predicate is valid for at least one element.
ANY - Enum constant in enum groovy.io.FileType
Represents both normal files and directories
ANY - Static variable in class org.codehaus.groovy.syntax.Types
 
ANY_END_OF_STATEMENT - Static variable in class org.codehaus.groovy.syntax.Types
 
ANY_INSTANCE_METHOD_EXISTS - Static variable in class org.codehaus.groovy.runtime.MethodClosure
 
append(char) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(char) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a single character to this Writer.
append(Node) - Method in class groovy.util.Node
Appends a child to the current node.
append(File, byte[]) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append bytes to the end of a File.
append(File, InputStream) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append binary data to the file.
append(File, Reader) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(File, Reader, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Reader at the end of the File, using a specified encoding.
append(File, Reader, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Reader at the end of the File without writing a BOM, using a specified encoding.
append(File, Reader, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Reader at the end of the File, using a specified encoding.
append(File, Writer) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(File, Writer, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Writer at the end of the File.
append(File, Writer, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Writer at the end of the File without writing a BOM, using a specified encoding.
append(File, Writer, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text supplied by the Writer at the end of the File, using a specified encoding.
append(File, Object) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text at the end of the File without writing a BOM.
append(File, Object, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text at the end of the File.
append(File, Object, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text at the end of the File without writing a BOM, using a specified encoding.
append(File, Object, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append the text at the end of the File, using a specified encoding.
append(Appendable, Object) - Static method in class org.codehaus.groovy.runtime.FormatHelper
Appends an object to an Appendable using Groovy's default representation for the object.
append(Appendable, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
append(CharSequence) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(CharSequence) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a character sequence to this Writer.
append(CharSequence, int, int) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(CharSequence, int, int) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a portion of a character sequence to the StringBuilder.
append(StringBuilder, GStringImpl) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Append the GString to the StringBuilder using a more efficient approach than Java's default approach for a CharSequence.
append(Path, byte[]) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append bytes to the end of a Path.
append(Path, InputStream) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append binary data to the file.
append(Path, Reader) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(Path, Reader, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Reader at the end of the File, using a specified encoding.
append(Path, Reader, String) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Reader at the end of the File without writing a BOM, using a specified encoding.
append(Path, Reader, String, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Reader at the end of the File, using a specified encoding.
append(Path, Writer) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(Path, Writer, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Writer at the end of the File, using a specified encoding.
append(Path, Writer, String) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Writer at the end of the File without writing a BOM, using a specified encoding.
append(Path, Writer, String, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text supplied by the Writer at the end of the File, using a specified encoding.
append(Path, Object) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text at the end of the Path without writing a BOM.
append(Path, Object, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text at the end of the Path.
append(Path, Object, String) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text at the end of the Path without writing a BOM, using a specified encoding.
append(Path, Object, String, boolean) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Append the text at the end of the Path, using a specified encoding.
appendNamespaceAttributes(Element, Map<Object, Object>) - Method in class groovy.xml.DOMBuilder
 
appendNode(Object) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Object) - Method in class groovy.xml.slurpersupport.Attribute
NOP, because a node can not be appended to an attribute.
appendNode(Object) - Method in class groovy.xml.slurpersupport.GPathResult
 
appendNode(Object) - Method in class groovy.xml.slurpersupport.NoChildren
NOP
appendNode(Object) - Method in class groovy.xml.slurpersupport.NodeChild
 
appendNode(Object) - Method in class groovy.xml.slurpersupport.NodeChildren
 
appendNode(Object, GPathResult) - Method in class groovy.xml.slurpersupport.Node
 
appendNode(Object, Object) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Object, Map) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Object, Map, Object) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Element, Object) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, String) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, Map) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, Map, String) - Static method in class groovy.xml.dom.DOMCategory
 
appendS(Expression, Expression) - Static method in class org.apache.groovy.ast.tools.MethodCallUtils
 
appendStatementsToBlockStatement(BlockStatement, Statement...) - Method in class org.apache.groovy.parser.antlr4.AstBuilder
 
apply(Character) - Method in class groovy.xml.MarkupBuilder.DefaultXmlEscapingFunction
 
apply(Character) - Method in class groovy.xml.markupsupport.AllControlToUndefined
 
apply(Character) - Method in class groovy.xml.markupsupport.DoubleQuoteFilter
 
apply(Character) - Method in class groovy.xml.markupsupport.SingleQuoteFilter
 
apply(Character) - Method in class groovy.xml.markupsupport.StandardControlToUndefined
 
apply(Character) - Method in class groovy.xml.markupsupport.StandardXmlAttributeFilter
 
apply(Character) - Method in class groovy.xml.markupsupport.StandardXmlFilter
 
apply(Character) - Method in class groovy.xml.markupsupport.SurrogateToUndefined
 
apply(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
 
apply(T) - Method in interface org.apache.groovy.internal.util.Function
 
applyBlockRecorder() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
applyFinallyBlocks(Label, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
applyGenericsContextToPlaceHolders(Map<String, ClassNode>, GenericsType[]) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Transforms generics types from an old context to a new context using the given spec.
applyIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
 
applyIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
 
applyPropertyDescriptors(PropertyDescriptor[]) - Method in class groovy.lang.MetaClassImpl
 
applyPropertyDescriptors(PropertyDescriptor[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
applyResourceNameMatcher(String) - Method in class groovy.servlet.AbstractHttpServlet
 
applyToAllClasses - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
applyToAllMembers - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
applyToPrimaryClassNodes(CompilationUnit.PrimaryClassNodeOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
applyToSourceUnits(CompilationUnit.SourceUnitOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
applyUnsharpFilter(MethodHandle, int, MethodHandle) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeTransformers
Apply a transformer as filter.
areCategoryMethodCalls(List<MethodNode>, String, ClassNode[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
args - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
args(String...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(List<Expression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(Expression...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(Parameter...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
argTypeMatches(ClassNode[], int, Class) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
argTypeMatches(MethodCall, int, Class) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
argTypesMatches(ClassNode[], Class...) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
argTypesMatches(MethodCall, Class...) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
argumentClassIsParameterClass(Class<?>, Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
Realizes an unsharp equal for the class.
ArgumentListExpression - Class in org.codehaus.groovy.ast.expr
Represents one or more arguments being passed into a method
ArgumentListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression[]) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression, Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Parameter[]) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
argumentSize(Expression) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
array - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
array - Variable in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
array(char...) - Static method in class org.apache.groovy.json.internal.Chr
 
ARRAY - Static variable in class groovy.sql.Sql
 
ARRAY(Object) - Static method in class groovy.sql.Sql
 
ARRAY_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
ARRAY_ITEM_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.Types
 
ARRAY_WITH_NULL - Static variable in class org.codehaus.groovy.runtime.MetaClassHelper
 
arrayAsCollection(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
arrayAsCollection(T[]) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
ArrayCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
ArrayCachedClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.ArrayCachedClass
 
ArrayClassDocWrapper - Class in org.codehaus.groovy.tools.groovydoc
 
ArrayClassDocWrapper(GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
ArrayExpression - Class in org.codehaus.groovy.ast.expr
Represents an array object construction.
ArrayExpression(ClassNode, List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
Creates an array using an initializer (list of expressions corresponding to array elements)
ArrayExpression(ClassNode, List<Expression>, List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
 
arrayGet(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
arrayGet(MethodType) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
 
ArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayGetAtMetaMethod
 
ArrayIterable<T> - Class in org.codehaus.groovy.util
Allow an array to be used where an Iterable is expected.
ArrayIterable(T[]) - Constructor for class org.codehaus.groovy.util.ArrayIterable
 
ArrayIterator<T> - Class in org.codehaus.groovy.util
Allow an array to be used where an Iterator is expected.
ArrayIterator(T[]) - Constructor for class org.codehaus.groovy.util.ArrayIterator
 
ARRAYLIST_ADD_METHOD - Static variable in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
ARRAYLIST_CLASSNODE - Static variable in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
ARRAYLIST_CONSTRUCTOR - Static variable in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
ARRAYLIST_CONSTRUCTOR - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
ArrayList_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
ArrayMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ArrayMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayMetaMethod
 
ArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayPutAtMetaMethod
 
Arrays - Class in org.apache.groovy.util
Array utilities.
arraySet(boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
arraySet(MethodType) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
 
ArrayTypeUtils - Class in org.codehaus.groovy.runtime
Utilities for handling array types
ArrayTypeUtils() - Constructor for class org.codehaus.groovy.runtime.ArrayTypeUtils
 
ArrayUtil - Class in org.codehaus.groovy.runtime
This is a generated class used internally during the writing of bytecode within the CallSiteWriter logic.
ArrayUtil() - Constructor for class org.codehaus.groovy.runtime.ArrayUtil
 
ArrayUtils - Class in org.apache.groovy.json.internal
 
ArrayUtils() - Constructor for class org.apache.groovy.json.internal.ArrayUtils
 
asArray(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Converts the given object into an array; if it's an array then just cast otherwise wrap it in an array
asArray(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asAssignment(int) - Static method in class org.codehaus.groovy.syntax.TokenUtil
 
asBoolean() - Method in class groovy.xml.slurpersupport.NoChildren
Returns false.
asBoolean() - Method in class org.codehaus.groovy.runtime.NullObject
A null object always coerces to false.
asBoolean(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a boolean array to a boolean value.
asBoolean(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a byte array to a boolean value.
asBoolean(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a char array to a boolean value.
asBoolean(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a double array to a boolean value.
asBoolean(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a float array to a boolean value.
asBoolean(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces an int array to a boolean value.
asBoolean(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a long array to a boolean value.
asBoolean(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a short array to a boolean value.
asBoolean(GroovyResultSet) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Coerce a GroovyResultSet to a boolean value.
asBoolean(Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a Boolean instance to a boolean value.
asBoolean(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a character to a boolean value.
asBoolean(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Coerces a CharSequence to a boolean value.
asBoolean(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a Double instance to a boolean value.
asBoolean(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a Float instance to a boolean value.
asBoolean(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a number to a boolean value.
asBoolean(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an object instance to a boolean value.
asBoolean(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an Object array to a boolean value.
asBoolean(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a collection instance to a boolean value.
asBoolean(Enumeration) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an enumeration instance to a boolean value.
asBoolean(Iterator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an iterator instance to a boolean value.
asBoolean(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a map instance to a boolean value.
asBoolean(Optional<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Coerce an Optional instance to a boolean value.
asBoolean(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Coerces a Matcher instance to a boolean value.
ascendingKeySet() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
asCollection(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this Iterable to a Collection.
asCollection(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asCollection(T[]) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asConstantString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
asEntryWeigher(Weigher<? super V>) - Static method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.Weighers
An entry weigher backed by the specified weigher.
asExpression(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.expr.CastExpression
 
asGenericsType() - Method in class org.codehaus.groovy.ast.ClassNode
 
asGenericsType() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
asImmutable(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Collection.
asImmutable(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable List.
asImmutable(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Map.
asImmutable(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Set.
asImmutable(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable SortedMap.
asImmutable(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable SortedSet.
asIterator(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asList() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
asList(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this Iterable to a List.
asList(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asList(String, ResultSet) - Method in class groovy.sql.Sql
Hook to allow derived classes to override list of result collection behavior.
asList(String, ResultSet, int, int, Closure) - Method in class groovy.sql.Sql
 
asList(String, ResultSet, Closure) - Method in class groovy.sql.Sql
Hook to allow derived classes to override list of result collection behavior.
ASM_API_VERSION - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
The ASM API version used when loading/parsing classes and generating proxy adapter classes.
ASM_DEBUG - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
AsmClassGenerator - Class in org.codehaus.groovy.classgen
Generates Java class versions of Groovy classes using ASM.
AsmClassGenerator(SourceUnit, GeneratorContext, ClassVisitor, String) - Constructor for class org.codehaus.groovy.classgen.AsmClassGenerator
 
AsmDecompiler - Class in org.codehaus.groovy.ast.decompiled
A utility class responsible for decompiling JVM class files and producing ClassStub objects reflecting their structure.
AsmDecompiler() - Constructor for class org.codehaus.groovy.ast.decompiled.AsmDecompiler
 
AsmReferenceResolver - Class in org.codehaus.groovy.ast.decompiled
A helper class used to resolve references found in ASM-decompiled classes.
AsmReferenceResolver(ClassNodeResolver, CompilationUnit) - Constructor for class org.codehaus.groovy.ast.decompiled.AsmReferenceResolver
 
asPrimitiveArray(List, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
asReduction() - Method in class org.codehaus.groovy.syntax.CSTNode
Creates a Reduction from this node.
asReduction() - Method in class org.codehaus.groovy.syntax.Reduction
Creates a Reduction from this node.
asReduction() - Method in class org.codehaus.groovy.syntax.Token
Creates a Reduction from this token.
asReduction(CSTNode) - Method in class org.codehaus.groovy.syntax.Token
Creates a Reduction from this token, adding the supplied node as the second element.
asReduction(CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.Token
Creates a Reduction from this token, adding the supplied nodes as the second and third element, respectively.
asReduction(CSTNode, CSTNode, CSTNode) - Method in class org.codehaus.groovy.syntax.Token
Creates a Reduction from this token, adding the supplied nodes as the second, third, and fourth element, respectively.
asReversed(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a view list with reversed order, and the order of original list will not change.
assertArrayEquals(Object[], Object[]) - Method in class groovy.test.GroovyTestCase
Asserts that the arrays are equivalent and contain the same values
assertContains(char, char[]) - Method in class groovy.test.GroovyTestCase
Asserts that the array of characters contains a given char
assertContains(int, int[]) - Method in class groovy.test.GroovyTestCase
Asserts that the array of ints contains a given int
assertEquals(Object, Object) - Static method in class groovy.test.GroovyTestCase
 
assertEquals(String, Object, Object) - Static method in class groovy.test.GroovyTestCase
 
assertEquals(String, String) - Static method in class groovy.test.GroovyTestCase
 
assertExpressionAuthorized(Expression) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer.SecuringCodeVisitor
Checks that a given expression is either in the allowed list or not in the disallowed list.
assertFailed(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
assertFailed(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
assertImportIsAllowed(String) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
assertInspect(Object, String) - Method in class groovy.test.GroovyTestCase
Asserts that the value of inspect() on the given object matches the given text string
Assertion<T extends Assertion> - Class in org.apache.groovy.contracts.domain
Base class for all assertion types.
Assertion() - Constructor for class org.apache.groovy.contracts.domain.Assertion
 
Assertion(BlockStatement, BooleanExpression) - Constructor for class org.apache.groovy.contracts.domain.Assertion
 
AssertionMap<T extends Assertion<T>> - Class in org.apache.groovy.contracts.domain
 
AssertionMap() - Constructor for class org.apache.groovy.contracts.domain.AssertionMap
 
AssertionRenderer - Class in org.codehaus.groovy.runtime.powerassert
Creates a string representation of an assertion and its recorded values.
AssertionViolation - Error in org.apache.groovy.contracts
Abstract base class for all assertion violations.
AssertionViolation() - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(boolean) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(char) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(double) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(float) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(int) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(long) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionViolation(Object) - Constructor for error org.apache.groovy.contracts.AssertionViolation
 
AssertionWriter - Class in org.codehaus.groovy.classgen.asm
 
AssertionWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.AssertionWriter
 
assertLength(int, char[]) - Method in class groovy.test.GroovyTestCase
Asserts that the array of characters has a given length
assertLength(int, int[]) - Method in class groovy.test.GroovyTestCase
Asserts that the array of ints has a given length
assertLength(int, Object[]) - Method in class groovy.test.GroovyTestCase
Asserts that the array of objects has a given length
assertNoLabelsMissed() - Method in class org.codehaus.groovy.control.LabelVerifier
 
assertScript(GroovyShell, String) - Static method in class groovy.test.GroovyAssert
Asserts that the script runs using the given shell without any exceptions
assertScript(String) - Static method in class groovy.test.GroovyAssert
Asserts that the script runs without any exceptions
assertScript(String) - Method in class groovy.test.GroovyTestCase
assertStarImportIsAllowed(String) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
AssertStatement - Class in org.codehaus.groovy.ast.stmt
Represents an assert statement.
AssertStatement(BooleanExpression) - Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
 
AssertStatement(BooleanExpression, Expression) - Constructor for class org.codehaus.groovy.ast.stmt.AssertStatement
 
assertStatementAuthorized(Statement) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer.SecuringCodeVisitor
Checks that a given statement is either in the allowed list or not in the disallowed list.
AssertStatementCreationUtility - Class in org.apache.groovy.contracts.generation
Central place to create AssertStatement instances in groovy-contracts.
AssertStatementCreationUtility() - Constructor for class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
 
AssertStatementCreationUtility.AddAssertionCallStatementToReturnStatementVisitor - Class in org.apache.groovy.contracts.generation
Replaces a given ReturnStatement with the appropriate assertion call statement and returns a result variable expression.
AssertStatementCreationUtility.AddResultReturnStatementVisitor - Class in org.apache.groovy.contracts.generation
Replaces a given ReturnStatement with the appropriate assertion call statement and returns a result variable expression.
AssertStatementCreationUtility.ReturnStatementVisitor - Class in org.apache.groovy.contracts.generation
Collects all ReturnStatement instances from a given code block.
assertStaticImportIsAllowed(String, String) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
assertTokenAuthorized(Token) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer.SecuringCodeVisitor
Checks that a given token is either in the allowed list or not in the disallowed list.
assertToString(Object, String) - Method in class groovy.test.GroovyTestCase
Asserts that the value of toString() on the given object matches the given text string
assertValidIdentifier(String, String, ASTNode) - Static method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
ASSIGN - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ASSIGN - Static variable in class org.codehaus.groovy.syntax.Types
 
ASSIGNMENT_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
assignNullS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
assignS(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
assignToArray(Expression, Expression, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
Deprecated.
assignToArray(Expression, Expression, Expression, Expression, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
assignToArray(Expression, Expression, Expression, Expression, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
assignToArray(Expression, Expression, Expression, Expression, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
assignX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
asSql(GString, List<Object>) - Method in class groovy.sql.Sql
Hook to allow derived classes to override sql generation from GStrings.
asString(Throwable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the detail information of Throwable instance's stack trace
asSynchronized(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Collection.
asSynchronized(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized List.
asSynchronized(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Map.
asSynchronized(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Set.
asSynchronized(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedMap.
asSynchronized(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedSet.
ast - Variable in class org.codehaus.groovy.control.CompilationUnit
The overall AST for this CompilationUnit.
ast - Variable in class org.codehaus.groovy.control.SourceUnit
The root of the Abstract Syntax Tree for the source
AstBuilder - Class in org.apache.groovy.parser.antlr4
Builds the AST from the parse tree generated by Antlr4.
AstBuilder(SourceUnit, boolean, boolean) - Constructor for class org.apache.groovy.parser.antlr4.AstBuilder
 
AstBuilderTransformation - Class in org.apache.groovy.ast.builder
Transformation to capture ASTBuilder from code statements.
AstBuilderTransformation() - Constructor for class org.apache.groovy.ast.builder.AstBuilderTransformation
 
AstHelper - Class in org.codehaus.groovy.transform.tailrec
Helping to create a few standard AST constructs
ASTHelper - Class in org.codehaus.groovy.syntax
A common base class of AST helper methods which can be shared across the classic and new parsers
ASTHelper() - Constructor for class org.codehaus.groovy.syntax.ASTHelper
 
ASTHelper(SourceUnit, ClassLoader) - Constructor for class org.codehaus.groovy.syntax.ASTHelper
 
ASTNode - Class in org.codehaus.groovy.ast
Base class for any AST node.
ASTNode() - Constructor for class org.codehaus.groovy.ast.ASTNode
 
ASTNodeMetaData - Interface in org.apache.groovy.contracts.ast.visitor
Holds all constants to be used as AST node metadata keys.
ASTNodePredicate - Interface in org.codehaus.groovy.macro.matcher
 
AstStringCompiler - Class in org.codehaus.groovy.ast.builder
This class handles converting Strings to ASTNode lists.
AstStringCompiler() - Constructor for class org.codehaus.groovy.ast.builder.AstStringCompiler
 
ASTTest - Annotation Type in groovy.transform
This AST transformation aims at helping in debugging other AST transformations.
AstToTextHelper - Class in org.codehaus.groovy.ast
Helper class for converting AST into text.
AstToTextHelper() - Constructor for class org.codehaus.groovy.ast.AstToTextHelper
 
ASTTransformation - Interface in org.codehaus.groovy.transform
This class is instantiated and invoked when an AST transformation is activated.
ASTTransformationCollectorCodeVisitor - Class in org.codehaus.groovy.transform
Walks the AST and collects references to annotations that are annotated themselves by GroovyASTTransformation.
ASTTransformationCollectorCodeVisitor(SourceUnit, GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
 
astTransformationsContext - Variable in class org.codehaus.groovy.control.CompilationUnit
The AST transformations state data.
ASTTransformationsContext - Class in org.codehaus.groovy.control
Stores state information about global AST transformations applied to a compilation unit.
ASTTransformationsContext(CompilationUnit, GroovyClassLoader) - Constructor for class org.codehaus.groovy.control.ASTTransformationsContext
 
ASTTransformationVisitor - Class in org.codehaus.groovy.transform
This class handles the invocation of the ASTAnnotationTransformation when it is encountered by a tree walk.
astWalker() - Element in annotation type groovy.ginq.transform.GQ
Specify the GINQ AST walker to customize GINQ behaviour
asType(Closure, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces the closure to an implementation of the given class.
asType(GString, Class<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the GString to a File, or delegates to the default DefaultGroovyMethods.asType(Object,Class).
asType(File, Class<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Converts this File to a Writable or delegates to default DefaultGroovyMethods.asType(java.lang.Object, java.lang.Class).
asType(CharSequence, Class<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provides a method to perform custom 'dynamic' type conversion to the given class using the as operator.
asType(Class) - Method in class org.codehaus.groovy.runtime.NullObject
Type conversion method for null.
asType(Iterable, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given iterable to another type.
asType(Number, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform this number to the given type, using the 'as' operator.
asType(Object[], Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given array to either a List, Set, or SortedSet.
asType(Object, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
Provides a hook for type coercion of the given object to the required type
asType(Object, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts a given object to a type.
asType(String, Class<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provides a method to perform custom 'dynamic' type conversion to the given class using the as operator.
asType(Path, Class<T>) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Converts this Path to a Writable or delegates to default DefaultGroovyMethods.asType(Object, Class).
asType(Collection, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given collection to another type.
asType(Map, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces this map to the given type, using the map's keys as the public method names, and values as the implementation.
asUnmodifiable(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Collection.
asUnmodifiable(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a List.
asUnmodifiable(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Map.
asUnmodifiable(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Set.
asUnmodifiable(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a SortedMap.
asUnmodifiable(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a SortedSet.
asUnwrappedArray(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asWrapperArray(Object, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
asWritable() - Method in class groovy.lang.Closure
 
asWritable(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Converts this File to a Writable.
asWritable(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Allows a file to return a Writable implementation that can output itself to a Writer stream.
asWritable(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Converts this Path to a Writable.
asWritable(Path, String) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Allows a file to return a Writable implementation that can output itself to a Writer stream.
asX(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ASYNC - Enum constant in enum org.apache.groovy.swing.binding.PropertyBinding.UpdateStrategy
 
at - Variable in class groovy.lang.EmptyRange
The value at which the range originates (may be null).
AtnManager - Class in org.apache.groovy.parser.antlr4.internal.atnmanager
Manage ATN to avoid memory leak
AtnManager() - Constructor for class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
 
AtnManager.AtnWrapper - Class in org.apache.groovy.parser.antlr4.internal.atnmanager
 
AtnWrapper(ATN) - Constructor for class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager.AtnWrapper
 
attribute(Object) - Method in class groovy.util.Node
Provides lookup of attributes by key.
Attribute - Class in groovy.xml.slurpersupport
Lazy evaluated representation of a node attribute.
Attribute(String, String, GPathResult, String, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.Attribute
 
attributeDelegates - Variable in class groovy.util.FactoryBuilderSupport
 
AttributeExpression - Class in org.codehaus.groovy.ast.expr
Represents an attribute access (accessing the field of a class) such as the expression "foo.@bar".
AttributeExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
 
AttributeExpression(Expression, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.AttributeExpression
 
attributes() - Method in class groovy.util.Node
Returns a Map of the attributes of the node or an empty Map if the node does not have any attributes.
attributes() - Method in class groovy.xml.slurpersupport.Node
Returns a map of the attributes of this Node.
attributes() - Method in class groovy.xml.slurpersupport.NodeChild
Returns a map containing all attributes of the Node of this NodeChild.
attributes(Element) - Static method in class groovy.xml.dom.DOMCategory
 
Attributes - Class in groovy.xml.slurpersupport
Lazy evaluated representation of a node's attributes.
Attributes(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.Attributes
 
Attributes(GPathResult, String, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.Attributes
 
attrX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
auto() - Element in annotation type groovy.lang.Newify
 
AUTO - Enum constant in enum groovy.transform.DefaultsMode
Produce multiple constructors as required to handle any mandatory and optional arguments.
AUTO - Enum constant in enum groovy.transform.RecordTypeMode
Produce native records when compiling for a suitable target bytecode (JDK16+).
AUTO - Enum constant in enum groovy.transform.SealedMode
Produce native sealed classes when compiling for a suitable target bytecode (JDK17+) and automatically emulate the concept on earlier JDKs.
AUTO_DOWNLOAD_SETTING - Static variable in class groovy.grape.Grape
 
AUTO_INDENT - Static variable in class groovy.console.ui.text.TextEditor
 
autoboxType(Class) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
autoboxType(Class) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
AutoClone - Annotation Type in groovy.transform
Class annotation used to assist in the creation of Cloneable classes.
AutoCloneASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @AutoClone annotation.
AutoCloneASTTransformation() - Constructor for class org.codehaus.groovy.transform.AutoCloneASTTransformation
 
AutoCloneStyle - Enum in groovy.transform
Intended style to use for cloning when using the @AutoClone annotation.
AUTOCLOSEABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
autoDelegate() - Element in annotation type groovy.transform.NamedVariant
If true, add an implicit @NamedDelegate to the first parameter if no @NamedDelegate or @NamedParam annotations are found on any parameter.
autoDownload() - Element in annotation type groovy.lang.GrabConfig
Set to false if you want to disable automatic downloading of locally missing jars.
AutoFinal - Annotation Type in groovy.transform
Annotation to automatically add the final qualifier to method, constructor, and closure parameters.
AutoFinalASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the AutoFinal annotation.
AutoFinalASTTransformation() - Constructor for class org.codehaus.groovy.transform.AutoFinalASTTransformation
 
AutoImplement - Annotation Type in groovy.transform
Class annotation used to provide default dummy methods for a class extending an abstract super class or implementing one or more interfaces.
AutoImplementASTTransformation - Class in org.codehaus.groovy.transform
Generates code for the @AutoImplement annotation.
AutoImplementASTTransformation() - Constructor for class org.codehaus.groovy.transform.AutoImplementASTTransformation
 
autoRegisterNodes() - Method in class groovy.util.FactoryBuilderSupport
Ask the nodes to be registered
autoRegistrationComplete - Variable in class groovy.util.FactoryBuilderSupport
 
autoRegistrationRunning - Variable in class groovy.util.FactoryBuilderSupport
 
average(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the bytes in the array.
average(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the doubles in the array.
average(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the floats in the array.
average(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the ints in the array.
average(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the longs in the array.
average(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the average of the shorts in the array.
average(Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the items in an Iterable.
average(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the result of applying a closure to each item of an Iterable.
average(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the items in an array.
average(Iterator<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the items from an Iterator.
average(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the result of applying a closure to each item returned from an iterator.
average(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Averages the result of applying a closure to each item of an array.
avg(Function<? super T, ? extends Number>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Aggregate function avg, similar to SQL's avg

B

BACKGROUND - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
bArrayGet(byte[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from byte[] using normalized index
bArraySet(byte[], int, byte) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from byte[] using normalized index
barrierLock - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Lock used only for its memory effects.
BarrierLock() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock
 
BaseASTTransformation - Class in org.apache.groovy.contracts.ast
Base AST transformation encapsulating all common helper methods and implementing ASTTransformation.
BaseASTTransformation() - Constructor for class org.apache.groovy.contracts.ast.BaseASTTransformation
 
BaseDuration - Class in groovy.time
Base class for date and time durations.
BaseDuration(int, int, int, int, int) - Constructor for class groovy.time.BaseDuration
 
BaseDuration(int, int, int, int, int, int, int) - Constructor for class groovy.time.BaseDuration
 
BaseDuration.From - Class in groovy.time
 
BaseGenerator - Class in org.apache.groovy.contracts.generation
Base class for groovy-contracts code generators.
BaseGenerator(ReaderSource) - Constructor for class org.apache.groovy.contracts.generation.BaseGenerator
 
BaseJsonParser - Class in org.apache.groovy.json.internal
Base JSON parser.
BaseJsonParser() - Constructor for class org.apache.groovy.json.internal.BaseJsonParser
 
BaseLifecycle - Class in org.apache.groovy.contracts.common.base
Base implementation class for interface Lifecycle.
BaseLifecycle() - Constructor for class org.apache.groovy.contracts.common.base.BaseLifecycle
 
BaseMarkupBuilder - Class in groovy.xml.streamingmarkupsupport
 
BaseMarkupBuilder(Map) - Constructor for class groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
 
basename - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
basenames - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
basenameValidator - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
BaseScript - Annotation Type in groovy.transform
Variable annotation used for changing the base script class of the current script.
BaseScriptASTTransformation - Class in org.codehaus.groovy.transform
Handles transformation for the @BaseScript annotation.
BaseScriptASTTransformation() - Constructor for class org.codehaus.groovy.transform.BaseScriptASTTransformation
 
BaseStream_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
BaseTemplate - Class in groovy.text.markup
All templates compiled through MarkupTemplateEngine extend this abstract class, which provides a number of utility methods to generate markup.
BaseTemplate(MarkupTemplateEngine, Map, Map<String, String>, TemplateConfiguration) - Constructor for class groovy.text.markup.BaseTemplate
 
BaseVisitor - Class in org.apache.groovy.contracts.ast.visitor
Base class for ClassCodeVisitorSupport descendants.
BaseVisitor(SourceUnit, ReaderSource) - Constructor for class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
batchCount - Variable in class groovy.sql.BatchingStatementWrapper
 
BatchingPreparedStatementWrapper - Class in groovy.sql
Class which delegates to a PreparedStatement but keeps track of a batch count size.
BatchingPreparedStatementWrapper(PreparedStatement, List<Tuple>, int, Logger, Sql) - Constructor for class groovy.sql.BatchingPreparedStatementWrapper
 
BatchingStatementWrapper - Class in groovy.sql
Class which delegates to a Statement but keeps track of a batch count size.
BatchingStatementWrapper(Statement, int, Logger) - Constructor for class groovy.sql.BatchingStatementWrapper
 
batchSize - Variable in class groovy.sql.BatchingStatementWrapper
 
BEAN_CONSTRUCTOR_PROPERTY_SETTER - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
BeanUtils - Class in org.apache.groovy.util
 
BeanUtils - Class in org.codehaus.groovy.ast.tools
 
BeanUtils() - Constructor for class org.codehaus.groovy.ast.tools.BeanUtils
 
beforeGet(Object, String) - Method in interface groovy.lang.PropertyAccessInterceptor
Intercepts a getXXX call and returns a result.
beforeInvoke(Object, String, Object[]) - Method in class groovy.lang.BenchmarkInterceptor
This code is executed before the method is called.
beforeInvoke(Object, String, Object[]) - Method in interface groovy.lang.Interceptor
This code is executed before the method is optionally called.
beforeInvoke(Object, String, Object[]) - Method in class groovy.lang.TracingInterceptor
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks before the type checker actually visits a method call.
beforeProcessingClassNode(ProcessingContextInformation, ClassNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
beforeProcessingClassNode(ProcessingContextInformation, ClassNode) - Method in class org.apache.groovy.contracts.common.impl.lc.PostconditionLifecycle
 
beforeProcessingClassNode(ProcessingContextInformation, ClassNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
beforeProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
beforeProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.impl.lc.PreconditionLifecycle
 
beforeProcessingConstructorNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
beforeProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.common.base.BaseLifecycle
 
beforeProcessingMethodNode(ProcessingContextInformation, ClassNode, MethodNode) - Method in interface org.apache.groovy.contracts.common.spi.Lifecycle
 
beforeSet(Object, String, Object) - Method in interface groovy.lang.PropertyAccessInterceptor
Intercepts a setXXX call
beforeVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
beforeVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
beforeVisitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks before the type checker actually visits a class node.
beforeVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
beforeVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
beforeVisitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks before the type checker actually visits a method node.
belongsToClass - Variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
 
BenchmarkInterceptor - Class in groovy.lang
Interceptor that registers the timestamp of each method call before and after invocation.
BenchmarkInterceptor() - Constructor for class groovy.lang.BenchmarkInterceptor
 
between(Period, YearMonth, YearMonth) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Obtains a Period consisting of the number of years and months between two YearMonth instances.
between(Period, Year, Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Obtains a Period consisting of the number of years between two Year instances.
BIDI_LEVEL - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
BigDecimal_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
BigDecimalCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
BigDecimalCachedClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass
 
BigDecimalMath - Class in org.codehaus.groovy.runtime.typehandling
BigDecimal NumberMath operations
bigDecimalValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
bigDecimalValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
bigDecimalValue() - Method in interface org.apache.groovy.json.internal.Value
 
bigDecimalValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
BIGINT - Static variable in class groovy.sql.Sql
 
BIGINT(Object) - Static method in class groovy.sql.Sql
 
BigInteger_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
BigIntegerCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
BigIntegerCachedClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.BigIntegerCachedClass
 
BigIntegerMath - Class in org.codehaus.groovy.runtime.typehandling
BigInteger NumberMath operations
bigIntegerValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
bigIntegerValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
bigIntegerValue() - Method in interface org.apache.groovy.json.internal.Value
 
bigIntegerValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
BINARY - Static variable in class groovy.sql.Sql
 
BINARY(Object) - Static method in class groovy.sql.Sql
 
BINARY_EXP_TARGET - Enum constant in enum org.codehaus.groovy.transform.sc.StaticCompilationMetadataKeys
 
BINARY_INTEGER_LITERAL - Static variable in class groovy.console.ui.text.GroovyFilter
 
BinaryBooleanExpressionHelper - Class in org.codehaus.groovy.classgen.asm
Binary write operations specialised for Booleans
BinaryBooleanExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
BinaryDoubleExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryDoubleExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
BinaryExpression - Class in org.codehaus.groovy.ast.expr
Represents two expressions and an operation
BinaryExpression(Expression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.BinaryExpression
 
BinaryExpression(Expression, Token, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.BinaryExpression
 
BinaryExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
BinaryExpressionMultiTypeDispatcher - Class in org.codehaus.groovy.classgen.asm
This class is for internal use only! This class will dispatch to the right type adapters according to the kind of binary expression that is provided.
BinaryExpressionMultiTypeDispatcher(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
BinaryExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
BinaryExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.BinaryExpressionTransformer
 
BinaryExpressionWriter - Class in org.codehaus.groovy.classgen.asm
Base class for writing primitive typed operations
BinaryExpressionWriter(WriterController, MethodCaller, MethodCaller) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
BinaryFloatExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryFloatExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
BinaryIntExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryIntExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
BinaryIntExpressionHelper(WriterController, MethodCaller, MethodCaller) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
BinaryLongExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryLongExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
BinaryLongExpressionHelper(WriterController, MethodCaller, MethodCaller) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
BinaryObjectExpressionHelper - Class in org.codehaus.groovy.classgen.asm
 
BinaryObjectExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
bind() - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
bind() - Method in class org.apache.groovy.swing.binding.AggregateBinding
 
bind() - Method in class org.apache.groovy.swing.binding.BindingProxy
 
bind() - Method in interface org.apache.groovy.swing.binding.BindingUpdatable
Causes automatic updating of bound values to be turned on.
bind() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
bind() - Method in class org.apache.groovy.swing.binding.PropertyPathFullBinding
 
bind(Closure) - Method in class groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
 
bind(Closure) - Method in class groovy.xml.streamingmarkupsupport.Builder
 
Bindable - Annotation Type in groovy.beans
Annotates a groovy property or a class.
BindableASTTransformation - Class in groovy.beans
Handles generation of code for the @Bindable annotation when @Vetoable is not present.
BindableASTTransformation() - Constructor for class groovy.beans.BindableASTTransformation
 
Binding - Class in groovy.lang
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(String[]) - Constructor for class groovy.lang.Binding
A helper constructor used in main(String[]) method calls
Binding(Map) - Constructor for class groovy.lang.Binding
 
BINDING_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
BindingProxy - Class in org.apache.groovy.swing.binding
This class returns half bound FullBindings on the source half to the model object for every property reference (and I do mean every, valid or not, queried before or not).
BindingProxy(Object) - Constructor for class org.apache.groovy.swing.binding.BindingProxy
 
bindings - Variable in class org.apache.groovy.swing.binding.AggregateBinding
 
BindingUpdatable - Interface in org.apache.groovy.swing.binding
 
BindPath - Class in org.apache.groovy.swing.binding
The bind path object.
BindPath() - Constructor for class org.apache.groovy.swing.binding.BindPath
 
binExpWriter - Variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
binX(Expression, Token, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
BIT - Static variable in class groovy.sql.Sql
 
BIT(Object) - Static method in class groovy.sql.Sql
 
bitAndImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
BITWISE_AND - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_AND_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_NEGATION - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OR_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_XOR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_XOR_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
bitwiseNegate(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Turns a CharSequence into a regular expression Pattern.
bitwiseNegate(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise NEGATE a Number.
bitwiseNegate(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
bitwiseNegate(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
bitwiseNegate(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
bitwiseNegate(BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise NEGATE a BitSet.
bitwiseNegateImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
bitwiseNegateImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
bitwiseNegateImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
bitwiseNegateImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
BitwiseNegationExpression - Class in org.codehaus.groovy.ast.expr
 
BitwiseNegationExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
BLOB - Static variable in class groovy.sql.Sql
 
BLOB(Object) - Static method in class groovy.sql.Sql
 
block(Statement...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
block(VariableScope, List<Statement>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
block(VariableScope, Statement...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
BlockRecorder() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
BlockRecorder(Runnable) - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
BlockStatement - Class in org.codehaus.groovy.ast.stmt
A list of statements and a scope.
BlockStatement() - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
 
BlockStatement(List<Statement>, VariableScope) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
Creates a BlockStatement with a scope and children statements.
BlockStatement(Statement[], VariableScope) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
Creates a BlockStatement with a scope and children statements.
blockStatements2Types - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
This field used for type derivation Check IfStatement matched pattern: Object var1; if (!(var1 instanceOf Runnable)){ return } // Here var1 instance of Runnable
BOLD - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
BOOLEAN - Static variable in class groovy.sql.Sql
 
BOOLEAN(Object) - Static method in class groovy.sql.Sql
 
BOOLEAN_IDENTITY - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
boolean_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Boolean_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
BooleanArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
BooleanArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayGetAtMetaMethod
 
BooleanArrayIterator - Class in org.codehaus.groovy.util
Allow a boolean array to be used where an Iterator is expected.
BooleanArrayIterator(boolean[]) - Constructor for class org.codehaus.groovy.util.BooleanArrayIterator
 
BooleanArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
BooleanArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayPutAtMetaMethod
 
BooleanArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
 
BooleanCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
BooleanCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass
 
BooleanClosureForMapPredicate<K,V> - Class in org.codehaus.groovy.runtime.callsite
Helper class for internal use only.
BooleanClosureForMapPredicate(Closure) - Constructor for class org.codehaus.groovy.runtime.callsite.BooleanClosureForMapPredicate
 
BooleanClosurePredicate<T> - Class in org.codehaus.groovy.runtime.callsite
Helper class for internal use only.
BooleanClosurePredicate(Closure) - Constructor for class org.codehaus.groovy.runtime.callsite.BooleanClosurePredicate
 
BooleanClosureWrapper - Class in org.codehaus.groovy.runtime.callsite
Helper class for internal use only.
BooleanClosureWrapper(Closure) - Constructor for class org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper
 
booleanExpression() - Method in class org.apache.groovy.contracts.domain.Assertion
 
BooleanExpression - Class in org.codehaus.groovy.ast.expr
Represents a boolean expression
BooleanExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.BooleanExpression
 
BooleanReturningMethodInvoker - Class in org.codehaus.groovy.runtime.callsite
Helper class for internal use only.
BooleanReturningMethodInvoker() - Constructor for class org.codehaus.groovy.runtime.callsite.BooleanReturningMethodInvoker
 
BooleanReturningMethodInvoker(String) - Constructor for class org.codehaus.groovy.runtime.callsite.BooleanReturningMethodInvoker
 
booleanUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
booleanValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
booleanValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
booleanValue() - Method in interface org.apache.groovy.json.internal.Value
 
booleanValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
BooleanWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
BooleanWrapper(boolean) - Constructor for class org.codehaus.groovy.runtime.wrappers.BooleanWrapper
 
boolX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
bootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
bootstrap method for method calls from Groovy compiled code with indy enabled.
bootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyInterface
bootstrap method for method calls from Groovy compiled code with indy enabled.
bound - Variable in class org.apache.groovy.swing.binding.AggregateBinding
 
boundClassNode - Static variable in class groovy.beans.BindableASTTransformation
 
box() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
box(boolean) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(byte) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(char) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(double) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(float) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(int) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(long) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(short) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(MethodVisitor, Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Deprecated.
box(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Deprecated.
boxVar(Class) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
If c is a primitive class this method returns a boxed version otherwise c is returned.
breadthFirst() - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a breadth-first preorder traversal.
breadthFirst() - Method in class groovy.xml.slurpersupport.GPathResult
Provides an Iterator over all the nodes of this GPathResult using a breadth-first traversal.
breadthFirst(boolean) - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a breadth-first traversal.
breadthFirst(Closure) - Method in class groovy.util.Node
Calls the provided closure for all the nodes in the tree using a breadth-first preorder traversal.
breadthFirst(Map<String, Object>, Closure) - Method in class groovy.util.Node
Calls the provided closure for all the nodes in the tree using a breadth-first traversal.
breadthFirst(Element) - Static method in class groovy.xml.dom.DOMCategory
 
BreakStatement - Class in org.codehaus.groovy.ast.stmt
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
 
buffer - Variable in class org.apache.groovy.json.internal.CharBuf
 
buffered(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a BufferedIterator that allows examining the next element without consuming it.
bufferedIterator(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a BufferedIterator that allows examining the next element without consuming it.
bufferedIterator(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a BufferedIterator that allows examining the next element without consuming it.
BufferedIterator<T> - Interface in groovy.util
An iterator that allows examining the next element without consuming it.
bufSize - Variable in class org.apache.groovy.json.internal.BaseJsonParser
 
build() - Method in class groovy.json.JsonGenerator.Options
Creates a JsonGenerator that is based on the current options.
build() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Creates a new ConcurrentLinkedHashMap instance.
build(GroovyObject) - Method in interface groovy.lang.Buildable
 
build(GroovyObject) - Method in class groovy.lang.GString
 
build(GroovyObject) - Method in class groovy.xml.slurpersupport.Attribute
 
build(GroovyObject) - Method in class groovy.xml.slurpersupport.Attributes
 
build(GroovyObject) - Method in class groovy.xml.slurpersupport.NoChildren
NOP
build(GroovyObject) - Method in class groovy.xml.slurpersupport.NodeChild
 
build(GroovyObject) - Method in class groovy.xml.slurpersupport.NodeChildren
 
build(GroovyObject) - Method in class groovy.xml.slurpersupport.ReplacementNode
 
build(GroovyObject) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
build(GroovyObject, Map, Map<String, String>) - Method in class groovy.xml.slurpersupport.Node
 
build(GroovyObject, Map, Map<String, String>) - Method in class groovy.xml.slurpersupport.ReplacementNode
 
build(Script) - Method in class groovy.util.FactoryBuilderSupport
 
build(Class) - Method in class groovy.util.FactoryBuilderSupport
 
build(String, GroovyClassLoader) - Method in class groovy.util.FactoryBuilderSupport
 
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in class groovy.transform.builder.DefaultStrategy
 
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in class groovy.transform.builder.ExternalStrategy
 
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in class groovy.transform.builder.InitializerStrategy
 
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in class groovy.transform.builder.SimpleStrategy
 
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in interface org.codehaus.groovy.transform.BuilderASTTransformation.BuilderStrategy
 
Buildable - Interface in groovy.lang
 
buildAST() - Method in class org.apache.groovy.parser.antlr4.AstBuilder
 
buildAST() - Method in class org.codehaus.groovy.control.SourceUnit
Builds the AST.
buildAST(CharSequence, CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Static method in interface org.codehaus.groovy.control.ParserPlugin
 
buildAST(ASTNode) - Method in class org.apache.groovy.ginq.dsl.GinqAstBuilder
 
buildAST(SourceUnit, ClassLoader, Reduction) - Method in class org.apache.groovy.parser.antlr4.Antlr4ParserPlugin
 
buildAST(SourceUnit, ClassLoader, Reduction) - Method in interface org.codehaus.groovy.control.ParserPlugin
 
buildAttributes(Map) - Static method in class groovy.ant.AntBuilder
Builds an Attributes from a Map
buildClass(BuilderASTTransformation, ClassNode, AnnotationNode) - Method in class groovy.transform.builder.DefaultStrategy
 
buildClassLoaderFor() - Method in class org.codehaus.groovy.ant.Groovyc
 
buildConfigScriptText(List<String>) - Static method in class groovy.ui.GroovyMain
 
Builder - Class in groovy.xml.streamingmarkupsupport
 
Builder - Annotation Type in groovy.transform.builder
The @Builder AST transformation is used to help write classes that can be created using fluent api calls. The transform supports multiple building strategies to cover a range of cases and there are a number of configuration options to customize the building process.
Builder() - Constructor for class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
 
Builder(Map) - Constructor for class groovy.xml.streamingmarkupsupport.Builder
 
Builder.Built - Class in groovy.xml.streamingmarkupsupport
 
BuilderASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the Builder annotation.
BuilderASTTransformation() - Constructor for class org.codehaus.groovy.transform.BuilderASTTransformation
 
BuilderASTTransformation.AbstractBuilderStrategy - Class in org.codehaus.groovy.transform
 
BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo - Class in org.codehaus.groovy.transform
 
BuilderASTTransformation.BuilderStrategy - Interface in org.codehaus.groovy.transform
 
builderClassName() - Element in annotation type groovy.transform.builder.Builder
For strategies which create a builder helper class, the class name to use for the helper class.
builderMethodName() - Element in annotation type groovy.transform.builder.Builder
The method name to use for a builder factory method in the source class for easy access of the builder helper class for strategies which create such a helper class.
builderStrategy() - Element in annotation type groovy.transform.builder.Builder
A class capturing the builder strategy
BuilderSupport - Class in groovy.util
Base class for creating arbitrary nested trees of objects or events.
BuilderSupport() - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(Closure, BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
buildImpl(GroovyObject, Object[], String[]) - Static method in class org.codehaus.groovy.runtime.GStringUtil
 
buildListType(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Builds a parametrized class node for List, to represent List<X>
buildMapType(ClassNode, ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Builds a parametrized class node representing the Map<keyType,valueType> type.
buildMemoizeFunction(MemoizeCache<Object, Object>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.memoize.Memoize
Creates a new closure delegating to the supplied one and memoizing all return values by the arguments.
buildMethod(BuilderASTTransformation, MethodNode, AnnotationNode) - Method in class groovy.transform.builder.DefaultStrategy
 
buildMethodName() - Element in annotation type groovy.transform.builder.Builder
For strategies which create a builder helper class that creates the instance, the method name to call to create the instance.
buildSoftReferenceMemoizeFunction(int, MemoizeCache<Object, SoftReference<Object>>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.memoize.Memoize
Creates a new closure delegating to the supplied one and memoizing all return values by the arguments.
buildSqlWithIndexedProps(String) - Method in class groovy.sql.Sql
Hook to allow derived classes to override behavior associated with the parsing and indexing of parameters from a given sql statement.
buildSubstitutions(SourceUnit, ASTNode) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
buildTree(List<String>) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
 
buildWildcardType(ClassNode...) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Generates a wildcard generic type in order to be used for checks against class nodes.
Built(Closure, Map) - Constructor for class groovy.xml.streamingmarkupsupport.Builder.Built
 
builtinOrMarkedImmutableClass(Class<?>) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
bundle - Variable in class org.codehaus.groovy.util.ManagedConcurrentMap
Deprecated.
 
bundle - Variable in class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
Deprecated.
 
by(T) - Method in class groovy.lang.IntRange
Creates a new NumberRange with the same from and to as this IntRange but with a step size of stepSize.
by(T) - Method in class groovy.lang.NumberRange
For a NumberRange with step size 1, creates a new NumberRange with the same from and to as this NumberRange but with a step size of stepSize.
byte_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Byte_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
byte_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byteArray() - Static method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.Weighers
A weigher where the value is a byte array and its weight is the number of bytes.
ByteArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ByteArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayGetAtMetaMethod
 
ByteArrayIterator - Class in org.codehaus.groovy.util
Allow a byte array to be used where an Iterator is expected.
ByteArrayIterator(byte[]) - Constructor for class org.codehaus.groovy.util.ByteArrayIterator
 
ByteArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ByteArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayPutAtMetaMethod
 
ByteArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
 
ByteCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
ByteCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass
 
BYTECODE_ADAPTER_CLASS - Static variable in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
BYTECODE_BINARY_ADAPTERS - Static variable in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
BytecodeDumper - Class in org.codehaus.groovy.classgen.asm
A utility class which can be used in test cases to dump generated bytecode.
BytecodeDumper(Writer) - Constructor for class org.codehaus.groovy.classgen.asm.BytecodeDumper
 
BytecodeExpression - Class in org.codehaus.groovy.classgen
Represents some custom bytecode generation by the compiler.
BytecodeExpression() - Constructor for class org.codehaus.groovy.classgen.BytecodeExpression
 
BytecodeExpression(ClassNode) - Constructor for class org.codehaus.groovy.classgen.BytecodeExpression
 
BytecodeHelper - Class in org.codehaus.groovy.classgen.asm
A helper class for bytecode generation with AsmClassGenerator.
BytecodeHelper() - Constructor for class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
BytecodeInstruction - Class in org.codehaus.groovy.classgen
Helper class used by the class generator.
BytecodeInstruction() - Constructor for class org.codehaus.groovy.classgen.BytecodeInstruction
 
BytecodeInterface8 - Class in org.codehaus.groovy.runtime
This class contains methods special to optimizations used directly from bytecode in Groovy 1.8
BytecodeInterface8() - Constructor for class org.codehaus.groovy.runtime.BytecodeInterface8
 
bytecodeParameterTypes - Variable in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
BytecodeProcessor - Interface in org.codehaus.groovy.control
 
BytecodeSequence - Class in org.codehaus.groovy.classgen
This class represents a sequence of BytecodeInstructions or ASTNodes.
BytecodeSequence(List<?>) - Constructor for class org.codehaus.groovy.classgen.BytecodeSequence
 
BytecodeSequence(BytecodeInstruction) - Constructor for class org.codehaus.groovy.classgen.BytecodeSequence
 
BytecodeVariable - Class in org.codehaus.groovy.classgen.asm
Represents compile time variable metadata while compiling a method.
BytecodeVariable(int, ClassNode, String, int) - Constructor for class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
bytecodeX(Consumer<MethodVisitor>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
bytecodeX(ClassNode, Consumer<MethodVisitor>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ByteScanner - Class in org.apache.groovy.json.internal
 
ByteScanner() - Constructor for class org.apache.groovy.json.internal.ByteScanner
 
byteUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
byteValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
byteValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
byteValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
byteValue() - Method in interface org.apache.groovy.json.internal.Value
 
byteValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
ByteWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
ByteWrapper(byte) - Constructor for class org.codehaus.groovy.runtime.wrappers.ByteWrapper
 

C

cache - Variable in class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
 
cache - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
cache() - Element in annotation type groovy.transform.EqualsAndHashCode
Whether to cache hashCode calculations.
cache() - Element in annotation type groovy.transform.ToString
Whether to cache toString() calculations.
Cache<KEY,VALUE> - Interface in org.apache.groovy.json.internal
Cache
CacheableCallSite - Class in org.codehaus.groovy.vmplugin.v8
Represents a cacheable call site, which can reduce the cost of resolving methods
CacheableCallSite(MethodType) - Constructor for class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
CacheAccessControlException - Exception in org.codehaus.groovy.reflection
 
CacheAccessControlException(String, Throwable) - Constructor for exception org.codehaus.groovy.reflection.CacheAccessControlException
 
cacheClass(String, ClassNode) - Method in class org.codehaus.groovy.control.ClassNodeResolver
caches a ClassNode
cacheConnection(Closure) - Method in class groovy.sql.DataSet
 
cacheConnection(Closure) - Method in class groovy.sql.Sql
Caches the connection used while the closure is active.
cachedClass - Variable in class org.codehaus.groovy.reflection.CachedMethod
 
CachedClass - Class in org.codehaus.groovy.reflection
 
CachedClass(Class<?>, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.CachedClass
 
CachedClass.CachedMethodComparatorByName - Class in org.codehaus.groovy.reflection
 
CachedClass.CachedMethodComparatorWithString - Class in org.codehaus.groovy.reflection
 
CachedClosureClass - Class in org.codehaus.groovy.reflection.stdclasses
 
CachedClosureClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
 
CachedConstructor - Class in org.codehaus.groovy.reflection
 
CachedConstructor(Constructor) - Constructor for class org.codehaus.groovy.reflection.CachedConstructor
 
CachedConstructor(CachedClass, Constructor) - Constructor for class org.codehaus.groovy.reflection.CachedConstructor
 
cachedEntrySet() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
 
CachedField - Class in org.codehaus.groovy.reflection
 
CachedField(Field) - Constructor for class org.codehaus.groovy.reflection.CachedField
 
cachedMethod - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CachedMethod - Class in org.codehaus.groovy.reflection
 
CachedMethod(Method) - Constructor for class org.codehaus.groovy.reflection.CachedMethod
 
CachedMethod(CachedClass, Method) - Constructor for class org.codehaus.groovy.reflection.CachedMethod
 
CachedMethodComparatorByName() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
 
CachedMethodComparatorWithString() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
 
cachedMethodForSuper - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CachedSAMClass - Class in org.codehaus.groovy.reflection.stdclasses
 
CachedSAMClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
cachedStaticMethod - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CacheEntry(Class[], MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
 
cacheStatements(Closure) - Method in class groovy.sql.Sql
Caches every created preparedStatement in Closure closure Every cached preparedStatement is closed after closure has been called.
CacheType - Enum in org.apache.groovy.json.internal
 
CachingTemplateResolver() - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
Creates a new caching template resolver using a concurrent hash map as the backing cache.
CachingTemplateResolver(Map<String, URL>) - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
Creates a new caching template resolver.
calcInitialCapacity() - Method in class groovy.lang.GString
 
calcInitialCapacity() - Method in class org.codehaus.groovy.runtime.GStringImpl
 
calcInitialCapacityImpl(Object[], String[]) - Static method in class org.codehaus.groovy.runtime.GStringUtil
 
calculateFirstSentence(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
calculateParameterDistance(Class[], ParameterTypes) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
call() - Method in class groovy.lang.Closure
Invokes the closure without any parameters, returning any value if applicable.
call(Closure) - Method in class groovy.json.JsonBuilder
A closure passed to a JSON builder will create a root JSON object
call(Closure) - Method in class groovy.json.StreamingJsonBuilder
A closure passed to a JSON builder will create a root JSON object
call(Closure) - Method in class groovy.toml.TomlBuilder
A closure passed to a TOML builder will create a root TOML object
call(Closure) - Method in class groovy.yaml.YamlBuilder
A closure passed to a YAML builder will create a root YAML object
call(GString) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given embedded parameters.
call(GString, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects.
call(Iterable, Closure) - Method in class groovy.json.JsonBuilder
A collection and closure passed to a JSON builder will create a root JSON array applying the closure to each object in the collection
call(Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
A collection and closure passed to a JSON builder will create a root JSON array applying the closure to each object in the collection
call(Iterable, Closure) - Method in class groovy.toml.TomlBuilder
A collection and closure passed to a TOML builder will create a root TOML array applying the closure to each object in the collection
call(Iterable, Closure) - Method in class groovy.yaml.YamlBuilder
A collection and closure passed to a YAML builder will create a root YAML array applying the closure to each object in the collection
call(Object) - Method in class groovy.lang.Closure
Invokes the closure, returning any value if applicable.
call(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object...) - Method in class groovy.json.JsonBuilder
Varargs elements as arguments to the JSON builder create a root JSON array
call(Object...) - Method in class groovy.json.StreamingJsonBuilder
Varargs elements as arguments to the JSON builder create a root JSON array
call(Object...) - Method in class groovy.lang.Closure
 
call(Object...) - Method in class groovy.toml.TomlBuilder
Varargs elements as arguments to the TOML builder create a root TOML array
call(Object...) - Method in class groovy.yaml.YamlBuilder
Varargs elements as arguments to the YAML builder create a root YAML array
call(Object...) - Method in class org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper
normal closure call
call(Object...) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
call(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.NullCallSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PerInstancePojoMetaClassSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoInterceptableSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaClassSite
 
call(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
call(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(String) - Method in class groovy.json.StreamingJsonBuilder
The empty args call will create a key whose value will be an empty JSON object:
call(String) - Method in class groovy.sql.Sql
Performs a stored procedure call.
call(String, JsonOutput.JsonUnescaped) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes an unescaped value.
call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder
A name and a closure passed to a JSON builder will create a key with a JSON object
call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and another JSON object
call(String, Writable) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the given Writable as the value of the given attribute name
call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
A name, a collection and closure passed to a JSON builder will create a root JSON array applying the closure to each object in the collection
call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
A collection and closure passed to a JSON builder will create a root JSON array applying the closure to each object in the collection
call(String, Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and value of a JSON attribute
call(String, Object...) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and a JSON array
call(String, Object[]) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, Object, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and value of a JSON attribute
call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
call(String, List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and a JSON array
call(String, List<Object>) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, Map, Closure) - Method in class groovy.json.StreamingJsonBuilder
If you use named arguments and a closure as last argument, the key/value pairs of the map (as named arguments) and the key/value pairs represented in the closure will be merged together — the closure properties overriding the map key/values in case the same key is used.
call(Collection, Closure) - Method in class groovy.json.JsonBuilder
call(Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
call(Collection, Closure) - Method in class groovy.toml.TomlBuilder
call(Collection, Closure) - Method in class groovy.yaml.YamlBuilder
call(List) - Method in class groovy.json.JsonBuilder
A list of elements as arguments to the JSON builder creates a root JSON array
call(List) - Method in class groovy.json.StreamingJsonBuilder
A list of elements as arguments to the JSON builder creates a root JSON array
call(List) - Method in class groovy.toml.TomlBuilder
A list of elements as arguments to the TOML builder creates a root TOML array
call(List) - Method in class groovy.yaml.YamlBuilder
A list of elements as arguments to the YAML builder creates a root YAML array
call(Map) - Method in class groovy.json.JsonBuilder
Named arguments can be passed to the JSON builder instance to create a root JSON object
call(Map) - Method in class groovy.json.StreamingJsonBuilder
Named arguments can be passed to the JSON builder instance to create a root JSON object
call(Map) - Method in class groovy.toml.TomlBuilder
Named arguments can be passed to the TOML builder instance to create a root TOML object
call(Map) - Method in class groovy.yaml.YamlBuilder
Named arguments can be passed to the YAML builder instance to create a root YAML object
call(ArgumentListExpression, Parameter[], MethodNode) - Method in interface org.codehaus.groovy.classgen.Verifier.DefaultArgsAction
 
call(ProcessingUnit, int) - Method in interface org.codehaus.groovy.control.CompilationUnit.ProgressCallback
 
call(SourceUnit) - Method in interface org.codehaus.groovy.control.CompilationUnit.ISourceUnitOperation
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in interface org.codehaus.groovy.control.CompilationUnit.IPrimaryClassNodeOperation
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.control.customizers.DelegatingCustomizer
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
call(TreeContext) - Method in interface org.codehaus.groovy.macro.matcher.TreeContextAction
 
call(GroovyClass) - Method in interface org.codehaus.groovy.control.CompilationUnit.IGroovyClassOperation
 
call(ClassVisitor, ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
call(ClassVisitor, ClassNode) - Method in interface org.codehaus.groovy.control.CompilationUnit.ClassgenCallback
 
call(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
call(MethodVisitor, int, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
 
callClosureForLine(Closure<T>, String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
callClosureForMapEntry(Closure<T>, Map.Entry<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
callClosureForMapEntryAndCounter(Closure<T>, Map.Entry<K, V>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
callConstructor(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorMetaClassSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorMetaMethodSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrap
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSite
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSiteInnerClass
 
callConstructor(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.MetaClassConstructorSite
 
callConstructor(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoInterceptableSite
 
callCurrent(GroovyObject, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassSite
 
callCurrent(GroovyObject, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
callCurrent(GroovyObject, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
CALLEE_DEPTH - Static variable in interface groovy.grape.GrapeEngine
 
callForMap(Map.Entry<K, V>) - Method in class org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper
Bridge for a call based on a map entry.
callGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callGetProperty(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
callGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassGetPropertySite
 
callGetPropertySafe(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callGetPropertySafe(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callGroovyObjectGetProperty(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callGroovyObjectGetProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
callGroovyObjectGetPropertySafe(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callGroovyObjectGetPropertySafe(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
calls - Variable in class groovy.lang.BenchmarkInterceptor
 
callSafe(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSite - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
CallSite - Interface in org.codehaus.groovy.runtime.callsite
 
CallSiteArray - Class in org.codehaus.groovy.runtime.callsite
 
CallSiteArray(Class, String[]) - Constructor for class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
CallSiteAwareMetaMethod - Class in org.codehaus.groovy.runtime.callsite
 
CallSiteAwareMetaMethod() - Constructor for class org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
 
CallSiteClassLoader - Class in org.codehaus.groovy.runtime.callsite
 
CallSiteClassLoader(Class) - Constructor for class org.codehaus.groovy.runtime.callsite.CallSiteClassLoader
 
CallSiteGenerator - Class in org.codehaus.groovy.runtime.callsite
 
CallSiteWriter - Class in org.codehaus.groovy.classgen.asm
This class represents non-public API used by AsmClassGenerator.
CallSiteWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
callStatic(Class) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaClassSite
 
callStatic(Class, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
callStatic(Class, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSuper() - Element in annotation type groovy.transform.EqualsAndHashCode
Whether to include super in equals and hashCode calculations.
callSuper() - Element in annotation type groovy.transform.TupleConstructor
Should super properties be called within a call to the parent constructor rather than set as properties.
callSuperX(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callSuperX(String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callThisX(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callThisX(String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callType - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
callWithAllRows(GString, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning a list of lists with the rows of the ResultSet(s).
callWithAllRows(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning a list of lists with the rows of the ResultSet(s).
callWithRows(GString, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning the rows of the ResultSet.
callWithRows(String, List<Object>, int, Closure) - Method in class groovy.sql.Sql
Base internal method for call(), callWithRows(), and callWithAllRows() style of methods.
callWithRows(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning the rows of the ResultSet.
callX(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callX(ClassNode, String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callX(Expression, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callX(Expression, String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
callX(Expression, Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
canAccessLegally(Class<?>) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
CandidateChecks - Class in org.apache.groovy.contracts.generation
Functions in this class are used to determine whether a certain AST node fulfills certain assertion requirements.
CandidateChecks() - Constructor for class org.apache.groovy.contracts.generation.CandidateChecks
 
canMean(int) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node can be coerced to the specified type.
canMean(int, int) - Static method in class org.codehaus.groovy.syntax.Types
Given two types, returns true if the first can be viewed as the second.
CANONICALIZATION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
Complete building the AST
CANONICALIZATION - Static variable in class org.codehaus.groovy.control.Phases
AST completion
canReopenSource() - Method in class org.codehaus.groovy.control.io.AbstractReaderSource
Returns true if the source can be restarted (i.e.
canReopenSource() - Method in class org.codehaus.groovy.control.io.InputStreamReaderSource
Returns true if the source can be restarted (ie.
canReopenSource() - Method in interface org.codehaus.groovy.control.io.ReaderSource
Returns true if the source can be restarted (ie.
canRun(Class<?>, GroovyClassLoader) - Method in class groovy.junit5.plugin.JUnit5Runner
Utility method to check via reflection if the parsed class appears to be a JUnit5 test, i.e.
canRun(Class<?>, GroovyClassLoader) - Method in interface org.apache.groovy.plugin.GroovyRunner
Returns true if this runner is able to run the given class.
canRun(Class<?>, GroovyClassLoader) - Method in class org.apache.groovy.plugin.testng.TestNgRunner
Utility method to check via reflection if the parsed class appears to be a TestNG test, i.e.
capacity - Variable in class org.apache.groovy.json.internal.CharBuf
 
capacity() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
capacity() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
capitalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Convenience method to capitalize the first letter of a CharSequence (typically the first letter of a word).
capitalize(String) - Static method in class org.apache.groovy.util.BeanUtils
This is the complement the behavior of the decapitalize(string) method.
capitalize(String) - Static method in class org.codehaus.groovy.classgen.Verifier
Capitalizes the start of the given bean property name.
capitalize(String) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Deprecated.
Use BeanUtils.capitalize instead
caretUpdate(CaretEvent) - Method in class groovy.console.ui.text.MatchingHighlighter
 
cArrayGet(char[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from char[] using normalized index
cArraySet(char[], int, char) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from char[] using normalized index
caseS(Expression, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
CaseStatement - Class in org.codehaus.groovy.ast.stmt
Represents a case statement in a switch statement
CaseStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.CaseStatement
 
CAST - Enum constant in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
Deprecated.
Cast invocation type
CAST - Enum constant in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
Cast invocation type
castArgumentsToClassArray(Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
CastExpression - Class in org.codehaus.groovy.ast.expr
Represents a typecast expression.
CastExpression(ClassNode, Expression) - Constructor for class org.codehaus.groovy.ast.expr.CastExpression
 
CastExpression(ClassNode, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.CastExpression
 
CastExpressionOptimizer - Class in org.codehaus.groovy.transform.sc.transformers
 
CastExpressionOptimizer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.CastExpressionOptimizer
 
castNonPrimitiveToBool(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
castNonPrimitiveToBool(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
castToBool(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
ensure last marked parameter on the stack is a primitive boolean if mark==stack size, we assume an empty expression or statement.
castToBoolean(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Method used for coercing an object to a boolean value, thanks to an asBoolean() method added on types.
castToChar(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
castToChar(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToClass(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToEnum(Object, Class<? extends Enum>) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
this class requires that the supplied enum is not fitting a Collection case for casting
castToMixedType(Object, Class) - Method in class groovy.lang.ExpandoMetaClass
 
castToNonPrimitiveIfNecessary(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
castToNonPrimitiveIfNecessary(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
Converts sourceType to a non-primitive by using Groovy casting.
castToNumber(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToNumber(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToString(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToType(Object, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
Provides a hook for type casting of the given object to the required type
castToType(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToVargsArray - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
castToVargsArray(Object[], int, Class<?>) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castX(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
castX(ClassNode, Expression, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
catchException - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
catchS(Parameter, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
CatchStatement - Class in org.codehaus.groovy.ast.stmt
Represents a catch (Exception var) { } statement
CatchStatement(Parameter, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.CatchStatement
 
category() - Element in annotation type groovy.util.logging.Commons
 
category() - Element in annotation type groovy.util.logging.Log
 
category() - Element in annotation type groovy.util.logging.Log4j
 
category() - Element in annotation type groovy.util.logging.Log4j2
 
category() - Element in annotation type groovy.util.logging.PlatformLog
 
category() - Element in annotation type groovy.util.logging.Slf4j
 
Category - Annotation Type in groovy.lang
Transforms an instance-style Groovy class or interface to become a static-style conventional Groovy category.
CategoryASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Category annotation.
CategoryASTTransformation() - Constructor for class org.codehaus.groovy.transform.CategoryASTTransformation
 
CategoryMethod(CachedMethod, Class) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
 
CategoryMethodList(String, int, GroovyCategorySupport.CategoryMethodList) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
 
cause - Variable in exception org.codehaus.groovy.control.ConfigurationException
 
cause - Variable in class org.codehaus.groovy.control.messages.SyntaxErrorMessage
 
center(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pads a CharSequence to a minimum length specified by numberOfChars by adding the space character around it as many times as needed so that it remains centered.
center(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad a CharSequence to a minimum length specified by numberOfChars, appending the supplied padding CharSequence around the original as many times as needed keeping it centered.
chainInvolvedTypes(OptimizingStatementWriter.OptimizeFlagsCollector) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
changing() - Element in annotation type groovy.lang.Grab
Defaults to false but set to true if the dependency artifacts may change without a corresponding revision change.
CHAR - Static variable in class groovy.sql.Sql
 
CHAR(Object) - Static method in class groovy.sql.Sql
 
CHAR_BUFFER - Enum constant in enum groovy.json.JsonParserType
This is a basic parser with no index overlay.
char_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
CHARACTER_SOURCE - Enum constant in enum groovy.json.JsonParserType
Parser uses an abstraction that allows it to handle any size file by using a char [] windowing, built on top or Reader.
Character_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
CharacterArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
CharacterArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayGetAtMetaMethod
 
CharacterArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
CharacterArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayPutAtMetaMethod
 
CharacterCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
CharacterCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.CharacterCachedClass
 
characters(char[], int, int) - Method in class groovy.console.ui.text.StructuredSyntaxHandler
 
characters(char[], int, int) - Method in class groovy.xml.XmlParser
 
characters(char[], int, int) - Method in class groovy.xml.XmlSlurper
 
CharacterSource - Interface in org.apache.groovy.json.internal
 
charArray - Variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
CharArrayIterator - Class in org.codehaus.groovy.util
Allow a char array to be used where an Iterator is expected.
CharArrayIterator(char[]) - Constructor for class org.codehaus.groovy.util.CharArrayIterator
 
CharArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.CharArrayStaticTypesHelper
 
charAt(int) - Method in class groovy.lang.GString
 
charAt(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
charAt(int) - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
charAt(int) - Method in class org.apache.groovy.json.internal.ValueContainer
 
CharBuf - Class in org.apache.groovy.json.internal
 
CharBuf() - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf(byte[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf(char[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf(int) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
charDescription(int) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
chars(String) - Static method in class org.apache.groovy.json.internal.Chr
 
CharScanner - Class in org.apache.groovy.json.internal
 
CharScanner() - Constructor for class org.apache.groovy.json.internal.CharScanner
 
CharSequenceReader - Class in org.codehaus.groovy.util
Reader implementation that can read from String, StringBuffer, StringBuilder, CharBuffer or GString.
CharSequenceReader(CharSequence) - Constructor for class org.codehaus.groovy.util.CharSequenceReader
Construct a new instance with the specified character sequence.
CharSequenceValue - Class in org.apache.groovy.json.internal
 
CharSequenceValue(boolean, Type, int, int, char[], boolean, boolean) - Constructor for class org.apache.groovy.json.internal.CharSequenceValue
 
charset - Variable in class org.apache.groovy.json.internal.BaseJsonParser
 
CharsetToolkit - Class in groovy.util
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.
charUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
charValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
charValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
charValue() - Method in interface org.apache.groovy.json.internal.Value
 
charValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
CharWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
CharWrapper(char) - Constructor for class org.codehaus.groovy.runtime.wrappers.CharWrapper
 
CHECK_METHOD_START_MEMBER - Static variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
checkAccessible(Class<?>, Class<?>, int, boolean) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
checkAccessible(Class<?>, Class<?>, int, boolean) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
checkAccessible(Class<?>, Class<?>, int, boolean) - Method in class org.codehaus.groovy.vmplugin.v9.Java9
 
checkAccessible(Class<?>, Class<?>, int, boolean) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
check whether the member can be accessed or not
checkAndClear() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager.AtnWrapper
 
checkAssertionsEnabled(String) - Static method in class org.apache.groovy.contracts.generation.Configurator
This static method is used within generated code to check whether assertions have been disabled for the current class or not.
checkBoundaryCompatibility() - Method in class groovy.lang.ObjectRange
throws IllegalArgumentException if to and from are incompatible, meaning they e.g.
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCanSetAccessible(AccessibleObject, Class<?>) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
checkCanSetAccessible(AccessibleObject, Class<?>) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
The following scenarios can not set accessible, i.e.
checkCanSetAccessible(AccessibleObject, Class<?>) - Method in class org.codehaus.groovy.vmplugin.v9.Java9
This method may be used by a caller in class C to check whether to enable access to a member of declaring class D successfully if Java8.checkCanSetAccessible(java.lang.reflect.AccessibleObject, java.lang.Class) returns true and any of the following hold:
checkCanSetAccessible(AccessibleObject, Class<?>) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Check whether invoking AccessibleObject.setAccessible(boolean) on the accessible object will be completed successfully
checkCast(ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkCircularReference(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
checkClosureParameters(Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Deprecated.
this method is unused, replaced with DelegatesTo inference.
checkCollectionType(Collection) - Method in class groovy.lang.Sequence
Checks that each member of the given collection are of the correct type
checkCompatibleAssignmentTypes(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true or false depending on whether the right classnode can be assigned to the left classnode.
checkCompatibleAssignmentTypes(ClassNode, ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
checkCompatibleAssignmentTypes(ClassNode, ClassNode, Expression, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Everything that can be done by castToType should be allowed for assignment.
checkEquals(ComplexKeyHashMap.Entry, Object) - Method in class groovy.lang.MetaClassImpl.Index
Deprecated.
 
checkEquals(TripleKeyHashMap.Entry, Object, Object, Object) - Method in class org.codehaus.groovy.util.TripleKeyHashMap
Deprecated.
 
checkEscaping(String) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
checkExplicitMethod(String, Object, Reference) - Method in class groovy.util.FactoryBuilderSupport
 
checkFiles(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
checkFinalArgNotOverridden(ClassNode, FieldNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
checkForbiddenSpreadArgument(ArgumentListExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkForNamedParams(String, List<Object>) - Method in class groovy.sql.Sql
 
checkGroovyConstructorMap(Expression, ClassNode, MapExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkGroovyStyleConstructor(ClassNode, ClassNode[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
checkGroovyStyleConstructor(ClassNode, ClassNode[], ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Checks that a constructor style expression is valid regarding the number of arguments and the argument types.
checkIfGroovyObjectMethod(MetaMethod) - Method in class groovy.lang.MetaClassImpl
Checks if the metaMethod is a method from the GroovyObject interface such as setProperty, getProperty and invokeMethod
checkIfStdMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
checkImmutable(Class<?>, String, Object) - Static method in class org.codehaus.groovy.transform.ImmutableASTTransformation
For compatibility with pre 2.5 compiled classes
checkImmutable(Class<?>, String, Object, List<String>, List<Class>) - Static method in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
checkImmutable(String, String, Object) - Static method in class org.codehaus.groovy.transform.ImmutableASTTransformation
This method exists to be binary compatible with 1.7 - 1.8.6 compiled code.
checkIncludeExcludeUndefinedAware(AnnotationNode, List<String>, List<String>, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkIncludeExcludeUndefinedAware(AnnotationNode, List<String>, List<String>, List<ClassNode>, List<ClassNode>, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkInitalised() - Method in class groovy.lang.ExpandoMetaClass
 
checkInitalised() - Method in class groovy.lang.MetaClassImpl
checks if the initialisation of the class id complete.
checkKnownField(BuilderASTTransformation, AnnotationNode, String, List<FieldNode>) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
checkKnownProperty(BuilderASTTransformation, AnnotationNode, String, List<BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo>) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
checkMethod(Method) - Method in class org.codehaus.groovy.runtime.ConversionHandler
 
checkMethod(Method) - Method in class org.codehaus.groovy.runtime.ConvertedMap
 
checkMethodDefinitionAllowed(ClassNode) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
checkModel() - Method in class groovy.swing.table.TableSorter
 
checkNotInterface(ClassNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkOnMethodStart - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
checkParameters() - Method in class org.codehaus.groovy.ant.Groovyc
 
checkParameters(Class[]) - Method in class groovy.lang.MetaMethod
Checks that the given parameters are valid to call this method
checkPojoMetaClass() - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkPropertyList(ClassNode, List<String>, String, AnnotationNode, String, boolean) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkPropertyList(ClassNode, List<String>, String, AnnotationNode, String, boolean, boolean, boolean) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkPropertyList(ClassNode, List<String>, String, AnnotationNode, String, boolean, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkPropertyTypes() - Element in annotation type groovy.transform.ExternalizeVerifier
Turns on strict type checking for property (or field) types.
checkPropNames(Object, Map<String, Object>) - Static method in class org.codehaus.groovy.transform.ImmutableASTTransformation
Called during named-arguments constructor execution to check given names.
checkPropNamesS(VariableExpression, boolean, List<PropertyNode>) - Static method in class org.apache.groovy.ast.tools.ConstructorNodeUtils
 
checkReturnType(ClassNode, ASTNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
checkReturnType(ReturnStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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
checkValueIsNull(Object, Object) - Static method in class groovy.util.FactoryBuilderSupport
Throws an exception if value is null.
checkValueIsType(Object, Object, Class) - Static method in class groovy.util.FactoryBuilderSupport
Checks type of value against builder type
checkValueIsTypeNotString(Object, Object, Class) - Static method in class groovy.util.FactoryBuilderSupport
Checks values against factory's type
CHILD_BUILDER - Static variable in class groovy.util.FactoryBuilderSupport
 
childNodes() - Method in class groovy.xml.slurpersupport.Attribute
Throws a GroovyRuntimeException, because an attribute can have no children.
childNodes() - Method in class groovy.xml.slurpersupport.Attributes
Throws a GroovyRuntimeException, because attributes can have no children.
childNodes() - Method in class groovy.xml.slurpersupport.GPathResult
Returns an iterator over the child nodes of this GPathResult.
childNodes() - Method in class groovy.xml.slurpersupport.NoChildren
Returns an empty Iterator.
childNodes() - Method in class groovy.xml.slurpersupport.Node
Returns an iterator over the child nodes of this Node.
childNodes() - Method in class groovy.xml.slurpersupport.NodeChild
 
childNodes() - Method in class groovy.xml.slurpersupport.NodeChildren
 
children() - Method in class groovy.util.Node
Returns a List of the nodes children.
children() - Method in class groovy.xml.slurpersupport.GPathResult
Returns the children of this GPathResult as a GPathResult object.
children() - Method in class groovy.xml.slurpersupport.Node
Returns a list of the children of this Node.
children() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the number of non-root elements in the node.
children(Element) - Static method in class groovy.xml.dom.DOMCategory
 
chooseBestMethod(ClassNode, Collection<MethodNode>, ClassNode...) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns the method(s) which best fit the argument types.
chooseEmptyMethodParams(FastArray) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
chooseMathMethod(Selector, MetaMethod) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyMath
Choose a method to replace the originally chosen metaMethod to have a more efficient call path.
chooseMethod(String, Object, Class[]) - Method in class groovy.lang.MetaClassImpl
Chooses the correct method to use from a list of methods which match by name.
chooseMostGeneralMethodWith1NullParam(FastArray) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Deprecated. 
chop() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
chop() - Method in class org.apache.groovy.json.internal.NumberValue
 
chop() - Method in interface org.apache.groovy.json.internal.Value
 
chop() - Method in class org.apache.groovy.json.internal.ValueContainer
 
chop(Iterable<T>, int...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Chops the Iterable into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(Iterator<T>, int...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Chops the iterator items into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(T[], int...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Chops the array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chopList() - Method in class org.apache.groovy.json.internal.ValueList
 
chopMap() - Method in class org.apache.groovy.json.internal.LazyValueMap
Chop this map.
Chr - Class in org.apache.groovy.json.internal
 
Chr() - Constructor for class org.apache.groovy.json.internal.Chr
 
CircularAssertionCallException - Exception in org.apache.groovy.contracts
Thrown whenever pre- or post-conditions are called in a cyclic way.
CircularAssertionCallException() - Constructor for exception org.apache.groovy.contracts.CircularAssertionCallException
 
CircularAssertionCallException(String) - Constructor for exception org.apache.groovy.contracts.CircularAssertionCallException
 
CircularAssertionCallException(String, Throwable) - Constructor for exception org.apache.groovy.contracts.CircularAssertionCallException
 
CircularAssertionCallException(Throwable) - Constructor for exception org.apache.groovy.contracts.CircularAssertionCallException
 
CLASS - Enum constant in enum groovy.transform.PackageScopeTarget
Make the Class have package protected visibility.
CLASS() - Constructor for class groovy.transform.Undefined.CLASS
 
CLASS_CLASS_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_DEF - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
CLASS_FOR_NAME - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
CLASS_GENERATION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
creates the binary output in memory
CLASS_GENERATION - Static variable in class org.codehaus.groovy.control.Phases
Class generation (pt.2)
CLASS_INTERFACE_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_OTHER_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_PACKAGE_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_SUPERCLASS_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_Type - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
classCache - Variable in class groovy.lang.GroovyClassLoader
this cache contains the loaded classes or PARSING, if the class is currently parsed
ClassChanger() - Constructor for class org.codehaus.groovy.transform.AnnotationCollectorTransform.ClassChanger
 
ClassCodeExpressionTransformer - Class in org.codehaus.groovy.ast
Transforms expressions in a whole class.
ClassCodeExpressionTransformer() - Constructor for class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
ClassCodeVisitorSupport - Class in org.codehaus.groovy.ast
 
ClassCodeVisitorSupport() - Constructor for class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
ClassCollector(GroovyClassLoader.InnerLoader, CompilationUnit, SourceUnit) - Constructor for class groovy.lang.GroovyClassLoader.ClassCollector
 
ClassCompletionVerifier - Class in org.codehaus.groovy.classgen
Checks that a class satisfies various conditions including: Incorrect class or method access modifiers No abstract methods appear in a non-abstract class Existence and correct visibility for inherited members Invalid attempts to override final members
ClassCompletionVerifier(SourceUnit) - Constructor for class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
classes() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
classes() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
classes() - Element in annotation type org.codehaus.groovy.transform.GroovyASTTransformationClass
 
ClassExpression - Class in org.codehaus.groovy.ast.expr
Represents access to a Java/Groovy class in an expression, such as when invoking a static method or accessing a static type
ClassExpression(ClassNode) - Constructor for class org.codehaus.groovy.ast.expr.ClassExpression
 
ClassFinder - Class in org.codehaus.groovy.vmplugin.v9
Find classes under the specified package via some classpath entry Usage:
ClassFindFailedException - Exception in org.codehaus.groovy.vmplugin.v9
Represents error occurred during finding classes
ClassFindFailedException(String, Throwable) - Constructor for exception org.codehaus.groovy.vmplugin.v9.ClassFindFailedException
 
classgenCallback - Variable in class org.codehaus.groovy.control.CompilationUnit
A callback called during the classgen phase of compilation
ClassGenerator - Class in org.codehaus.groovy.classgen
Abstract base class for generator of Java class versions of Groovy AST classes
ClassGenerator() - Constructor for class org.codehaus.groovy.classgen.ClassGenerator
 
ClassGeneratorException - Exception in org.codehaus.groovy.classgen
An exception thrown by the class generator
ClassGeneratorException(String) - Constructor for exception org.codehaus.groovy.classgen.ClassGeneratorException
 
ClassGeneratorException(String, Throwable) - Constructor for exception org.codehaus.groovy.classgen.ClassGeneratorException
 
ClassHelper - Class in org.codehaus.groovy.ast
Helper for ClassNode and classes handling them.
ClassHelper() - Constructor for class org.codehaus.groovy.ast.ClassHelper
 
classifier() - Element in annotation type groovy.lang.Grab
The classifier if in use, e.g.: "jdk14"
classInfo - Variable in class org.codehaus.groovy.reflection.CachedClass
 
ClassInfo - Class in org.codehaus.groovy.reflection
Handle for all information we want to keep about the class
ClassInfo.ClassInfoAction - Interface in org.codehaus.groovy.reflection
 
classInvariant() - Method in class org.apache.groovy.contracts.domain.Contract
 
ClassInvariant - Class in org.apache.groovy.contracts.domain
A class-invariant assertion.
ClassInvariant - Annotation Type in org.apache.groovy.contracts.annotations.meta
Indicates that annotations being marked as @ClassInvariant are to be treated as class invariant modifying annotations.
ClassInvariant() - Constructor for class org.apache.groovy.contracts.domain.ClassInvariant
 
ClassInvariant(BlockStatement, BooleanExpression) - Constructor for class org.apache.groovy.contracts.domain.ClassInvariant
 
ClassInvariantAnnotationProcessor - Class in org.apache.groovy.contracts.common.impl
Internal AnnotationProcessor implementation for class-invariants.
ClassInvariantAnnotationProcessor() - Constructor for class org.apache.groovy.contracts.common.impl.ClassInvariantAnnotationProcessor
 
ClassInvariantGenerator - Class in org.apache.groovy.contracts.generation
Code generator for class invariants.
ClassInvariantGenerator(ReaderSource) - Constructor for class org.apache.groovy.contracts.generation.ClassInvariantGenerator
 
ClassInvariantLifecycle - Class in org.apache.groovy.contracts.common.impl.lc
Internal Lifecycle implementation for class-invariants.
ClassInvariantLifecycle() - Constructor for class org.apache.groovy.contracts.common.impl.lc.ClassInvariantLifecycle
 
ClassInvariantViolation - Error in org.apache.groovy.contracts
Thrown whenever a class invariant violation occurs.
ClassInvariantViolation() - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(boolean) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(char) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(double) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(float) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(int) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(long) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
ClassInvariantViolation(Object) - Constructor for error org.apache.groovy.contracts.ClassInvariantViolation
 
classList2args(List<String>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
classLoader - Variable in class org.codehaus.groovy.control.ProcessingUnit
The ClassLoader to use during processing
ClassLoaderForClassArtifacts - Class in org.codehaus.groovy.reflection
 
ClassLoaderForClassArtifacts(Class) - Constructor for class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
className - Variable in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
CLASSNAME_RESOLVER_KEY - Static variable in class groovy.util.ObjectGraphBuilder
 
CLASSNAME_RESOLVER_REFLECTION - Static variable in class groovy.util.ObjectGraphBuilder
 
CLASSNAME_RESOLVER_REFLECTION_ROOT - Static variable in class groovy.util.ObjectGraphBuilder
 
classNamed(GroovyClassDoc, String) - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
classNamed(GroovyClassDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
classNamedExact(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
classNode() - Method in class org.apache.groovy.contracts.domain.Contract
 
classNode(String) - Method in class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
ClassNode - Class in org.codehaus.groovy.ast
Represents a class in the AST.
ClassNode(Class<?>) - Constructor for class org.codehaus.groovy.ast.ClassNode
Creates a non-primary ClassNode from a real class.
ClassNode(String, int, ClassNode) - Constructor for class org.codehaus.groovy.ast.ClassNode
 
ClassNode(String, int, ClassNode, ClassNode[], MixinNode[]) - Constructor for class org.codehaus.groovy.ast.ClassNode
 
classNodeFor(Class) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
classNodeFor(String) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
classNodeResolver - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ClassNodeResolver - Class in org.codehaus.groovy.control
This class is used as a pluggable way to resolve class names.
ClassNodeResolver() - Constructor for class org.codehaus.groovy.control.ClassNodeResolver
 
ClassNodeResolver.LookupResult - Class in org.codehaus.groovy.control
Helper class to return either a SourceUnit or ClassNode.
ClassNodeSkip() - Constructor for class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.ClassNodeSkip
 
ClassNodeUtils - Class in org.apache.groovy.ast.tools
Utility class for working with ClassNodes
classpath - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
ClasspathResourceManager - Class in org.codehaus.groovy.tools.groovydoc
 
ClasspathResourceManager() - Constructor for class org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager
 
ClasspathResourceManager(ClassLoader) - Constructor for class org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager
 
ClassStub - Class in org.codehaus.groovy.ast.decompiled
Data structures holding class info to enable lazy loading
ClassStub(String, int, String, String, String[]) - Constructor for class org.codehaus.groovy.ast.decompiled.ClassStub
 
classValidator - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
classX(Class<?>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
classX(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
clazz - Variable in class org.codehaus.groovy.ast.ClassNode
 
clean() - Method in class org.codehaus.groovy.tools.javac.JavaStubGenerator
 
cleanup() - Method in interface org.codehaus.groovy.control.HasCleanup
 
cleanup() - Method in class org.codehaus.groovy.control.io.AbstractReaderSource
Cleans up any cached resources used by getLine().
cleanup() - Method in interface org.codehaus.groovy.control.io.ReaderSource
Cleans up any cached resources used by getLine().
cleanup() - Method in class org.codehaus.groovy.control.Janitor
 
cleanup(Statement) - Method in class groovy.sql.Sql
Provides a hook for derived classes to be able to examine JDBC statements before cleanup/closing.
cleanUpNullReferences() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache.
cleanUpNullReferences() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache.
cleanUpNullReferences() - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
Remove all entries holding SoftReferences to gc-evicted objects.
cleanUpNullReferences() - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache.
cleanUpNullReferences() - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache.
cleanUpNullReferences() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Replying on the ConcurrentHashMap thread-safe iteration implementation the method will remove all entries holding SoftReferences to gc-evicted objects.
clear() - Method in class groovy.lang.ListWithDefault
 
clear() - Method in class groovy.lang.MapWithDefault
 
clear() - Method in class groovy.lang.Sequence
 
clear() - Method in class groovy.sql.GroovyRowResult
 
clear() - Method in class groovy.swing.impl.ListWrapperListModel
 
clear() - Method in class groovy.util.ConfigObject
 
clear() - Method in class groovy.util.ObservableList
 
clear() - Method in class groovy.util.ObservableMap
 
clear() - Method in class groovy.util.ObservableSet
 
clear() - Method in class org.apache.groovy.json.internal.LazyMap
 
clear() - Method in class org.apache.groovy.json.internal.ValueList
 
clear() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Clears all registered runners from the registry and resets the registry so that it contains only the default set of runners.
clear() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
clear() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
clear() - Method in class org.codehaus.groovy.ant.FileScanner
Clears any file sets that have been added to this scanner
clear() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Clears the state of the class.
clear() - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Clear the cache
clear() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Removes all mappings from this map.
clear() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
clear() - Method in class org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
clear() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
clear() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
Deprecated.
 
clear() - Method in class org.codehaus.groovy.util.FastArray
 
clear() - Method in class org.codehaus.groovy.util.LazyReference
 
clear() - Method in class org.codehaus.groovy.util.ListHashMap
 
clear() - Method in class org.codehaus.groovy.util.ManagedReference
 
clear() - Method in interface org.codehaus.groovy.util.Reference
 
clear(Container) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all components from the Container.
clear(String, String, String, boolean) - Static method in class org.apache.groovy.contracts.generation.ContractExecutionTracker
 
clear(DefaultComboBoxModel<?>) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all items from the model.
clear(DefaultListModel<?>) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all elements from the DefaultListModel.
clear(JComboBox<?>) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all items from the JComboBox.
clear(JTabbedPane) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all elements from the JTabbedPane.
clear(DefaultMutableTreeNode) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Removes all children nodes from the DefaultMutableTreeNode.
clearAll() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Clear the cache
clearAll() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Clear the cache
clearAll() - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Clear the cache
clearAll() - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
Clear the cache
clearAll() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Clear the cache
clearAndCopy() - Method in class org.apache.groovy.json.internal.LazyMap
 
clearAssertionStatus() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
clearBatch() - Method in class groovy.sql.BatchingStatementWrapper
 
clearCache() - Method in class groovy.lang.GroovyClassLoader
Removes all classes from the class cache.
clearCache() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
clearCaches() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
clearCaches(String) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
CLEARED - Enum constant in enum groovy.util.ObservableList.ChangeType
 
CLEARED - Enum constant in enum groovy.util.ObservableMap.ChangeType
 
CLEARED - Enum constant in enum groovy.util.ObservableSet.ChangeType
 
CLEARED_PROPERTY - Static variable in class groovy.util.ObservableMap
 
clearExtensionMethodCache() - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
clearExtensionMethodCache(ClassLoader) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
clearInvocationCaches() - Method in class groovy.lang.MetaClassImpl
remove all method call cache entries.
clearModifiedExpandos() - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
clearParameterizedTypeCache() - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Clears the parameterized type cache.
clearTime(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Clears the time portion of this java.sql.Date instance; useful utility where it makes sense to compare month/day/year only portions of a Date.
clearTime(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime with the time portion cleared.
clearTime(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime with the time portion cleared.
clearTime(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an ZonedDateTime with the time portion cleared.
clearTime(Calendar) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Clears the time portion of this Calendar instance; useful utility where it makes sense to compare month/day/year only portions of a Calendar.
clearTime(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Clears the time portion of this Date instance; useful utility where it makes sense to compare month/day/year only portions of a Date.
clipBoardAvailable() - Method in class groovy.console.ui.ConsoleTextEditor
 
CLOB - Static variable in class groovy.sql.Sql
 
CLOB(Object) - Static method in class groovy.sql.Sql
 
clone() - Method in class groovy.lang.Closure
 
clone() - Method in class groovy.lang.MetaMethod
 
clone() - Method in class groovy.lang.Tuple
 
clone() - Method in class groovy.lang.Tuple0
 
clone() - Method in class groovy.lang.Tuple1
 
clone() - Method in class groovy.lang.Tuple10
 
clone() - Method in class groovy.lang.Tuple11
 
clone() - Method in class groovy.lang.Tuple12
 
clone() - Method in class groovy.lang.Tuple13
 
clone() - Method in class groovy.lang.Tuple14
 
clone() - Method in class groovy.lang.Tuple15
 
clone() - Method in class groovy.lang.Tuple16
 
clone() - Method in class groovy.lang.Tuple2
 
clone() - Method in class groovy.lang.Tuple3
 
clone() - Method in class groovy.lang.Tuple4
 
clone() - Method in class groovy.lang.Tuple5
 
clone() - Method in class groovy.lang.Tuple6
 
clone() - Method in class groovy.lang.Tuple7
 
clone() - Method in class groovy.lang.Tuple8
 
clone() - Method in class groovy.lang.Tuple9
 
clone() - Method in class groovy.util.ConfigObject
Returns a shallow copy of this ConfigObject, keys and configuration entries are not cloned.
clone() - Method in class groovy.util.Node
Creates a new Node with the same name, no parent, shallow cloned attributes and if the value is a NodeList, a (deep) clone of those nodes.
clone() - Method in class groovy.util.NodeList
Creates a new NodeList containing the same elements as the original (but cloned in the case of Nodes).
clone() - Method in class org.apache.groovy.json.internal.LazyMap
 
clone() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
clone() - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
clone() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
clone() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns a shallow copy of this ConcurrentReaderHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.codehaus.groovy.runtime.NullObject
Since this is implemented as a singleton, we should avoid the use of the clone method
CLONE - Enum constant in enum groovy.transform.AutoCloneStyle
Uses only cloning.
cloneArray(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArray(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
cloneArrayOrCloneableExpr(Expression, ClassNode) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
cloneCollectionExpr(Expression, ClassNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
cloneDateExpr(Expression) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
cloneDelegateAndGetContent(Closure<?>) - Static method in class groovy.json.JsonDelegate
Factory method for creating JsonDelegates from closures.
cloneDelegateAndGetContent(Writer, Closure) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
cloneDelegateAndGetContent(Writer, Closure, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
cloneObject(T) - Static method in class org.apache.groovy.runtime.ObjectUtil
Clone the specified object
cloneParams(Parameter[]) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cloneSimilarCollection(Collection<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
cloneSimilarMap(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
close() - Method in class groovy.io.LineColumnReader
Closes the stream and releases any system resources associated with it.
close() - Method in class groovy.io.PlatformLineWriter
 
close() - Method in class groovy.lang.GroovyClassLoader
Closes this GroovyClassLoader and clears any caches it maintains.
close() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
close() - Method in class groovy.sql.BatchingStatementWrapper
 
close() - Method in class groovy.sql.DataSet
 
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 groovy.text.markup.DelegatingIndentWriter
 
close() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
close() - Method in class org.apache.groovy.io.StringBuilderWriter
Closing this writer has no effect.
close() - Method in class org.apache.groovy.json.internal.CharBuf
 
close() - Method in class org.codehaus.groovy.control.io.NullWriter
 
close() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Closing a StringWriter has no effect.
close() - Method in class org.codehaus.groovy.tools.shell.IO
Close all streams.
close() - Method in class org.codehaus.groovy.util.CharSequenceReader
Close resets the reader back to the start and removes any marked position.
CLOSE_ACTION_COMMAND - Static variable in class groovy.console.ui.text.FindReplaceUtility
 
CLOSE_BRACKET - Enum constant in enum groovy.json.JsonTokenType
 
CLOSE_CURLY - Enum constant in enum groovy.json.JsonTokenType
 
CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.CharScanner
 
CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.CharScanner
 
closeQuietly(Closeable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
Close the Closeable.
closeRange(Label) - Method in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
closeResources() - Method in class groovy.sql.Sql.AbstractQueryCommand
After performing the execute operation and making use of its return, it's necessary to free the resources allocated for the statement.
closeResources(Connection) - Method in class groovy.sql.Sql
An extension point allowing the behavior of resource closing to be overridden in derived classes.
closeResources(Connection, Statement) - Method in class groovy.sql.DataSet
 
closeResources(Connection, Statement) - Method in class groovy.sql.Sql
An extension point allowing the behavior of resource closing to be overridden in derived classes.
closeResources(Connection, Statement, ResultSet) - Method in class groovy.sql.DataSet
 
closeResources(Connection, Statement, ResultSet) - Method in class groovy.sql.Sql
An extension point allowing derived classes to change the behavior of resource closing.
closeResources(ResultSet) - Method in class groovy.sql.Sql.AbstractQueryCommand
After performing the execute operation and making use of its return, it's necessary to free the resources allocated for the statement.
closeStreams(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Closes all the streams associated with the process (ignoring any IOExceptions).
closeWithWarning(Closeable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
Close the Closeable.
closure - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
Closure<V> - Class in groovy.lang
Represents any closure object in Groovy.
Closure(Object) - Constructor for class groovy.lang.Closure
Constructor used when the "this" object for the Closure is null.
Closure(Object, Object) - Constructor for class groovy.lang.Closure
 
CLOSURE_ARGUMENTS - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
 
CLOSURE_ATTRIBUTE_NAME - Static variable in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
CLOSURE_CALL_NO_ARG - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
CLOSURE_CALL_ONE_ARG - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
CLOSURE_CALL_VARGS - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
CLOSURE_REPLACED - Static variable in interface org.apache.groovy.contracts.ast.visitor.ASTNodeMetaData
 
CLOSURE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ClosureComparator<T> - Class in groovy.util
A Comparator which uses a closure to compare 2 values being equal
ClosureComparator(Closure) - Constructor for class groovy.util.ClosureComparator
 
ClosureConverter(Class<?>, Closure<?>) - Constructor for class groovy.json.DefaultJsonGenerator.ClosureConverter
 
ClosureException - Exception in groovy.lang
An exception thrown by a closure invocation
ClosureException(Closure, Throwable) - Constructor for exception groovy.lang.ClosureException
 
ClosureExpression - Class in org.codehaus.groovy.ast.expr
Represents a closure expression such as
ClosureExpression(Parameter[], Statement) - Constructor for class org.codehaus.groovy.ast.expr.ClosureExpression
 
ClosureExpressionEvaluationASTTransformation - Class in org.apache.groovy.contracts.ast
Evaluates ClosureExpression instances in as actual annotation parameters and generates special contract closure classes from them.
ClosureExpressionEvaluationASTTransformation() - Constructor for class org.apache.groovy.contracts.ast.ClosureExpressionEvaluationASTTransformation
 
ClosureExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
ClosureExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.ClosureExpressionTransformer
 
ClosureInvokingMethod - Interface in groovy.lang
An interface for MetaMethods that invoke closures to implements.
ClosureListExpression - Class in org.codehaus.groovy.ast.expr
This class represents a list of expressions used to create closures.
ClosureListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ClosureListExpression
 
ClosureListExpression(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ClosureListExpression
 
ClosureMetaClass - Class in org.codehaus.groovy.runtime.metaclass
A metaclass for closures generated by the Groovy compiler.
ClosureMetaClass(MetaClassRegistry, Class) - Constructor for class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
ClosureMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.
ClosureMetaMethod(String, Closure, CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
ClosureMetaMethod(String, Class, Closure, CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
ClosureModel - Class in groovy.swing.model
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.swing.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure) - Constructor for class groovy.swing.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure, Class) - Constructor for class groovy.swing.model.ClosureModel
 
ClosureParams - Annotation Type in groovy.transform.stc
Parameter annotation aimed at helping IDEs or the static type checker to infer the parameter types of a closure.
CLOSUREPARAMS_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
ClosureRenderer - Class in groovy.swing.impl
 
ClosureRenderer() - Constructor for class groovy.swing.impl.ClosureRenderer
 
ClosureRenderer(Closure) - Constructor for class groovy.swing.impl.ClosureRenderer
 
closureSharedVariablesAssignmentTypes - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
A map used to store every type used in closure shared variable assignments.
ClosureSignatureConflictResolver - Class in groovy.transform.stc
If multiple candidate signatures are found after applying type hints, a conflict resolver can attempt to resolve the ambiguity.
ClosureSignatureConflictResolver() - Constructor for class groovy.transform.stc.ClosureSignatureConflictResolver
 
ClosureSignatureHint - Class in groovy.transform.stc
A closure signature hint class is always used in conjunction with the ClosureParams annotation.
ClosureSignatureHint() - Constructor for class groovy.transform.stc.ClosureSignatureHint
 
ClosureSourceBinding - Class in org.apache.groovy.swing.binding
 
ClosureSourceBinding(Closure) - Constructor for class org.apache.groovy.swing.binding.ClosureSourceBinding
 
ClosureSourceBinding(Closure, Object[]) - Constructor for class org.apache.groovy.swing.binding.ClosureSourceBinding
 
ClosureStaticMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
This class represents a MetaMethod that is a closure that pretends to be a static method.
ClosureStaticMetaMethod(String, Class, Closure) - Constructor for class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
ClosureStaticMetaMethod(String, Class, Closure, Class[]) - Constructor for class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
ClosureTriggerBinding - Class in org.apache.groovy.swing.binding
 
ClosureTriggerBinding(Map<String, TriggerBinding>) - Constructor for class org.apache.groovy.swing.binding.ClosureTriggerBinding
 
ClosureUtils - Class in org.codehaus.groovy.ast.tools
Handy methods when working with Closure AST data structures.
ClosureUtils() - Constructor for class org.codehaus.groovy.ast.tools.ClosureUtils
 
ClosureWriter - Class in org.codehaus.groovy.classgen.asm
 
ClosureWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.ClosureWriter
 
ClosureWriter.CorrectAccessedVariableVisitor - Class in org.codehaus.groovy.classgen.asm
 
ClosureWriter.UseExistingReference - Interface in org.codehaus.groovy.classgen.asm
 
closureX(Parameter[], Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
closureX(Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cls - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
clsHashCode31 - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
CMP - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cmpX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Builds a binary expression that compares two values.
code() - Element in annotation type groovy.transform.AutoImplement
If defined, all unimplemented methods will execute the code found within the supplied closure.
CODE_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
codePointAt(int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
codePointBefore(int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
codePointCount(int, int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
CodeVisitorSupport - Class in org.codehaus.groovy.ast
Abstract base class for any GroovyCodeVisitor which by default just walks the code and expression tree
CodeVisitorSupport() - Constructor for class org.codehaus.groovy.ast.CodeVisitorSupport
 
coerce() - Element in annotation type groovy.transform.NamedVariant
If true, will use as to convert map parameter to required class
coerce(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
coerce(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.CachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.ArrayCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.LongCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.NumberCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass
 
coerceArgument(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
 
coerceArgumentsToClasses(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
coerceToSAM(Closure, Method, Class) - Static method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
coerceToSAM(Closure, Method, Class, boolean) - Static method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
collate(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size.
collate(Iterable<T>, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size.
collate(Iterable<T>, int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size stepping through the code step elements for each subList.
collate(Iterable<T>, int, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size stepping through the code step elements for each sub-list.
collate(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates an array.
collate(T[], int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this array into sub-lists.
collate(T[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates an array into sub-lists.
collate(T[], int, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this array into sub-lists.
collect(E[], C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure and adding it to the supplied collector.
collect(E[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure, returning a list of transformed values.
collect(Iterable<E>, C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this collection transforming each value into a new value using the transform closure and adding it to the supplied collector.
collect(Iterable<E>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Iterable transforming each entry into a new value using the transform closure returning a list of transformed values.
collect(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this collection transforming each entry into a new value using Closure.IDENTITY as a transformer, basically returning a list of items copied from the original collection.
collect(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this aggregate Object transforming each item into a new value using Closure.IDENTITY as a transformer, basically returning a list of items copied from the original object.
collect(Object, C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this aggregate Object transforming each item into a new value using the transform closure and adding it to the supplied collector.
collect(Object, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this aggregate Object transforming each item into a new value using the transform closure, returning a list of transformed values.
collect(Future<S>, Closure<T>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a Future asynchronously returning a transformed result.
collect(Iterator<E>, C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Iterator transforming each item into a new value using the transform closure and adding it to the supplied collector.
collect(Iterator<E>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Iterator transforming each item into a new value using the transform closure, returning a list of transformed values.
collect(Map<K, V>, C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each map entry into a new value using the transform closure returning the collector with all transformed values added to it.
collect(Map<K, V>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each map entry into a new value using the transform closure returning a list of transformed values.
collect(Optional<S>, Closure<T>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If the optional contains a value, returns an optional containing the transformed value obtained using the transform closure or otherwise an empty optional.
collect(MethodNode) - Method in class org.codehaus.groovy.transform.tailrec.CollectRecursiveCalls
 
collectAllInterfaces(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated.
collectAllInterfacesReverseOrder(ClassNode, LinkedHashSet<ClassNode>) - Static method in class org.codehaus.groovy.transform.trait.Traits
Collects all interfaces of a class node, but reverses the order of the declaration of direct interfaces of this class node.
collectEntries(E[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collectEntries(E[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this array transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(E[], Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collectEntries(E[], Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this array transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterable objects using the identity closure as the transform.
collectEntries(Iterable<?>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterables using the identity closure as the transform and a supplied map as the destination of transformed entries.
collectEntries(Iterable<E>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Iterable transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(Iterable<E>, Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Iterable transforming each item using the closure as a transformer into a map entry, returning the supplied map with all the transformed entries added to it.
collectEntries(Iterator<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators using the identity closure as the transform.
collectEntries(Iterator<?>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators using the identity closure as the transform and a supplied map as the destination of transformed entries.
collectEntries(Iterator<E>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators.
collectEntries(Iterator<E>, Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators using a supplied map as the destination of transformed entries.
collectEntries(Map<X, Y>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each entry using the transform closure and returning a map of the transformed entries.
collectEntries(Map<X, Y>, Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each map entry using the transform closure returning a map of the transformed entries.
collection() - Static method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.Weighers
A weigher where the value is a Collection and its weight is the number of elements.
Collection_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
COLLECTION_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
collectMany(E[], C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source array to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(E[], Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source array to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(Iterable<E>, C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source collection to a result collection and concatenates (flattens) the resulting collections adding them into the collector.
collectMany(Iterable<E>, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source Iterable to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(Iterator<E>, C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source iterator to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(Iterator<E>, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source iterator to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(Map<K, V>, C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source map to a result collection and concatenates (flattens) the resulting collections adding them into the collector.
collectMany(Map<K, V>, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source map to a result collection and concatenates (flattens) the resulting collections adding them into a collection.
collectMany$$bridge(Map<K, V>, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectNested(Iterable, C, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Recursively iterates through this Iterable transforming each non-Collection value into a new value using the transform closure.
collectNested(Iterable, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Recursively iterates through this Iterable transforming each non-Collection value into a new value using the closure as a transformer.
collectNested(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Recursively iterates through this collection transforming each non-Collection value into a new value using the closure as a transformer.
collector - Variable in exception org.codehaus.groovy.control.MultipleCompilationErrorsException
 
CollectRecursiveCalls - Class in org.codehaus.groovy.transform.tailrec
Collect all recursive calls within method
CollectRecursiveCalls() - Constructor for class org.codehaus.groovy.transform.tailrec.CollectRecursiveCalls
 
collectReplacements(String, Closure<String>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through this String a character at a time collecting either the original character or a transformed replacement String.
collectReplacements(String, List<Function<Character, Optional<String>>>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through this String a character at a time collecting either the original character or a transformed replacement String.
collectSelfTypes(ClassNode, LinkedHashSet<ClassNode>) - Static method in class org.codehaus.groovy.transform.trait.Traits
Collects all the self types that a type should extend or implement, given the traits is implements.
collectSelfTypes(ClassNode, LinkedHashSet<ClassNode>, boolean, boolean) - Static method in class org.codehaus.groovy.transform.trait.Traits
Collects all the self types that a type should extend or implement, given the traits is implements.
collectSyntaxError(GinqSyntaxError) - Method in interface org.apache.groovy.ginq.dsl.SyntaxErrorReportable
 
COLON - Enum constant in enum groovy.json.JsonTokenType
 
COLON - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
COLON - Static variable in class org.codehaus.groovy.syntax.Types
 
combinations(Iterable) - Static method in class groovy.util.GroovyCollections
Finds all combinations of items from the given Iterable aggregate of collections.
combinations(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds GroovyCollections#combinations(Iterable) as a method on Iterables.
combinations(Iterable, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds GroovyCollections#combinations(Iterable, Closure) as a method on collections.
combinations(Object[]) - Static method in class groovy.util.GroovyCollections
Finds all combinations of items from the given collections.
COMMA - Enum constant in enum groovy.json.JsonTokenType
 
COMMA - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
COMMA - Static variable in class org.apache.groovy.json.internal.CharScanner
 
COMMA - Static variable in class org.codehaus.groovy.syntax.Types
 
commandLineCompile(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Same as main(args) except that exceptions are thrown out instead of causing the VM to exit.
commandLineCompile(String[], boolean) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Same as main(args) except that exceptions are thrown out instead of causing the VM to exit and the lookup for .groovy files can be controlled
commandLineCompileWithErrorHandling(String[], boolean) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Primary entry point for compiling from the command line (using the groovyc script).
comment(Object) - Method in class groovy.text.markup.BaseTemplate
Renders the supplied object using its Object.toString() method inside a comment markup block (<!-- ...
comment(String) - Method in class groovy.xml.MarkupBuilderHelper
Produce a comment in the output.
COMMENT - Static variable in class groovy.console.ui.text.GroovyFilter
 
commentText() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
commentText() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
commentText() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
commentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
commentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
commentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
 
commit() - Method in class groovy.sql.DataSet
 
commit() - Method in class groovy.sql.Sql
If this SQL object was created with a Connection then this method commits the connection.
CommonCache<K,V> - Class in org.codehaus.groovy.runtime.memoize
Represents a simple key-value cache, which is NOT thread safe and backed by a Map instance
CommonCache() - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a cache with unlimited size
CommonCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs an LRU cache with the default initial capacity
CommonCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs an LRU cache with the specified initial capacity and max size.
CommonCache(int, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a cache with limited size
CommonCache(Map<K, V>) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a cache backed by the specified Map instance
Commons - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using Apache Commons logging.
Commons.CommonsLoggingStrategy - Class in groovy.util.logging
 
CommonsLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Commons.CommonsLoggingStrategy
 
COMPARABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
compare(int, int) - Method in class groovy.swing.table.TableSorter
 
compare(Object, Object) - Method in class groovy.inspect.Inspector.MemberComparator
 
compare(Object, Object) - Method in class groovy.inspect.Inspector.MemberComparatorWithValue
 
compare(Object, Object) - Method in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
 
compare(CachedMethod, CachedMethod) - Method in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
 
compare(T, T) - Method in class groovy.util.ClosureComparator
 
compare(T, T) - Method in class groovy.util.OrderBy
 
compare(T, T) - Method in class org.codehaus.groovy.runtime.NumberAwareComparator
 
COMPARE_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_GREATER_THAN - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_GREATER_THAN_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_IDENTICAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_LESS_THAN - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_LESS_THAN_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_NOT_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_NOT_IDENTICAL - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_NOT_IN - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_NOT_INSTANCEOF - Static variable in class org.codehaus.groovy.syntax.Types
 
COMPARE_TO - Static variable in class org.codehaus.groovy.syntax.Types
 
compareArrayEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
compareEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
compareGreaterThan(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareGreaterThanEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareIdentical(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
CompareIdentityExpression - Class in org.codehaus.groovy.transform.sc.transformers
Compares two objects using identity comparison.
CompareIdentityExpression(Expression, boolean, Expression) - Constructor for class org.codehaus.groovy.transform.sc.transformers.CompareIdentityExpression
 
CompareIdentityExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.transform.sc.transformers.CompareIdentityExpression
 
compareLessThan(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareLessThanEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareNotEqual(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareNotIdentical(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareRowsByColumn(int, int, int) - Method in class groovy.swing.table.TableSorter
 
compareTo(Tuple<E>) - Method in class groovy.lang.Tuple
 
compareTo(BaseDuration) - Method in class groovy.time.BaseDuration
 
compareTo(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Characters.
compareTo(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Character and a Number.
compareTo(Comparable, Comparable) - Method in class groovy.lang.ObjectRange
 
compareTo(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Number and a Character.
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Numbers.
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
compareTo(Object) - Method in class groovy.lang.GString
 
compareTo(Object) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
compareTo(Object) - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
Sort by most specific to least specific.
compareTo(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
compareTo(Object, Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Compares the two objects handling nulls gracefully and performing numeric type coercion if required
compareTo(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
compareTo(Path) - Method in class org.apache.groovy.nio.runtime.WritablePath
 
compareTo(GroovyDoc) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
compareTo(GroovyDoc) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
compareTo(GroovyDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
compareToIgnoreCase(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
compareToImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
CompareToNullExpression - Class in org.codehaus.groovy.transform.sc.transformers
 
CompareToNullExpression(Expression, boolean) - Constructor for class org.codehaus.groovy.transform.sc.transformers.CompareToNullExpression
 
COMPARISON_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
CompilationCustomizer - Class in org.codehaus.groovy.control.customizers
Users wanting to customize the configuration process such as adding imports, restricting the language features or apply AST transformations by default should implement this class, then call the CompilerConfiguration.addCompilationCustomizers(CompilationCustomizer...) method.
CompilationCustomizer(CompilePhase) - Constructor for class org.codehaus.groovy.control.customizers.CompilationCustomizer
 
CompilationFailedException - Exception in org.codehaus.groovy.control
Thrown when compilation fails from source errors.
CompilationFailedException(int, ProcessingUnit) - Constructor for exception org.codehaus.groovy.control.CompilationFailedException
 
CompilationFailedException(int, ProcessingUnit, Throwable) - Constructor for exception org.codehaus.groovy.control.CompilationFailedException
 
CompilationOptions() - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler.CompilationOptions
 
compilationUnit - Variable in class org.codehaus.groovy.control.ASTTransformationsContext
 
compilationUnit - Variable in class org.codehaus.groovy.transform.StaticTypesTransformation
 
compilationUnit - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
CompilationUnit - Class in org.codehaus.groovy.control
The CompilationUnit collects all compilation data as it is generated by the compiler system.
CompilationUnit() - Constructor for class org.codehaus.groovy.control.CompilationUnit
Initializes the CompilationUnit with defaults.
CompilationUnit(GroovyClassLoader) - Constructor for class org.codehaus.groovy.control.CompilationUnit
Initializes the CompilationUnit with defaults except for class loader.
CompilationUnit(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.CompilationUnit
Initializes the CompilationUnit with no security considerations.
CompilationUnit(CompilerConfiguration, CodeSource, GroovyClassLoader) - Constructor for class org.codehaus.groovy.control.CompilationUnit
Initializes the CompilationUnit with a CodeSource for controlling security stuff and a class loader for loading classes.
CompilationUnit(CompilerConfiguration, CodeSource, GroovyClassLoader, GroovyClassLoader) - Constructor for class org.codehaus.groovy.control.CompilationUnit
Initializes the CompilationUnit with a CodeSource for controlling security stuff, a class loader for loading classes, and a class loader for loading AST transformations.
CompilationUnit.ClassgenCallback - Interface in org.codehaus.groovy.control
A callback interface you can use during the classgen phase of compilation as the compiler traverses the ClassNode tree.
CompilationUnit.GroovyClassOperation - Class in org.codehaus.groovy.control
Deprecated.
CompilationUnit.IGroovyClassOperation - Interface in org.codehaus.groovy.control
 
CompilationUnit.IPrimaryClassNodeOperation - Interface in org.codehaus.groovy.control
 
CompilationUnit.ISourceUnitOperation - Interface in org.codehaus.groovy.control
 
CompilationUnit.PrimaryClassNodeOperation - Class in org.codehaus.groovy.control
Deprecated.
CompilationUnit.ProgressCallback - Interface in org.codehaus.groovy.control
A callback interface you can use to get a callback after every unit of the compile process.
CompilationUnit.SourceUnitOperation - Class in org.codehaus.groovy.control
Deprecated.
CompilationUnitAware - Interface in groovy.transform
This interface is for AST transformations which must be aware of the compilation unit where they are applied.
compile() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
compile() - Method in class org.codehaus.groovy.ant.GenerateStubsTask
 
compile() - Method in class org.codehaus.groovy.ant.Groovyc
 
compile() - Method in class org.codehaus.groovy.ant.GroovycTask
 
compile() - Method in class org.codehaus.groovy.control.CompilationUnit
Synonym for compile(Phases.ALL).
compile() - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
compile(int) - Method in class org.codehaus.groovy.control.CompilationUnit
Compiles the compilation unit from sources.
compile(File) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a single File.
compile(File[]) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a series of Files.
compile(File[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
compile(Reader) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
compile(String) - Method in class groovy.test.AllTestSuite
 
compile(String) - Method in class groovy.test.GroovyTestSuite
 
compile(String) - Method in class org.codehaus.groovy.ast.builder.AstStringCompiler
Compiles the specified source code and returns its statement block and any declared types.
compile(String) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
compile(String[]) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a series of Files from file names.
compile(String[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
compile(String, Iterable<String>, String) - Method in class org.apache.groovy.util.JavaShell
Compile and return the main class
compile(String, String) - Method in class org.apache.groovy.util.JavaShell
Compile and return the main class
compile(String, String) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a string of code.
compile(String, CompilePhase, boolean) - Method in class org.codehaus.groovy.ast.builder.AstStringCompiler
Compiles the specified source code and returns its statement block, the script class (if desired) and any declared types.
compile(List<String>, CompilationUnit) - Method in class org.codehaus.groovy.tools.javac.JavacJavaCompiler
 
compile(List<String>, CompilationUnit) - Method in interface org.codehaus.groovy.tools.javac.JavaCompiler
 
compileAll(String, Iterable<String>, String) - Method in class org.apache.groovy.util.JavaShell
Compile and return all classes
compileAll(String, String) - Method in class org.apache.groovy.util.JavaShell
Compile and return all classes
CompileDynamicProcessor - Class in org.codehaus.groovy.transform
 
CompileDynamicProcessor() - Constructor for class org.codehaus.groovy.transform.CompileDynamicProcessor
 
compileList - Variable in class org.codehaus.groovy.ant.Groovyc
 
CompilePhase - Enum in org.codehaus.groovy.control
The phases of the GroovyCompiler.
compilePogoMethod(CachedMethod) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
compilePojoMethod(CachedMethod) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
Compiler - Class in org.codehaus.groovy.tools
A convenience front end for getting standard compilations done.
Compiler() - Constructor for class org.codehaus.groovy.tools.Compiler
Initializes the Compiler with default configuration.
Compiler(CompilerConfiguration) - Constructor for class org.codehaus.groovy.tools.Compiler
Initializes the Compiler with the specified configuration.
CompilerConfiguration - Class in org.codehaus.groovy.control
Compilation control flags and coordination stuff.
CompilerConfiguration() - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
Sets the compiler flags/settings to default values.
CompilerConfiguration(Properties) - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
Sets the configuration flags/settings according to values from the supplied Properties instance or if not found, supplying a default value.
CompilerConfiguration(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
Copy constructor.
CompileStack - Class in org.codehaus.groovy.classgen.asm
Manages different aspects of the code of a code block like handling labels, defining variables, and scopes.
CompileStack(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack
 
CompileStack.BlockRecorder - Class in org.codehaus.groovy.classgen.asm
 
CompileStack.LabelRange - Class in org.codehaus.groovy.classgen.asm
 
CompileStatic - Annotation Type in groovy.transform
This will let the Groovy compiler use compile time checks in the style of Java then perform static compilation, thus bypassing the Groovy meta object protocol.
COMPILESTATIC_CLASSNODE - Static variable in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
COMPILESTATIC_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.TraitComposer
 
compileStaticMethod(CachedMethod) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
CompileTaskSupport - Class in org.codehaus.groovy.ant
Support for compilation related tasks.
CompileTaskSupport() - Constructor for class org.codehaus.groovy.ant.CompileTaskSupport
 
CompileUnit - Class in org.codehaus.groovy.ast
Represents the entire contents of a compilation step which consists of one or more ModuleNode instances.
CompileUnit(GroovyClassLoader, CodeSource, CompilerConfiguration) - Constructor for class org.codehaus.groovy.ast.CompileUnit
 
CompileUnit(GroovyClassLoader, CompilerConfiguration) - Constructor for class org.codehaus.groovy.ast.CompileUnit
 
complain(String) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
complain(String) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
completePhase() - Method in class org.codehaus.groovy.control.ProcessingUnit
Marks the current phase complete and processes any errors.
COMPLEX_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
ComplexKeyHashMap - Class in org.codehaus.groovy.util
Deprecated.
ComplexKeyHashMap() - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
Deprecated.
 
ComplexKeyHashMap(boolean) - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
Deprecated.
 
ComplexKeyHashMap(int) - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
Deprecated.
 
ComplexKeyHashMap.Entry - Class in org.codehaus.groovy.util
Deprecated.
 
ComplexKeyHashMap.EntryIterator - Interface in org.codehaus.groovy.util
Deprecated.
 
Component() - Constructor for class groovy.transform.stc.FirstParam.Component
 
Component() - Constructor for class groovy.transform.stc.SecondParam.Component
 
Component() - Constructor for class groovy.transform.stc.ThirdParam.Component
 
COMPONENT_ATTRIBUTE - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
COMPONENT_ELEMENT_NAME - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
COMPONENT_TYPE - Enum constant in enum org.codehaus.groovy.transform.sc.StaticCompilationMetadataKeys
 
components() - Element in annotation type groovy.transform.RecordOptions
If true, this adds a method components() to the record which returns its components as a typed tuple Tuple0, Tuple1...
compose(Closure) - Method in class groovy.lang.Closure
COMPOSED_TEXT_ATTRIBUTE - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ComposedClosure<V> - Class in org.codehaus.groovy.runtime
A wrapper for Closure to support composition.
ComposedClosure(Closure, Closure<V>) - Constructor for class org.codehaus.groovy.runtime.ComposedClosure
 
composeSelf() - Method in class groovy.lang.Closure
composeSelf(int) - Method in class groovy.lang.Closure
Call Closure.compose(Closure) on this exactly times times.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeValue(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue.ComputeValue
 
computeValue(Class<?>) - Method in class org.codehaus.groovy.reflection.v7.GroovyClassValueJava7
 
concat(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
concat(T[]...) - Static method in class org.apache.groovy.util.Arrays
Concatenate arrays and ignore null array
concurrencyLevel(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentCommonCache<K,V> - Class in org.codehaus.groovy.runtime.memoize
Represents a simple key-value cache, which is thread safe and backed by a Map instance
ConcurrentCommonCache() - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a cache with unlimited size
ConcurrentCommonCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs an LRU cache with the default initial capacity(16)
ConcurrentCommonCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs an LRU cache with the specified initial capacity and max size.
ConcurrentCommonCache(int, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a cache with limited size
ConcurrentCommonCache(Map<K, V>) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a cache backed by the specified Map instance
ConcurrentLinkedHashMap<K,V> - Class in org.apache.groovy.util.concurrent.concurrentlinkedhashmap
A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> - Class in org.apache.groovy.util.concurrent.concurrentlinkedhashmap
A builder that creates ConcurrentLinkedHashMap instances.
ConcurrentReaderHashMap - Class in org.codehaus.groovy.runtime.metaclass
A hash table that supports mostly-concurrent reading, but exclusive writing.
ConcurrentReaderHashMap() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Constructs a new, empty map with a default initial capacity and load factor.
ConcurrentReaderHashMap(int) - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Constructs a new, empty map with the specified initial capacity and default load factor.
ConcurrentReaderHashMap(int, float) - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
ConcurrentReaderHashMap(Map) - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Constructs a new map with the same mappings as the given map.
ConcurrentReaderHashMap.BarrierLock - Class in org.codehaus.groovy.runtime.metaclass
A Serializable class for barrier lock
ConcurrentReaderHashMap.Entry - Class in org.codehaus.groovy.runtime.metaclass
ConcurrentReaderHashMap collision list entry.
ConcurrentReaderHashMap.HashIterator - Class in org.codehaus.groovy.runtime.metaclass
 
ConcurrentReaderHashMap.KeyIterator - Class in org.codehaus.groovy.runtime.metaclass
 
ConcurrentReaderHashMap.ValueIterator - Class in org.codehaus.groovy.runtime.metaclass
 
ConcurrentReferenceHashMap<K,V> - Class in org.apache.groovy.util.concurrent
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap() - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor, and concurrency level.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor, and concurrency level.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, and with a default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, and with a default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty reference map with the specified key and value reference types.
ConcurrentReferenceHashMap(ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Creates a new, empty reference map with the specified reference types and behavioral options.
ConcurrentReferenceHashMap.HashIterator - Class in org.apache.groovy.util.concurrent
 
ConcurrentReferenceHashMap.InitializableEntry<K,V> - Class in org.apache.groovy.util.concurrent
 
ConcurrentReferenceHashMap.Option - Enum in org.apache.groovy.util.concurrent
Behavior-changing configuration options for the map
ConcurrentReferenceHashMap.ReferenceType - Enum in org.apache.groovy.util.concurrent
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentReferenceHashMap.SimpleEntry<K,V> - Class in org.apache.groovy.util.concurrent
 
ConcurrentReferenceHashMap.WriteThroughEntry - Class in org.apache.groovy.util.concurrent
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
ConcurrentSoftCache<K,V> - Class in org.codehaus.groovy.runtime.memoize
Represents concurrent cache holding SoftReference instance as value
ConcurrentSoftCache() - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a cache with unlimited size
ConcurrentSoftCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs an LRU cache with the default initial capacity(16)
ConcurrentSoftCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs an LRU cache with the specified initial capacity and max size.
ConcurrentSoftCache(int, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a cache with limited size
ConcurrentSoftCache(Map<K, SoftReference<V>>) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a cache backed by the specified Map instance
conf() - Element in annotation type groovy.lang.Grab
The configuration if in use (normally only used by internal ivy repositories).
config - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
ConfigObject - Class in groovy.util
A ConfigObject at a simple level is a Map that creates configuration entries (other ConfigObjects) when referencing them.
ConfigObject() - Constructor for class groovy.util.ConfigObject
 
ConfigObject(URL) - Constructor for class groovy.util.ConfigObject
 
configuration - Variable in class org.codehaus.groovy.ant.Groovyc
 
configuration - Variable in class org.codehaus.groovy.control.ErrorCollector
Configuration and other settings that control processing
configuration - Variable in class org.codehaus.groovy.control.io.AbstractReaderSource
 
configuration - Variable in class org.codehaus.groovy.control.ProcessingUnit
Configuration and other settings that control processing
ConfigurationException - Exception in org.codehaus.groovy.control
Thrown when configuration data is invalid.
ConfigurationException(Exception) - Constructor for exception org.codehaus.groovy.control.ConfigurationException
Initializes the exception from a cause exception.
ConfigurationException(String) - Constructor for exception org.codehaus.groovy.control.ConfigurationException
Initializes the exception with just a message.
ConfigurationSetup - Class in org.apache.groovy.contracts.ast.visitor
Makes some initialization in order to use the Configurator for determining which assertions in what packages will be executed.
ConfigurationSetup() - Constructor for class org.apache.groovy.contracts.ast.visitor.ConfigurationSetup
 
Configurator - Class in org.apache.groovy.contracts.generation
Handles -ea and -da runtime input arguments for enabling and disabling contract elements.
Configurator() - Constructor for class org.apache.groovy.contracts.generation.Configurator
 
configure(InputStream) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
configures this loader with a stream
configure(ClassLoader, TemplateConfiguration) - Method in class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
 
configure(ClassLoader, TemplateConfiguration) - Method in class groovy.text.markup.MarkupTemplateEngine.DefaultTemplateResolver
 
configure(ClassLoader, TemplateConfiguration) - Method in interface groovy.text.markup.TemplateResolver
This method is called once the template engine is initialized, providing the resolver with the template engine configuration and its template class loader.
configure(Statement) - Method in class groovy.sql.Sql
Provides a hook for derived classes to be able to configure JDBC statements.
configure(Properties) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Method to configure a CompilerConfiguration by using Properties.
configure(CompilerConfiguration) - Method in class org.codehaus.groovy.control.CompilationUnit
Configures its debugging mode and classloader classpath from a given compiler configuration.
configure(CompilerConfiguration) - Method in class org.codehaus.groovy.control.ProcessingUnit
Reconfigures the ProcessingUnit.
configure(CompilerConfiguration) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
configure(CompilerConfiguration) - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
configureAnnotation(AnnotationNode) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
configureAnnotation(AnnotationNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configureAnnotation(AnnotationNode, Annotation) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
configureAnnotationNodeFromDefinition(AnnotationNode, AnnotationNode) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
configureAnnotationNodeFromDefinition(AnnotationNode, AnnotationNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configureAST(T, Token) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureAST(T, TerminalNode) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureAST(T, GroovyParser.GroovyParserRuleContext) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
Sets location(lineNumber, colNumber, lastLineNumber, lastColumnNumber) for node using standard context information.
configureAST(T, GroovyParser.GroovyParserRuleContext, ASTNode) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureAST(T, ASTNode) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureAST(T, ASTNode, ASTNode) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureClassNode(CompileUnit, ClassNode) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
configureClassNode(CompileUnit, ClassNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configured - Variable in class org.codehaus.groovy.control.CompilationUnit
True after the first CompilationUnit.configure(CompilerConfiguration) operation.
configureEndPosition(T, Token) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
configureParser(FileSystemCompiler.CompilationOptions) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
configureTypeVariableDefinition(ClassNode, ClassNode[]) - Static method in class org.codehaus.groovy.vmplugin.v8.Java8
 
configureTypeVariableReference(String) - Static method in class org.codehaus.groovy.vmplugin.v8.Java8
 
conflictResolutionStrategy() - Element in annotation type groovy.transform.stc.ClosureParams
 
ConsoleSupport - Class in groovy.console.ui
Base class for console
ConsoleSupport() - Constructor for class groovy.console.ui.ConsoleSupport
 
ConsoleTextEditor - Class in groovy.console.ui
Component which provides a styled editor for the console.
ConsoleTextEditor() - Constructor for class groovy.console.ui.ConsoleTextEditor
Creates a new instance of ConsoleTextEditor
ConstantExpression - Class in org.codehaus.groovy.ast.expr
Represents a constant expression such as null, true, false.
ConstantExpression(Object) - Constructor for class org.codehaus.groovy.ast.expr.ConstantExpression
 
ConstantExpression(Object, boolean) - Constructor for class org.codehaus.groovy.ast.expr.ConstantExpression
 
ConstantMetaClassVersioning() - Constructor for class org.codehaus.groovy.runtime.metaclass.