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
Gets the absolute value.
abs(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Gets the absolute value.
abs(Long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Gets the absolute value.
abs(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Gets 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
 
ABSTRACT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ABSTRACT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ABSTRACT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
ABSTRACT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
ABSTRACT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
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
 
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
 
AbstractTypeCheckingExtension.TypeCheckingScope - Class in org.codehaus.groovy.transform.stc
 
ac - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
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(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AdditiveExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AndExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotatedQualifiedClassNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationsOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnonymousInnerClassDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArgumentsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BooleanLiteralAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypePrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CastExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CastParExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchTypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceTypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandArgumentContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CompactConstructorDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CompilationUnitContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatedNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim0Context
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim1Context
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DoWhileStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DynamicMemberNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuesContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListElementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedStatementExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExclusiveOrExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionInParContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FieldDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FloatingPointLiteralAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForControlContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForInitContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParametersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForUpdateContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringValueContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImplicationExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.InclusiveOrExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IndexPropertyArgsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IntegerLiteralAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LabeledStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LambdaBodyContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ListPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LiteralPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LocalVariableDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LocalVariableDeclarationStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalAndExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalOrExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LoopStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryLabelContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MemberDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodBodyContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifierContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifiersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifiersOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultipleAssignmentExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultiplicativeExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamedPropertyArgsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamePartContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NewPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NlsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NonWildcardTypeArgumentsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NullLiteralAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PackageDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ParenPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ParExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PostfixExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PostfixExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PowerExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PrimitiveTypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RegexExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourceContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourceListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourcesContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ReturnStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ReturnTypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RparenContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ScriptStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ScriptStatementsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SepContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaParametersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StringLiteralAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StringLiteralContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SuperPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementExpressionGroupContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementGroupContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SynchronizedStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ThisFormalParameterContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ThisPrmrAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ThrowStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsOrDiamondContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeBoundContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeListContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParameterContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParametersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryAddExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryNotExprAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclarationContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorIdContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorsContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableInitializerContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifiersContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifiersOptContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableNamesContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.WhileStmtAltContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.YieldStatementContext
 
accept(ParseTreeVisitor<? extends Result>) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.YieldStmtAltContext
 
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
 
action(RuleContext, int, int) - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
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 - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ADD - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ADD() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AdditiveExprAltContext
 
ADD() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryAddExprAltContext
 
ADD_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ADD_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ADD_ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
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
 
addCatch$$bridge(CatchStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
Deprecated.
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(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
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
Adds 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
 
addFieldsForLocalVariables(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
Adds a method that is marked as @Generated.
addGeneratedConstructor(ClassNode, ConstructorNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Adds a method that is marked as @Generated.
addGeneratedInnerClass(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Adds 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
Returns 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
Adds a method and mark it as @Generated.
addGeneratedMethod(ClassNode, MethodNode, boolean) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Adds 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
 
addHandler$$bridge(TypeCheckingExtension) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
Deprecated.
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
 
AdditiveExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AdditiveExprAltContext
 
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
 
addMetaMethod(MetaMethod, Map<String, MetaMethodIndex.Cache>) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
addMetaMethodToIndex(MetaMethod, Map<String, MetaMethodIndex.Cache>) - 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
Deprecated.
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
 
addResource$$bridge(ExpressionStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
Deprecated.
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
 
addSerialVersionUIDField(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
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
 
afterSwitchCaseStatementsVisited(SwitchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
afterSwitchCaseStatementsVisited(SwitchStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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
 
alias - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
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, for removal: This API element is subject to removal in a future version.
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
Determines if the specific argument types fit the parameters.
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
 
allThreads(Thread) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Get all threads
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() - Element in annotation type groovy.transform.OperatorRename
 
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(Set<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a Set composed of the intersection of a Set and an Iterable.
and(Set<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a Set composed of the intersection of a Set and an Iterable.
and(SortedSet<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a SortedSet composed of the intersection of a SortedSet and an Iterable.
and(SortedSet<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a SortedSet composed of the intersection of a SortedSet and an Iterable.
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.apache.groovy.parser.antlr4.GroovyLexer
 
AND - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
AND - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
AND() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalAndExprAltContext
 
AND_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
AND_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
AND_ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
AndExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AndExprAltContext
 
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
andThen(FloatUnaryOperator) - Method in interface groovy.util.function.FloatUnaryOperator
Creates a "forward" composed operator that first applies this operator to its input, and then applies the after operator to the result.
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
annotatedQualifiedClassName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
annotatedQualifiedClassName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
annotatedQualifiedClassName(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
AnnotatedQualifiedClassNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnnotatedQualifiedClassNameContext
 
annotation() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
annotation() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationsOptContext
 
annotation() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
annotation() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
annotation() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
annotation(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationsOptContext
 
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 annotations and attributes.
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
 
AnnotationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
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
 
annotationName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
annotationName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
AnnotationNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationNameContext
 
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
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotatedQualifiedClassNameContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatedNameContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim0Context
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim1Context
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PackageDeclarationContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeContext
 
annotationsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParameterContext
 
annotationsOpt(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsContext
 
AnnotationsOptContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationsOptContext
 
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
 
anonymousInnerClassDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
anonymousInnerClassDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
anonymousInnerClassDeclaration(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
AnonymousInnerClassDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnonymousInnerClassDeclarationContext
 
AnonymousInnerClassDeclarationContext(ParserRuleContext, int, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AnonymousInnerClassDeclarationContext
 
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(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a boolean Array, and checks whether any element is true.
any(boolean[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a boolean Array, and checks whether a predicate is valid for at least one element.
any(byte[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a byte Array, and checks whether a predicate is valid for at least one element.
any(char[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a char Array, and checks whether a predicate is valid for at least one element.
any(double[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a double Array, and checks whether a predicate is valid for at least one element.
any(float[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a float Array, and checks whether a predicate is valid for at least one element.
any(int[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of an int Array, and checks whether a predicate is valid for at least one element.
any(long[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a long Array, and checks whether a predicate is valid for at least one element.
any(short[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a short Array, and checks whether a predicate is valid for at least one element.
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
Deprecated.
any(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
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
 
applyAsFloat(float) - Method in interface groovy.util.function.FloatUnaryOperator
Applies this operator.
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.
argumentList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
argumentListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
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
 
arguments() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
arguments() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
arguments() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
arguments() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
ArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ArgumentsContext
 
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
 
ArrayGroovyMethods - Class in org.codehaus.groovy.runtime
Defines new groovy methods which appear on arrays inside the Groovy environment.
arrayInitializer() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
arrayInitializer() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
arrayInitializer() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
arrayInitializer(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
ArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
ArrayIterable<T> - Class in org.codehaus.groovy.util
Allows 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
Allows 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
 
arrayX(ClassNode, List<Expression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
arrayX(ClassNode, List<Expression>, List<Expression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ARROW - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ARROW - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ARROW() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
ARROW() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaExpressionContext
 
ARROW() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
AS - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
AS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
AS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
AS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
AS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
AS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
AS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
asAccessMethod(MethodHandles.Lookup) - Method in class org.codehaus.groovy.reflection.CachedField
 
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 coerces to false.
asBoolean(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a boolean array to a boolean value.
asBoolean(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a byte array to a boolean value.
asBoolean(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a char array to a boolean value.
asBoolean(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a double array to a boolean value.
asBoolean(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a float array to a boolean value.
asBoolean(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces an int array to a boolean value.
asBoolean(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a long array to a boolean value.
asBoolean(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Coerces a short array to a boolean value.
asBoolean(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(GroovyResultSet) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Coerce a GroovyResultSet to a boolean value.
asBoolean(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Coerce the file 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.ArrayGroovyMethods
Coerces an object array to a boolean value.
asBoolean(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Coerce the path to a boolean value.
asBoolean(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a collection instance to a boolean value.
asBoolean(AtomicBoolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an AtomicBoolean 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.
asChecked(Collection<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a Collection.
asChecked(List<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a List.
asChecked(Map<K, V>, Class<K>, Class<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a Map.
asChecked(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a NavigableMap.
asChecked(NavigableSet<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a NavigableSet.
asChecked(Queue<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a Queue.
asChecked(Set<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a Set.
asChecked(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a SortedMap.
asChecked(SortedSet<T>, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a checked view of a SortedSet.
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
 
asConditionExecution(AnnotationNode) - Static method in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
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.
asReversed(NavigableSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a reverse order view of the set.
ASSERT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ASSERT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ASSERT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
ASSERT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
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() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
assertStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStmtAltContext
 
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.
AssertStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
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
 
AssertStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AssertStmtAltContext
 
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.apache.groovy.parser.antlr4.GroovyLexer
 
ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ASSIGN - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ASSIGN - Static variable in class org.codehaus.groovy.syntax.Types
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultipleAssignmentExprAltContext
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclarationContext
 
ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorContext
 
ASSIGNMENT_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
AssignmentExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
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, 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<?>) - 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
Creates a synchronized view of a Collection.
asSynchronized(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a List.
asSynchronized(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a Map.
asSynchronized(NavigableMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a NavigableMap.
asSynchronized(NavigableSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a NavigableSet.
asSynchronized(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a Set.
asSynchronized(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a SortedMap.
asSynchronized(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a synchronized view of a 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.ArrayGroovyMethods
Converts the given array to either a List, Set, or SortedSet.
asType(Object[], Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(NavigableMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a NavigableMap.
asUnmodifiable(NavigableSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a NavigableSet.
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).
AT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
AT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
AT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
AT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
AT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
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, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
attrX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
attrX$$bridge(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
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
 
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.ArrayGroovyMethods
Calculates the average of the bytes in the array.
average(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
average(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Calculates the average of the doubles in the array.
average(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
average(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Calculates the average of the floats in the array.
average(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
average(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Calculates the average of the ints in the array.
average(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
average(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Calculates the average of the longs in the array.
average(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
average(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Calculates the average of the shorts in the array.
average(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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.ArrayGroovyMethods
Averages the items in an array.
average(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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
Deprecated.
average(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
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
Gets value from byte[] using normalized index.
bArraySet(byte[], int, byte) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Sets value into 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
 
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
Tells which method should be used in a binary expression.
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
 
BITAND - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BITAND - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BITAND() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AndExprAltContext
 
BITAND() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeBoundContext
 
BITAND(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeBoundContext
 
bitAndImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
BITNOT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BITNOT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BITNOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryNotExprAltContext
 
BITOR - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BITOR - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BITOR() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchTypeContext
 
BITOR() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.InclusiveOrExprAltContext
 
BITOR(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchTypeContext
 
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() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStmtAltContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LambdaBodyContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodBodyContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SynchronizedStmtAltContext
 
block() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
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
 
BlockContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BlockContext
 
BlockRecorder() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
BlockRecorder(Runnable) - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
blockStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
blockStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsContext
 
blockStatement(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsContext
 
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.
BlockStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementContext
 
blockStatements() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
blockStatements() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsOptContext
 
blockStatements() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementExpressionGroupContext
 
blockStatements() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementGroupContext
 
BlockStatementsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsContext
 
blockStatementsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockContext
 
blockStatementsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
blockStatementsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
BlockStatementsOptContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsOptContext
 
BlockStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BlockStmtAltContext
 
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
Allows 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
 
BooleanLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BooleanLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BooleanLiteral() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BooleanLiteralAltContext
 
BooleanLiteral() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
BooleanLiteralAltContext(GroovyParser.LiteralContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BooleanLiteralAltContext
 
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
 
BREAK - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BREAK - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BREAK() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
 
BREAK() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
breakStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
breakStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStmtAltContext
 
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
 
BreakStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
 
BreakStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BreakStmtAltContext
 
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
 
BuiltInPrimitiveType - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
BuiltInPrimitiveType - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
BuiltInPrimitiveType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypeContext
 
BuiltInPrimitiveType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
BuiltInPrimitiveType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PrimitiveTypeContext
 
builtInType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
builtInType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypePrmrAltContext
 
BuiltInTypeContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypeContext
 
BuiltInTypePrmrAltContext(GroovyParser.PrimaryContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypePrmrAltContext
 
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_remainder - 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
Allows 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
Cache(String) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Cache
 
CacheableCallSite - Class in org.codehaus.groovy.vmplugin.v8
Represents a cacheable call site, which can reduce the cost of resolving methods
CacheableCallSite(MethodType, MethodHandles.Lookup) - 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.Cache
 
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.Cache
 
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.Cache
 
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 with no arguments, 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 with given argument(s), 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
Invokes the closure with given argument(s), returning any value if applicable.
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<?>) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, List<?>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and a JSON array
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<?>, 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<?>, int, Closure) - Method in class groovy.sql.Sql
Base internal method for call(), callWithRows(), and callWithAllRows() style of methods.
callWithRows(String, List<?>, 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.
canSpread - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
canSpread - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
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, for removal: This API element is subject to removal in a future version.
CapitalizedIdentifier - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CapitalizedIdentifier - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CapitalizedIdentifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassNameContext
 
CapitalizedIdentifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
caretUpdate(CaretEvent) - Method in class groovy.console.ui.text.MatchingHighlighter
 
cArrayGet(char[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Gets value from char[] using normalized index.
cArraySet(char[], int, char) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Sets value into char[] using normalized index.
CASE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CASE - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CASE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
CASE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
CASE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
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
 
CastExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CastExprAltContext
 
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
 
castOperandExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
castParExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CastExprAltContext
 
castParExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
CastParExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CastParExpressionContext
 
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
 
CATCH - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CATCH - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CATCH() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
CATCH() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
catchClause() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
catchClause() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
catchClause(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
CatchClauseContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
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
 
catchType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
catchType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
CatchTypeContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CatchTypeContext
 
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
 
ce - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
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.
channelNames - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
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
Allows 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, for removal: This API element is subject to removal in a future version.
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.
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<?>) - Method in class groovy.sql.Sql
 
checkGroovyConstructorMap(Expression, ClassNode, MapExpression) - 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
Deprecated. 
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(boolean[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the boolean array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(byte[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the byte array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(char[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the char array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(double[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the double array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(float[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the float array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(int[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the int array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(long[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the long array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(short[], int...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Chops the short array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
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.ArrayGroovyMethods
Chops the array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
chop(T[], int...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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 - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CLASS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CLASS() - Constructor for class groovy.transform.Undefined.CLASS
 
CLASS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
CLASS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
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
 
classBody() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnonymousInnerClassDeclarationContext
 
classBody() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
classBody(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ClassBodyContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
ClassBodyContext(ParserRuleContext, int, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
classBodyDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
classBodyDeclaration(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
classBodyDeclaration(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ClassBodyDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
 
ClassBodyDeclarationContext(ParserRuleContext, int, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
 
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
 
classDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MemberDeclarationContext
 
classDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeDeclarationContext
 
ClassDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
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
 
classicalForControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classicalForControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForControlContext
 
ClassicalForControlContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
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() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
className() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
className() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParameterContext
 
className(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
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
 
ClassNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassNameContext
 
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
classOrInterfaceModifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classOrInterfaceModifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersContext
 
classOrInterfaceModifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifierContext
 
classOrInterfaceModifier(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersContext
 
ClassOrInterfaceModifierContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
classOrInterfaceModifiers() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classOrInterfaceModifiers() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersOptContext
 
ClassOrInterfaceModifiersContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersContext
 
classOrInterfaceModifiersOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classOrInterfaceModifiersOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeDeclarationContext
 
ClassOrInterfaceModifiersOptContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersOptContext
 
classOrInterfaceType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
classOrInterfaceType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeContext
 
ClassOrInterfaceTypeContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceTypeContext
 
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.powerassert.ValueRecorder
 
clear() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
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
 
clearDFA() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager.AtnWrapper
 
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.ast.expr.VariableExpression
 
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, avoid the use of the clone method.
clone() - Method in class org.codehaus.groovy.util.FastArray
 
CLONE - Enum constant in enum groovy.transform.AutoCloneStyle
Uses only cloning.
CLONEABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
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
 
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
Closes the Closeable, ignoring any problems that might occur.
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() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
closure() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionContext
 
closure() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringValueContext
 
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
used to store expected closure argument types on an expression
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
 
ClosureContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
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 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
 
closureOrLambdaExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
closureOrLambdaExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionPrmrAltContext
 
closureOrLambdaExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
ClosureOrLambdaExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionContext
 
ClosureOrLambdaExpressionPrmrAltContext(GroovyParser.PrimaryContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionPrmrAltContext
 
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
 
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.ArrayGroovyMethods
Collates an array.
collate(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collate(T[], int, boolean) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Collates this array into sub-lists.
collate(T[], int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collate(T[], int, int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Collates an array into sub-lists.
collate(T[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collate(T[], int, int, boolean) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Collates this array into sub-lists.
collate(T[], int, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collect(E[], C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure and adding it to the supplied collector.
collect(E[], C, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collect(E[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure, returning a list of transformed values.
collect(E[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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 a value is present in the Optional, returns transformed value obtained using the transform closure or no value as an 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, for removal: This API element is subject to removal in a future version.
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.ArrayGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collectEntries(E[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectEntries(E[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through this array transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(E[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectEntries(E[], Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
A variant of collectEntries for arrays with separate functions for transforming the keys and values.
collectEntries(E[], Map<K, V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collectEntries(E[], Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectEntries(E[], Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
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>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectEntries(E[], Map<K, V>, Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
A variant of collectEntries for arrays with separate functions for transforming the keys and values.
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>, Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterables with separate functions for transforming the keys and values.
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(Iterable<E>, Map<K, V>, Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterables with separate functions for transforming the keys and values.
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>, Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators with separate functions for transforming the keys and values.
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(Iterator<E>, Map<K, V>, Function<? super E, K>, Function<? super E, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators with separate functions for transforming the keys and values.
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>, Function<? super X, K>, Function<? super Y, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Maps with separate functions for transforming the keys and values.
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.
collectEntries(Map<X, Y>, Map<K, V>, Function<? super X, K>, Function<? super Y, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Maps with separate functions for transforming the keys and values.
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
 
collectKeys(Map<K, V>, Function<? super K, K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Maps' keys leaving the values unchanged.
collectKeys(Map<K, V>, Map<K, V>, Function<? super K, K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Maps' keys leaving the values unchanged.
collectMany(E[], C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Projects each item from a source array to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(E[], C, Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
collectMany(E[], Closure<? extends Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
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
Deprecated.
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
 
collectValues(Map<K, V>, Function<? super V, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Maps' values leaving the keys unchanged.
collectValues(Map<K, V>, Map<K, V>, Function<? super V, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Maps' values leaving the keys unchanged.
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.apache.groovy.parser.antlr4.GroovyLexer
 
COLON - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
COLON - Static variable in class org.codehaus.groovy.syntax.Types
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LabeledStmtAltContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamedPropertyArgsContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
COLON() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
columns(double[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
An iterator of the columns of the array.
columns(float[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
An iterator of the columns of the array.
columns(int[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
An iterator of the columns of the array.
columns(long[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
An iterator of the columns of the array.
combinations(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all combinations of items from the given aggregate of collections.
combinations(Iterable<?>) - Static method in class groovy.util.GroovyCollections
Finds all combinations of items from the given collections.
combinations(Iterable, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all combinations of items from the given aggregate of collections, then returns the results of the supplied transform.
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.apache.groovy.parser.antlr4.GroovyLexer
 
COMMA - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
COMMA - Static variable in class org.codehaus.groovy.syntax.Types
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArgumentsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeListContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParametersContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorsContext
 
COMMA() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableNamesContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryListContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeListContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairsContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParametersContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorsContext
 
COMMA(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableNamesContext
 
commandArgument() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
commandArgument() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
commandArgument(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
CommandArgumentContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CommandArgumentContext
 
CommandExprAltContext(GroovyParser.StatementExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CommandExprAltContext
 
commandExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExprAltContext
 
commandExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
CommandExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
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).
commandPrimary() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
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
 
compactConstructorDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
compactConstructorDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MemberDeclarationContext
 
CompactConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CompactConstructorDeclarationContext
 
COMPARABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
compare(double, double) - Method in interface groovy.util.function.DoubleComparator
Compares its two arguments for order.
compare(float, float) - Method in interface groovy.util.function.FloatComparator
Compares its two arguments for order.
compare(int, int) - Method in class groovy.swing.table.TableSorter
 
compare(int, int) - Method in interface groovy.util.function.IntComparator
Compares its two arguments for order.
compare(long, long) - Method in interface groovy.util.function.LongComparator
Compares its two arguments for order.
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() - Element in annotation type groovy.transform.OperatorRename
 
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
Compares two Characters.
compareTo(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares 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
Compares a Number and a Character.
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares 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() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
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.
CompilationUnitContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CompilationUnitContext
 
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
 
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
For list.property expressions, we need the inferred component type.
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
compose(FloatUnaryOperator) - Method in interface groovy.util.function.FloatUnaryOperator
Creates a "backward" composed operator that first applies the before operator to its input, and then applies this operator to the result.
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
 
con - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
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
ConditionalExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
conditionalStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
conditionalStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStmtAltContext
 
ConditionalStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStatementContext
 
ConditionalStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStmtAltContext
 
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
 
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
CONST - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CONST - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CONST() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
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.DefaultMetaClassInfo.ConstantMetaClassVersioning
 
constantValue() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
 
constantValue() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
constantValueExpression() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
 
constantValueExpression() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
constrainedClassNode - Static variable in class groovy.beans.VetoableASTTransformation
 
constrainedType - Variable in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
constructor() - Element in annotation type groovy.transform.VisibilityOptions
 
CONSTRUCTOR - Static variable in class groovy.lang.ExpandoMetaClass
 
CONSTRUCTOR - Static variable in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
CONSTRUCTOR_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
constructorAnnotations() - Element in annotation type groovy.transform.InheritConstructors
Whether to carry over annotations on the copied constructors.
ConstructorCallExpression - Class in org.codehaus.groovy.ast.expr
A constructor call.
ConstructorCallExpression(ClassNode, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
ConstructorCallTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
ConstructorCallTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.ConstructorCallTransformer
 
ConstructorMetaClassSite - Class in org.codehaus.groovy.runtime.callsite
 
ConstructorMetaClassSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorMetaClassSite
 
ConstructorMetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
Call site for invoking static methods metaclass - cached method - not cached
ConstructorMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorMetaMethodSite
 
ConstructorNode - Class in org.codehaus.groovy.ast
Represents a constructor declaration
ConstructorNode() - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ConstructorNode(int, Parameter[], ClassNode[], Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ConstructorNode(int, Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ConstructorNodeUtils - Class in org.apache.groovy.ast.tools
Utility class for working with ConstructorNodes
constructors() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
constructors() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
constructors() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
constructors() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of constructors
constructors(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
constructors(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
constructors(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
constructors(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
CONSTRUCTORS - Enum constant in enum groovy.transform.PackageScopeTarget
Make the Class constructors have package protected visibility.
ConstructorSite - Class in org.codehaus.groovy.runtime.callsite
 
ConstructorSite(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
ConstructorSite.ConstructorSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need to unwrap arguments
ConstructorSite.ConstructorSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need neither unwrap nor coerce arguments
ConstructorSite.NoParamSite - Class in org.codehaus.groovy.runtime.callsite
 
ConstructorSite.NoParamSiteInnerClass - Class in org.codehaus.groovy.runtime.callsite
 
ConstructorSiteNoUnwrap(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrap
 
ConstructorSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
 
constX(Object) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
constX(Object, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
consumeIfMatch(char[]) - Method in interface org.apache.groovy.json.internal.CharacterSource
Useful for finding constants in a string like true, false, etc.
consumeIfMatch(char[]) - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
consumeProcessErrorStream(Process, OutputStream) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the error stream from a process and reads it to keep the process from blocking due to a full buffer.
consumeProcessErrorStream(Process, Appendable) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the error stream from a process and reads it to keep the process from blocking due to a full buffer.
consumeProcessOutput(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the output and error streams from a process and reads them to keep the process from blocking due to a full output buffer.
consumeProcessOutput(Process, OutputStream, OutputStream) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the output and error streams from a process and reads them to keep the process from blocking due to a full output buffer.
consumeProcessOutput(Process, Appendable, Appendable) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the output and error streams from a process and reads them to keep the process from blocking due to a full output buffer.
consumeProcessOutputStream(Process, OutputStream) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the output stream from a process and reads it to keep the process from blocking due to a full output buffer.
consumeProcessOutputStream(Process, Appendable) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Gets the output stream from a process and reads it to keep the process from blocking due to a full output buffer.
containingClass() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
containingClass() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
containingClass() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
containingClass() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
containingPackage() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
containingPackage() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
containingPackage() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
containingPackage() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
contains(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(byte[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(byte[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(char[], char, int, int) - Static method in class org.apache.groovy.json.internal.Chr
 
contains(char[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(char[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(double[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(double[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(float[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(float[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(int[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(int[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(long[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(long[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(short[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(short[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(CharSequence) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
contains(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provides an implementation of contains() like Collection.contains(Object) to make CharSequences more polymorphic.
contains(Iterable, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true if this iterable contains the item.
contains(Object) - Method in class groovy.lang.IntRange
 
contains(Object) - Method in class groovy.lang.ListWithDefault
 
contains(Object) - Method in class groovy.lang.NumberRange
iterates over all values and returns true if one value matches.
contains(Object) - Method in class groovy.lang.ObjectRange
Iterates over all values and returns true if one value matches.
contains(Object) - Method in class groovy.swing.impl.ListWrapperListModel
 
contains(Object) - Method in class groovy.util.ObservableList
 
contains(Object) - Method in class groovy.util.ObservableSet
 
contains(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
contains(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Tests if some key maps into the specified value in this table.
contains(Object[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Checks whether the array contains the given value.
contains(Object[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(MethodNode) - Method in class org.apache.groovy.contracts.domain.AssertionMap
 
containsAll(Iterable<?>, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true if this iterable contains all the elements in the specified array.
containsAll(Collection) - Method in class groovy.lang.IntRange
 
containsAll(Collection) - Method in class groovy.util.ObservableList
 
containsAll(Collection<?>) - Method in class groovy.lang.ListWithDefault
 
containsAll(Collection<?>) - Method in class groovy.swing.impl.ListWrapperListModel
 
containsAll(Collection<?>) - Method in class groovy.util.ObservableSet
 
containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Checks whether this CharSequence contains the searchString ignoring the caseConsiderations.
containsKey(Object) - Method in class groovy.lang.MapWithDefault
 
containsKey(Object) - Method in class groovy.sql.GroovyRowResult
Checks if the result contains (ignoring case) the given key.
containsKey(Object) - Method in class groovy.util.ConfigObject
 
containsKey(Object) - Method in class groovy.util.ObservableMap
 
containsKey(Object) - Method in class groovy.xml.slurpersupport.NamespaceAwareHashMap
 
containsKey(Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
containsKey(Object) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns true if a runner was registered with the specified key.
containsKey(Object) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsKey(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
containsKey(Object) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Determines if the cache contains an entry for the specified key.
containsKey(Object) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Determines if the cache contains an entry for the specified key.
containsKey(Object) - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Determines if the cache contains an entry for the specified key.
containsKey(Object) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
Determines if the cache contains an entry for the specified key.
containsKey(Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Determines if the cache contains an entry for the specified key.
containsKey(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.codehaus.groovy.util.ListHashMap
 
containsMatchingMethod(List, MetaMethod) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
containsSpreadExpression(Expression) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
containsValue(Object) - Method in class groovy.lang.MapWithDefault
 
containsValue(Object) - Method in class groovy.sql.GroovyRowResult
 
containsValue(Object) - Method in class groovy.util.ConfigObject
 
containsValue(Object) - Method in class groovy.util.ObservableMap
 
containsValue(Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
containsValue(Object) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns true if registry contains the given runner instance.
containsValue(Object) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsValue(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
containsValue(Object) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
containsValue(Object) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
containsValue(Object) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
 
containsValue(Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
 
containsValue(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.codehaus.groovy.util.ListHashMap
 
containsVariable(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
containsWithinBounds(Object) - Method in class groovy.lang.EmptyRange
Never true for an empty range.
containsWithinBounds(Object) - Method in class groovy.lang.IntRange
 
containsWithinBounds(Object) - Method in class groovy.lang.NumberRange
Checks whether a value is between the from and to values of a Range
containsWithinBounds(Object) - Method in class groovy.lang.ObjectRange
Checks whether a value is between the from and to values of a Range
containsWithinBounds(Object) - Method in interface groovy.lang.Range
Indicates whether an object is greater than or equal to the from value for the range and less than or equal to the to value.
CONTENT_PROPERTY - Static variable in class groovy.util.ObservableList
 
CONTENT_PROPERTY - Static variable in class groovy.util.ObservableMap
 
CONTENT_PROPERTY - Static variable in class groovy.util.ObservableSet
 
CONTENT_TYPE_TEXT_HTML - Static variable in class groovy.servlet.AbstractHttpServlet
Content type of the HTTP response.
contentEquals(CharSequence) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
contentEquals(StringBuffer) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
contents(Closure) - Method in class groovy.text.markup.BaseTemplate
Wraps a closure so that it can be used as a prototype for inclusion in layouts.
context - Variable in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
ContextualClassCodeVisitor - Class in org.codehaus.groovy.macro.matcher
A class code visitor which is capable of remembering the context of the current visit.
ContextualClassCodeVisitor() - Constructor for class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
CONTINUE - Enum constant in enum groovy.io.FileVisitResult
Continue processing; the default
CONTINUE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
CONTINUE - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
CONTINUE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStatementContext
 
CONTINUE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
continueStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
continueStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStmtAltContext
 
ContinueStatement - Class in org.codehaus.groovy.ast.stmt
Represents a continue statement in a loop statement
ContinueStatement() - Constructor for class org.codehaus.groovy.ast.stmt.ContinueStatement
 
ContinueStatement(String) - Constructor for class org.codehaus.groovy.ast.stmt.ContinueStatement
 
ContinueStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStatementContext
 
ContinueStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStmtAltContext
 
contract() - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
Contract - Class in org.apache.groovy.contracts.domain
Represents a contract between a supplier and a customer of a class.
Contract(ClassNode) - Constructor for class org.apache.groovy.contracts.domain.Contract
 
ContractClosureWriter - Class in org.apache.groovy.contracts.classgen.asm
Replaces annotation closures with closure implementation classes.
ContractClosureWriter() - Constructor for class org.apache.groovy.contracts.classgen.asm.ContractClosureWriter
 
Contracted - Annotation Type in groovy.contracts
Package-level and class-level annotation indicating that the package is enabled for class-invariants, pre- and post-conditions.
ContractElement - Annotation Type in org.apache.groovy.contracts.annotations.meta
Indicates that annotations being marked as @ContractElement are to be used by some contract element being either a class-invariant, pre- or post-condition.
ContractElementVisitor - Class in org.apache.groovy.contracts.ast.visitor
Checks whether the given ClassNode is relevant for further processing.
ContractElementVisitor(SourceUnit, ReaderSource) - Constructor for class org.apache.groovy.contracts.ast.visitor.ContractElementVisitor
 
ContractExecution(String, String, String, boolean) - Constructor for class org.apache.groovy.contracts.generation.ContractExecutionTracker.ContractExecution
 
ContractExecutionTracker - Class in org.apache.groovy.contracts.generation
Keeps track of contract executions to avoid cyclic contract checks.
ContractExecutionTracker() - Constructor for class org.apache.groovy.contracts.generation.ContractExecutionTracker
 
ContractExecutionTracker.ContractExecution - Class in org.apache.groovy.contracts.generation
 
controller - Variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
controller - Variable in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
controller - Variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
controller - Variable in class org.codehaus.groovy.classgen.asm.MethodPointerExpressionWriter
 
controller - Variable in class org.codehaus.groovy.classgen.asm.MopWriter
 
controller - Variable in class org.codehaus.groovy.classgen.asm.StatementWriter
 
controller - Variable in class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
controlStructureVariables - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
CONVERSION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
An abstract syntax tree (AST) is created from token trees
CONVERSION - Static variable in class org.codehaus.groovy.control.Phases
CST to AST conversion
ConversionHandler - Class in org.codehaus.groovy.runtime
This class is a general adapter to map a call to a Java interface to a given delegate.
ConversionHandler(Object) - Constructor for class org.codehaus.groovy.runtime.ConversionHandler
Creates a ConversionHandler with a delegate.
convert() - Element in annotation type groovy.cli.Option
A conversion closure to convert the incoming String into the desired object
convert() - Method in class org.codehaus.groovy.control.SourceUnit
Generates an AST from the CST.
convert(Object, String) - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
Converts a given value.
convert(Object, String) - Method in interface groovy.json.JsonGenerator.Converter
Converts a given object.
convert(ReturnStatement) - Method in class org.codehaus.groovy.transform.tailrec.TernaryToIfStatementConverter
 
convert(ReturnStatement, Map<Integer, Map<String, Object>>) - Method in class org.codehaus.groovy.transform.tailrec.ReturnStatementToIterationConverter
 
convertASTToSource(ReaderSource, ASTNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Converts an expression into the String source.
convertClosureToSource(ClosureExpression) - Method in class org.codehaus.groovy.ast.MethodInvocationTrap
Converts a ClosureExpression into the String source.
convertClosureToSource(ReaderSource, ClosureExpression) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
Converts a ClosureExpression into the String source.
ConvertedClosure - Class in org.codehaus.groovy.runtime
This class is a general adapter to adapt a closure to any Java interface.
ConvertedClosure(Closure) - Constructor for class org.codehaus.groovy.runtime.ConvertedClosure
 
ConvertedClosure(Closure, String) - Constructor for class org.codehaus.groovy.runtime.ConvertedClosure
 
ConvertedMap - Class in org.codehaus.groovy.runtime
This class is a general adapter to adapt a map of closures to any Java interface.
ConvertedMap(Map) - Constructor for class org.codehaus.groovy.runtime.ConvertedMap
to create a ConvertedMap object.
converter - Variable in class org.apache.groovy.swing.binding.AbstractFullBinding
 
converters - Variable in class groovy.json.DefaultJsonGenerator
 
converters - Variable in class groovy.json.JsonGenerator.Options
 
convertJsonToToml(Reader) - Static method in class org.apache.groovy.toml.util.TomlConverter
Convert json to toml
convertJsonToYaml(Reader) - Static method in class org.apache.groovy.yaml.util.YamlConverter
Convert json to yaml
convertParameterType(ClassNode, ClassNode) - Method in interface org.codehaus.groovy.classgen.asm.sc.AbstractFunctionalInterfaceWriter
 
convertParameterType(ClassNode, ClassNode, ClassNode) - Method in interface org.codehaus.groovy.classgen.asm.sc.AbstractFunctionalInterfaceWriter
 
convertPrimitiveToBoolean(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Converts a primitive type to boolean.
convertPropertyName(String) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Converts a String into a standard property name.
convertToBoolean(Object) - Method in class org.codehaus.groovy.runtime.callsite.BooleanReturningMethodInvoker
 
convertToBooleanArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToByteArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToCharArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToDoubleArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToFloatArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToIntArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToLongArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertTomlToJson(Reader) - Static method in class org.apache.groovy.toml.util.TomlConverter
Convert toml to json
convertToPrimitiveArray(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToShortArray(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
convertToTypeArray(Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Converts array of values (incl.
convertValue(SoftReference<V>) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
convert the original value to the target value
convertValue(V) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
convert the original value to the target value
convertValue(V) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
convert the original value to the target value
convertValue(V) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
convert the original value to the target value
convertValue(V1) - Method in interface org.codehaus.groovy.runtime.memoize.ValueConvertable
convert the original value to the target value
convertYamlToJson(Reader) - Static method in class org.apache.groovy.yaml.util.YamlConverter
Convert yaml to json
copy() - Method in class org.codehaus.groovy.ast.VariableScope
 
copy() - Method in class org.codehaus.groovy.util.FastArray
 
copy(char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
copy(char[], int, int) - Static method in class org.apache.groovy.json.internal.Chr
 
copy(Reader, Writer) - Static method in class org.apache.groovy.json.internal.IO
 
copy(ClosureMetaMethod) - Static method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
COPY_CONSTRUCTOR - Enum constant in enum groovy.transform.AutoCloneStyle
Uses the copy constructor pattern.
copyAnnotatedNodeAnnotations(AnnotatedNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
Copies all candidateAnnotations with retention policy RetentionPolicy.RUNTIME and RetentionPolicy.CLASS.
copyAnnotatedNodeAnnotations(AnnotatedNode, String, boolean) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
Copies all candidateAnnotations with retention policy RetentionPolicy.RUNTIME and RetentionPolicy.CLASS.
copyAnnotatedNodeAnnotations(AnnotatedNode, List<AnnotationNode>, List<AnnotationNode>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Copies all candidateAnnotations with retention policy RetentionPolicy.RUNTIME and RetentionPolicy.CLASS.
copyAnnotatedNodeAnnotations(AnnotatedNode, List<AnnotationNode>, List<AnnotationNode>, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Copies all candidateAnnotations with retention policy RetentionPolicy.RUNTIME and RetentionPolicy.CLASS.
copyBinaryResource(String, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine
 
copyFrom(GroovyParser.ExpressionContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionContext
 
copyFrom(GroovyParser.LiteralContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LiteralContext
 
copyFrom(GroovyParser.LoopStatementContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LoopStatementContext
 
copyFrom(GroovyParser.PrimaryContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PrimaryContext
 
copyFrom(GroovyParser.StatementContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StatementContext
 
copyFrom(GroovyParser.StatementExpressionContext) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StatementExpressionContext
 
copyLarge(Reader, Writer) - Static method in class org.apache.groovy.json.internal.IO
 
copyLarge(Reader, Writer, char[]) - Static method in class org.apache.groovy.json.internal.IO
 
copyMethodsToSuper() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNodeMetaData(ASTNode) - Method in class org.codehaus.groovy.ast.ASTNode
Copies all node metadata from the other node to this one
copyNodeMetaData(NodeMetaDataHandler) - Method in interface org.codehaus.groovy.ast.NodeMetaDataHandler
Copies all node metadata from the other node to this one
copyNonPrivateMethods(Map<String, MetaMethodIndex.Cache>, Map<String, MetaMethodIndex.Cache>) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNonPrivateNonNewMetaMethods(Map<String, MetaMethodIndex.Cache>, Map<String, MetaMethodIndex.Cache>) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyRange(char[], int, int) - Static method in class org.apache.groovy.json.internal.ArrayUtils
 
copyStatementLabels(Statement) - Method in class org.codehaus.groovy.ast.stmt.Statement
 
copyStatementsWithSuperAdjustment(ClosureExpression, BlockStatement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
copyWith() - Element in annotation type groovy.transform.ImmutableBase
If true, this adds a method copyWith which takes a Map of new property values and returns a new instance of the Immutable class with these values set.
copyWith() - Element in annotation type groovy.transform.RecordOptions
If true, this adds a method copyWith which takes a Map of new property values and returns a new instance of the record class with these values set.
copyWith(Calendar, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support creating a new Date having similar properties to an existing Date (which remains unaltered) but with some fields updated according to a Map of changes.
copyWith(Date, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support creating a new Date having similar properties to an existing Date (which remains unaltered) but with some fields updated according to a Map of changes.
CorrectAccessedVariableVisitor(InnerClassNode) - Constructor for class org.codehaus.groovy.classgen.asm.ClosureWriter.CorrectAccessedVariableVisitor
 
correctArguments(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
correctToGenericsSpec(Map<String, ClassNode>, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
correctToGenericsSpec(Map<String, ClassNode>, GenericsType) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
correctToGenericsSpec(Map<String, ClassNode>, MethodNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
correctToGenericsSpecRecurse(Map<String, ClassNode>, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
correctToGenericsSpecRecurse(Map<String, ClassNode>, ClassNode[]) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
correctToGenericsSpecRecurse(Map<String, ClassNode>, ClassNode, List<String>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
couldBeContractElementMethodNode(ClassNode, MethodNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Checks whether the given MethodNode could be a candidate for an arbitrary ContractElement annotation.
count - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The total number of mappings in the hash table.
count() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Aggregate function count, similar to SQL's count
count(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(byte[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(byte[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(char[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(char[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(double[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(double[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(float[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(float[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(int[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(int[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(long[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(long[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(short[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(short[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Counts the number of occurrences of a sub CharSequence.
count(Iterable<T>, E, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this Iterable.
count(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this Iterable.
count(Iterable, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this Iterable.
count(Object[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(Object[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(Function<? super T, ? extends U>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Aggregate function count, similar to SQL's count Note: if the chosen field is null, the field will not be counted
count(Iterator<T>, E, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from the items within this Iterator, adding the count to the initial count.
count(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from the items within this Iterator.
count(Iterator, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value from the items within this Iterator.
count(Map<K, V>, E, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this map.
count(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this map.
count(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this array.
countBy(E[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Creates a multiset-like map of the array members.
countBy(E[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Sorts all array members into groups determined by the supplied mapping closure and counts the group size.
countBy(E[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
countBy(Iterable<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a multiset-like map of the collection members.
countBy(Iterable<E>, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all collection members into groups determined by the supplied mapping closure and counts the group size.
countBy(Iterator<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a multiset-like map of the iterator members.
countBy(Iterator<E>, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all iterator items into groups determined by the supplied mapping closure and counts the group size.
countBy(Map<U, V>, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups the members of a map into groups determined by the supplied mapping closure and counts the frequency of the created groups.
countChar(String, char) - Static method in class org.apache.groovy.parser.antlr4.util.StringUtils
 
countTestCases() - Method in class org.apache.groovy.test.ScriptTestAdapter
 
CREATABLE_PRIMITIVE_TYPE - Static variable in class org.codehaus.groovy.syntax.Types
 
CREATABLE_TYPE_NAME - Static variable in class org.codehaus.groovy.syntax.Types
 
create(char[]) - Static method in class org.apache.groovy.json.internal.CharBuf
 
create(int) - Static method in class org.apache.groovy.json.internal.CharBuf
 
create(Class) - Static method in class org.codehaus.groovy.tools.shell.util.Logger
 
create(Class, MetaClassRegistry) - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
Creates a metaclass implementation for theClass.
create(Class, String) - Static method in class org.codehaus.groovy.tools.shell.util.Logger
 
create(String, Object, ProcessingUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified text and data.
create(String, String) - Static method in class org.codehaus.groovy.control.SourceUnit
A convenience routine to create a standalone SourceUnit on a String with defaults for almost everything that is configurable.
create(String, String, int) - Static method in class org.codehaus.groovy.control.SourceUnit
A convenience routine to create a standalone SourceUnit on a String with defaults for almost everything that is configurable.
create(String, ProcessingUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified text.
create(WriterController) - Method in interface org.codehaus.groovy.classgen.asm.MopWriter.Factory
 
create(SyntaxException, SourceUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified SyntaxException.
CREATE_DEBUG_INFO - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
CREATE_LINE_NUMBER_INFO - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
createArg() - Method in class org.codehaus.groovy.ant.Groovy
 
createArray() - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.ArrayUtil
 
createAsImmutableX(Expression, ClassNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createAssertError(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createAtnWrapper() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
 
createAtnWrapper() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
 
createAtnWrapper() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.ParserAtnManager
 
createBindableStatement(PropertyNode, Expression) - Method in class groovy.beans.BindableASTTransformation
Creates a statement body similar to: this.firePropertyChange("field", field, field = value)
createBinding(SourceBinding, TargetBinding) - Method in class org.apache.groovy.swing.binding.ClosureTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.apache.groovy.swing.binding.EventTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.apache.groovy.swing.binding.SwingTimerTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in interface org.apache.groovy.swing.binding.TriggerBinding
 
createBindings() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
createBlockStatementForConstructor(ClosureExpression, ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
createBootstrapMethod(boolean, boolean) - Method in interface org.codehaus.groovy.classgen.asm.sc.AbstractFunctionalInterfaceWriter
 
createBootstrapMethodArguments(String, int, ClassNode, MethodNode, Parameter[], boolean) - Method in interface org.codehaus.groovy.classgen.asm.sc.AbstractFunctionalInterfaceWriter
 
createCachedMethodSite(CallSite, MetaClassImpl, CachedMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
createCachedMethodSite(CallSite, MetaClassImpl, CachedMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
createCallBackedManager(ReferenceQueue) - Static method in class org.codehaus.groovy.util.ReferenceManager
 
createClass(byte[], ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
createClassLoader() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
createClassName(Method) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
createClassName(String) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
createClasspath() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
createClasspath() - Method in class org.codehaus.groovy.ant.Groovy
Returns a new path element that can be configured.
createClasspath() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path to the classpath.
createClasspath() - Method in class org.codehaus.groovy.ant.RootLoaderRef
Adds a path to the classpath.
createClasspath() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createClassVisitor() - Method in class org.codehaus.groovy.control.CompilationUnit
 
createClosureClass(ClassNode, MethodNode, ClosureExpression, boolean, boolean, int) - Method in class org.apache.groovy.contracts.classgen.asm.ContractClosureWriter
 
createClosureClass(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
createClosureClass(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesClosureWriter
 
createClosureClass(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesLambdaWriter
 
createCollector(CompilationUnit, SourceUnit) - Method in class groovy.lang.GroovyClassLoader
creates a ClassCollector for a new compilation.
createCompilationUnit(CompilerConfiguration, CodeSource) - Method in class groovy.lang.GroovyClassLoader
creates a new CompilationUnit.
createCompiler(CompilerConfiguration) - Method in class org.codehaus.groovy.tools.javac.JavacCompilerFactory
 
createCompiler(CompilerConfiguration) - Method in interface org.codehaus.groovy.tools.javac.JavaCompilerFactory
 
createCondition() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
Subclasses should implement this method to set the condition of the interruption statement
createConfiguration() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
createConnection() - Method in class groovy.sql.DataSet
 
createConnection() - Method in class groovy.sql.Sql
An extension point allowing derived classes to change the behavior of connection creation.
createConstrainedStatement(PropertyNode, Expression) - Method in class groovy.beans.VetoableASTTransformation
Creates a statement body similar to: this.fireVetoableChange("field", field, field = value)
createConstraints() - Method in class groovy.swing.impl.TableLayoutCell
 
createConstructorSite(CallSite, MetaClassImpl, CachedConstructor, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
createConstructorSite(CallSite, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createConstructorSite(CallSite, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createConstructorStatement(AbstractASTTransformation, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createConstructorStatementDefault(FieldNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
createCopy() - Method in class org.codehaus.groovy.runtime.MethodKey
Creates an immutable copy that we can cache.
createdName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
createdName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
CreatedNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CreatedNameContext
 
createDocument() - Method in class groovy.xml.DOMBuilder
 
createDocumentBuilderFactory() - Static method in class groovy.xml.FactorySupport
 
createDoubleDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createDoubleDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createDoubleDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createDoubleDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createDoubleDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createDoubleFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createDoubleFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createDoubleFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createDoubleFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createDoubleFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createDoubleInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createDoubleInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createDoubleInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createDoubleInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createDoubleInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createDoubleLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createDoubleLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createDoubleLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createDoubleLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createDoubleLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createEquals(ClassNode, boolean, boolean, boolean, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createEquals(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createEquals(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createEquals(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createEquals(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createErrorMessage(String, String, String, String) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
createErrorMessageForAmbiguity(String, String, Class[], LinkedList) - Static method in class groovy.lang.MetaClassImpl
 
createExact(int) - Static method in class org.apache.groovy.json.internal.CharBuf
 
createExceptionText(String, MetaMethod, Object, Object[], Throwable, boolean) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
createFailedPredicateErrorMessage(Parser, FailedPredicateException) - Method in class org.apache.groovy.parser.antlr4.internal.DescriptiveErrorStrategy
 
createFailedPredicateException(String, String) - Method in class org.apache.groovy.parser.antlr4.GroovyLangParser
 
createFailedPredicateException(String, String) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
createFloatDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createFloatDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createFloatDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createFloatDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createFloatDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createFloatFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createFloatFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createFloatFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createFloatFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createFloatFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createFloatInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createFloatInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createFloatInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createFloatInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createFloatInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createFloatLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createFloatLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createFloatLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createFloatLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createFloatLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createGeneratestubs() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createGenericsSpec(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
createGenericsSpec(ClassNode, Map<String, ClassNode>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
createGetPropertySite(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
createGetterBlock(PropertyNode, FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
createGroovyc() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createGroovyCodeVisitor() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
createGroovyObjectGetPropertySite(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
createGroovyObjectWrapper(GroovyObject, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createGroovyScriptEngine() - Method in class groovy.servlet.GroovyServlet
Hook method to set up the GroovyScriptEngine to use.
Subclasses may override this method to provide a custom engine.
createHashCode() - Method in class org.codehaus.groovy.runtime.MethodKey
 
createHashCode(ClassNode, boolean, boolean, boolean, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createHashCode(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createHashCode(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createHashCode(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createHashCode(ClassNode, boolean, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
createIdlingManager(ReferenceQueue) - Static method in class org.codehaus.groovy.util.ReferenceManager
 
createInputMismatchErrorMessage(Parser, InputMismatchException) - Method in class org.apache.groovy.parser.antlr4.internal.DescriptiveErrorStrategy
 
createIntegerDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createIntegerDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createIntegerDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createIntegerDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createIntegerDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createIntegerFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createIntegerFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createIntegerFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createIntegerFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createIntegerFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createIntegerInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createIntegerInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createIntegerInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createIntegerInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createIntegerInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createIntegerLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createIntegerLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createIntegerLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createIntegerLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createIntegerLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createInterfaceSyntheticStaticFields() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
createInterruptStatement() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
createIterator(Object) - Method in class groovy.xml.slurpersupport.GPathResult
 
createJavac() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createLambdaClass(LambdaExpression, int, MethodNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesLambdaWriter
 
createLexerNode() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter
Create a new LexerNode for adding to root.
createLink() - Method in class org.codehaus.groovy.ant.Groovydoc
Create link to Javadoc/GroovyDoc output at the given URL.
createList(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createList(Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createLocalLabel(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
creates a new named label
createLongDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createLongDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createLongDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createLongDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createLongDouble(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createLongFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createLongFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createLongFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createLongFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createLongFloat(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createLongInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createLongInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createLongInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createLongInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createLongInteger(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createLongLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createLongLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createLongLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createLongLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createLongLong(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createMap() - Method in class groovy.util.Expando
Factory method to create a new Map used to store the expando properties map
createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createMethodDescriptor(MethodNode) - Method in interface org.codehaus.groovy.classgen.asm.sc.AbstractFunctionalInterfaceWriter
 
createMethodList(String, Class, Closure) - Static method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
createMopMethods() - Method in class org.codehaus.groovy.classgen.asm.MopWriter
 
createMopMethods() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticCompilationMopWriter
 
createNode(Node, Object, Map) - Method in class groovy.xml.XmlParser
Creates a new node with the given parent, name, and attributes.
createNode(Object) - Method in class groovy.ant.AntBuilder
 
createNode(Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Object) - Method in class groovy.ant.AntBuilder
 
createNode(Object, Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Map) - Method in class groovy.ant.AntBuilder
 
createNode(Object, Map) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Map) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Map) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Map) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Map) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Map) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Map, Object) - Method in class groovy.ant.AntBuilder
 
createNode(Object, Map, Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Map, Object) - Method in class groovy.util.FactoryBuilderSupport
This method is responsible for instantiating a node and configure its properties.
createNode(Object, Map, Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Map, Object) - Method in class groovy.xml.SAXBuilder
 
createNonAwareCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
createNormalMetaClass(Class, MetaClassRegistry) - Method in class groovy.lang.ExpandoMetaClassCreationHandle
 
createNormalMetaClass(Class, MetaClassRegistry) - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
 
createNoViableAlternativeErrorMessage(Parser, NoViableAltException) - Method in class org.apache.groovy.parser.antlr4.internal.DescriptiveErrorStrategy
 
createNumberNumber(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
createNumberNumber(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createNumberNumber(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
createNumberNumber(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
createNumberNumber(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
createOperationKey(String, int) - Method in class groovy.jmx.GroovyMBean
Construct a simple key based on the method name and the number of parameters
createParentDirectories(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates, if needed, any parent directories for this File.
createParentDirectories(Path, FileAttribute<?>...) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Creates, if needed, any parent directories for the file associated with this Path.
createParserPlugin() - Method in class org.apache.groovy.parser.antlr4.Antlr4PluginFactory
 
createParserPlugin() - Method in class org.codehaus.groovy.control.ParserPluginFactory
 
createPogoCallCurrentSite(CallSite, Class, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createPogoCallCurrentSite(CallSite, Class, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
createPogoCallCurrentSite(CallSite, Class, String, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createPogoCallSite(CallSite, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createPogoCallSite(CallSite, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createPogoCallSite(CallSite, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
createPogoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
createPogoMetaMethodSite(CallSite, MetaClassImpl, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.CallSiteAwareMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayGetAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayPutAtMetaMethod
 
createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
createPojoCallSite(CallSite, Object, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createPojoCallSite(CallSite, Object, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createPojoCallSite(CallSite, Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
createPojoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
createPojoMetaMethodSite(CallSite, MetaClassImpl, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createPojoWrapper(Object, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createPreparedQueryCommand(String, List<?>) - Method in class groovy.sql.Sql
Factory for the PreparedQueryCommand command pattern object allows subclass to supply implementations of the command class.
createProject() - Static method in class groovy.ant.AntBuilder
 
createPropertyHandler(AbstractASTTransformation, GroovyClassLoader, ClassNode) - Static method in class groovy.transform.options.PropertyHandler
 
createPropGetter(PropertyNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createPropGetter(PropertyNode) - Method in class groovy.transform.options.PropertyHandler
Create the getter block used when reading the property including any defensive copying.
createPropInit(AbstractASTTransformation, AnnotationNode, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.DefaultPropertyHandler
 
createPropInit(AbstractASTTransformation, AnnotationNode, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createPropInit(AbstractASTTransformation, AnnotationNode, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.LegacyHashMapPropertyHandler
 
createPropInit(AbstractASTTransformation, AnnotationNode, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.PropertyHandler
Create a statement that will initialize the property including any defensive copying.
createPropSetter(PropertyNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createPropSetter(PropertyNode) - Method in class groovy.transform.options.PropertyHandler
Create the setter block used when setting the property.
createQueryCommand(String) - Method in class groovy.sql.Sql
Factory for the QueryCommand command pattern object allows subclasses to supply implementations of the command class.
createRange(Object, Object, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createRange(Object, Object, boolean) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createRange(Object, Object, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createRange(Object, Object, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createReference(T, V, ReferenceQueue) - Method in enum org.codehaus.groovy.util.ReferenceType
 
createSaxParserFactory() - Static method in class groovy.xml.FactorySupport
 
createScript(Class, Binding) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createScript(String, Binding) - Method in class groovy.util.GroovyScriptEngine
Creates a Script with a given scriptName and binding.
createSetStatement(Expression) - Method in class groovy.beans.VetoableASTTransformation
Creates a statement body similar to: field = value.
createSetterBlock(ClassNode, FieldNode, Parameter) - Method in class org.apache.groovy.contracts.ast.visitor.DynamicSetterInjectionVisitor
 
createSetterBlock(PropertyNode, FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
createSetterMethod(ClassNode, PropertyNode, String, Statement) - Method in class groovy.beans.BindableASTTransformation
Creates a setter method with the given body.
createSetterMethod(ClassNode, PropertyNode, String, Statement) - Method in class groovy.beans.VetoableASTTransformation
Creates a setter method with the given body.
createSignature(MBeanOperationInfo) - Method in class groovy.jmx.GroovyMBean
 
createSimilarArray(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarCollection(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarCollection(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarCollection(Collection<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarList(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarMap(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarOrDefaultCollection(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarQueue(Queue<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSimilarSet(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
createSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path to sourcepath.
createSrc() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
createSrc() - Method in class org.codehaus.groovy.ant.Groovyc
Adds a path for source compilation.
createSrc() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createStatementsClass() - Method in class org.codehaus.groovy.ast.ModuleNode
 
createStaticMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
createStaticMetaMethodSite(CallSite, MetaClassImpl, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createStaticSite(CallSite, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createStaticSite(CallSite, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createStaticVersion() - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
createSyntheticStaticFields() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
createTempDir(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
 
createTempDir(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
 
createTempDir(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
 
createTemplate(File) - Method in class groovy.text.TemplateEngine
Creates a template from the File contents.
createTemplate(File, Charset) - Method in class groovy.text.TemplateEngine
Creates a template from the File contents using the given charset encoding.
createTemplate(Reader) - Method in class groovy.text.GStringTemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.SimpleTemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.StreamingTemplateEngine
Creates a template instance using the template source from the provided Reader.
createTemplate(Reader) - Method in class groovy.text.TemplateEngine
Creates a template by reading content from the Reader.
createTemplate(Reader) - Method in class groovy.text.XmlTemplateEngine
 
createTemplate(Reader, String) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTemplate(String) - Method in class groovy.text.TemplateEngine
Creates a template from the String contents.
createTemplate(URL) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTemplate(URL) - Method in class groovy.text.TemplateEngine
Creates a template from the content found at the URL using the default encoding.
createTemplate(URL, Charset) - Method in class groovy.text.TemplateEngine
Creates a template from the content found at the URL using the given charset encoding.
createTemplateByPath(String) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTextifier() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
createThreadedManager(ReferenceQueue) - Static method in class org.codehaus.groovy.util.ReferenceManager
 
createThresholdedIdlingManager(ReferenceQueue, ReferenceManager, int) - Static method in class org.codehaus.groovy.util.ReferenceManager
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String[]) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createToString(ClassNode, boolean, boolean, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String[], boolean) - Static method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
createTransformMetaMethod(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
createTuple(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createTuple(Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createTypeCheckedModelTemplate(Reader, String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(Reader, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(String, String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(URL, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplateByPath(String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createUnsupportedException(String, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
createVariableAlias(String, ClassNode, String) - Static method in class org.codehaus.groovy.transform.tailrec.AstHelper
 
createVariableDefinition(String, ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.tailrec.AstHelper
 
createVariableDefinition(String, ClassNode, Expression, boolean) - Static method in class org.codehaus.groovy.transform.tailrec.AstHelper
 
createVariableReference(Map<String, ?>) - Static method in class org.codehaus.groovy.transform.tailrec.AstHelper
 
createView(Closure) - Method in class groovy.sql.DataSet
 
creator() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NewPrmrAltContext
 
creator() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
creator(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
CreatorContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
CreatorContext(ParserRuleContext, int, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
crossJoin(Queryable<? extends U>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Cross join another Queryable instance, similar to SQL's cross join
cst - Variable in class org.codehaus.groovy.control.SourceUnit
A Concrete Syntax Tree of the source
CSTNode - Class in org.codehaus.groovy.syntax
An abstract base class for nodes in the concrete syntax tree that is the result of parsing.
CSTNode() - Constructor for class org.codehaus.groovy.syntax.CSTNode
 
ct - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
ct - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ReturnTypeContext
 
ctorSuperS() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorSuperS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorSuperX() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorSuperX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorThisS() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorThisS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorThisX() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorThisX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorX(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorX(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cumeDist() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Window
Returns the cumulative distribution of a value in the window
CURRENT_BUILDER - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_FACTORY - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_NAME - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_NODE - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_SIGNATURE_PROTOCOL - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
CURRENT_SIGNATURE_PROTOCOL_VERSION - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
currentCall - Variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
currentChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
returns the current character without changing the IO pointer or index.
currentChar() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
currentChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
currentField - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
currentKey - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
currentProperty - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
currentTimeSeconds(System) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Get the current time in seconds
currentType - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
currentValue - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
CurriedClosure<V> - Class in org.codehaus.groovy.runtime
A wrapper for Closure to support currying.
CurriedClosure(int, Closure<V>, Object...) - Constructor for class org.codehaus.groovy.runtime.CurriedClosure
 
CurriedClosure(Closure<V>, Object...) - Constructor for class org.codehaus.groovy.runtime.CurriedClosure
 
curry(Object) - Method in class groovy.lang.Closure
Support for Closure currying.
curry(Object...) - Method in class groovy.lang.Closure
Support for Closure currying.
curryDelegateAndGetContent(Closure<?>, Object) - Static method in class groovy.json.JsonDelegate
Factory method for creating JsonDelegates from closures currying an object argument.
curryDelegateAndGetContent(Writer, Closure, Object) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
curryDelegateAndGetContent(Writer, Closure, Object, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
cursor - Variable in class groovy.util.ObservableList.ObservableIterator
 
CustomizersFactory - Class in org.codehaus.groovy.control.customizers.builder
This factory generates an array of compilation customizers.
CustomizersFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.CustomizersFactory
 

D

damerauLevenshteinDistance(Object[], Object[]) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
This is an implementation of DL distance between two Object arrays instead of character streams.
dArrayGet(double[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Gets value from double[] using normalized index.
dArraySet(double[], int, double) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Sets value into double[] using normalized index.
data - Variable in class org.codehaus.groovy.control.messages.SimpleMessage
used when SimpleMessage.message is an I18N identifier
DATALINK - Static variable in class groovy.sql.Sql
 
DATALINK(Object) - Static method in class groovy.sql.Sql
 
dataSet(Class<?>) - Method in class groovy.sql.Sql
 
dataSet(String) - Method in class groovy.sql.Sql
 
DataSet - Class in groovy.sql
An enhancement of Groovy's Sql class providing support for accessing and querying databases using POGO fields and operators rather than JDBC-level API calls and RDBMS column names.
DataSet(Sql, Class) - Constructor for class groovy.sql.DataSet
 
DataSet(Sql, String) - Constructor for class groovy.sql.DataSet
 
dataSourceExpr - Variable in class org.apache.groovy.ginq.dsl.expression.DataSourceExpression
 
DataSourceExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents data source expression
DataSourceExpression(Expression, Expression) - Constructor for class org.apache.groovy.ginq.dsl.expression.DataSourceExpression
 
DataSourceHolder - Interface in org.apache.groovy.ginq.dsl.expression
Represents data source holder, e.g.
DATE - Static variable in class groovy.sql.Sql
 
DATE(Object) - Static method in class groovy.sql.Sql
 
dateFormat - Variable in class groovy.json.DefaultJsonGenerator
 
dateFormat - Variable in class groovy.json.JsonGenerator.Options
 
dateFormat(String) - Method in class groovy.json.JsonGenerator.Options
Sets the date format that will be used to serialize Date objects.
dateFormat(String, Locale) - Method in class groovy.json.JsonGenerator.Options
Sets the date format that will be used to serialize Date objects.
dateLocale - Variable in class groovy.json.DefaultJsonGenerator
 
dateLocale - Variable in class groovy.json.JsonGenerator.Options
 
Dates - Class in org.apache.groovy.json.internal
 
Dates() - Constructor for class org.apache.groovy.json.internal.Dates
 
DateTimeExtensions - Class in org.apache.groovy.datetime.extensions
This class defines new Groovy methods which appear on normal JDK Date/Time API (java.time) classes inside the Groovy environment.
DateTimeStaticExtensions - Class in org.apache.groovy.datetime.extensions
This class defines new static extension methods which appear on normal JDK Date/Time API (java.time) classes inside the Groovy environment.
DateUtilExtensions - Class in org.apache.groovy.dateutil.extensions
This class defines new groovy methods which appear on normal JDK Date and Calendar classes inside the Groovy environment.
DateUtilStaticExtensions - Class in org.apache.groovy.dateutil.extensions
This class defines new groovy static methods which appear on normal JDK Date and Calendar classes inside the Groovy environment.
DateUtilStaticExtensions() - Constructor for class org.apache.groovy.dateutil.extensions.DateUtilStaticExtensions
 
dateValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
dateValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
dateValue() - Method in interface org.apache.groovy.json.internal.Value
 
dateValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
DatumDependentDuration - Class in groovy.time
DatumDependentDuration represents durations whose length in milliseconds cannot be determined without knowing the datum point.
DatumDependentDuration(int, int, int, int, int, int, int) - Constructor for class groovy.time.DatumDependentDuration
 
days - Variable in class groovy.time.BaseDuration
 
debug - Variable in class org.codehaus.groovy.control.CompilationUnit
If set, outputs a little more information during compilation when errors occur.
debug - Variable in class org.codehaus.groovy.control.messages.ExceptionMessage
 
debug - Variable in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
debug(Object) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
debug(Object, Throwable) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
debug(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
debug(System.Logger, String) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging debug level messages with the platform logger.
debug(System.Logger, String, Object...) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging debug level messages with the platform logger.
debug(System.Logger, String, Throwable) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging debug level messages with the platform logger.
DEBUG - Static variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
debugCharDescription(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
DEC - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DEC - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DEC() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PostfixExpressionContext
 
DEC() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryAddExprAltContext
 
decapitalize(String) - Static method in class org.apache.groovy.util.BeanUtils
Returns a string which is the same as the original except the first letter will be lowercase except for some special cases as per JavaBean handling.
DECIMAL - Static variable in class groovy.sql.Sql
 
DECIMAL(Object) - Static method in class groovy.sql.Sql
 
DECIMAL_FLOATING_POINT_LITERAL - Static variable in class groovy.console.ui.text.GroovyFilter
 
DECIMAL_INTEGER_LITERAL - Static variable in class groovy.console.ui.text.GroovyFilter
 
DECIMAL_NUMBER - Static variable in class org.codehaus.groovy.syntax.Types
 
DECIMAL_POINT - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
DECIMAL_POINT - Static variable in class org.apache.groovy.json.internal.CharScanner
 
DECLARATION_INFERRED_TYPE - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
in flow analysis, represents the type of the declaration node LHS
DECLARATION_MODIFIER - Static variable in class org.codehaus.groovy.syntax.Types
 
DeclarationExpression - Class in org.codehaus.groovy.ast.expr
Represents one or more local variables.
DeclarationExpression(Expression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.DeclarationExpression
Creates a declaration like "def v" or "int w = 0" or "def (x, y) = [1, 2]".
DeclarationExpression(VariableExpression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.DeclarationExpression
Creates a declaration like "def v" or "int w = 0".
declaredVariableExpression - Variable in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
declareNamespace(Map) - Method in class groovy.xml.NamespaceBuilder
 
declareNamespace(Map) - Method in class groovy.xml.NamespaceBuilderSupport
 
declareNamespace(Map) - Method in class groovy.xml.slurpersupport.GPathResult
Adds the specified map of prefix to namespace mappings to this GPathResult.
declaresAnyInterfaces(ClassNode...) - Method in class org.codehaus.groovy.ast.ClassNode
 
declaresInterface(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
declS(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
declX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
decode(char[], int, int) - Static method in class org.apache.groovy.json.internal.JsonStringDecoder
 
decode(String) - Method in interface org.codehaus.groovy.transform.stc.SignatureCodec
 
decode(String) - Method in class org.codehaus.groovy.transform.stc.SignatureCodecVersion1
 
decodeBase64(String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Decode the String from Base64 into a byte array.
decodeBase64Url(String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Decodes a Base64 URL and Filename Safe encoded String into a byte array.
decodeFalse() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeFalse() - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
decodeForSure(char[], int, int) - Static method in class org.apache.groovy.json.internal.JsonStringDecoder
 
decodeFromChars(char[]) - Method in class org.apache.groovy.json.internal.JsonFastParser
 
decodeFromChars(char[]) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeFromChars(char[]) - Method in class org.apache.groovy.json.internal.JsonParserLax
 
decodeHex(String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Decodes a hex string to a byte array.
decodeJsonArray() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeJsonArray() - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
decodeJsonObject() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeJsonObject() - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
decodeJsonObjectLazyFinalParse() - Method in class org.apache.groovy.json.internal.JsonFastParser
 
decodeJsonString(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
decodeJsonString(char[], int, int) - Method in class org.apache.groovy.json.internal.CharBuf
 
decodeNull() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeNull() - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
decodeNumberLax(boolean) - Method in class org.apache.groovy.json.internal.JsonParserLax
Decodes a number from a JSON value.
decodeSpecialSymbols(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
decodeStrings - Variable in class org.apache.groovy.json.internal.ValueContainer
 
decodeTrue() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeTrue() - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
decodeValue() - Method in class org.apache.groovy.json.internal.JsonFastParser
 
decodeValue() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
decodeValue() - Method in class org.apache.groovy.json.internal.JsonParserLax
 
DecompiledClassNode - Class in org.codehaus.groovy.ast.decompiled
A ClassNode kind representing the classes coming from *.class files decompiled using ASM.
DecompiledClassNode(ClassStub, AsmReferenceResolver) - Constructor for class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
decomposeSuperCallName(String) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns the trait and method names derived from super-trait name scheme or null if the method name doesn't correspond to a trait method.
decrement(Object) - Method in class groovy.lang.ObjectRange
Decrements by one
decrementIndent() - Method in class groovy.util.IndentPrinter
 
deemedInternalName(String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
deepSanitize(Throwable) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
Sanitize the exception and ALL nested causes
DEF - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DEF - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DEF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
DEF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifierContext
 
DEF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
DEF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
DEFAULT - Static variable in class org.apache.groovy.contracts.domain.ClassInvariant
 
DEFAULT - Static variable in class org.apache.groovy.ginq.provider.collection.runtime.RowBound
 
DEFAULT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DEFAULT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DEFAULT - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
A convenience for getting a default configuration.
DEFAULT - Static variable in class org.codehaus.groovy.control.io.NullWriter
 
DEFAULT - Static variable in class org.codehaus.groovy.tools.Compiler
 
DEFAULT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
DEFAULT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
DEFAULT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
DEFAULT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
DEFAULT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
DEFAULT_ACCESS_MODIFIER - Static variable in class org.codehaus.groovy.transform.LogASTTransformation
 
DEFAULT_CALLEE_DEPTH - Static variable in interface groovy.grape.GrapeEngine
 
DEFAULT_CATEGORY_NAME - Static variable in class org.codehaus.groovy.transform.LogASTTransformation
This is just a dummy value used because String annotations values can not be null.
DEFAULT_CLASS_TEMPLATES - Static variable in class org.codehaus.groovy.tools.groovydoc.gstringTemplates.GroovyDocTemplateInfo
 
DEFAULT_CODE_BASE - Static variable in class groovy.lang.GroovyShell
 
DEFAULT_DOC_TEMPLATES - Static variable in class org.codehaus.groovy.tools.groovydoc.gstringTemplates.GroovyDocTemplateInfo
 
DEFAULT_IMPORTS - Static variable in class org.codehaus.groovy.control.ResolveVisitor
 
DEFAULT_INDENTATION - Static variable in class groovy.text.XmlTemplateEngine
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.codehaus.groovy.runtime.memoize.CommonCache
The default initial capacity
DEFAULT_INITIAL_CAPACITY - Static variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The default initial number of table slots for this table (32).
DEFAULT_INSTANCE_LOCKNAME - Static variable in class org.codehaus.groovy.transform.ReadWriteLockASTTransformation
 
DEFAULT_LOAD_FACTOR - Static variable in class org.codehaus.groovy.runtime.memoize.CommonCache
The default load factor
DEFAULT_LOAD_FACTOR - Static variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The default load factor for this table (1.0).
DEFAULT_PACKAGE_TEMPLATES - Static variable in class org.codehaus.groovy.tools.groovydoc.gstringTemplates.GroovyDocTemplateInfo
 
DEFAULT_PARAMETER_GENERATED - Static variable in class org.codehaus.groovy.classgen.Verifier
 
DEFAULT_SOURCE_ENCODING - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
The default source encoding.
DEFAULT_STATIC_LOCKNAME - Static variable in class org.codehaus.groovy.transform.ReadWriteLockASTTransformation
 
DEFAULT_TARGET_BYTECODE - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
 
DEFAULT_TIMEZONE - Static variable in class groovy.json.JsonGenerator.Options
 
DefaultAction - Class in groovy.swing.impl
A default action implementation
DefaultAction() - Constructor for class groovy.swing.impl.DefaultAction
 
DefaultCachedMethodKey - Class in org.codehaus.groovy.runtime
A default implementation of MethodKey
DefaultCachedMethodKey(Class, String, CachedClass[], boolean) - Constructor for class org.codehaus.groovy.runtime.DefaultCachedMethodKey
 
defaultCall(CallSite, Object, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
defaultCallConstructor(CallSite, Object, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
defaultCallCurrent(CallSite, GroovyObject, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
defaultCallStatic(CallSite, Class, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
DefaultChildPropertySetter() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultChildPropertySetter
 
DefaultClassNameResolver() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultClassNameResolver
 
DefaultFastStringService - Class in org.apache.groovy.json
Internal class for fast processing of Strings during JSON parsing - default version
DefaultFastStringService() - Constructor for class org.apache.groovy.json.DefaultFastStringService
 
DefaultFastStringServiceFactory - Class in org.apache.groovy.json
 
DefaultFastStringServiceFactory() - Constructor for class org.apache.groovy.json.DefaultFastStringServiceFactory
 
DefaultGroovyMethods - Class in org.codehaus.groovy.runtime
Defines new groovy methods which appear on classes inside the Groovy environment.
DefaultGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
DefaultGroovyMethodsSupport - Class in org.codehaus.groovy.runtime
Support methods for DefaultGroovyMethods and PluginDefaultMethods.
DefaultGroovyMethodsSupport() - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
DefaultGroovyStaticMethods - Class in org.codehaus.groovy.runtime
This class defines all the new static groovy methods which appear on normal JDK classes inside the Groovy environment.
DefaultGroovyStaticMethods() - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
 
DefaultIdentifierResolver() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultIdentifierResolver
 
DefaultJsonGenerator - Class in groovy.json
A JsonGenerator that can be configured with various JsonGenerator.Options.
DefaultJsonGenerator(JsonGenerator.Options) - Constructor for class groovy.json.DefaultJsonGenerator
 
DefaultJsonGenerator.ClosureConverter - Class in groovy.json
A converter that handles converting a given type using a closure.
DefaultMetaClassInfo - Class in org.codehaus.groovy.runtime.metaclass
WARNING: This class is for internal use only! We use this class to store information about if a default MetaClass is used for certain primitives.
DefaultMetaClassInfo() - Constructor for class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
DefaultMetaClassInfo.ConstantMetaClassVersioning - Class in org.codehaus.groovy.runtime.metaclass
 
DefaultMethodKey - Class in org.codehaus.groovy.runtime
A default implementation of MethodKey
DefaultMethodKey(Class, String, Class[], boolean) - Constructor for class org.codehaus.groovy.runtime.DefaultMethodKey
 
DefaultNewInstanceResolver() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultNewInstanceResolver
 
DefaultPropertyAccessor - Class in groovy.beans
 
DefaultPropertyAccessor() - Constructor for class groovy.beans.DefaultPropertyAccessor
 
DefaultPropertyHandler - Class in groovy.transform.options
 
DefaultPropertyHandler() - Constructor for class groovy.transform.options.DefaultPropertyHandler
 
DefaultPropertyReader - Class in groovy.beans
 
DefaultPropertyReader() - Constructor for class groovy.beans.DefaultPropertyReader
 
DefaultPropertyWriter - Class in groovy.beans
 
DefaultPropertyWriter() - Constructor for class groovy.beans.DefaultPropertyWriter
 
DefaultReferenceResolver() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultReferenceResolver
 
DefaultRelationNameResolver() - Constructor for class groovy.util.ObjectGraphBuilder.DefaultRelationNameResolver
 
defaults() - Element in annotation type groovy.transform.TupleConstructor
Used to set whether default value processing is enabled (the default) or disabled.
defaultsMode() - Element in annotation type groovy.transform.TupleConstructor
Used to set the mode for default value processing.
DefaultsMode - Enum in groovy.transform
Intended mode to use when generating constructors to emulate default parameter values when using the TupleConstructor annotation.
DefaultStrategy - Class in groovy.transform.builder
This strategy is used with the Builder AST transform to create a builder helper class for the fluent creation of instances of a specified class. It can be used at the class, static method or constructor levels.
DefaultStrategy() - Constructor for class groovy.transform.builder.DefaultStrategy
 
DefaultTableColumn - Class in groovy.swing.model
Represents a column using a ValueModel to extract the value.
DefaultTableColumn(ValueModel) - Constructor for class groovy.swing.model.DefaultTableColumn
 
DefaultTableColumn(Object, ValueModel) - Constructor for class groovy.swing.model.DefaultTableColumn
 
DefaultTableColumn(Object, Object, ValueModel) - Constructor for class groovy.swing.model.DefaultTableColumn
 
DefaultTableModel - Class in groovy.swing.model
A default table model made up of PropertyModels on a Value model.
DefaultTableModel(ValueModel) - Constructor for class groovy.swing.model.DefaultTableModel
 
DefaultTableModel(ValueModel, ValueModel) - Constructor for class groovy.swing.model.DefaultTableModel
 
DefaultTableModel.MyTableColumnModel - Class in groovy.swing.model
 
DefaultTemplateResolver() - Constructor for class groovy.text.markup.MarkupTemplateEngine.DefaultTemplateResolver
 
DefaultTypeCheckingExtension - Class in org.codehaus.groovy.transform.stc
The default type checking handler is used by the standard type checker and doesn't handle any of the type checking errors by default.
DefaultTypeCheckingExtension(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
DefaultTypeTransformation - Class in org.codehaus.groovy.runtime.typehandling
Class providing various type conversions, coercions and boxing/unboxing operations.
DefaultTypeTransformation() - Constructor for class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
defaultValue() - Element in annotation type groovy.cli.Option
The default value for this option as a String; subject to type conversion and 'convert'.
defaultValue() - Method in class groovy.cli.TypedOption
 
defaultValue() - Method in interface org.codehaus.groovy.groovydoc.GroovyParameter
 
defaultValue() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
defaultValueX(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Returns a constant expression with the default value for the given type (i.e., false for boolean, 0 for numbers or null.
DefaultXmlEscapingFunction(boolean, boolean) - Constructor for class groovy.xml.MarkupBuilder.DefaultXmlEscapingFunction
 
DEFER - Enum constant in enum org.apache.groovy.swing.binding.PropertyBinding.UpdateStrategy
 
define(Closure) - Method in class groovy.lang.ExpandoMetaClass
 
define(String, byte[]) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
defineClass(String, byte[]) - Method in class groovy.lang.GroovyClassLoader
Converts an array of bytes into an instance of Class.
defineClass(String, byte[]) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
defineClass(String, byte[], ProtectionDomain) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
helper method to define Reflector classes.
defineClass(ClassNode, String, String) - Method in class groovy.lang.GroovyClassLoader
Compiles the given ClassNode returning the resulting Class.
defineClass(ClassNode, String, String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
defineClassAndGetConstructor(String, byte[]) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
defineNamespace(Map, String, String) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
defineNamespaces(Element, Map) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
definesSerializableFields() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
definesSerializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
definesSerializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
definesSerializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
defineTemporaryVariable(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
creates a temporary variable.
defineTemporaryVariable(String, ClassNode, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
creates a temporary variable.
defineTemporaryVariable(Variable, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Creates a temporary variable.
defineVariable(Variable, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Defines a new Variable using an AST variable.
defineVariable(Variable, ClassNode, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
dehydrate() - Method in class groovy.lang.Closure
Returns a copy of this closure where the "owner", "delegate" and "thisObject" fields are null, allowing proper serialization when one of them is not serializable.
deinit() - Static method in class org.apache.groovy.contracts.ViolationTracker
 
delDistance(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
This is a slightly modified version of the Damerau Levenshtein distance algorithm.
delegate - Variable in class groovy.lang.DelegatingMetaClass
 
delegate - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
delegate - Variable in class org.codehaus.groovy.control.customizers.DelegatingCustomizer
 
delegate - Variable in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
Delegate - Annotation Type in groovy.lang
Annotation to automatically delegate part of the functionality of an owner class to the annotated delegation target.
DELEGATE_FIRST - Static variable in class groovy.lang.Closure
With this resolveStrategy set the closure will attempt to resolve property references and methods to the delegate first then the owner.
DELEGATE_ONLY - Static variable in class groovy.lang.Closure
With this resolveStrategy set the closure will resolve property references and methods to the delegate only and entirely bypass the owner.
DelegateASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Delegate annotation
DelegateASTTransformation() - Constructor for class org.codehaus.groovy.transform.DelegateASTTransformation
 
DELEGATES_TO - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
DELEGATES_TO_TARGET - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
delegatesTo(ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
delegatesTo(ClassNode, int) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
delegatesTo(ClassNode, int, DelegationMetadata) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
DelegatesTo - Annotation Type in groovy.lang
This annotation can be used by API or DSL writers to specify what the delegate type of a closure will be.
DelegatesTo.Target - Annotation Type in groovy.lang
Specifies the delegate for a @DelegatesTo annotated parameter of the same method.
DelegatingController - Class in org.codehaus.groovy.classgen.asm
This class will delegate all calls to a WriterController given in the constructor.
DelegatingController(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.DelegatingController
 
DelegatingCustomizer - Class in org.codehaus.groovy.control.customizers
Base class for compilation customizers which delegate to another customizer.
DelegatingCustomizer(CompilationCustomizer) - Constructor for class org.codehaus.groovy.control.customizers.DelegatingCustomizer
 
DelegatingIndentWriter - Class in groovy.text.markup
A writer which delegates to another writer and supports an additional indenting level.
DelegatingIndentWriter(Writer) - Constructor for class groovy.text.markup.DelegatingIndentWriter
 
DelegatingIndentWriter(Writer, String) - Constructor for class groovy.text.markup.DelegatingIndentWriter
 
DelegatingMetaClass - Class in groovy.lang
 
DelegatingMetaClass(MetaClass) - Constructor for class groovy.lang.DelegatingMetaClass
 
DelegatingMetaClass(Class) - Constructor for class groovy.lang.DelegatingMetaClass
 
delegatingProxy(Object, Map<Object, Object>, Object...) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
 
DelegatingScript - Class in groovy.util
Script that performs method invocations and property access like Closure does.
DelegatingScript() - Constructor for class groovy.util.DelegatingScript
 
DelegatingScript(Binding) - Constructor for class groovy.util.DelegatingScript
 
DELEGATION_METADATA - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
used to store the delegation strategy and delegate type of a closure derived from DelegatesTo metadata
delegationMetadata - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Whenever a method using a closure as argument (typically, "with") is detected, this list is updated with the receiver type of the with method.
delete() - Method in class org.codehaus.groovy.tools.javac.RawJavaFileObject
delete the Java source file
DELETE - Static variable in class groovy.console.ui.text.TextEditor
 
deleteDir(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Deletes a directory with all contained files and subdirectories.
deleteDir(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Deletes a directory with all contained files and subdirectories.
deleteRecursive(File) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
denormalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Return a CharSequence with lines (separated by LF, CR/LF, or CR) terminated by the platform specific line separator.
denseRank() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Window
Returns the dense rank in the window
DependencyTracker - Class in org.codehaus.groovy.tools.gse
 
DependencyTracker(SourceUnit, StringSetMap) - Constructor for class org.codehaus.groovy.tools.gse.DependencyTracker
 
DependencyTracker(SourceUnit, StringSetMap, Map<String, ?>) - Constructor for class org.codehaus.groovy.tools.gse.DependencyTracker
 
deprecated() - Element in annotation type groovy.lang.Delegate
Whether to apply the delegate pattern to deprecated methods; to avoid compilation errors, this is ignored if the type of the delegate target is an interface and interfaces=true.
Deprecated_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
DEPRECATED_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
DeprecationException - Exception in groovy.lang
Use this exception to mark a method implementation as being deprecated.
DeprecationException(String) - Constructor for exception groovy.lang.DeprecationException
 
DeprecationException(String, Throwable) - Constructor for exception groovy.lang.DeprecationException
 
depthFirst() - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a depth-first preorder traversal.
depthFirst() - Method in class groovy.xml.slurpersupport.GPathResult
Provides an Iterator over all the nodes of this GPathResult using a depth-first traversal.
depthFirst(boolean) - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a depth-first traversal.
depthFirst(Closure) - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a depth-first preorder traversal.
depthFirst(Map<String, Object>, Closure) - Method in class groovy.util.Node
Provides a collection of all the nodes in the tree using a depth-first traversal.
depthFirst(Element) - Static method in class groovy.xml.dom.DOMCategory
 
dequeued() - Method in class org.codehaus.groovy.control.CompilationUnit
Dequeues any source units added through addSource and resets the compiler phase to initialization.
DEREFERENCE_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
derivesFromDate(ClassNode) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
desc() - Element in annotation type org.codehaus.groovy.transform.trait.Traits.TraitBridge
 
descendingKeySet() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingKeySetWithLimit(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingMap() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
descendingMapWithLimit(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
describeAttribute(String) - Method in class groovy.jmx.GroovyMBean
Description of the specified attribute name.
describeAttribute(MBeanAttributeInfo) - Method in class groovy.jmx.GroovyMBean
Description of the specified attribute name.
describeOperation(String) - Method in class groovy.jmx.GroovyMBean
Get the description of the specified operation.
describeOperation(MBeanOperationInfo) - Method in class groovy.jmx.GroovyMBean
Description of the operation.
description() - Element in annotation type groovy.cli.Option
The description of this option
description() - Element in annotation type groovy.cli.Unparsed
The description for the remaining non-option arguments
description() - Method in interface org.codehaus.groovy.groovydoc.GroovyAnnotationRef
The string representation of the annotation reference.
description() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Description of the package.
description() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
description() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
description() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
descriptions - Static variable in class org.codehaus.groovy.control.Phases
 
DescriptiveErrorStrategy - Class in org.apache.groovy.parser.antlr4.internal
Provide friendly error messages when parsing errors occurred.
DescriptiveErrorStrategy(CharStream) - Constructor for class org.apache.groovy.parser.antlr4.internal.DescriptiveErrorStrategy
 
despreadList(Object[], Object[], int[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
despreadList(List<Expression>, boolean) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
destdir - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
DGM_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
DGM_LIKE_CLASSES - Static variable in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
DGM_METHOD_NODE_COMPARATOR - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
This comparator is used when we return the list of methods from DGM which name correspond to a given name.
DgmConverter - Class in org.codehaus.groovy.tools
 
DgmConverter() - Constructor for class org.codehaus.groovy.tools.DgmConverter
 
DgmMethodRecord() - Constructor for class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
dgOp - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
die() - Method in class groovy.console.ui.text.TextUndoManager
 
die() - Static method in class org.apache.groovy.json.internal.Exceptions
 
die(Class<T>, String) - Static method in class org.apache.groovy.json.internal.Exceptions
 
die(String) - Static method in class org.apache.groovy.json.internal.Exceptions
 
digest(byte[], String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
digest the byte array
digest(CharSequence, String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
digest the CharSequence instance
DIGIT - Static variable in class groovy.console.ui.text.GroovyFilter
 
dim0() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
dim0() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
dim0(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
Dim0Context(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.Dim0Context
 
dim1() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
dim1() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
dim1(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
Dim1Context(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.Dim1Context
 
dimension(Class) - Static method in class org.codehaus.groovy.runtime.ArrayTypeUtils
Calculate the dimension of array
dimension(ClassNode) - Static method in class org.codehaus.groovy.runtime.ArrayTypeUtils
Calculate the dimension of array
DIRECT_METHOD_CALL_TARGET - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
used to store the MethodNode a MethodCallExpression should target
directories() - Method in class org.codehaus.groovy.ant.FileScanner
 
DIRECTORIES - Enum constant in enum groovy.io.FileType
Represents directories
directorySize(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Calculates directory size as total size of all its files, recursively.
disable() - Static method in class groovy.lang.ExpandoMetaClassCreationHandle
 
DISABLE_CHECKSUMS_SETTING - Static variable in class groovy.grape.Grape
 
DISABLE_PACKAGE_ASSERTIONS - Static variable in class org.apache.groovy.contracts.generation.Configurator
 
disableChecksums() - Element in annotation type groovy.lang.GrabConfig
Set to true if you want to disable checksum checking.
DISABLED_ASSERTIONS - Static variable in class org.apache.groovy.contracts.generation.Configurator
 
disabledStandardMetaClass() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
disabledStandardMetaClass() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
disableGlobally() - Static method in class groovy.lang.ExpandoMetaClass
Call to disable the global use of ExpandoMetaClass
disableTracker() - Method in class org.codehaus.groovy.classgen.asm.AssertionWriter
 
disableUnicodeEscaping - Variable in class groovy.json.DefaultJsonGenerator
 
disableUnicodeEscaping - Variable in class groovy.json.JsonGenerator.Options
 
disableUnicodeEscaping() - Method in class groovy.json.JsonGenerator.Options
Disables the escaping of Unicode characters in JSON String values.
discardAllEdits() - Method in class groovy.console.ui.text.TextUndoManager
 
disjoint(Iterable, Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true if the intersection of two iterables is empty.
dispatch(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
Runs the report once all initialization is complete.
dispatchNodeCall(Object, Object) - Method in class groovy.util.FactoryBuilderSupport
 
dispathNodeCall(Object, Object) - Method in class groovy.util.FactoryBuilderSupport
Deprecated.
displayHelp() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Prints the usage help message for FileSystemCompiler.CompilationOptions to stderr.
displayHelp(PrintWriter) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Prints the usage help message for the FileSystemCompiler.CompilationOptions to the specified PrintWriter.
displayVersion() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Prints version information to stderr.
displayVersion(PrintWriter) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Prints version information to the specified PrintWriter.
dispose() - Static method in class groovy.console.ui.text.FindReplaceUtility
 
dispose() - Method in class groovy.util.FactoryBuilderSupport
 
distinct() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Eliminate duplicated records, similar to SQL's distinct
DISTINCT - Static variable in class groovy.sql.Sql
 
DISTINCT(Object) - Static method in class groovy.sql.Sql
 
div() - Element in annotation type groovy.transform.OperatorRename
 
div(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, double) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyMath
 
div(double, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(double, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide one Character by another.
div(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Character by a Number.
div(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Number by a Character.
div(Number, Number) - Static method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
Divide two Numbers.
div(Duration, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the division operator; equivalent to calling the Duration.dividedBy(long) method.
DIV - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DIV - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DIV() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultiplicativeExprAltContext
 
DIV_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DIV_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DIV_ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
divide(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
DIVIDE - Static variable in class org.codehaus.groovy.syntax.Types
 
DIVIDE_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
divideImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
DIVISION_EXTRA_PRECISION - Static variable in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
DIVISION_MIN_SCALE - Static variable in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
DL_CASE - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
DL_DELETE - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
DL_SUBSTITUTION - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
DL_TRANSPOSITION - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
dlOp - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
DO - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DO - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DO() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DoWhileStmtAltContext
 
DO() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
DO_DYNAMIC - Static variable in class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
doAsType(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
DOC_COMMENT - Static variable in interface groovy.lang.groovydoc.GroovydocHolder
 
DOC_COMMENT - Static variable in class org.apache.groovy.parser.antlr4.GroovydocManager
 
doCall(Object) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
doCall(Object...) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
doCall(T) - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
doCast(MethodVisitor, Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
doCast(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
doCastToPrimitive(MethodVisitor, ClassNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Given a wrapped number type (Byte, Integer, Short, ...), generates bytecode to convert it to a primitive number (int, long, double) using calls to wrapped.[targetType]Value()
doCastToWrappedType(MethodVisitor, ClassNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Given a primitive number type (byte, integer, short, ...), generates bytecode to convert it to a wrapped number (Integer, Long, Double) using calls to [WrappedType].valueOf
doChooseMostSpecificParams(String, String, List, Class[], boolean) - Static method in class groovy.lang.MetaClassImpl
 
doCompilation(CompilerConfiguration, CompilationUnit, String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
doCompilation(CompilerConfiguration, CompilationUnit, String[], boolean) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
doConstructorInvoke(Object[]) - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
DOCROOT_PATTERN - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
DOCROOT_PATTERN2 - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
doExtendTraits(ClassNode, SourceUnit, CompilationUnit) - Static method in class org.codehaus.groovy.transform.trait.TraitComposer
Given a class node, if this class node implements a trait, then generate all the appropriate code which delegates calls to the trait.
doGroovyCast(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
do Groovy cast for top level element
doGroovyCast(Variable) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
doInit() - Method in interface org.apache.groovy.util.concurrent.LazyInitializable
do initialization
doInvoke() - Method in class groovy.lang.BenchmarkInterceptor
The call should be invoked separately
doInvoke() - Method in interface groovy.lang.Interceptor
 
doInvoke() - Method in class groovy.lang.TracingInterceptor
 
doInvoke(Object, Object[], Method) - Static method in class org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite
 
doInvokeMethod(String, Object, Object) - Method in class groovy.ant.AntBuilder
We don't want to return the node as created in AntBuilder.createNode(Object, Map, Object) but the one made ready by AntBuilder.nodeCompleted(Object, Object)
doInvokeMethod(String, Object, Object) - Method in class groovy.util.BuilderSupport
 
DOLLAR_SLASHY - Static variable in class org.apache.groovy.parser.antlr4.util.StringUtils
 
DOLLAR_SLASHY_GSTRING_MODE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DOLLAR_VALUE - Static variable in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
DomainModelInjectionVisitor - Class in org.apache.groovy.contracts.ast.visitor
Visits the given ClassNode and injects the current Contract into the given AST nodes.
DomainModelInjectionVisitor(SourceUnit, ReaderSource, ProcessingContextInformation) - Constructor for class org.apache.groovy.contracts.ast.visitor.DomainModelInjectionVisitor
 
DOMBuilder - Class in groovy.xml
A helper class for creating a W3C DOM tree
DOMBuilder(DocumentBuilder) - Constructor for class groovy.xml.DOMBuilder
 
DOMBuilder(Document) - Constructor for class groovy.xml.DOMBuilder
 
DOMCategory - Class in groovy.xml.dom
Category class which adds GPath style operations to Java's DOM classes.
DOMCategory() - Constructor for class groovy.xml.dom.DOMCategory
 
doMethodInvoke(Object, Object[]) - Method in class groovy.lang.MetaMethod
Invokes the method this object represents.
doMethodInvoke(Object, Object[]) - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
 
doMethodInvoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
DomToGroovy - Class in org.apache.groovy.xml.tools
A SAX handler for turning XML into Groovy scripts
DomToGroovy(IndentPrinter) - Constructor for class org.apache.groovy.xml.tools.DomToGroovy
 
DomToGroovy(PrintWriter) - Constructor for class org.apache.groovy.xml.tools.DomToGroovy
 
DONE - Static variable in class groovy.lang.Closure
 
DONT_LOAD_DEFAULT - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
doPhaseOperation(CompilationUnit) - Method in interface org.codehaus.groovy.control.CompilationUnit.IGroovyClassOperation
 
doPhaseOperation(CompilationUnit) - Method in interface org.codehaus.groovy.control.CompilationUnit.IPrimaryClassNodeOperation
A loop driver for applying operations to all primary ClassNodes in our AST.
doPhaseOperation(CompilationUnit) - Method in interface org.codehaus.groovy.control.CompilationUnit.ISourceUnitOperation
A loop driver for applying operations to all SourceUnits.
doPrimitiveCompare(ClassNode, ClassNode, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
doPrimtiveCompare(ClassNode, ClassNode, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
Deprecated.
doPrivileged(PrivilegedAction<T>) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
Deprecated.
doPrivileged(PrivilegedAction<T>) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Deprecated.
doPrivileged(PrivilegedExceptionAction<T>) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
Deprecated.
doPrivileged(PrivilegedExceptionAction<T>) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Deprecated.
doReturn(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
doSetMetaClass(Object, MetaClass) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Sets the metaclass for an object, by delegating to the appropriate DefaultGroovyMethods helper method.
doStartElement(Object, Attributes) - Method in class groovy.xml.SAXBuilder
 
dot(String) - Method in class org.codehaus.groovy.syntax.ASTHelper
A synonym for dot( base, "" ).
dot(String, String) - Static method in class org.codehaus.groovy.syntax.ASTHelper
 
DOT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
DOT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
DOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
DOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
DOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameContext
 
DOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementsContext
 
DOT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
DOT(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameContext
 
DOT(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementsContext
 
DOT(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
DOT_DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
DOUBLE - Enum constant in enum org.apache.groovy.json.internal.Type
 
DOUBLE - Static variable in class groovy.sql.Sql
 
DOUBLE(Object) - Static method in class groovy.sql.Sql
 
double_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
DOUBLE_PIPE - Static variable in class org.codehaus.groovy.syntax.Types
 
double_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
DOUBLE_QUOTE - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
double_remainder - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
double_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Double_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
double_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
DoubleArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
DoubleArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayGetAtMetaMethod
 
DoubleArrayIterable - Class in org.codehaus.groovy.util
Allows a double array to be used where an Iterable is expected.
DoubleArrayIterable(double[]) - Constructor for class org.codehaus.groovy.util.DoubleArrayIterable
 
DoubleArrayIterator - Class in org.codehaus.groovy.util
Allows a double array to be used where an Iterator is expected.
DoubleArrayIterator(double[]) - Constructor for class org.codehaus.groovy.util.DoubleArrayIterator
 
DoubleArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
DoubleArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayPutAtMetaMethod
 
DoubleArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
 
DoubleCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
DoubleCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
 
DoubleComparator - Interface in groovy.util.function
A comparator of two double values.
DoubleDoubleArrayColumnIterator - Class in org.codehaus.groovy.util
An iterator providing the columns of a double[][].
DoubleDoubleArrayColumnIterator(double[][]) - Constructor for class org.codehaus.groovy.util.DoubleDoubleArrayColumnIterator
 
DoubleQuoteFilter - Class in groovy.xml.markupsupport
 
DoubleQuoteFilter() - Constructor for class groovy.xml.markupsupport.DoubleQuoteFilter
 
doubleStream(double[]) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns a sequential DoubleStream with the specified array as its source.
doubleStream(double[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Deprecated.
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
doubleTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
doubleUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
doubleValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
doubleValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
doubleValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
doubleValue() - Method in interface org.apache.groovy.json.internal.Value
 
doubleValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
DoubleWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
DoubleWrapper(double) - Constructor for class org.codehaus.groovy.runtime.wrappers.DoubleWrapper
 
DoWhileStatement - Class in org.codehaus.groovy.ast.stmt
Represents a do { ...
DoWhileStatement(BooleanExpression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
DoWhileStmtAltContext(GroovyParser.LoopStatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.DoWhileStmtAltContext
 
doWith(EvictableCache<K, V>) - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache.Action
Deal with the cache
downto(double, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(float, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(long, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(Double, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(Float, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(Long, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(BigDecimal, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(BigInteger, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number down to the given number, inclusive, decrementing by one each time.
downto(Temporal, Temporal, Closure) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Iterates from this to the to Temporal, inclusive, decrementing by one unit each iteration, calling the closure once per iteration.
downto(Temporal, Temporal, TemporalUnit, Closure) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Iterates from this to the to Temporal, inclusive, decrementing by one unit each iteration, calling the closure once per iteration.
downto(Calendar, Calendar, Closure) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Iterates from the date represented by this calendar up to the date represented by the given calendar, inclusive, incrementing by one day each time.
downto(Date, Date, Closure) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Iterates from this date down to the given date, inclusive, decrementing by one day each time.
DQ_GSTRING_MODE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
drop(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method.
drop(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Drops the given number of chars from the head of this CharSequence if they are available.
drop(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the head of this Iterable.
drop(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A String variant of the equivalent CharSequence method.
drop(Iterator<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the head of this iterator if they are available.
drop(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the head of this List.
drop(Map<K, V>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of key/value pairs from the head of this map if they are available.
drop(SortedSet<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the head of this List.
drop(T[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Drops the given number of elements from the head of this array if they are available.
drop(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
dropMethodCache(String) - Method in class groovy.lang.MetaClassImpl
 
dropRight(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method StringGroovyMethods.dropRight(CharSequence,int).
dropRight(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns new CharSequence after removing the right num chars.
dropRight(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the tail of this Iterable.
dropRight(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A String variant of the equivalent CharSequence method StringGroovyMethods.dropRight(CharSequence,int).
dropRight(Iterator<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the tail of this Iterator.
dropRight(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the tail of this List.
dropRight(SortedSet<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the tail of this SortedSet.
dropRight(T[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Drops the given number of elements from the tail of this array if they are available.
dropRight(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
dropStaticMethodCache(String) - Method in class groovy.lang.MetaClassImpl
 
dropWhile(GString, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method.
dropWhile(CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Creates a suffix of the given CharSequence by dropping as many characters as possible from the front of the original CharSequence such that calling the given closure condition evaluates to true when passed each of the dropped characters.
dropWhile(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a suffix of this Iterable where elements are dropped from the front while the given closure evaluates to true.
dropWhile(Iterator<T>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an Iterator that returns a suffix of the elements from an original Iterator.
dropWhile(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a suffix of this List where elements are dropped from the front while the given Closure evaluates to true.
dropWhile(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a suffix of the given Map by dropping as many entries as possible from the front of the original Map such that calling the given closure condition evaluates to true when passed each of the dropped entries (or key/value pairs).
dropWhile(SortedSet<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a suffix of this SortedSet where elements are dropped from the front while the given Closure evaluates to true.
dropWhile(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Create a suffix of the given array by dropping as many elements as possible from the front of the original array such that calling the given closure condition evaluates to true when passed each of the dropped elements.
dropWhile(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
dropWhile$$bridge(CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
DTT_CAST_TO_TYPE - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
DummyCallSite - Class in org.codehaus.groovy.runtime.callsite
 
DummyCallSite(CallSiteArray, int, String) - Constructor for class org.codehaus.groovy.runtime.callsite.DummyCallSite
 
DummyClassGenerator - Class in org.codehaus.groovy.classgen
To generate a class that has all the fields and methods, except that fields are not initialized and methods are empty.
DummyClassGenerator(GeneratorContext, ClassVisitor, ClassLoader, String) - Constructor for class org.codehaus.groovy.classgen.DummyClassGenerator
 
dump(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Generates a detailed dump string of an object showing its class, hashCode and all accessible fields.
dumpAll(Thread) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Dump the thread dump of all threads
dup() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
duplicate top element
dup() - Method in class org.codehaus.groovy.syntax.Token
Returns a copy of this Token.
DUPLICATE - Enum constant in enum groovy.transform.AnnotationCollectorMode
Annotations from the annotation collection will always be inserted.
Duration - Class in groovy.time
Duration represents time periods which have values independent of the context.
Duration(int, int, int, int, int) - Constructor for class groovy.time.Duration
 
DYNAMIC_OUTER_NODE_CALLBACK - Enum constant in enum org.codehaus.groovy.transform.sc.StaticCompilationMetadataKeys
Callback for dynamic classes that contain statically compiled inner classes or methods.
DYNAMIC_RESOLUTION - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
call recognized by a type checking extension as a dynamic method call
DYNAMIC_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
Deprecated.
dynamicMemberName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
dynamicMemberName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamePartContext
 
DynamicMemberNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.DynamicMemberNameContext
 
DynamicSetterInjectionVisitor - Class in org.apache.groovy.contracts.ast.visitor
Implements contract support for setter methods and default constructors of POGOs.
DynamicSetterInjectionVisitor(SourceUnit, ReaderSource) - Constructor for class org.apache.groovy.contracts.ast.visitor.DynamicSetterInjectionVisitor
 
dynamicType() - Static method in class org.codehaus.groovy.ast.ClassHelper
 
DynamicVariable - Class in org.codehaus.groovy.ast
 
DynamicVariable(String, boolean) - Constructor for class org.codehaus.groovy.ast.DynamicVariable
 

E

each(boolean[], Consumer<Boolean>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a boolean[] passing each boolean to the given consumer.
each(byte[], Consumer<Byte>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a byte[] passing each byte to the given consumer.
each(char[], Consumer<Character>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a char[] passing each char to the given consumer.
each(double[], DoubleConsumer) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a double[] passing each double to the given consumer.
each(float[], Consumer<Float>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a float[] passing each float to the given consumer.
each(int[], IntConsumer) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through an int[] passing each int to the given consumer.
each(int, int, Closure) - Method in class groovy.sql.DataSet
Calls the provided closure for a "page" of rows from the table represented by this DataSet.
each(long[], LongConsumer) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a long[] passing each long to the given consumer.
each(short[], Consumer<Short>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a short[] passing each short to the given consumer.
each(Closure) - Method in class groovy.sql.DataSet
Calls the provided closure for each of the rows of the table represented by this DataSet.
each(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an Iterable, passing each item to the given closure.
each(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a Collection, passing each item to the given closure.
each(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an Iterator, passing each item to the given closure.
each(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a List, passing each item to the given closure.
each(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through using a closure.
each(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a Set, passing each item to the given closure.
each(SortedSet<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a SortedSet, passing each item to the given closure.
each(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
each(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through an array passing each array entry to the given closure.
each(T, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an aggregate type or data structure, passing each item to the given closure.
eachByte(byte[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(byte[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Traverses through each byte of this byte array.
eachByte(File, int, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Traverse through the bytes of this File, bufferLen bytes at a time.
eachByte(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Traverse through each byte of this File
eachByte(InputStream, int, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Traverse through each the specified stream reading bytes into a buffer and calling the 2 parameter closure with this buffer and the number of bytes.
eachByte(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Traverse through each byte of the specified stream.
eachByte(Byte[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(Byte[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Traverses through each byte of this Byte array.
eachByte(URL, int, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the InputStream from this URL, passing a byte[] and a number of bytes to the given closure.
eachByte(URL, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the InputStream from this URL, passing each byte to the given closure.
eachByte(Path, int, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Traverse through the bytes of this Path, bufferLen bytes at a time.
eachByte(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Traverse through each byte of this Path
eachCombination(Iterable, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Applies a function on each combination of the input lists.
eachDir(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each subdirectory in this directory, ignoring regular files.
eachDir(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each subdirectory in this directory, ignoring regular files.
eachDirMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each subdirectory whose name (dir.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method to determine if a match occurs.
eachDirMatch(Path, Object, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each subdirectory whose name (dir.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method to determine if a match occurs.
eachDirRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Recursively processes each descendant subdirectory in this directory.
eachDirRecurse(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Recursively processes each descendant subdirectory in this directory.
eachFile(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each 'child' file in this 'parent' folder/directory.
eachFile(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each 'child' file in this 'parent' folder/directory.
eachFile(Path, FileType, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each 'child' file in this 'parent' folder/directory.
eachFile(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each 'child' file in this 'parent' folder/directory.
eachFileMatch(File, FileType, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each file whose name (file.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method to determine if a match occurs.
eachFileMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each file whose name (file.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method to determine if a match occurs.
eachFileMatch(Path, FileType, Object, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each file whose name (file.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(Object, Object) method to determine if a match occurs.
eachFileMatch(Path, Object, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Invokes the closure for each file whose name (file.name) matches the given nameFilter in the given directory - calling the DefaultGroovyMethods.isCase(Object, Object) method to determine if a match occurs.
eachFileRecurse(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any subdirectories.
eachFileRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any subdirectories.
eachFileRecurse(Path, FileType, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Processes each descendant file in this directory and any subdirectories.
eachFileRecurse(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Processes each descendant file in this directory and any subdirectories.
eachLine(File, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line.
eachLine(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line.
eachLine(File, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line.
eachLine(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line.
eachLine(InputStream, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through this stream, passing each line to the given 1 or 2 arg closure.
eachLine(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through this stream, passing each line to the given 1 or 2 arg closure.
eachLine(InputStream, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through this stream reading with the provided charset, passing each line to the given 1 or 2 arg closure.
eachLine(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through this stream reading with the provided charset, passing each line to the given 1 or 2 arg closure.
eachLine(Reader, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line.
eachLine(Reader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line.
eachLine(CharSequence, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through this CharSequence line by line.
eachLine(CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through this CharSequence line by line.
eachLine(URL, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the lines read from the URL's associated input stream passing each line to the given 1 or 2 arg closure.
eachLine(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the lines read from the URL's associated input stream passing each line to the given 1 or 2 arg closure.
eachLine(URL, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the lines read from the URL's associated input stream passing each line to the given 1 or 2 arg closure.
eachLine(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the lines read from the URL's associated input stream passing each line to the given 1 or 2 arg closure.
eachLine(Path, int, Closure<T>) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Iterates through this file line by line.
eachLine(Path, Closure<T>) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Iterates through this path line by line.
eachLine(Path, String, int, Closure<T>) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Iterates through this file line by line.
eachLine(Path, String, Closure<T>) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Iterates through this file line by line.
eachMatch(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Process each regex group matched substring of the given string.
eachMatch(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Processes each regex group matched substring of the given pattern.
eachMatch(T, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Processes each regex group matched substring of the given CharSequence.
eachMatch(T, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Processes each regex group matched substring of the given pattern.
eachObject(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the given file object by object.
eachObject(ObjectInputStream, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given object stream object by object.
eachObject(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Iterates through the given file object by object.
eachPermutation(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over all permutations of a collection, running a closure for each iteration.
eachRow(Closure) - Method in interface groovy.sql.GroovyResultSet
Call the closure once for each row in the result set.
eachRow(Closure) - Method in class groovy.sql.GroovyResultSetExtension
Call the closure once for each row in the result set.
eachRow(GString, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given closure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(GString, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given Closure with each row of the result set.
eachRow(GString, Closure, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given closure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(GString, Closure, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given Closure with each row of the result set.
eachRow(String, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given closure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(String, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given Closure with each row of the result set.
eachRow(String, Closure, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given rowClosure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(String, Closure, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given rowClosure with each row of the result set.
eachRow(String, List<?>, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given closure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(String, List<?>, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given Closure with each row of the result set.
eachRow(String, List<?>, Closure, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given rowClosure with each row of the result set starting at the provided offset, and including up to maxRows number of rows.
eachRow(String, List<?>, Closure, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query calling the given Closure with each row of the result set.
eachRow(String, Map, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, int, int, groovy.lang.Closure) useful when providing the named parameters as a map.
eachRow(String, Map, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as a map.
eachRow(String, Map, Closure, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure, int, int, groovy.lang.Closure) allowing the named parameters to be supplied in a map.
eachRow(String, Map, Closure, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure, groovy.lang.Closure) useful when providing the named parameters as a map.
eachRow(Map, String, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, int, int, groovy.lang.Closure) useful when providing the named parameters as named arguments.
eachRow(Map, String, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as named arguments.
eachRow(Map, String, Closure, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure, int, int, groovy.lang.Closure) allowing the named parameters to be supplied as named arguments.
eachRow(Map, String, Closure, Closure) - Method in class groovy.sql.Sql
A variant of Sql.eachRow(String, java.util.List, groovy.lang.Closure, groovy.lang.Closure) useful when providing the named parameters as named arguments.
eachWithIndex(boolean[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a boolean[], passing each boolean and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(byte[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a byte[], passing each byte and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(char[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a char[], passing each char and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(double[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a double[], passing each double and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(float[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a float[], passing each float and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(int[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through an int[], passing each int and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(long[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a long[], passing each long and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(short[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through a short[], passing each short and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an iterable type, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a Collection, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an iterator type, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a List, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through using a closure.
eachWithIndex(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a Set, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(SortedSet<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a SortedSet, passing each item and the item's index (a counter starting at zero) to the given closure.
eachWithIndex(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachWithIndex(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through an array, passing each array element and the element's index (a counter starting at zero) to the given closure.
eachWithIndex(T, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an aggregate type or data structure, passing each item and the item's index (a counter starting at zero) to the given closure.
EDITOR_FONT - Static variable in class groovy.console.ui.text.StructuredSyntaxResources
 
EDITOR_KEY - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
ELEMENT_TYPE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ElementAddedEvent(Object, Object) - Constructor for class groovy.util.ObservableSet.ElementAddedEvent
 
ElementAddedEvent(Object, Object, int) - Constructor for class groovy.util.ObservableList.ElementAddedEvent
 
ElementClearedEvent(Object, List) - Constructor for class groovy.util.ObservableList.ElementClearedEvent
 
ElementClearedEvent(Object, List) - Constructor for class groovy.util.ObservableSet.ElementClearedEvent
 
ElementEvent(Object, Object, Object, int, ObservableList.ChangeType) - Constructor for class groovy.util.ObservableList.ElementEvent
 
ElementEvent(Object, Object, Object, ObservableSet.ChangeType) - Constructor for class groovy.util.ObservableSet.ElementEvent
 
ElementRemovedEvent(Object, Object) - Constructor for class groovy.util.ObservableSet.ElementRemovedEvent
 
ElementRemovedEvent(Object, Object, int) - Constructor for class groovy.util.ObservableList.ElementRemovedEvent
 
elements() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
elements() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns an enumeration of the values in this table.
elementType(Class) - Static method in class org.codehaus.groovy.runtime.ArrayTypeUtils
Get the type of array elements
elementType(Class, int) - Static method in class org.codehaus.groovy.runtime.ArrayTypeUtils
Get the type of array elements by the dimension
elementType(ClassNode) - Static method in class org.codehaus.groovy.runtime.ArrayTypeUtils
Get the type of array elements
elementTypeToTarget - Variable in class org.codehaus.groovy.vmplugin.v8.Java8
 
ElementUpdatedEvent(Object, Object, Object, int) - Constructor for class groovy.util.ObservableList.ElementUpdatedEvent
 
elementValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
elementValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
elementValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
elementValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuesContext
 
elementValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
elementValue(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
elementValueArrayInitializer() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
elementValueArrayInitializer() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
ElementValueArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
ElementValueContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
elementValuePair() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
elementValuePair() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
elementValuePair(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
ElementValuePairContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
elementValuePairName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
elementValuePairName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ElementValuePairNameContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairNameContext
 
elementValuePairs() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
elementValuePairs() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuesContext
 
ElementValuePairsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
elementValues() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
elementValues() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ElementValuesContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuesContext
 
ELLIPSIS - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ELLIPSIS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ELLIPSIS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
ELSE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ELSE - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ELSE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
ELSE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
ELVIS - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ELVIS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ELVIS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
ELVIS_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ELVIS_ASSIGN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ELVIS_ASSIGN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
ELVIS_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
ElvisOperatorExpression - Class in org.codehaus.groovy.ast.expr
Represents a short ternary expression x ?: y, which is equal to
ElvisOperatorExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.ElvisOperatorExpression
 
elvisX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
emit(Token) - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
Record the index and token type of the current token while emitting tokens.
EMPTY - Static variable in class groovy.lang.GString
A GString containing a single empty String and no values.
EMPTY - Static variable in class org.codehaus.groovy.syntax.Reduction
 
EMPTY_ARGS - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
EMPTY_ARGS - Static variable in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
EMPTY_ARGUMENTS - Static variable in class groovy.lang.MetaClassImpl
 
EMPTY_ARGUMENTS - Static variable in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
EMPTY_ARGUMENTS - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
EMPTY_ARGUMENTS - Static variable in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated, for removal: This API element is subject to removal in a future version.
EMPTY_ARRAY - Static variable in class groovy.lang.MetaMethod
 
EMPTY_ARRAY - Static variable in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.ClassNode
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.expr.Expression
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.GenericsType
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.MixinNode
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.ast.Parameter
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.reflection.CachedClass
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.reflection.CachedMethod
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.runtime.MetaClassHelper
 
EMPTY_ARRAY - Static variable in class org.codehaus.groovy.tools.GroovyClass
 
EMPTY_CLASS_ARRAY - Static variable in class org.codehaus.groovy.runtime.MetaClassHelper
 
EMPTY_EXPRESSION - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
EMPTY_GENERICS_ARRAY - Static variable in class org.codehaus.groovy.ast.tools.GenericsUtils
 
EMPTY_GROOVYDOC - Static variable in class groovy.lang.groovydoc.Groovydoc
 
EMPTY_LIST - Static variable in class org.codehaus.groovy.util.FastArray
 
EMPTY_METHODNODE_LIST - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
EMPTY_OBJECT_ARRAY - Static variable in class groovy.lang.GString
 
EMPTY_PARTITION - Static variable in interface org.apache.groovy.ginq.provider.collection.runtime.Partition
Represents the empty Partition instance
EMPTY_QUERYABLE - Static variable in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Represents the empty Queryable instance
EMPTY_STRING - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
EMPTY_STRING_ARRAY - Static variable in class groovy.lang.GString
 
EMPTY_STRING_ARRAY - Static variable in class org.codehaus.groovy.control.ResolveVisitor
 
EMPTY_TYPE_ARRAY - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
EMPTY_TYPE_ARRAY - Static variable in class org.codehaus.groovy.runtime.MetaClassHelper
 
EMPTY_TYPES - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
emptyDims() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
emptyDims() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsOptContext
 
EmptyDimsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsContext
 
emptyDimsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
emptyDimsOpt() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeContext
 
EmptyDimsOptContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsOptContext
 
EmptyExpression - Class in org.codehaus.groovy.ast.expr
Placeholder for an empty expression.
EmptyExpression() - Constructor for class org.codehaus.groovy.ast.expr.EmptyExpression
 
emptyPartition() - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Partition
Returns the empty Partition instance
emptyQueryable() - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Returns the empty Queryable instance
EmptyRange<T extends Comparable> - Class in groovy.lang
Constructing Ranges like 0..<0
EmptyRange(T) - Constructor for class groovy.lang.EmptyRange
Creates a new EmptyRange.
EmptyStatement - Class in org.codehaus.groovy.ast.stmt
 
EmptyStatement() - Constructor for class org.codehaus.groovy.ast.stmt.EmptyStatement
 
EmptyStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EmptyStmtAltContext
 
EMULATE - Enum constant in enum groovy.transform.RecordTypeMode
Produce a record-like class.
EMULATE - Enum constant in enum groovy.transform.SealedMode
Indicate the sealed nature using annotations.
enable() - Static method in class groovy.lang.ExpandoMetaClassCreationHandle
Enables the ExpandoMetaClassCreationHandle with the registry ExpandoMetaClassCreationHandle.enable();
ENABLE_PACKAGE_ASSERTIONS - Static variable in class org.apache.groovy.contracts.generation.Configurator
 
enabled() - Element in annotation type groovy.transform.AutoFinal
Indicates that adding final to parameters should not be applied on this node.
enabled() - Element in annotation type groovy.transform.Final
When disabled, this annotation effectively becomes a no-op.
ENABLED_ASSERTIONS - Static variable in class org.apache.groovy.contracts.generation.Configurator
 
enableGlobally() - Static method in class groovy.lang.ExpandoMetaClass
Call to enable global use of ExpandoMetaClass within the registry.
enableHighLighter(Class<? extends DocumentFilter>) - Method in class groovy.console.ui.ConsoleTextEditor
 
enclosingBinaryExpressions - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
enclosingClassNodes - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
EnclosingClosure(ClosureExpression) - Constructor for class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
enclosingClosures - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
enclosingMethodCalls - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
enclosingMethods - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
encode(ClassNode) - Method in interface org.codehaus.groovy.transform.stc.SignatureCodec
 
encode(ClassNode) - Method in class org.codehaus.groovy.transform.stc.SignatureCodecVersion1
 
encodeAngleBrackets(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
encodeAngleBracketsInTagBody(String, Pattern) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
Replaces angle brackets inside a tag.
encodeAsValidClassName(String) - Static method in class org.codehaus.groovy.classgen.GeneratorContext
 
encodeBase64(byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 encoding of the byte array.
encodeBase64(byte[], boolean) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 encoding of the byte array.
encodeBase64(Byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 encoding of the byte array.
encodeBase64(Byte[], boolean) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 encoding of the byte array.
encodeBase64Url(byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 URL and Filename Safe encoding of the byte array.
encodeBase64Url(byte[], boolean) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 URL and Filename Safe encoding of the byte array.
encodeBase64Url(Byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 URL and Filename Safe encoding of the byte array.
encodeBase64Url(Byte[], boolean) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produce a Writable object which writes the Base64 URL and Filename Safe encoding of the byte array.
encodeByteIntoTwoAsciiCharBytes(int, byte[]) - Static method in class org.apache.groovy.json.internal.ByteScanner
Turn a single bytes into two hex character representation.
encodeHex(byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produces a Writable that writes the hex encoding of the byte[].
encodeHex(Byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Produces a Writable that writes the hex encoding of the Byte[].
encodeNibbleToHexAsciiCharByte(int) - Static method in class org.apache.groovy.json.internal.ByteScanner
Turns a single nibble into an ascii HEX digit.
encoder - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
encodeSpecialSymbols(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
encoding - Variable in class groovy.servlet.AbstractHttpServlet
Encoding to use, becomes charset part of contentType.
encoding - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
EncodingAwareBufferedWriter - Class in groovy.io
A buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter.
EncodingAwareBufferedWriter(OutputStreamWriter) - Constructor for class groovy.io.EncodingAwareBufferedWriter
 
EncodingGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines all the encoding/decoding groovy methods which enhance the normal JDK classes when inside the Groovy environment.
EncodingGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.EncodingGroovyMethods
 
EncodingGroovyMethodsSupport - Class in org.codehaus.groovy.runtime
Keep this constant in a separate file as it is troublesome for Antlr to parse for doc purposes.
EncodingGroovyMethodsSupport() - Constructor for class org.codehaus.groovy.runtime.EncodingGroovyMethodsSupport
 
encodingKnown - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
end - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
 
end() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
endDocument() - Method in class groovy.console.ui.text.StructuredSyntaxHandler
 
endDocument() - Method in class groovy.xml.XmlParser
 
endDocument() - Method in class groovy.xml.XmlSlurper
 
endElement(String, String, String) - Method in class groovy.console.ui.text.StructuredSyntaxHandler
 
endElement(String, String, String) - Method in class groovy.xml.XmlParser
 
endElement(String, String, String) - Method in class groovy.xml.XmlSlurper
 
endPosition(Token) - Static method in class org.apache.groovy.parser.antlr4.util.PositionConfigureUtils
 
endPrefixMapping(String) - Method in class groovy.xml.XmlParser
 
endsWith(String) - Method in class org.apache.groovy.nio.runtime.WritablePath
 
endsWith(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
endsWith(Path) - Method in class org.apache.groovy.nio.runtime.WritablePath
 
endsWithAny(CharSequence, CharSequence...) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tests if this CharSequence ends with any specified suffixes.
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Checks whether this CharSequence ends with the searchString ignoring the case considerations.
enhancedArgumentListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enhancedArgumentListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
enhancedArgumentListElement(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
EnhancedArgumentListElementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListElementContext
 
enhancedArgumentListInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArgumentsContext
 
enhancedArgumentListInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandArgumentContext
 
enhancedArgumentListInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
enhancedArgumentListInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
EnhancedArgumentListInParContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
enhancedExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enhancedExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryContext
 
EnhancedExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedExpressionContext
 
enhancedForControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enhancedForControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForControlContext
 
EnhancedForControlContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
enhancedStatementExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
enhancedStatementExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enhancedStatementExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionInParContext
 
enhancedStatementExpression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableInitializerContext
 
EnhancedStatementExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedStatementExpressionContext
 
ensureClosure(Object) - Static method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
Ensures that the provided object is wrapped into a closure if it's not a closure.
Ensures - Annotation Type in groovy.contracts
Represents a method postcondition.
EnsuresAnnotationProcessor - Class in org.apache.groovy.contracts.common.impl
Internal AnnotationProcessor implementation for post-conditions.
EnsuresAnnotationProcessor() - Constructor for class org.apache.groovy.contracts.common.impl.EnsuresAnnotationProcessor
 
EnsuresConditions - Annotation Type in groovy.contracts
Represents multiple postconditions.
enterParenCallback(String) - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
entry - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
entrySet - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
entrySet() - Method in class groovy.lang.MapWithDefault
 
entrySet() - Method in class groovy.sql.GroovyRowResult
 
entrySet() - Method in class groovy.util.ConfigObject
 
entrySet() - Method in class groovy.util.ObservableMap
 
entrySet() - Method in class org.apache.groovy.json.internal.LazyMap
 
entrySet() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
entrySet() - Method in class org.apache.groovy.json.internal.ValueMapImpl
If the map has not been built yet, then we just return a fake entry set.
entrySet() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns a set of entries for registered runners.
entrySet() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
entrySet() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
entrySet() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
entrySet() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
entrySet() - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
 
entrySet() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
 
entrySet() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.codehaus.groovy.util.ListHashMap
 
entrySingleton() - Static method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.Weighers
A weigher where an entry has a weight of 1.
EntryWeigher<K,V> - Interface in org.apache.groovy.util.concurrent.concurrentlinkedhashmap
A class that can determine the weight of an entry.
entryX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ENUM - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
ENUM - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
ENUM() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
ENUM() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
ENUM_DEF - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
Enum_Type - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
EnumCompletionVisitor - Class in org.codehaus.groovy.classgen
Enums have a parent constructor with two arguments from java.lang.Enum.
EnumCompletionVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.EnumCompletionVisitor
 
enumConstant() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enumConstant() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
enumConstant(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
EnumConstantClassNode - Class in org.codehaus.groovy.ast
Represents the anonymous inner class for an enum constant.
EnumConstantClassNode(ClassNode, String, int, ClassNode) - Constructor for class org.codehaus.groovy.ast.EnumConstantClassNode
Deprecated, for removal: This API element is subject to removal in a future version.
EnumConstantClassNode(ClassNode, String, ClassNode) - Constructor for class org.codehaus.groovy.ast.EnumConstantClassNode
 
EnumConstantContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
enumConstants() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
enumConstants() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
enumConstants() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
enumConstants() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
enumConstants() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
enumConstants() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of enum constants
EnumConstantsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
enumerateGrapes() - Static method in class groovy.grape.Grape
 
enumerateGrapes() - Method in interface groovy.grape.GrapeEngine
 
ENUMERATION_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
EnumHelper - Class in org.codehaus.groovy.antlr
 
EnumHelper() - Constructor for class org.codehaus.groovy.antlr.EnumHelper
 
enums() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Included enum types in this package.
enums() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
EnumTypeCheckingExtension - Class in org.codehaus.groovy.transform.stc
A type checking extension that will take care of handling errors which are specific to enums.
EnumTypeCheckingExtension(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.EnumTypeCheckingExtension
 
EnumVisitor - Class in org.codehaus.groovy.classgen
 
EnumVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.EnumVisitor
 
EOF - Static variable in class org.codehaus.groovy.syntax.Token
 
EOF - Static variable in class org.codehaus.groovy.syntax.Types
 
EOF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CompilationUnitContext
 
eol() - Static method in class org.codehaus.groovy.tools.Utilities
Returns the end-of-line marker.
eq(Object, Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Check for equality of non-null references x and y.
EQ - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
equal(CachedClass[], Class[]) - Static method in class groovy.lang.MetaMethod
 
equal(CachedClass[], CachedClass[]) - Static method in class groovy.lang.MetaMethod
 
EQUAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
EQUAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
EQUAL() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
EqualityExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
equalParameterTypes(Parameter[], Parameter[]) - Static method in class org.codehaus.groovy.classgen.asm.MopWriter
Deprecated.
equals(boolean[], boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(byte[], byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(char[], char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(double[], double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(float[], float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(int[], int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(int[], int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
equals(long[], long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(short[], short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Compares the contents of this array to the contents of the given array.
equals(GString) - Method in class groovy.lang.GString
 
equals(IntRange) - Method in class groovy.lang.IntRange
Compares an IntRange to another IntRange.
equals(ObjectRange) - Method in class groovy.lang.ObjectRange
Compares an ObjectRange to another ObjectRange.
equals(Sequence) - Method in class groovy.lang.Sequence
 
equals(SpreadMap) - Method in class groovy.lang.SpreadMap
 
equals(MapEntry) - Method in class groovy.util.MapEntry
 
equals(Object) - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
Any two Converter instances registered for the same type are considered to be equal.
equals(Object) - Method in class groovy.lang.DelegatingMetaClass
 
equals(Object) - Method in class groovy.lang.GroovyCodeSource
 
equals(Object) - Method in class groovy.lang.groovydoc.Groovydoc
 
equals(Object) - Method in class groovy.lang.groovydoc.GroovydocTag
 
equals(Object) - Method in class groovy.lang.GString
 
equals(Object) - Method in class groovy.lang.IntRange
Determines if this object is equal to another object.
equals(Object) - Method in class groovy.lang.ListWithDefault
 
equals(Object) - Method in class groovy.lang.MapWithDefault
 
equals(Object) - Method in class groovy.lang.NamedValue
 
equals(Object) - Method in class groovy.lang.NumberRange
An object is deemed equal to this NumberRange if it represents a List of items and those items equal the list of discrete items represented by this NumberRange.
equals(Object) - Method in class groovy.lang.ObjectRange
 
equals(Object) - Method in class groovy.lang.Sequence
 
equals(Object) - Method in class groovy.lang.SpreadMap
 
equals(Object) - Method in class groovy.lang.Tuple
 
equals(Object) - Method in class groovy.namespace.QName
Tests this QName for equality with another object.
equals(Object) - Method in class groovy.sql.GroovyRowResult
 
equals(Object) - Method in class groovy.util.Expando
This allows equals to be overridden by a closure field method attached to the expando object.
equals(Object) - Method in class groovy.util.MapEntry
 
equals(Object) - Method in class groovy.util.ObservableList
 
equals(Object) - Method in class groovy.util.ObservableMap
 
equals(Object) - Method in class groovy.xml.slurpersupport.GPathResult
 
equals(Object) - Method in class org.apache.groovy.contracts.generation.ContractExecutionTracker.ContractExecution
 
equals(Object) - Method in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
equals(Object) - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
equals(Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
equals(Object) - Method in class org.apache.groovy.json.internal.NumberValue
 
equals(Object) - Method in class org.apache.groovy.nio.runtime.WritablePath
 
equals(Object) - Method in class org.apache.groovy.parser.antlr4.PositionInfo
 
equals(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry
 
equals(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
equals(Object) - Method in class org.codehaus.groovy.ast.ClassNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.FieldNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
equals(Object) - Method in class org.codehaus.groovy.ast.ImportNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.ModifierNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.RecordComponentNode
 
equals(Object) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
equals(Object) - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
equals(Object) - Method in class org.codehaus.groovy.runtime.AbstractComparator
 
equals(Object) - Method in class org.codehaus.groovy.runtime.ConversionHandler
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
equals(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
equals(Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
equals(Object) - Method in class org.codehaus.groovy.runtime.MethodKey
 
equals(Object) - Method in class org.codehaus.groovy.runtime.NullObject
null is only equal to null.
equals(Object) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
equals(Object) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
equals(Object) - Method in class org.codehaus.groovy.tools.javac.MemJavaFileObject
 
equals(Object) - Method in class org.codehaus.groovy.tools.javac.RawJavaFileObject
 
equals(Object) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
equals(Object[], List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
equals(Object[], List<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Determines if the contents of this array are equal to the contents of the given list, in the same order.
equals(List, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if the contents of this list are equal to the contents of the given array in the same order.
equals(List, List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare the contents of two Lists.
equals(Map, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares two Maps treating coerced numerical values as identical.
equals(Set<T>, Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare the contents of two Sets for equality using Groovy's coercion rules.
equals(ASTNode, ASTNode) - Method in interface org.codehaus.groovy.macro.matcher.NodeComparator
 
equals(MethodKey) - Method in class org.codehaus.groovy.runtime.MethodKey
 
EQUALS - Static variable in class org.codehaus.groovy.syntax.Types
 
EQUALS - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
EqualsAndHashCode - Annotation Type in groovy.transform
Class annotation used to assist in creating appropriate equals() and hashCode() methods.
EqualsAndHashCodeASTTransformation - Class in org.codehaus.groovy.transform
 
EqualsAndHashCodeASTTransformation() - Constructor for class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
equalsIgnoreCase(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
equalsIgnoreZeroSign(Double, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares this object against the specified object returning the same result as Double.equals(Object) but returning true if this object and the specified object are both zero and negative zero respectively or vice versa.
equalsIgnoreZeroSign(Float, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares this object against the specified object returning the same result as Float.equals(Object) but returning true if this object and the specified object are both zero and negative zero respectively or vice versa.
equalsNullX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
eqX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
err - Variable in class org.codehaus.groovy.tools.shell.IO
Preferred error output writer.
error(Object) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
error(Object, Throwable) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
error(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
error(String, Throwable) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
error(System.Logger, String) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging error level messages with the platform logger.
error(System.Logger, String, Object...) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging error level messages with the platform logger.
error(System.Logger, String, Throwable) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging error level messages with the platform logger.
error(SAXParseException) - Method in class groovy.console.ui.text.StructuredSyntaxHandler
 
ERROR_COLLECTOR - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
ErrorCollecting - Interface in org.codehaus.groovy.transform
An AST transform with the ability to report errors.
errorCollector - Variable in class org.codehaus.groovy.control.ProcessingUnit
a helper to share errors and report them
ErrorCollector - Class in org.codehaus.groovy.control
A base class for collecting messages and errors during processing.
ErrorCollector(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.ErrorCollector
Initialize the ErrorReporter.
errorCollectors - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
errorDetails(String) - Method in interface org.apache.groovy.json.internal.CharacterSource
 
errorDetails(String) - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
errorDetails(String, char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
ErrorReporter - Class in org.codehaus.groovy.tools
Provides services for reporting compilation errors to the user.
ErrorReporter(Throwable) - Constructor for class org.codehaus.groovy.tools.ErrorReporter
Configures a new Reporter.
ErrorReporter(Throwable, boolean) - Constructor for class org.codehaus.groovy.tools.ErrorReporter
Configures a new Reporter.
errors - Variable in class org.codehaus.groovy.control.ErrorCollector
ErrorMessages collected during processing
errors() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Included errors in this package.
errors() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
errorStream - Variable in class org.codehaus.groovy.tools.shell.IO
Raw error output stream.
ESCAPE - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
escapeBackslashes(String) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
escapeBackslashes(String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
escapeControlCharacters(String) - Static method in class groovy.xml.XmlUtil
Escape control characters (below 0x20) with their XML entities, e.g.
escaped() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
escapeJava(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJava(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJavaScript(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
escapeJavaScript(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeQuote(String) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
escapeXml(String) - Static method in class groovy.xml.XmlUtil
Escape the following characters " ' & < > with their XML entities, e.g.
eval(Reader, ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
eval(String, ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
eval(ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyCompiledScript
 
eval(ScriptEngine, Reader, Binding) - Static method in class org.codehaus.groovy.jsr223.ScriptExtensions
Same as eval(ScriptEngine, Reader, Binding) except that the source of the script is provided as a Reader
eval(ScriptEngine, String, Binding) - Static method in class org.codehaus.groovy.jsr223.ScriptExtensions
Executes the specified script.
eval(BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
Eval - Class in groovy.util
Allow easy integration from Groovy into Java through convenience methods.
Eval() - Constructor for class groovy.util.Eval
 
evaluate(GroovyCodeSource) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(File) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(File) - Method in class groovy.lang.Script
A helper method to allow the dynamic evaluation of groovy expressions using this scripts binding as the variable scope
evaluate(Reader) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(Reader, String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String) - Method in class groovy.console.ui.ConsoleSupport
 
evaluate(String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String) - Method in class groovy.lang.Script
A helper method to allow the dynamic evaluation of groovy expressions using this scripts binding as the variable scope
evaluate(String, String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String, String, String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result.
evaluate(URI) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluateArrayAssignmentWithOperator(String, BinaryExpression, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateBinaryExpression(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateBinaryExpression(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
evaluateBinaryExpressionWithAssignment(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateBinaryExpressionWithAssignment(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
evaluateBinaryExpressionWithAssignment(String, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
evaluateCompareExpression(MethodCaller, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateCompareExpression(MethodCaller, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
evaluateElvisEqual(BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateEqual(BinaryExpression, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateEqual(BinaryExpression, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
evaluateExpression(Expression, CompilerConfiguration) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
evaluateExpression(Expression, CompilerConfiguration, GroovyClassLoader) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Evaluates expressions as found in annotation parameters.
evaluatePostfixMethod(PostfixExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluatePrefixMethod(PrefixExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateTernary(TernaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
EventTriggerBinding - Class in org.apache.groovy.swing.binding
 
EventTriggerBinding(Object, String) - Constructor for class org.apache.groovy.swing.binding.EventTriggerBinding
 
every(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a boolean Array, and checks whether every element is true.
every(boolean[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a boolean Array, and checks whether a predicate is valid for every element.
every(byte[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a byte Array, and checks whether a predicate is valid for all elements.
every(char[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a char Array, and checks whether a predicate is valid for all elements.
every(double[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a double Array, and checks whether a predicate is valid for all elements.
every(float[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a float Array, and checks whether a predicate is valid for all elements.
every(int[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of an int Array, and checks whether a predicate is valid for all elements.
every(long[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a long Array, and checks whether a predicate is valid for all elements.
every(short[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the contents of a short Array, and checks whether a predicate is valid for all elements.
every(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Used to determine if the given predicate closure is valid (i.e.
every(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of a collection, and checks whether all elements are true according to the Groovy Truth.
every(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Used to determine if the given predicate closure is valid (i.e.
every(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Used to determine if the given predicate closure is valid (i.e.
every(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 all entries.
every(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
every(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Used to determine if the given predicate closure is valid (i.e.
EvictableCache<K,V> - Interface in org.codehaus.groovy.runtime.memoize
Represents an evictable memoize cache with its essential methods
EvictableCache.Action<K,V,R> - Interface in org.codehaus.groovy.runtime.memoize
Represents the action to deal with the cache
EvictableCache.EvictionStrategy - Enum in org.codehaus.groovy.runtime.memoize
Represents an eviction strategy for the cache with limited size
EvictionListener<K,V> - Interface in org.apache.groovy.util.concurrent.concurrentlinkedhashmap
A listener registered for notification when an entry is evicted.
exception() - Element in annotation type groovy.test.NotYetImplemented
If defined, tests which unexpectedly pass will throw this exception.
exception() - Element in annotation type groovy.transform.AutoImplement
If defined, all unimplemented methods will throw this exception.
EXCEPTION() - Constructor for exception groovy.transform.Undefined.EXCEPTION
 
exceptionDetails(String) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
exceptionDetails(String) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
ExceptionMessage - Class in org.codehaus.groovy.control.messages
A class for error messages produced by the parser system.
ExceptionMessage(Exception, boolean, ProcessingUnit) - Constructor for class org.codehaus.groovy.control.messages.ExceptionMessage
 
exceptions() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Included exceptions in this package.
exceptions() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
Exceptions - Class in org.apache.groovy.json.internal
 
Exceptions() - Constructor for class org.apache.groovy.json.internal.Exceptions
 
Exceptions.JsonInternalException - Exception in org.apache.groovy.json.internal
 
excludedFieldNames - Variable in class groovy.json.DefaultJsonGenerator
 
excludedFieldNames - Variable in class groovy.json.JsonGenerator.Options
 
excludedFieldTypes - Variable in class groovy.json.DefaultJsonGenerator
 
excludedFieldTypes - Variable in class groovy.json.JsonGenerator.Options
 
excludedStatement - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
excludeFieldsByName(CharSequence...) - Method in class groovy.json.JsonGenerator.Options
Excludes from the output any fields that match the specified names.
excludeFieldsByName(Iterable<? extends CharSequence>) - Method in class groovy.json.JsonGenerator.Options
Excludes from the output any fields that match the specified names.
excludeFieldsByType(Class<?>...) - Method in class groovy.json.JsonGenerator.Options
Excludes from the output any fields whose type is the same or is assignable to any of the given types.
excludeFieldsByType(Iterable<Class<?>>) - Method in class groovy.json.JsonGenerator.Options
Excludes from the output any fields whose type is the same or is assignable to any of the given types.
excludeNulls - Variable in class groovy.json.DefaultJsonGenerator
 
excludeNulls - Variable in class groovy.json.JsonGenerator.Options
 
excludeNulls() - Method in class groovy.json.JsonGenerator.Options
Do not serialize null values.
excludes() - Element in annotation type groovy.lang.Delegate
List of method and/or property names to exclude when delegating.
excludes() - Element in annotation type groovy.transform.AutoClone
Comma separated list of property (and/or field) names to exclude from cloning.
excludes() - Element in annotation type groovy.transform.builder.Builder
List of field and/or property names to exclude from generated builder methods.
excludes() - Element in annotation type groovy.transform.EqualsAndHashCode
List of property names (and field names if includeFields is true) to exclude from the equals and hashCode calculations.
excludes() - Element in annotation type groovy.transform.ExternalizeMethods
Comma separated list of property names to exclude from externalizing.
excludes() - Element in annotation type groovy.transform.ExternalizeVerifier
Comma separated list of property names to exclude from externalization verification.
excludes() - Element in annotation type groovy.transform.MapConstructor
List of field and/or property names to exclude from the constructor.
excludes() - Element in annotation type groovy.transform.Sortable
Property names to exclude in the comparison algorithm.
excludes() - Element in annotation type groovy.transform.ToString
List of field and/or property names to exclude from generated toString.
excludes() - Element in annotation type groovy.transform.TupleConstructor
List of field and/or property names to exclude from the constructor.
excludeTypes() - Element in annotation type groovy.lang.Delegate
List of interfaces containing method signatures to exclude when delegating.
ExclusiveOrExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExclusiveOrExprAltContext
 
execGroovy(String, PrintStream) - Method in class org.codehaus.groovy.ant.Groovy
Exec the statement.
execute() - Method in class groovy.sql.Sql.AbstractQueryCommand
Execute the command that's defined by the subclass following the Command pattern.
execute() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
execute() - Method in class org.codehaus.groovy.ant.Groovy
Load the file and then execute it
execute() - Method in class org.codehaus.groovy.ant.Groovyc
Executes the task.
execute() - Method in class org.codehaus.groovy.ant.Groovydoc
 
execute() - Method in class org.codehaus.groovy.ant.RootLoaderRef
 
execute() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
execute() - Method in class org.codehaus.groovy.ant.VerifyClass
 
execute(GString) - Method in class groovy.sql.Sql
Executes the given SQL with embedded expressions inside.
execute(GString, Closure) - Method in class groovy.sql.Sql
Executes the given SQL with embedded expressions inside.
execute(GString, Closure, Closure) - Method in class groovy.sql.Sql
Executes the given SQL with embedded expressions inside.
execute(String) - Method in class groovy.sql.Sql
Executes the given piece of SQL.
execute(String) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by self as a command-line process.
execute(String[]) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the given String array.
execute(String[], String[], File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the String array given in the first parameter, with the environment defined by envp and under the working directory dir.
execute(String[], List, File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the String array given in the first parameter, with the environment defined by envp and under the working directory dir.
execute(String, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL.
execute(String, Closure, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL.
execute(String, Object[]) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, Object[], Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, Object[], Closure, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, String[], File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by self with environment defined by envp and under the working directory dir.
execute(String, List<?>) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, List<?>, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, List<?>, Closure, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, List, File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by self with environment defined by envp and under the working directory dir.
execute(List) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the given list.
execute(List, String[], File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the given list, with the environment defined by envp and under the working directory dir.
execute(List, List, File) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by the given list, with the environment defined by envp and under the working directory dir.
execute(Map, String) - Method in class groovy.sql.Sql
A variant of Sql.execute(String, java.util.List) useful when providing the named parameters as named arguments.
execute(Map, String, Closure) - Method in class groovy.sql.Sql
A variant of Sql.execute(String, java.util.List, Closure) useful when providing the named parameters as named arguments.
execute(Map, String, Closure, Closure) - Method in class groovy.sql.Sql
A variant of Sql.execute(String, java.util.List, Closure, Closure) useful when providing the named parameters as named arguments.
executeBatch() - Method in class groovy.sql.BatchingStatementWrapper
 
executeInsert(GString) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(GString, List<String>) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, Object[]) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, String[]) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, String[], Object[]) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, List<?>) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, List<?>, List<String>) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(Map, String) - Method in class groovy.sql.Sql
A variant of Sql.executeInsert(String, java.util.List) useful when providing the named parameters as named arguments.
executeInsert(Map, String, List<String>) - Method in class groovy.sql.Sql
A variant of Sql.executeInsert(String, List, List) useful when providing the named parameters as named arguments.
executePreparedQuery(String, List<?>) - Method in class groovy.sql.Sql
Useful helper method which handles resource management when executing a prepared query which returns a result set.
executeQuery(String) - Method in class groovy.sql.Sql
Useful helper method which handles resource management when executing a query which returns a result set.
executeUpdate(GString) - Method in class groovy.sql.Sql
Executes the given SQL update with embedded expressions inside.
executeUpdate(String) - Method in class groovy.sql.Sql
Executes the given SQL update.
executeUpdate(String, Object[]) - Method in class groovy.sql.Sql
Executes the given SQL update with parameters.
executeUpdate(String, List<?>) - Method in class groovy.sql.Sql
Executes the given SQL update with parameters.
executeUpdate(Map, String) - Method in class groovy.sql.Sql
A variant of Sql.executeUpdate(String, java.util.List) useful when providing the named parameters as named arguments.
exists() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Check if the result is empty, similar to SQL's exists
exists(Path, LinkOption...) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Tests whether the file at the path exists.
existsProperty(PropertyExpression, boolean) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
existsProperty(PropertyExpression, boolean) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
existsProperty(PropertyExpression, boolean, ClassCodeVisitorSupport) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
existsProperty(PropertyExpression, boolean, ClassCodeVisitorSupport) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Checks whether a property exists on the receiver, or on any of the possible receiver classes (found in the temporary type information table)
existsProperty(PropertyExpression, boolean, ClassCodeVisitorSupport) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
exitParenCallback(String) - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
expand(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Expands all tabs into spaces with tabStops of size 8.
expand(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Expands all tabs into spaces.
expand(Object) - Static method in class groovy.sql.Sql
When using GString SQL queries, allows a variable to be expanded in the Sql string rather than representing an sql parameter.
ExpandedVariable - Interface in groovy.sql
Identifies a variable to be expanded into the sql string rather than representing a placeholder.
expandLine(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Expands all tabs into spaces.
Expando - Class in groovy.util
Represents a dynamically expandable bean.
Expando() - Constructor for class groovy.util.Expando
 
Expando(Map) - Constructor for class groovy.util.Expando
 
ExpandoMetaClass - Class in groovy.lang
ExpandoMetaClass is a MetaClass that behaves like an Expando, allowing the addition or replacement of methods, properties and constructors on the fly.
ExpandoMetaClass(MetaClassRegistry, Class, boolean, boolean, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
ExpandoMetaClass(Class) - Constructor for class groovy.lang.ExpandoMetaClass
Constructs a new ExpandoMetaClass instance for the given class
ExpandoMetaClass(Class, boolean) - Constructor for class groovy.lang.ExpandoMetaClass
Constructs a new ExpandoMetaClass instance for the given class optionally placing the MetaClass in the MetaClassRegistry automatically
ExpandoMetaClass(Class, boolean, boolean) - Constructor for class groovy.lang.ExpandoMetaClass
Constructs a new ExpandoMetaClass instance for the given class optionally placing the MetaClass in the MetaClassRegistry automatically
ExpandoMetaClass(Class, boolean, boolean, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
ExpandoMetaClass(Class, boolean, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
ExpandoMetaClass(Class, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
ExpandoMetaClass.ExpandoMetaConstructor - Class in groovy.lang
Handles the ability to use the left shift operator to append new constructors
ExpandoMetaClass.ExpandoMetaProperty - Class in groovy.lang
Instances of this class are returned when using the << left shift operator.
ExpandoMetaClassCreationHandle - Class in groovy.lang
A handle for the MetaClassRegistry that changes all classes loaded into the Grails VM to use ExpandoMetaClass instances
ExpandoMetaClassCreationHandle() - Constructor for class groovy.lang.ExpandoMetaClassCreationHandle
 
ExpandoMetaConstructor() - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaConstructor
 
ExpandoMetaProperty(String) - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
ExpandoMetaProperty(String, boolean) - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
explicitMethods - Variable in class groovy.util.FactoryBuilderSupport
 
explicitProperties - Variable in class groovy.util.FactoryBuilderSupport
 
expression - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
expression - Variable in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AdditiveExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AndExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssignmentExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CastExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim1Context
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedExpressionContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExclusiveOrExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImplicationExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.InclusiveOrExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalAndExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalOrExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultiplicativeExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PowerExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RegexExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourceContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ReturnStmtAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ThrowStmtAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryAddExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryNotExprAltContext
 
expression() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.YieldStatementContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AdditiveExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AndExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExclusiveOrExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImplicationExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.InclusiveOrExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalAndExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LogicalOrExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MultiplicativeExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PowerExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RegexExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
expression(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
Expression - Class in org.codehaus.groovy.ast.expr
Base class for any expression.
Expression() - Constructor for class org.codehaus.groovy.ast.expr.Expression
 
EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
ExpressionAsVariableSlot - Class in org.codehaus.groovy.classgen.asm
Helper class that takes an Expression and if visited will load it normally, storing the result in a helper variable, which then can be requested after the visit is completed.
ExpressionAsVariableSlot(WriterController, Expression) - Constructor for class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
ExpressionAsVariableSlot(WriterController, Expression, String) - Constructor for class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
ExpressionContext() - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DoWhileStmtAltContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ParExpressionContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchStatementContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SynchronizedStmtAltContext
 
expressionInPar() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.WhileStmtAltContext
 
ExpressionInParContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionInParContext
 
expressionList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForInitContext
 
expressionList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForUpdateContext
 
expressionList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IndexPropertyArgsContext
 
expressionList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ListContext
 
expressionList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
expressionList(boolean) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ExpressionListContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
ExpressionListContext(ParserRuleContext, int, boolean) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
expressionListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListElementContext
 
expressionListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
expressionListElement(boolean) - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
expressionListElement(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
ExpressionListElementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
ExpressionListElementContext(ParserRuleContext, int, boolean) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
ExpressionStatement - Class in org.codehaus.groovy.ast.stmt
A simple statement such as a method call where the return value is ignored
ExpressionStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
ExpressionStmtAltContext(GroovyParser.StatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionStmtAltContext
 
ExpressionTransformer - Interface in org.codehaus.groovy.ast.expr
Provides a way to transform expressions.
ExpressionUtils - Class in org.apache.groovy.ast.tools
 
ExpressionUtils - Class in org.apache.groovy.contracts.util
Internal utility class for extracting a boolean expression from the given expression or statement.
ext() - Element in annotation type groovy.lang.Grab
The extension of the artifact (normally safe to leave at default value of "jar" but other values like "zip" are sometimes useful).
ExtendedVerifier - Class in org.codehaus.groovy.classgen
A specialized Groovy AST visitor meant to perform additional verifications upon the current AST.
ExtendedVerifier(SourceUnit) - Constructor for class org.codehaus.groovy.classgen.ExtendedVerifier
 
EXTENDS - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
EXTENDS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
EXTENDS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
EXTENDS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
EXTENDS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentContext
 
EXTENDS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParameterContext
 
extension - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
extension - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
EXTENSION_DISABLE_PROPERTY - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
EXTENSION_METHOD_CACHE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
ExtensionMethodCache - Class in org.codehaus.groovy.transform.stc
This class is used to make extension methods lookup faster.
ExtensionMethodNode - Class in org.codehaus.groovy.transform.stc
Represents method nodes which are used by the static type checker to virtually add methods coming from DGM-like methods.
ExtensionMethodNode(MethodNode, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Constructor for class org.codehaus.groovy.transform.stc.ExtensionMethodNode
 
ExtensionMethodNode(MethodNode, String, int, ClassNode, Parameter[], ClassNode[], Statement, boolean) - Constructor for class org.codehaus.groovy.transform.stc.ExtensionMethodNode
 
ExtensionModule - Class in org.codehaus.groovy.runtime.m12n
An extension module is a class responsible for providing a list of meta methods to the Groovy compiler and runtime.
ExtensionModule(String, String) - Constructor for class org.codehaus.groovy.runtime.m12n.ExtensionModule
 
ExtensionModuleRegistry - Class in org.codehaus.groovy.runtime.m12n
The extension method registry is responsible for collecting methods (or static methods) which are added to existing classes and may be called like regular methods.
ExtensionModuleRegistry() - Constructor for class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
ExtensionModuleScanner - Class in org.codehaus.groovy.runtime.m12n
A module extension scanner is responsible for searching classpath modules, loading metadata from module descriptors, then perform custom tasks for each module.
ExtensionModuleScanner(ExtensionModuleScanner.ExtensionModuleListener, ClassLoader) - Constructor for class org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner
 
ExtensionModuleScanner.ExtensionModuleListener - Interface in org.codehaus.groovy.runtime.m12n
 
extensions - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
extensions() - Element in annotation type groovy.transform.CompileStatic
The list of (classpath resources) paths to type checking DSL scripts, also known as type checking extensions.
extensions() - Element in annotation type groovy.transform.TypeChecked
The list of (classpath resources) paths to type checking DSL scripts, also known as type checking extensions.
extensionValidator - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
externalClass() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
ExternalGroovyClassDoc - Class in org.codehaus.groovy.tools.groovydoc
Represents a class not in the codebase being processed.
ExternalGroovyClassDoc(Class) - Constructor for class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
ExternalizeMethods - Annotation Type in groovy.transform
Class annotation used to assist in the creation of Externalizable classes.
ExternalizeMethodsASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @ExternalizeMethods annotation.
ExternalizeMethodsASTTransformation() - Constructor for class org.codehaus.groovy.transform.ExternalizeMethodsASTTransformation
 
ExternalizeVerifier - Annotation Type in groovy.transform
Class annotation used to assist in the creation of Externalizable classes.
ExternalizeVerifierASTTransformation - Class in org.codehaus.groovy.transform
 
ExternalizeVerifierASTTransformation() - Constructor for class org.codehaus.groovy.transform.ExternalizeVerifierASTTransformation
 
ExternalStrategy - Class in groovy.transform.builder
This strategy is used with the Builder AST transform to populate a builder helper class so that it can be used for the fluent creation of instances of a specified class. The specified class is not modified in any way and may be a Java class.
ExternalStrategy() - Constructor for class groovy.transform.builder.ExternalStrategy
 
extractClassFromFileDescription() - Method in class org.codehaus.groovy.ast.ModuleNode
 
extractName(String) - Static method in class org.codehaus.groovy.transform.NewifyASTTransformation
 
extractPlaceholders(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Returns the type parameter/argument relationships of the specified type.
extractPlaceholders(ClassNode, Map<GenericsType.GenericsTypeName, GenericsType>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Populates the supplied map with the type parameter/argument relationships of the specified type.
extractPropertyNameFromMethodName(String, String) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Given a method name and a prefix, returns the name of the property that should be looked up, following the java beans rules.
extractRootCause(Throwable) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
Extracts the root cause of the exception, no matter how nested it is
extractStaticReceiver(MethodCall) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Given a method call, first checks that it's a static method call, and if it is, returns the class node for the receiver.
extractSuperClassGenerics(ClassNode, ClassNode, Map<String, ClassNode>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
extractTemporaryTypeInfoKey(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
extractTypesFromParameters(Parameter[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 

F

Factory - Interface in groovy.util
 
FACTORY - Static variable in class org.codehaus.groovy.classgen.asm.MopWriter
 
FACTORY - Static variable in class org.codehaus.groovy.classgen.asm.sc.StaticCompilationMopWriter
 
FactoryBuilderSupport - Class in groovy.util
Mix of BuilderSupport and SwingBuilder's factory support.
FactoryBuilderSupport() - Constructor for class groovy.util.FactoryBuilderSupport
 
FactoryBuilderSupport(boolean) - Constructor for class groovy.util.FactoryBuilderSupport
 
FactorySupport - Class in groovy.xml
Support class for creating XML Factories
FactorySupport() - Constructor for class groovy.xml.FactorySupport
 
fail(String) - Static method in class groovy.test.GroovyAssert
 
failedWithUnexpectedEOF() - Method in class org.codehaus.groovy.control.SourceUnit
Convenience routine, primarily for use by the InteractiveShell, that returns true if parse() failed with an unexpected EOF.
failIfErrors() - Method in class org.codehaus.groovy.control.ErrorCollector
Causes the current phase to fail by throwing a CompilationFailedException.
failOnError - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
failOnError - Variable in class org.codehaus.groovy.ant.Groovyc
 
fallbackAttributeOrPropertySite(PropertyExpression, Expression, String, MethodCallerMultiAdapter) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
fallbackAttributeOrPropertySite(PropertyExpression, Expression, String, MethodCallerMultiAdapter) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
FALSE - Enum constant in enum groovy.json.JsonTokenType
 
FALSE - Enum constant in enum org.apache.groovy.json.internal.Type
 
FALSE - Static variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
FALSE - Static variable in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
FALSE - Static variable in class org.apache.groovy.json.internal.ValueContainer
 
FALSE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
fArrayGet(float[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Gets value from float[] using normalized index.
fArraySet(float[], int, float) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Sets value into float[] using normalized index.
FastArray - Class in org.codehaus.groovy.util
 
FastArray() - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray(int) - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray(Object[]) - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray(Collection) - Constructor for class org.codehaus.groovy.util.FastArray
 
fastEquals(NumberRange) - Method in class groovy.lang.NumberRange
Compares a NumberRange to another NumberRange using only a strict comparison of the NumberRange properties.
FastStringService - Interface in org.apache.groovy.json
 
FastStringServiceFactory - Interface in org.apache.groovy.json
Factory method to create the service.
FastStringUtils - Class in org.apache.groovy.json.internal
Internal class for fast processing of Strings during JSON parsing
FastStringUtils() - Constructor for class org.apache.groovy.json.internal.FastStringUtils
 
fb - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalExprAltContext
 
fb - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
Field - Annotation Type in groovy.transform
Variable annotation used for changing the scope of a variable within a script from being within the run method of the script to being at the class level for the script.
FIELD_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
FieldASTTransformation - Class in org.codehaus.groovy.transform
Handles transformation for the @Field annotation.
FieldASTTransformation() - Constructor for class org.codehaus.groovy.transform.FieldASTTransformation
 
fieldDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
fieldDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MemberDeclarationContext
 
FieldDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FieldDeclarationContext
 
FieldExpression - Class in org.codehaus.groovy.ast.expr
Represents a field access such as the expression "this.foo".
FieldExpression(FieldNode) - Constructor for class org.codehaus.groovy.ast.expr.FieldExpression
 
fieldInfo(PropertyValue) - Method in class groovy.inspect.Inspector
 
fieldInfo(Field) - Method in class groovy.inspect.Inspector
 
FieldNode - Class in org.codehaus.groovy.ast
Represents a field (member variable)
FieldNode() - Constructor for class org.codehaus.groovy.ast.FieldNode
 
FieldNode(String, int, ClassNode, ClassNode, Expression) - Constructor for class org.codehaus.groovy.ast.FieldNode
 
fields() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
fields() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
fields() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
fields() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of fields
fields(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
fields(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
fields(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
fields(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
FIELDS - Enum constant in enum groovy.transform.PackageScopeTarget
Make the Class fields have package protected visibility.
fieldSeparator() - Element in annotation type groovy.transform.ToString
The string to use between each property/field.
fieldValue(Object, String, Class<T>) - Static method in class org.apache.groovy.contracts.util.FieldValues
 
FieldValues - Class in org.apache.groovy.contracts.util
This utility is meant to be used to replace direct calls to private field variables in class invariants.
FieldValues() - Constructor for class org.apache.groovy.contracts.util.FieldValues
 
fieldWithInfo(PropertyValue) - Method in class groovy.inspect.Inspector
 
fieldX(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
fieldX(FieldNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
FIFO - Enum constant in enum org.apache.groovy.json.internal.CacheType
 
FIFO - Enum constant in enum org.codehaus.groovy.runtime.memoize.EvictableCache.EvictionStrategy
Entries are evicted in the same order as they come in
file - Static variable in class groovy.test.GroovyTestSuite
 
FileIterator - Class in org.codehaus.groovy.ant
FileIterator is an iterator over a number of files from a collection of FileSet instances.
FileIterator(Project, Iterator<FileSet>) - Constructor for class org.codehaus.groovy.ant.FileIterator
 
FileIterator(Project, Iterator<FileSet>, boolean) - Constructor for class org.codehaus.groovy.ant.FileIterator
 
FileOutputTool - Class in org.codehaus.groovy.tools.groovydoc
 
FileOutputTool() - Constructor for class org.codehaus.groovy.tools.groovydoc.FileOutputTool
 
FileReaderSource - Class in org.codehaus.groovy.control.io
A ReaderSource for source files.
FileReaderSource(File, CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.io.FileReaderSource
Creates the ReaderSource from a File descriptor.
FILES - Enum constant in enum groovy.io.FileType
Represents normal files
FileScanner - Class in org.codehaus.groovy.ant
FileScanner is a bean which allows the iteration over a number of files from a collection of FileSet instances.
FileScanner() - Constructor for class org.codehaus.groovy.ant.FileScanner
 
FileScanner(Project) - Constructor for class org.codehaus.groovy.ant.FileScanner
 
FileSystemCompiler - Class in org.codehaus.groovy.tools
Command-line compiler (aka.
FileSystemCompiler(CompilerConfiguration) - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler
 
FileSystemCompiler(CompilerConfiguration, CompilationUnit) - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler
 
FileSystemCompiler.CompilationOptions - Class in org.codehaus.groovy.tools
 
FileSystemCompiler.VersionProvider - Class in org.codehaus.groovy.tools
 
FileSystemCompilerFacade - Class in org.codehaus.groovy.ant
This is a helper class, to provide a controlled entry point for the groovyc ant task forked mode.
FileSystemCompilerFacade() - Constructor for class org.codehaus.groovy.ant.FileSystemCompilerFacade
 
FileSystemResourceManager - Class in org.codehaus.groovy.tools.groovydoc
 
FileSystemResourceManager() - Constructor for class org.codehaus.groovy.tools.groovydoc.FileSystemResourceManager
 
FileSystemResourceManager(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.FileSystemResourceManager
 
FileType - Enum in groovy.io
Represents particular files of interest.
FileVisitResult - Enum in groovy.io
Represents special return values for the 'preDir', 'postDir' and 'visit'/supplied Closures used with ResourceGroovyMethods.traverse(java.io.File, java.util.Map, groovy.lang.Closure) and related methods to control subsequent traversal behavior.
fillInStackTrace() - Method in exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
 
fillInStackTrace() - Method in exception org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
 
fillParameterNames(String[], Member) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
filter(Optional<?>, Class<T>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Tests given value against specified type and changes generics of result.
filter(OptionalDouble, DoublePredicate) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalDouble, tests the value using the given predicate and returns the optional if the test returns true or empty otherwise.
filter(OptionalInt, IntPredicate) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalInt, tests the value using the given predicate and returns the optional if the test returns true or else empty.
filter(OptionalLong, LongPredicate) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalLong, tests the value using the given predicate and returns the optional if the test returns true or else empty.
FilteredAttributes - Class in groovy.xml.slurpersupport
Lazy evaluated representation of a node's attributes filtered by a Closure.
FilteredAttributes(GPathResult, Closure, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.FilteredAttributes
 
FilteredNodeChildren - Class in groovy.xml.slurpersupport
Lazy evaluated representation of child nodes filtered by a Closure.
FilteredNodeChildren(GPathResult, Closure, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.FilteredNodeChildren
 
filterExpr - Variable in class org.apache.groovy.ginq.dsl.expression.FilterExpression
 
FilterExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents filter expression
FilterExpression(Expression) - Constructor for class org.apache.groovy.ginq.dsl.expression.FilterExpression
 
filterLine(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filters the lines of a File and creates a Writable in return to stream the filtered lines.
filterLine(File, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filter the lines from this File, and write them to the given writer based on the given closure predicate.
filterLine(File, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filter the lines from this File, and write them to the given writer based on the given closure predicate.
filterLine(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filters the lines of a File and creates a Writable in return to stream the filtered lines.
filterLine(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Filter lines from an input stream using a closure predicate.
filterLine(InputStream, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Uses a closure to filter lines from this InputStream and pass them to the given writer.
filterLine(InputStream, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Uses a closure to filter lines from this InputStream and pass them to the given writer.
filterLine(InputStream, String, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Filter lines from an input stream using a closure predicate.
filterLine(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Filter the lines from this Reader, and return a Writable which can be used to stream the filtered lines to a destination.
filterLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Filter the lines from a reader and write them on the writer, according to a closure which returns true if the line should be included.
filterLine(URL, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filter lines from a URL using a closure predicate.
filterLine(URL, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Uses a closure to filter lines from this URL and pass them to the given writer.
filterLine(URL, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Uses a closure to filter lines from this URL and pass them to the given writer.
filterLine(URL, String, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filter lines from a URL using a closure predicate.
filterLine(Path, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Filters the lines of a Path and creates a Writable in return to stream the filtered lines.
filterLine(Path, Writer, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Filter the lines from this Path, and write them to the given writer based on the given closure predicate.
filterLine(Path, Writer, String, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Filter the lines from this Path, and write them to the given writer based on the given closure predicate.
filterLine(Path, String, Closure) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Filters the lines of a Path and creates a Writable in return to stream the filtered lines.
filterMethods(ClassNode) - Static method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
filterMethodsByVisibility(List<MethodNode>, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Filter methods according to visibility
Final - Annotation Type in groovy.transform
Annotation to add the final modifier to classes, methods, constructors, and fields.
FINAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
FINAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
FINAL() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
FINAL() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
FINAL() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
FinalASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the Final annotation.
FinalASTTransformation() - Constructor for class org.codehaus.groovy.transform.FinalASTTransformation
 
Finalizable - Interface in org.codehaus.groovy.util
 
FINALIZATION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
Perform any last cleanup
FINALIZATION - Static variable in class org.codehaus.groovy.control.Phases
Cleanup
finalizeReference() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
finalizeReference() - Method in interface org.codehaus.groovy.util.Finalizable
 
finalizeReference() - Method in class org.codehaus.groovy.util.ManagedReference
 
FINALLY - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
FINALLY - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
FINALLY() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
 
FINALLY() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
finallyBlock() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
finallyBlock() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
FinallyBlockContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
 
FinalVariableAnalyzer - Class in org.codehaus.groovy.classgen
 
FinalVariableAnalyzer(SourceUnit) - Constructor for class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
FinalVariableAnalyzer(SourceUnit, FinalVariableAnalyzer.VariableNotFinalCallback) - Constructor for class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
FinalVariableAnalyzer.VariableNotFinalCallback - Interface in org.codehaus.groovy.classgen
 
find(Closure) - Method in class groovy.xml.slurpersupport.Attribute
 
find(Closure) - Method in class groovy.xml.slurpersupport.GPathResult
Returns the first child of this GPathResult matching the condition(s) specified in the passed closure.
find(Closure) - Method in class groovy.xml.slurpersupport.NoChildren
Returns this.
find(Closure) - Method in class groovy.xml.slurpersupport.NodeChild
 
find(Closure) - Method in class groovy.xml.slurpersupport.NodeChildren
 
find(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Finds the first occurrence of a regular expression String within a String.
find(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns the result of calling a closure with the first occurrence of a regular expression found within a CharSequence.
find(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Finds the first occurrence of a compiled regular expression Pattern within a String.
find(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns the result of calling a closure with the first occurrence of a compiled regular expression found within a String.
find(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first item matching the IDENTITY Closure (i.e. matching Groovy truth).
find(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition.
find(Constructor) - Static method in class org.codehaus.groovy.reflection.CachedConstructor
 
find(Method) - Static method in class org.codehaus.groovy.reflection.CachedMethod
 
find(URI, String) - Static method in class org.codehaus.groovy.vmplugin.v9.ClassFinder
Returns the found classes
find(URI, String, boolean) - Static method in class org.codehaus.groovy.vmplugin.v9.ClassFinder
Returns the found classes
find(URI, String, boolean, boolean) - Static method in class org.codehaus.groovy.vmplugin.v9.ClassFinder
Returns the found classes
find(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first item matching the IDENTITY Closure (i.e. matching Groovy truth).
find(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition.
find(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first entry matching the closure condition.
find(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Finds the first element in the array that matches the given closure condition.
FIND - Static variable in class groovy.console.ui.text.StructuredSyntaxResources
 
FIND - Static variable in class groovy.console.ui.text.TextEditor
 
FIND_ACTION - Static variable in class groovy.console.ui.text.FindReplaceUtility
 
FIND_ACTION_COMMAND - Static variable in class groovy.console.ui.text.FindReplaceUtility
 
FIND_NEXT - Static variable in class groovy.console.ui.text.StructuredSyntaxResources
 
FIND_NEXT - Static variable in class groovy.console.ui.text.TextEditor
 
FIND_PREVIOUS - Static variable in class groovy.console.ui.text.TextEditor
 
FIND_REGEX - Static variable in class org.codehaus.groovy.syntax.Types
 
findActualTypeByGenericsPlaceholderName(String, Map<GenericsType, GenericsType>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Deprecated, for removal: This API element is subject to removal in a future version.
findAll(Closure) - Method in class groovy.sql.DataSet
Return a lazy-implemented filtered view of this DataSet.
findAll(Closure) - Method in class groovy.xml.slurpersupport.Attribute
 
findAll(Closure) - Method in class groovy.xml.slurpersupport.Attributes
 
findAll(Closure) - Method in class groovy.xml.slurpersupport.GPathResult
Returns the children of this GPathResult matching the condition(s) specified in the passed closure.
findAll(Closure) - Method in class groovy.xml.slurpersupport.NoChildren
Returns this.
findAll(Closure) - Method in class groovy.xml.slurpersupport.NodeChild
 
findAll(Closure) - Method in class groovy.xml.slurpersupport.NodeChildren
 
findAll(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns a (possibly empty) list of all occurrences of a regular expression (provided as a CharSequence) found within a CharSequence.
findAll(CharSequence, CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Finds all occurrences of a regular expression string within a CharSequence.
findAll(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns a (possibly empty) list of all occurrences of a regular expression (in Pattern format) found within a CharSequence.
findAll(CharSequence, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Finds all occurrences of a compiled regular expression Pattern within a CharSequence.
findAll(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all items matching the closure condition.
findAll(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all entries matching the closure condition.
findAll(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Finds the elements of the array matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Finds all elements of the array matching the given Closure condition.
findAll$$bridge(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll$$bridge(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll$$bridge(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll$$bridge(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAndRemoveEntry(Map.Entry) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Helper method for entrySet.remove
findArg(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
findClass(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
findClass(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Find a class or interface within this package.
findClass(String) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
Tries to find a Groovy class.
findClass(String) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
findClass(String) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
findClass(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
findClass(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
findClass(String) - Method in class org.codehaus.groovy.tools.RootLoader
findClassNode(String, CompilationUnit) - Method in class org.codehaus.groovy.control.ClassNodeResolver
Extension point for custom lookup logic of finding ClassNodes.
findClassNode(SourceUnit, CompilationUnit, String) - Method in class groovy.transform.stc.ClosureSignatureHint
Produces a ClassNode given a string representing the type.
findConverter(Class<?>) - Method in class groovy.json.DefaultJsonGenerator
Finds a converter that can handle the given type.
findCurrentInstanceOfClass(Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
A helper method which determines which receiver class should be used in error messages when a field or attribute is not found.
findDeclaredMethod(ClassNode, String, int) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
findDGMMethodsByNameAndArguments(ClassLoader, ClassNode, String, ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsByNameAndArguments(ClassLoader, ClassNode, String, ClassNode[], List<MethodNode>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsByNameAndArguments(ClassNode, String, ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
findDGMMethodsByNameAndArguments(ClassNode, String, ClassNode[], List<MethodNode>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
findDGMMethodsForClassNode(ClassLoader, ClassNode, String) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsForClassNode(ClassLoader, ClassNode, String, TreeSet<MethodNode>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsForClassNode(ClassNode, String) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
findDGMMethodsForClassNode(ClassNode, String, TreeSet<MethodNode>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
findEndQuote(char[], int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
findFieldHelper(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
 
findHelper(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
 
findIndexOf(Iterable<T>, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable, starting from a specified startIndex, and returns the index of the first item that satisfies the condition specified by the closure.
findIndexOf(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable and returns the index of the first item that satisfies the condition specified by the closure.
findIndexOf(Object, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items, starting from a specified startIndex, and returns the index of the first item that matches the condition specified in the closure.
findIndexOf(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items and returns the index of the first item that matches the condition specified in the closure.
findIndexOf(Iterator<T>, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator, starting from a specified startIndex, and returns the index of the first item that satisfies the condition specified by the closure.
findIndexOf(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator and returns the index of the first item that satisfies the condition specified by the closure.
findIndexOf(T[], int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findIndexOf(T[], int, Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the elements of an array, starting from a specified index, and returns the index of the first item that satisfies the condition specified by the closure.
findIndexOf(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findIndexOf(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the elements of an array and returns the index of the first item that satisfies the condition specified by the closure.
findIndexValues(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable and returns the index values of the items that match the condition specified in the closure.
findIndexValues(Iterable<T>, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable, starting from a specified startIndex, and returns the index values of the items that match the condition specified in the closure.
findIndexValues(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items and returns the index values of the items that match the condition specified in the closure.
findIndexValues(Object, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items, starting from a specified startIndex, and returns the index values of the items that match the condition specified in the closure.
findIndexValues(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator and returns the index values of the items that match the condition specified in the closure.
findIndexValues(Iterator<T>, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator, starting from a specified startIndex, and returns the index values of the items that match the condition specified in the closure.
findIndexValues(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findIndexValues(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the elements of an array and returns the index values of the items that match the condition specified in the closure.
findIndexValues(T[], Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findIndexValues(T[], Number, Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the elements of an array, starting from a specified index, and returns the index values of the items that match the condition specified in the closure.
findLastIndexOf(Iterable<T>, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable, starting from a specified startIndex, and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterable and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(Object, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items, starting from a specified startIndex, and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an aggregate of items and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(Iterator<T>, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator, starting from a specified startIndex, and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Iterator and returns the index of the last item that matches the condition specified in the closure.
findLastIndexOf(T[], int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findLastIndexOf(T[], int, Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the index of the last item that matches the specified condition that is at or beyond the given index.
findLastIndexOf(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findLastIndexOf(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the index of the last item that matches the specified condition.
findMethod(ClassNode, String, ClassNode...) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
findMethodInClassHierarchy(Class, String, Class[], MetaClass) - Static method in class groovy.lang.MetaClassImpl
 
findMethodOrFail(Expression, ClassNode, String, ClassNode...) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
findMethodOrFail(Expression, ClassNode, String, ClassNode...) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
findMethodsWithGenerated(ClassNode, String) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns methods defined for the specified receiver and adds "non-existing" methods that will be generated afterwards by the compiler; for example if a method is using default values and the class node is not compiled yet.
findMixinMethod(String, Class[]) - Method in class groovy.lang.ExpandoMetaClass
 
findMixinMethod(String, Class[]) - Method in class groovy.lang.MetaClassImpl
 
findNextChar(int, int) - Method in interface org.apache.groovy.json.internal.CharacterSource
Used to find strings and their ilk Finds the next non-escaped char
findNextChar(int, int) - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
findOwnMethod(Class, String, Class[], MetaClass, MetaMethod) - Static method in class groovy.lang.MetaClassImpl
 
findParameterizedType(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Convenience method for GenericsUtils.findParameterizedType(ClassNode,ClassNode,boolean) with tryToFindExactType set to false.
findParameterizedType(ClassNode, ClassNode, boolean) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Gets the parameterized type by searching the whole class hierarchy according to generics class and actual receiver.
findParameterizedTypeFromCache(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Convenience method for GenericsUtils.findParameterizedTypeFromCache(ClassNode,ClassNode,boolean) with tryToFindExactType set to false.
findParameterizedTypeFromCache(ClassNode, ClassNode, boolean) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Try to get the parameterized type from the cache.
findPropertyInClassHierarchy(String, CachedClass) - Method in class groovy.lang.MetaClassImpl
 
findRegex(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Find the right hand regex within the left hand string and return a matcher.
findRegex(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
FindReplaceUtility - Class in groovy.console.ui.text
 
findResource(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
findResources(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
findResult(Iterable<S>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable stopping once the first non-null result is found and returning that result.
findResult(Iterable<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(Iterable<U>, V) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Treats the object as iterable, iterating through the values it represents and returns the first non-null value, otherwise returns null.
findResult(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Treats the object as iterable, iterating through the values it represents and returns the first non-null result obtained from calling the closure, otherwise returns null.
findResult(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Treats the object as iterable, iterating through the values it represents and returns the first non-null result, otherwise returns the defaultResult.
findResult(Object, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Treats the object as iterable, iterating through the values it represents and returns the first non-null result obtained from calling the closure, otherwise returns the defaultResult.
findResult(Iterator<S>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator stopping once the first non-null result is found and returning that result.
findResult(Iterator<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(Iterator<U>, V) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator stopping once the first non-null result is found and returning that result.
findResult(Map<A, B>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first non-null closure result found by passing each map entry to the closure, otherwise the defaultResult is returned.
findResult(Map<K, V>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first non-null closure result found by passing each map entry to the closure, otherwise null is returned.
findResult(S[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(S[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findResult(S[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array calling the given closure condition for each item but stopping once the first non-null result is found and returning that result.
findResult(S[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findResult(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array stopping once the first non-null result is found and returning that result.
findResult(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findResult(U[], V) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array stopping once the first non-null result is found and returning that result.
findResult(U[], V) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findResults(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable collecting any non-null results.
findResults(Iterable<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterable transforming items using the supplied closure and collecting any non-null results.
findResults(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator collecting any non-null results.
findResults(Iterator<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Iterator transforming items using the supplied closure and collecting any non-null results.
findResults(Map<K, V>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the map transforming items using the supplied closure and collecting any non-null results.
findResults(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array collecting any non-null results.
findResults(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findResults(U[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the Array transforming items using the supplied closure and collecting any non-null results.
findResults(U[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findSAM(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Returns the single abstract method of a class node, if it is a SAM type, or null otherwise.
findSetters(ClassNode, String, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated.
findStaticFieldHelper(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
 
findTargetVariable(VariableExpression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Given a variable expression, returns the ultimately accessed variable.
findTraits(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Find all traits associated with the given type.
findWhereKeyword(String) - Method in class groovy.sql.Sql
Hook to allow derived classes to override where clause sniffing.
finish() - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
finish() - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
finish() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Subclasses should implement this method if they need to perform additional checks after the type checker has finished its work.
finnishConstructorCall(ConstructorNode, String, int) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
fireConstantMetaClassUpdate(Object, Class, MetaClass, MetaClass) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Causes the execution of all registered listeners.
fireElementAddedEvent(int, Object) - Method in class groovy.util.ObservableList
 
fireElementAddedEvent(Object) - Method in class groovy.util.ObservableSet
 
fireElementClearedEvent(List) - Method in class groovy.util.ObservableList
 
fireElementClearedEvent(List) - Method in class groovy.util.ObservableSet
 
fireElementEvent(ObservableList.ElementEvent) - Method in class groovy.util.ObservableList
 
fireElementEvent(ObservableSet.ElementEvent) - Method in class groovy.util.ObservableSet
 
fireElementRemovedEvent(int, Object) - Method in class groovy.util.ObservableList
 
fireElementRemovedEvent(Object) - Method in class groovy.util.ObservableSet
 
fireElementUpdatedEvent(int, Object, Object) - Method in class groovy.util.ObservableList
 
fireMultiElementAddedEvent(int, List) - Method in class groovy.util.ObservableList
 
fireMultiElementAddedEvent(List) - Method in class groovy.util.ObservableSet
 
fireMultiElementRemovedEvent(List) - Method in class groovy.util.ObservableList
 
fireMultiElementRemovedEvent(List) - Method in class groovy.util.ObservableSet
 
fireMultiPropertyEvent(ObservableMap.PropertyEvent[]) - Method in class groovy.util.ObservableMap
 
fireMultiPropertyEvent(List<ObservableMap.PropertyEvent>) - Method in class groovy.util.ObservableMap
 
firePropertyAddedEvent(Object, Object) - Method in class groovy.util.ObservableMap
 
firePropertyChangeEvent(String, boolean, boolean) - Method in class groovy.console.ui.text.TextUndoManager
 
firePropertyClearedEvent(Map) - Method in class groovy.util.ObservableMap
 
firePropertyEvent(ObservableMap.PropertyEvent) - Method in class groovy.util.ObservableMap
 
firePropertyRemovedEvent(Object, Object) - Method in class groovy.util.ObservableMap
 
firePropertyUpdatedEvent(Object, Object, Object) - Method in class groovy.util.ObservableMap
 
fireSizeChangedEvent(int, int) - Method in class groovy.util.ObservableList
 
fireSizeChangedEvent(int, int) - Method in class groovy.util.ObservableMap
 
fireSizeChangedEvent(int, int) - Method in class groovy.util.ObservableSet
 
first - Variable in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
first() - Method in class org.apache.groovy.contracts.ViolationTracker
 
first(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the boolean array.
first(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the byte array.
first(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the char array.
first(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the double array.
first(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the float array.
first(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the int array.
first(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the long array.
first(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the short array.
first(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the Iterable.
first(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the List.
first(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the array.
first(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
FIRST_LINE_INDENT - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
FIRST_RESULT_SET - Static variable in class groovy.sql.Sql
 
firstArgTypesMatches(ClassNode[], Class...) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
firstArgTypesMatches(MethodCall, Class...) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
firstArgumentListElement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
FirstGenericType() - Constructor for class groovy.transform.stc.FirstParam.FirstGenericType
 
FirstGenericType() - Constructor for class groovy.transform.stc.SecondParam.FirstGenericType
 
FirstGenericType() - Constructor for class groovy.transform.stc.ThirdParam.FirstGenericType
 
FirstParam - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the first parameter type.
FirstParam() - Constructor for class groovy.transform.stc.FirstParam
 
FirstParam.Component - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the type of the component of the first parameter type, which is therefore expected to be an array, like in this example:
FirstParam.FirstGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the first generic type of the first parameter type.
FirstParam.SecondGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second generic type of the first parameter type.
FirstParam.ThirdGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the third generic type of the first parameter type.
firstRow() - Method in class groovy.sql.DataSet
Returns the first row from a DataSet's underlying table
firstRow(GString) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(String) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(String, Object[]) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(String, List<?>) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(Map, String) - Method in class groovy.sql.Sql
A variant of Sql.firstRow(String, java.util.List) useful when providing the named parameters as named arguments.
firstSentenceCommentText() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
firstSentenceCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
firstSentenceCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
firstSentenceCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
firstSentenceCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
firstSentenceCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
 
firstStatementIsSpecialConstructorCall() - Method in class org.codehaus.groovy.ast.ConstructorNode
 
firstValue(Function<? super T, ? extends V>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Window
Returns the first value in the window
fixEOLs(String) - Method in class groovy.test.GroovyTestCase
Returns a copy of a string in which all EOLs are \n.
flatSignature() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
flatSignature() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
flatten() - Method in class groovy.util.ConfigObject
A ConfigObject is a tree structure consisting of nested maps.
flatten(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(boolean[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(byte[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(char[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(double[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(float[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(int[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(long[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(short[][]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens a 2D array into a new collection.
flatten(Iterable<E>, boolean, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flatten(Iterable<E>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flatten(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flatten(Iterable<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flatten(Object[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flattens an array.
flatten(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
flatten(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a Collection.
flatten(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a List.
flatten(Map) - Method in class groovy.util.ConfigObject
Flattens this ConfigObject populating the results into the target Map
flatten(Optional<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Optional.
flatten(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a Set.
flatten(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a SortedSet.
flattenMany(Iterable<?>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flattenMany(Object[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Flatten an array.
FLOAT - Static variable in class groovy.sql.Sql
 
FLOAT(Object) - Static method in class groovy.sql.Sql
 
float_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_remainder - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Float_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
float_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
FloatArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
FloatArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayGetAtMetaMethod
 
FloatArrayIterable - Class in org.codehaus.groovy.util
Allows a primitive float array to be used where an Iterable is expected.
FloatArrayIterable(float[]) - Constructor for class org.codehaus.groovy.util.FloatArrayIterable
 
FloatArrayIterator - Class in org.codehaus.groovy.util
Allows a float array to be used where an Iterator is expected.
FloatArrayIterator(float[]) - Constructor for class org.codehaus.groovy.util.FloatArrayIterator
 
FloatArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
FloatArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayPutAtMetaMethod
 
FloatArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
 
FloatCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
FloatCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
 
FloatComparator - Interface in groovy.util.function
A comparator of two float values.
FloatFloatArrayColumnIterator - Class in org.codehaus.groovy.util
An iterator providing the columns of a float[][].
FloatFloatArrayColumnIterator(float[][]) - Constructor for class org.codehaus.groovy.util.FloatFloatArrayColumnIterator
 
FloatingPointLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
FloatingPointLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
FloatingPointLiteral() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FloatingPointLiteralAltContext
 
FloatingPointLiteralAltContext(GroovyParser.LiteralContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FloatingPointLiteralAltContext
 
FloatingPointMath - Class in org.codehaus.groovy.runtime.typehandling
FloatingPoint (Double and Float) NumberMath operations
FloatUnaryOperator - Interface in groovy.util.function
Represents an operation that takes a float-valued operand and produces a float-valued result.
floatUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
floatValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
floatValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
floatValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
floatValue() - Method in interface org.apache.groovy.json.internal.Value
 
floatValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
FloatWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
FloatWrapper(float) - Constructor for class org.codehaus.groovy.runtime.wrappers.FloatWrapper
 
flush() - Method in class groovy.io.PlatformLineWriter
 
flush() - Method in class groovy.text.markup.DelegatingIndentWriter
 
flush() - Method in class groovy.util.IndentPrinter
 
flush() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
flush() - Method in class org.apache.groovy.io.StringBuilderWriter
Flushing this writer has no effect.
flush() - Method in class org.apache.groovy.json.internal.CharBuf
 
flush() - Method in class org.codehaus.groovy.control.io.NullWriter
 
flush() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Flush the stream.
flush() - Method in class org.codehaus.groovy.tools.shell.IO
Flush both output streams.
FlushingStreamWriter - Class in org.codehaus.groovy.runtime
Stream writer which flushes after each write operation.
FlushingStreamWriter(OutputStream) - Constructor for class org.codehaus.groovy.runtime.FlushingStreamWriter
 
FONT_FAMILY - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
FONT_SIZE - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
FOR - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
FOR - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
FOR() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForStmtAltContext
 
FOR() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
FOR_LOOP_DUMMY - Static variable in class org.codehaus.groovy.ast.stmt.ForStatement
 
force - Variable in class org.codehaus.groovy.ant.GroovycTask
 
force() - Element in annotation type groovy.lang.Grab
Defaults to false but set to true to indicate to the underlying Ivy conflict manager that this dependency should be forced to the given revision.
force() - Element in annotation type groovy.transform.builder.Builder
Whether to always include helper constructors.
force() - Element in annotation type groovy.transform.TupleConstructor
By default, this annotation becomes a no-op if you provide your own constructor.
forClass() - Element in annotation type groovy.transform.builder.Builder
A class for which builder methods should be created.
forControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
forControl() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForStmtAltContext
 
ForControlContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ForControlContext
 
FOREGROUND - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
forInit() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
forInit() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ForInitContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ForInitContext
 
fork(ASTNode) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
formalParameter() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
formalParameter() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
formalParameter(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
FormalParameterContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
formalParameterList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
formalParameterList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
formalParameterList() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParametersContext
 
FormalParameterListContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
formalParameters() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
formalParameters() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
formalParameters() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
formalParameters() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaParametersContext
 
FormalParametersContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.FormalParametersContext
 
format(Object, boolean) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
format(Object, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean, boolean, int) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean, boolean, int, boolean) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean, int) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean, int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
format(Object, boolean, int, boolean) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
format(Object, boolean, int, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
format(String, Object[]) - Method in class org.codehaus.groovy.tools.shell.util.MessageSource
Format a message (based on MessageFormat) using the message from the resource bundles using the given code as a pattern and the given objects as arguments.
format(LocalDate, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date with the provided DateTimeFormatter pattern.
format(LocalDate, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date in the provided, localized FormatStyle.
format(LocalDateTime, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the provided DateTimeFormatter pattern.
format(LocalDateTime, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time in the provided, localized FormatStyle.
format(LocalTime, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time with the provided DateTimeFormatter pattern.
format(LocalTime, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time in the provided, localized FormatStyle.
format(OffsetDateTime, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the provided DateTimeFormatter pattern.
format(OffsetDateTime, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time in the provided, localized FormatStyle.
format(OffsetTime, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time with the provided DateTimeFormatter pattern.
format(OffsetTime, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time in the provided, localized FormatStyle.
format(ZonedDateTime, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the provided DateTimeFormatter pattern.
format(ZonedDateTime, FormatStyle) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time in the provided, localized FormatStyle.
format(Calendar, String) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Shortcut for SimpleDateFormat to output a String representation of this calendar instance.
format(Date, String) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Create a String representation of this date according to the given format pattern.
format(Date, String, TimeZone) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Create a String representation of this date according to the given format pattern and timezone.
formatArgumentList(ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
FormatHelper - Class in org.codehaus.groovy.runtime
Formatting methods
formatNameForClassLoading(String) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
returns a name that Class.forName() can take.
formatTypeName(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Formats a type name into a human-readable version.
FormModel - Class in groovy.swing.model
Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
FormModel() - Constructor for class groovy.swing.model.FormModel
 
FormModel(Map<String, Object>) - Constructor for class groovy.swing.model.FormModel
 
forName(String) - Static method in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
forS(Parameter, Expression, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ForStatement - Class in org.codehaus.groovy.ast.stmt
Represents a standard for loop in Groovy
ForStatement(Parameter, Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.ForStatement
 
ForStmtAltContext(GroovyParser.LoopStatementContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ForStmtAltContext
 
forUpdate() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
forUpdate() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
ForUpdateContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ForUpdateContext
 
forward(String) - Method in class groovy.servlet.ServletBinding
 
fragment(Map, String) - Method in class groovy.text.markup.BaseTemplate
Renders an embedded template as a fragment.
freeze() - Method in class org.codehaus.groovy.runtime.GStringImpl
 
from - Variable in class org.codehaus.groovy.runtime.RangeInfo
 
from(Iterable<T>) - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Factory method to create Queryable instance
from(Stream<T>) - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Factory method to create Queryable instance
from(Stream<T>, EmptyRange) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns an empty stream.
from(Stream<T>, IntRange) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns a (possibly empty) stream.
from(Queryable<T>) - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Returns the original Queryable instance directly
from(T[]) - Static method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Factory method to create Queryable instance
From() - Constructor for class groovy.time.BaseDuration.From
 
FromAbstractTypeMethods - Class in groovy.transform.stc
This signature hint uses abstract methods from some type (abstract class or interface) in order to infer the expected parameter types.
FromAbstractTypeMethods() - Constructor for class groovy.transform.stc.FromAbstractTypeMethods
 
fromCache(MutableCallSite, Class<?>, String, int, Boolean, Boolean, Boolean, Object, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
Get the cached methodhandle.
fromCache(CacheableCallSite, Class<?>, String, int, Boolean, Boolean, Boolean, Object, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyInterface
Get the cached methodhandle.
fromCallSiteName(String) - Static method in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
Deprecated.
 
fromCallSiteName(String) - Static method in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
 
FromExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents the from expression
FromExpression(Expression, Expression) - Constructor for class org.apache.groovy.ginq.dsl.expression.FromExpression
 
fromISO8601(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
fromJsonDate(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
fromPhaseNumber(int) - Static method in enum org.codehaus.groovy.control.CompilePhase
Returns the CompilePhase for the given integer phase number.
FromString - Class in groovy.transform.stc
A closure parameter hint class that is convenient if you want to use a String representation of the signature.
FromString() - Constructor for class groovy.transform.stc.FromString
 
FullBinding - Interface in org.apache.groovy.swing.binding
 
fullHashJoin(Queryable<? extends U>, Function<? super T, ?>, Function<? super U, ?>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Full hash join another Queryable instance, similar to SQL's full join
fullJoin(Queryable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Full join another Queryable instance, similar to SQL's full join
fullSize() - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
fullyResolve(GenericsType, Map<GenericsType.GenericsTypeName, GenericsType>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Given a generics type representing SomeClass<T,V> and a resolved placeholder map, returns a new generics type for which placeholders are resolved recursively.
fullyResolveType(ClassNode, Map<GenericsType.GenericsTypeName, GenericsType>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
Function<T,R> - Interface in org.apache.groovy.internal.util
Backport of Java8 Function.

G

GCONTRACTS_ENABLED_VAR - Static variable in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
GContractsASTTransformation - Class in org.apache.groovy.contracts.ast
Custom AST transformation that removes closure annotations of Invariant, Requires and Ensures and adds Java assertions executing the closure-code.
GContractsASTTransformation() - Constructor for class org.apache.groovy.contracts.ast.GContractsASTTransformation
 
GE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GE - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GE - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
GE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
genCallWithFixedParams(ClassWriter, String, String, CachedMethod, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
genCallXxxWithArray(ClassWriter, String, String, CachedMethod, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
genEncodingString(CharSequence) - Method in class groovy.lang.GroovyClassLoader
Generates an encoded string based on the specified characters and the defined encoding algorithm.
GENERAL_END_OF_STATEMENT - Static variable in class org.codehaus.groovy.syntax.Types
 
generalClassOrInterfaceType() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
GeneralUtils - Class in org.codehaus.groovy.ast.tools
Handy methods when working with the Groovy AST.
GeneralUtils() - Constructor for class org.codehaus.groovy.ast.tools.GeneralUtils
 
generateCallSiteArray() - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
generateCallSiteArray() - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
generateCallSiteArray() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
generateClass(ClassNode) - Method in class org.codehaus.groovy.tools.javac.JavaStubGenerator
 
Generated - Annotation Type in groovy.transform
Marks class members that have been generated by the compiler.
GENERATED_CLOSURE_Type - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
GENERATED_EMPTY_STATEMENT - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
GENERATED_LAMBDA_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
GENERATED_PROXY_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
GeneratedClosure - Interface in org.codehaus.groovy.runtime
Marker interface to identify closures generated by the groovy compiler.
generateDefaultPostconditionStatement(ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.generation.PostconditionGenerator
Adds a default postcondition if a postcondition has already been defined for this MethodNode in a super-class.
generateDefaultPreconditionStatement(ClassNode, MethodNode) - Method in class org.apache.groovy.contracts.generation.PreconditionGenerator
Generates the default precondition statement for MethodNode instances with the Precondition annotation.
GeneratedGroovyProxy - Interface in groovy.lang
An interface implemented by some Groovy proxies which gives access to the proxied object.
GeneratedLambda - Interface in org.codehaus.groovy.runtime
Marker interface to identify lambda generated by the groovy compiler.
GeneratedMetaMethod - Class in org.codehaus.groovy.reflection
 
GeneratedMetaMethod(String, CachedClass, Class, Class[]) - Constructor for class org.codehaus.groovy.reflection.GeneratedMetaMethod
 
GeneratedMetaMethod.DgmMethodRecord - Class in org.codehaus.groovy.reflection
 
GeneratedMetaMethod.Proxy - Class in org.codehaus.groovy.reflection
 
generateFileNames() - Method in class org.codehaus.groovy.tools.FileSystemCompiler.CompilationOptions
 
generateInvariantAssertionStatement(ClassNode, ClassInvariant) - Method in class org.apache.groovy.contracts.generation.ClassInvariantGenerator
Reads the Invariant boolean expression and generates a synthetic method holding this class invariant.
generateMopCalls(LinkedList<MethodNode>, boolean) - Method in class org.codehaus.groovy.classgen.asm.MopWriter
Generates a Meta Object Protocol method that is used to call a non-public method or to make a call to super.
generateNamePrefixOnce() - Method in class groovy.servlet.AbstractHttpServlet
 
generatePostconditionAssertionStatement(MethodNode, Postcondition) - Method in class org.apache.groovy.contracts.generation.PostconditionGenerator
Injects a postcondition assertion statement in the given method, based on the booleanExpression.
generatePreconditionAssertionStatement(MethodNode, Precondition) - Method in class org.apache.groovy.contracts.generation.PreconditionGenerator
Injects a precondition assertion statement in the given method, based on the given annotation of type Requires.
generateScriptName() - Method in class groovy.lang.GroovyClassLoader
 
generateScriptName() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
generateScriptName() - Method in class groovy.lang.GroovyShell
 
GenerateStubsTask - Class in org.codehaus.groovy.ant
Generates Java stubs from Groovy sources.
GenerateStubsTask() - Constructor for class org.codehaus.groovy.ant.GenerateStubsTask
 
generateTryCatchBlock(ClassNode, String, Statement) - Static method in class org.apache.groovy.contracts.generation.TryCatchBlockGenerator
 
generateTryCatchBlockForInlineMode(ClassNode, String, Statement) - Static method in class org.apache.groovy.contracts.generation.TryCatchBlockGenerator
 
GeneratorContext - Class in org.codehaus.groovy.classgen
A context shared across generations of a class and its inner classes.
GeneratorContext(CompileUnit) - Constructor for class org.codehaus.groovy.classgen.GeneratorContext
 
GeneratorContext(CompileUnit, int) - Constructor for class org.codehaus.groovy.classgen.GeneratorContext
 
genericScriptName() - Static method in class groovy.test.GroovyAssert
 
GenericsType - Class in org.codehaus.groovy.ast
This class is used to describe generic type signatures for ClassNodes.
GenericsType(ClassNode) - Constructor for class org.codehaus.groovy.ast.GenericsType
 
GenericsType(ClassNode, ClassNode[], ClassNode) - Constructor for class org.codehaus.groovy.ast.GenericsType
 
GenericsType.GenericsTypeName - Class in org.codehaus.groovy.ast
Represents GenericsType name.
GenericsTypeName(String) - Constructor for class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
GenericsUtils - Class in org.codehaus.groovy.ast.tools
Utility methods to deal with parameterized types.
GenericsUtils() - Constructor for class org.codehaus.groovy.ast.tools.GenericsUtils
 
GenericsVisitor - Class in org.codehaus.groovy.control
Verify correct usage of generics.
GenericsVisitor(SourceUnit) - Constructor for class org.codehaus.groovy.control.GenericsVisitor
 
genericTypeIndex() - Element in annotation type groovy.lang.DelegatesTo
The index of the generic type that will be the type of the closure's delegate.
genPogoMetaMethodSite(CachedMethod, ClassWriter, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
genPojoMetaMethodSite(CachedMethod, ClassWriter, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
genPositionInfo(int) - Method in interface org.apache.groovy.parser.antlr4.SyntaxErrorReportable
 
genPositionInfo(Tuple2<Integer, Integer>) - Method in interface org.apache.groovy.parser.antlr4.SyntaxErrorReportable
 
genStaticMetaMethodSite(CachedMethod, ClassWriter, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
get() - Method in class groovy.lang.Reference
 
get() - Method in interface org.apache.groovy.internal.util.Supplier
 
get() - Method in class org.codehaus.groovy.runtime.ScriptReference
 
get() - Method in class org.codehaus.groovy.util.LazyReference
 
get() - Method in class org.codehaus.groovy.util.ManagedReference
 
get() - Method in interface org.codehaus.groovy.util.Reference
 
get(int) - Method in class groovy.lang.EmptyRange
Always throws IndexOutOfBoundsException for an empty range.
get(int) - Method in class groovy.lang.IntRange
 
get(int) - Method in class groovy.lang.ListWithDefault
Returns the element at the given index but grows the list if needed.
get(int) - Method in class groovy.lang.NumberRange
 
get(int) - Method in class groovy.lang.ObjectRange
 
get(int) - Method in class groovy.lang.Tuple
 
get(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
get(int) - Method in class groovy.util.ObservableList
 
get(int) - Method in class org.apache.groovy.json.internal.ValueList
 
get(int) - Method in class org.apache.groovy.util.ReversedList
 
get(int) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the specified element, or null.
get(int) - Method in class org.codehaus.groovy.syntax.Reduction
Returns the specified element, or null.
get(int) - Method in class org.codehaus.groovy.syntax.Token
Returns the specified element, or null.
get(int) - Method in class org.codehaus.groovy.util.FastArray
 
get(int, boolean) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the specified element, or Token.NULL if safe is set and the specified element is null (or doesn't exist).
get(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
get(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(ServletRequest, String) - Static method in class groovy.servlet.ServletCategory
 
get(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue
 
get(ClassLoader) - Method in class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
get(Object) - Method in class groovy.lang.MapWithDefault
Returns the value to which the specified key is mapped, or the default value as specified by the initializing closure if this map contains no mapping for the key.
get(Object) - Method in class groovy.sql.GroovyRowResult
Find the property value for the given name (ignoring case).
get(Object) - Method in class groovy.util.ConfigObject
 
get(Object) - Method in class groovy.util.ObservableMap
 
get(Object) - Method in class groovy.xml.slurpersupport.NamespaceAwareHashMap
 
get(Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
get(Object) - Method in class org.apache.groovy.json.internal.LazyValueMap
Gets the item by key from the mapping.
get(Object) - Method in class org.apache.groovy.json.internal.ValueMapImpl
Get the items for the key.
get(Object) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns the registered runner for the specified key.
get(Object) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
get(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
get(Object) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Gets a value from the cache
get(Object) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Gets a value from the cache
get(Object) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
Gets a value from the cache
get(Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Gets a value from the cache
get(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns the value to which the specified key is mapped in this table.
get(Object) - Method in class org.codehaus.groovy.tools.gse.StringSetMap
 
get(Object) - Method in class org.codehaus.groovy.util.ListHashMap
 
get(String) - Method in class groovy.util.Node
Provides lookup of elements by non-namespaced name
get(String) - Method in class groovy.xml.Namespace
Returns the QName for the given localName.
get(String) - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
get(String) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
get(String, String) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
get(Map<K, V>, K, V) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Looks up an item in a Map for the given key and returns the corresponding value.
get(OptionalDouble) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalDouble, returns the value.
get(OptionalInt) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalInt, returns the value.
get(OptionalLong) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the OptionalLong, returns the value.
get(K) - Method in class org.apache.groovy.json.internal.SimpleCache
 
get(K) - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
 
get(K) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
Gets a value from the cache
get(K) - Method in class org.codehaus.groovy.util.ManagedConcurrentValueMap
Returns the value stored for the given key at the point of call.
get(KEY) - Method in interface org.apache.groovy.json.internal.Cache
 
get(MethodNode) - Method in class org.apache.groovy.contracts.domain.AssertionMap
 
get(Element, String) - Static method in class groovy.xml.dom.DOMCategory
 
get(NamedNodeMap, String) - Static method in class groovy.xml.dom.DOMCategory
 
get(NodeList, String) - Static method in class groovy.xml.dom.DOMCategory
 
GET - Enum constant in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
Deprecated.
Get property invocation type
GET - Enum constant in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
Get property invocation type
GET_DELEGATE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
GET_OWNER - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
GET_THISOBJECT - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getAbstractMethods() - Method in class org.codehaus.groovy.ast.ClassNode
 
getAccessedVariable() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getAcg() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getAcg() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getAdaptee() - Method in interface groovy.lang.AdaptingMetaClass
Returns the MetaClass that this adapter adapts
getAdaptee() - Method in class groovy.lang.DelegatingMetaClass
 
getAdaptee() - Method in class groovy.lang.ProxyMetaClass
 
getAdaptee() - Method in class groovy.util.Proxy
 
getAdditionalFilters() - Method in class groovy.xml.MarkupBuilder
 
getAdditionalMetaMethods() - Method in class groovy.lang.MetaClassImpl
Retrieves a list of additional MetaMethods held by this class
getAgo() - Method in class groovy.time.BaseDuration
 
getAgo() - Method in class groovy.time.DatumDependentDuration
 
getAgo() - Method in class groovy.time.Duration
 
getAgo() - Method in class groovy.time.TimeDuration
 
getAlias() - Method in class org.codehaus.groovy.ast.ImportNode
 
getAliasExpr() - Method in class org.apache.groovy.ginq.dsl.expression.DataSourceExpression
 
getAllClassInfo() - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
getAllDeclaredMethods() - Method in class org.codehaus.groovy.ast.ClassNode
 
getAllInterfaces() - Method in class org.codehaus.groovy.ast.ClassNode
 
getAllMethods(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getAllowedConstantTypes() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedExpressions() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedReceivers() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedStarImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedStatements() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedStaticImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedStaticStarImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllowedTokens() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getAllProperties() - Static method in class org.codehaus.groovy.util.ReleaseInfo
 
getAllProperties(Set<String>, ClassNode, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getAllProperties(Set<String>, ClassNode, ClassNode, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getAllProperties(Set<String>, ClassNode, ClassNode, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getAllProperties(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getAllProperties(ClassNode, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.BeanUtils
Get all properties including JavaBean pseudo properties matching getter conventions.
getAllProperties(ClassNode, boolean, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.ast.tools.BeanUtils
Get all properties including JavaBean pseudo properties matching JavaBean getter or setter conventions.
getAnchor() - Method in class groovy.swing.impl.TableLayoutCell
 
getAndPut(String, MemoizeCache.ValueProvider<? super String, ? extends MethodHandleWrapper>) - Method in class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Try to get the value from cache.
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>, boolean) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>, boolean) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>, boolean) - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
 
getAnnotation(Class<T>) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getAnnotationName() - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
If the transform is associated with a single annotation, returns a name suitable for displaying in error messages.
getAnnotationName() - Method in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
getAnnotationName() - Method in class org.codehaus.groovy.transform.MapConstructorASTTransformation
 
getAnnotationName() - Method in class org.codehaus.groovy.transform.RecordCompletionASTTransformation
 
getAnnotationName() - Method in class org.codehaus.groovy.transform.RecordTypeASTTransformation
 
getAnnotationName() - Method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
 
getAnnotationNode() - Method in class org.codehaus.groovy.ast.ModifierNode
 
getAnnotationNodeInHierarchyWithMetaAnnotation(ClassNode, ClassNode) - Static method in class org.apache.groovy.contracts.util.AnnotationUtils
Gets the next AnnotationNode instance in the inheritance line which is annotated with the given Annotation class anno.
getAnnotationNodeInHierarchyWithMetaAnnotation(ClassNode, MethodNode, ClassNode) - Static method in class org.apache.groovy.contracts.util.AnnotationUtils
Checks whether there exists a MethodNode up the inheritance tree where exists an annotation which is annotated with metaAnnotationClassNode.
getAnnotationProcessor(String) - Static method in class org.apache.groovy.contracts.ast.visitor.AnnotationProcessorVisitor
 
getAnnotations() - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getAnnotations() - Method in class org.codehaus.groovy.ast.ClassNode
 
getAnnotations() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getAnnotations() - Method in class org.codehaus.groovy.ast.decompiled.ClassStub
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getAntProject() - Method in class groovy.ant.AntBuilder
 
getAntXmlContext() - Method in class groovy.ant.AntBuilder
Gets the xml context of Ant used while creating tasks
getArguments() - Method in exception groovy.lang.IncorrectClosureArgumentsException
 
getArguments() - Method in exception groovy.lang.MissingMethodException
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getArguments() - Method in interface org.codehaus.groovy.ast.expr.MethodCall
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getArguments() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getArguments(MethodCall) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getArgumentTypes(ArgumentListExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getArgumentTypes(ArgumentListExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
getArray() - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
getArray() - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
getArray() - Method in class org.codehaus.groovy.util.FastArray
 
getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getArrayGetResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
getArrayGetResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getArrayGetResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getArtifactClassLoader() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getAssertionStatement(BooleanExpression) - Static method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
Reusable method for creating assert statements for the given booleanExpression.
getAssertionStatements(List<BooleanExpression>) - Static method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
Reusable method for creating assert statements for the given booleanExpression.
getAssertionWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getAssertionWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getAST() - Method in class org.codehaus.groovy.control.CompilationUnit
Returns the CompileUnit that roots our AST.
getAST() - Method in class org.codehaus.groovy.control.SourceUnit
Returns the Abstract Syntax Tree produced during convert()ing and expanded during later phases.
getASTTransformationsContext() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getAsType(Object, Class<T>) - Static method in class org.codehaus.groovy.transform.trait.Traits
Converts a class implementing some trait into a target class.
getAt() - Element in annotation type groovy.transform.RecordOptions
If true, this adds a method getAt(int) which given an integer n, returns the n'th component in the record.
getAt(boolean[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
 
getAt(boolean[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a boolean array with an IntRange giving the desired indices.
getAt(boolean[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(boolean[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a boolean array with an ObjectRange giving the desired indices.
getAt(boolean[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(boolean[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(boolean[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a boolean array with a range giving the desired indices.
getAt(boolean[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(boolean[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a boolean array with a (potentially nested) collection giving the desired indices.
getAt(byte[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
 
getAt(byte[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a byte array with an IntRange giving the desired indices.
getAt(byte[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(byte[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a byte array with an ObjectRange giving the desired indices.
getAt(byte[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(byte[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(byte[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a byte array with a range giving the desired indices.
getAt(byte[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(byte[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a byte array with a (potentially nested) collection giving the desired indices.
getAt(char[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.CharArrayStaticTypesHelper
 
getAt(char[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a char array with an IntRange giving the desired indices.
getAt(char[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(char[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a boolean array with an ObjectRange giving the desired indices.
getAt(char[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(char[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(char[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a char array with a range giving the desired indices.
getAt(char[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(char[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a char array with a (potentially nested) collection giving the desired indices.
getAt(double[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
 
getAt(double[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a double array with an IntRange giving the desired indices.
getAt(double[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(double[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a double array with an ObjectRange giving the desired indices.
getAt(double[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(double[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(double[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a double array with a range giving the desired indices.
getAt(double[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(double[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a double array with a (potentially nested) collection giving the desired indices.
getAt(float[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
 
getAt(float[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a float array with an IntRange giving the desired indices.
getAt(float[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(float[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a float array with an ObjectRange giving the desired indices.
getAt(float[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(float[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(float[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a float array with a range giving the desired indices.
getAt(float[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(float[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a float array with a (potentially nested) collection giving the desired indices.
getAt(int) - Method in class groovy.lang.ListWithDefault
Overwrites subscript operator handling by redirecting to ListWithDefault.get(int).
getAt(int) - Method in interface groovy.sql.GroovyResultSet
Supports integer-based subscript operators for accessing at numbered columns starting at zero.
getAt(int) - Method in class groovy.sql.GroovyResultSetExtension
Supports integer based subscript operators for accessing at numbered columns starting at zero.
getAt(int) - Method in class groovy.sql.GroovyRowResult
Retrieve the value of the property by its index.
getAt(int) - Method in class groovy.xml.slurpersupport.GPathResult
Supports the subscript operator for a GPathResult.
getAt(int) - Method in class groovy.xml.slurpersupport.NodeChild
 
getAt(int[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.IntArrayStaticTypesHelper
 
getAt(int[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an int array with an IntRange giving the desired indices.
getAt(int[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(int[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an int array with an ObjectRange giving the desired indices.
getAt(int[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(int[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(int[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an int array with a range giving the desired indices.
getAt(int[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(int[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an int array with a (potentially nested) collection giving the desired indices.
getAt(long[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.LongArrayStaticTypesHelper
 
getAt(long[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a long array with an IntRange giving the desired indices.
getAt(long[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(long[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a long array with an ObjectRange giving the desired indices.
getAt(long[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(long[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(long[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a long array with a range giving the desired indices.
getAt(long[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(long[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a long array with a (potentially nested) collection giving the desired indices.
getAt(short[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ShortArrayStaticTypesHelper
 
getAt(short[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a short array with an IntRange giving the desired indices.
getAt(short[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(short[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a short array with an ObjectRange giving the desired indices.
getAt(short[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(short[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(short[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a short array with a range giving the desired indices.
getAt(short[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(short[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for a short array with a (potentially nested) collection giving the desired indices.
getAt(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the subscript operator for GString.
getAt(GString, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for GString with IntRange.
getAt(GString, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for GString.
getAt(IntRange) - Method in class groovy.xml.slurpersupport.GPathResult
Supports the range subscript operator for a GPathResult.
getAt(ListWithDefault<T>, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for an eager or lazy List.
getAt(ListWithDefault<T>, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for an eager or lazy List.
getAt(ListWithDefault<T>, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Select a List of items from an eager or lazy List using a Collection to identify the indices to be selected.
getAt(QName) - Method in class groovy.util.Node
Provides lookup of elements by QName.
getAt(QName) - Method in class groovy.util.NodeList
Provides lookup of elements by QName.
getAt(DOMCategory.NodeListsHolder, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodeListsHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodesHolder, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodesHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(ServletRequest, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(Container, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for Container.
getAt(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the subscript operator for CharSequence.
getAt(CharSequence, EmptyRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for CharSequence or StringBuffer with EmptyRange
getAt(CharSequence, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for CharSequence with IntRange.
getAt(CharSequence, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for CharSequence.
getAt(CharSequence, Collection) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Selects a List of characters from a CharSequence using a Collection to identify the indices to be selected.
getAt(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Iterable.
getAt(Object, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the subscript operator to be used to lookup dynamic property values.
getAt(String) - Method in interface groovy.sql.GroovyResultSet
Gets the value of the designated column in the current row as an Object.
getAt(String) - Method in class groovy.util.NodeList
Provides lookup of elements by non-namespaced name.
getAt(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the subscript operator for String.
getAt(String, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for String with IntRange.
getAt(String, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the range subscript operator for String.
getAt(TemporalAccessor, Iterable<TemporalField>) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the getAt operator for an iterable; equivalent to collecting the TemporalAccessor.getLong(java.time.temporal.TemporalField) method for each field in the supplied iterable.
getAt(TemporalAccessor, TemporalField) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the getAt operator; equivalent to calling the TemporalAccessor.getLong(java.time.temporal.TemporalField) method.
getAt(TemporalAmount, TemporalUnit) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the getAt operator; equivalent to calling the TemporalAmount.get(TemporalUnit) method.
getAt(ZoneOffset, TemporalField) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the getAt operator; equivalent to calling the ZoneOffset.getLong(java.time.temporal.TemporalField) method.
getAt(BitSet, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a Bitset
getAt(BitSet, IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support retrieving a subset of a BitSet using a Range
getAt(Calendar, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Calendar.
getAt(Calendar, Collection) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Calendar with a collection of indices.
getAt(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for Collection.
getAt(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Date.
getAt(Date, Collection) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Date with a collection of indices.
getAt(Iterator<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Iterator.
getAt(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a List.
getAt(List<T>, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for a List.
getAt(List<T>, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for a List.
getAt(List<T>, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support subscript operator for list access.
getAt(List<T>, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Select a List of items from a List using a Collection to identify the indices to be selected.
getAt(Map<K, V>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a Map.
getAt(Optional<T>, int) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
If a value is present in the Optional, returns the value or null.
getAt(Matcher, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Supports the subscript operator, e.g.
getAt(Matcher, Collection) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Selects a List of values from a Matcher using a Collection to identify the indices to be selected.
getAt(Stream<T>, int) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns element at index or null.
getAt(Stream<T>, EmptyRange) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns an empty list.
getAt(Stream<T>, IntRange) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns element(s) in range or an empty list.
getAt(ButtonGroup, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for ButtonGroup.
getAt(JComboBox, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for JComboBox.
getAt(JMenuBar, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for JMenuBar.
getAt(JMenu, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for JMenu.
getAt(JTabbedPane, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for JTabbedPane.
getAt(JToolBar, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for JToolBar.
getAt(ListModel<?>, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for ListModel.
getAt(TableColumnModel, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for TableColumnModel.
getAt(TableModel, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for TableModel.
getAt(TreeNode, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for TreeNode.
getAt(TreePath, int) - Static method in class org.apache.groovy.swing.extensions.SwingExtensions
Support the subscript operator for TreePath.
getAt(Node, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(Node, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(T[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ObjectArrayStaticTypesHelper
 
getAt(T[], EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(T[], EmptyRange<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an object array with an EmptyRange.
getAt(T[], IntRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an object array with an IntRange giving the desired indices.
getAt(T[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(T[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an object array with an ObjectRange giving the desired indices.
getAt(T[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(T[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(T[], Range<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Supports the subscript operator for an object array with a range giving the desired indices.
getAt(T[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(T[], Collection<?>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Selects a List of items from an array using a Collection to identify the indices to be selected.
getAt$$bridge(boolean[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
Deprecated.
getAt$$bridge(byte[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
Deprecated.
getAt$$bridge(char[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.CharArrayStaticTypesHelper
Deprecated.
getAt$$bridge(double[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
Deprecated.
getAt$$bridge(float[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
Deprecated.
getAt$$bridge(int[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.IntArrayStaticTypesHelper
Deprecated.
getAt$$bridge(long[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.LongArrayStaticTypesHelper
Deprecated.
getAt$$bridge(short[], int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ShortArrayStaticTypesHelper
Deprecated.
getATN() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
 
getAtnWrapper() - Method in class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
 
getAttribute(Class, Object, String, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
getAttribute(Class, Object, String, boolean) - Method in interface groovy.lang.MetaClass
Retrieves the value of an attribute (field).
getAttribute(Class, Object, String, boolean) - Method in class groovy.lang.MetaClassImpl
Retrieves the value of an attribute (field).
getAttribute(Class, Object, String, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getAttribute(Class, Object, String, boolean, boolean) - Method in class groovy.lang.MetaClassImpl
Retrieves the value of an attribute (field).
getAttribute(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getAttribute(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
getAttribute(Object, String) - Method in class groovy.lang.MetaClassImpl
Retrieves the value of an attribute (field).
getAttribute(Object, String) - Method in interface groovy.lang.MetaObjectProtocol
Retrieves an attribute of an instance of the class returned by the getTheClass() method.
getAttribute(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getAttribute(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getAttributeDelegates() - Method in class groovy.util.FactoryBuilderSupport
 
getAttributeValue(Attr) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
getAutoIndent() - Method in class groovy.util.IndentPrinter
 
getAutoIndentString() - Method in class groovy.text.markup.TemplateConfiguration
 
getAvailableCharsets() - Static method in class groovy.util.CharsetToolkit
Retrieves all the available Charsets on the platform, among which the default charset.
getBaseName(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Provide the file's name without an extension.
getBaseName(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Provide the path's name without an extension.
getBaseTemplateClass() - Method in class groovy.text.markup.TemplateConfiguration
 
getBean() - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
getBeanFactoryName() - Method in class groovy.util.ObjectGraphBuilder
Returns the current name of the 'bean' node.
GetBeanMethodMetaProperty(String, MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetBeanMethodMetaProperty
 
getBinaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getBinaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getBinaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getBinding() - Method in class groovy.lang.Script
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getBitwiseOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getBody() - Method in class groovy.xml.slurpersupport.GPathResult
Creates a Closure representing the body of this GPathResult.
getBooleanAnnotationParameter(AnnotationNode, String, boolean) - Static method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getBooleanExpression() - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
getBooleanExpression(List<BooleanExpression>) - Static method in class org.apache.groovy.contracts.util.ExpressionUtils
 
getBooleanExpression(ClosureExpression) - Static method in class org.apache.groovy.contracts.util.ExpressionUtils
Returns all BooleanExpression instances found in the given ClosureExpression.
getBooleanExpressionsFromAssertionStatements(BlockStatement) - Static method in class org.apache.groovy.contracts.util.ExpressionUtils
Returns all BooleanExpression instances found in the given BlockStatement.
getBooleanSafe(String) - Static method in class org.apache.groovy.util.SystemUtil
Retrieves a Boolean System property, or returns false if: the property isn't found the property name is null or empty if a security manager exists and its checkPropertyAccess method doesn't allow access to the specified system property.
getBreakLabel() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
getBridgeMethodTarget(Method) - Static method in class org.codehaus.groovy.transform.trait.Traits
Reflection API to find the method corresponding to the default implementation of a trait, given a bridge method.
getBugText() - Method in error org.codehaus.groovy.GroovyBugError
Returns the bug text to describe this error
getBuilder() - Method in class org.apache.groovy.io.StringBuilderWriter
Gets the underlying builder.
getBundle(ResourceBundle, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Works exactly like ResourceBundle.getBundle(String).
getBundle(ResourceBundle, String, Locale) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Works exactly like ResourceBundle.getBundle(String, Locale).
getBytecodeInstruction() - Method in class org.codehaus.groovy.classgen.BytecodeSequence
Returns the singular BytecodeInstruction.
getBytecodeParameterTypes() - Method in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
getBytecodePostprocessor() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getBytecodeVersion() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getBytecodeVersion() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getBytecodeVersion() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns the targeted bytecode (aka Java class file) version number.
getBytes() - Method in class groovy.lang.GString
 
getBytes() - Method in class org.codehaus.groovy.tools.GroovyClass
 
getBytes(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of the File and returns it as a byte[].
getBytes(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of this InputStream and return it as a byte[].
getBytes(String) - Method in class groovy.lang.GString
 
getBytes(URL) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of this URL and returns it as a byte[].
getBytes(URL, Map<String, ?>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of this URL and returns it as a byte[].
getBytes(Charset) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
getBytes(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Read the content of the Path and returns it as a byte[].
getCachedClass() - Method in class org.codehaus.groovy.reflection.CachedClass
compatibility method
getCachedClass() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getCachedClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getCachedClass(Class) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
getCachedConstrcutor() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getCachedConstructor() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getCachedField() - Method in class org.codehaus.groovy.reflection.CachedField
 
getCachedMethod() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getCachedMethod() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getCachedSuperClass() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getCachedSuperClass() - Method in class org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
 
getCall() - Method in class org.codehaus.groovy.macro.runtime.MacroContext
 
getCallingClass() - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
Gets the immediate calling class, ignoring MOP frames.
getCallingClass(int) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
Gets the called that is matchLevel stack frames before the call, ignoring MOP frames.
getCallingClass(int, Collection<String>) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
Gets the called that is matchLevel stack frames before the call, ignoring MOP frames and desired exclude packages.
getCalls() - Method in class groovy.lang.BenchmarkInterceptor
Returns the raw data associated with the current benchmark run.
getCallSiteLoader() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getCallSiteName() - Method in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
Deprecated.
Returns the name of the call site type
getCallSiteName() - Method in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
Returns the name of the call site type
getCallSites() - Method in class org.codehaus.groovy.ast.InterfaceHelperClassNode
 
getCallSites() - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
getCallSiteWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getCallSiteWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getCallSiteWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getCaseStatement(int) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getCaseStatements() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getCatchStatement(int) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getCatchStatements() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getCategoryMethods(String) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
This method is used to pull all the new methods out of the local thread context with a particular name.
getCategoryMethods(String) - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo
 
getCategoryName(ClassNode, String) - Method in interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategy
 
getCategoryNameUsage(String) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
 
getCause() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
getCause() - Method in exception org.codehaus.groovy.control.ConfigurationException
Returns the causing exception, if available.
getCause() - Method in class org.codehaus.groovy.control.messages.ExceptionMessage
Returns the underlying Exception.
getCause() - Method in class org.codehaus.groovy.control.messages.SyntaxErrorMessage
Returns the underlying SyntaxException.
getCause() - Method in error org.codehaus.groovy.GroovyBugError
 
getCause() - Method in exception org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
 
getCellpadding() - Method in class groovy.swing.impl.TableLayout
 
getChangeType() - Method in class groovy.util.ObservableList.ElementEvent
 
getChangeType() - Method in class groovy.util.ObservableMap.PropertyEvent
 
getChangeType() - Method in class groovy.util.ObservableSet.ElementEvent
 
getChannelNames() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getCharContent(boolean) - Method in class org.codehaus.groovy.tools.javac.MemJavaFileObject
 
getCharContent(boolean) - Method in class org.codehaus.groovy.tools.javac.RawJavaFileObject
 
getCharFromSizeOneString(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
getChars(int, int, char[], int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
getChars(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given CharSequence into an array of characters.
getCharset() - Method in class groovy.util.CharsetToolkit
 
getChildBuilder() - Method in class groovy.util.FactoryBuilderSupport
 
getChildPropertySetter() - Method in class groovy.util.ObjectGraphBuilder
Returns the current ChildPropertySetter.
getChildren() - Method in class groovy.swing.impl.ClosureRenderer
 
getClass(String) - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassAnnotationParameter(AnnotationNode, String, ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
getClassCacheEntry(String) - Method in class groovy.lang.GroovyClassLoader
gets a class from the class cache.
getClassDocsFromSingleSource(String, String, String) - Method in class org.codehaus.groovy.tools.groovydoc.antlr4.GroovyDocParser
 
getClassDocsFromSingleSource(String, String, String) - Method in interface org.codehaus.groovy.tools.groovydoc.GroovyDocParserI
 
getClasses() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClasses() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getClasses() - Method in class org.codehaus.groovy.control.CompilationUnit
Get the GroovyClasses generated by compile().
getClassesToCompile() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassgenCallback() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getClassifierExpr() - Method in class org.apache.groovy.ginq.dsl.expression.GroupExpression
 
getClassInfo() - Method in class groovy.lang.MetaClassImpl
Returns the ClassInfo for the contained Class
getClassInfo(Class) - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
getClassInternalName(Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalName(String) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalName(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalNames(ClassNode[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassLoader() - Method in class groovy.lang.GroovyShell
 
getClassLoader() - Method in class groovy.util.ObjectGraphBuilder
Returns the classLoader used to load a node's class.
getClassLoader() - Method in class org.apache.groovy.util.JavaShell
When and only when JavaShell.compile(String, String) or JavaShell.compileAll(String, String) is invoked, returned class loader will reference the compiled classes.
getClassLoader() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassLoader() - Method in class org.codehaus.groovy.control.ProcessingUnit
Returns the class loader in use by this ProcessingUnit.
getClassLoader() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
getClassLoader() - Method in class org.codehaus.groovy.syntax.ASTHelper
Returns our class loader (as supplied on construction).
getClassLoadingTypeDescription(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
array types are special: eg.: String[]: classname: [Ljava.lang.String; Object: classname: java.lang.Object int[] : classname: [I unlike getTypeDescription '.' is not replaced by '/'.
getClassName() - Method in class org.codehaus.groovy.ast.ImportNode
 
getClassName() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getClassName() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getClassName(Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
getClassNameResolver() - Method in class groovy.util.ObjectGraphBuilder
Returns the current ClassNameResolver.
getClassNode() - Method in class groovy.lang.DelegatingMetaClass
 
getClassNode() - Method in interface groovy.lang.MetaClass
Obtains a reference to the original AST for the MetaClass if it is available at runtime
getClassNode() - Method in class groovy.lang.MetaClassImpl
Obtains a reference to the original AST for the MetaClass if it is available at runtime
getClassNode() - Method in class org.codehaus.groovy.ast.AnnotationNode
 
getClassNode() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getClassNode() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getClassNode() - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
getClassNode() - Method in class org.codehaus.groovy.classgen.Verifier
 
getClassNode() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns the ClassNode
getClassNode() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getClassNode() - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
getClassNode(String) - Method in class org.codehaus.groovy.control.CompilationUnit
Convenience routine to get the named ClassNode.
getClassNode(ClassNode, boolean) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
getClassNodeResolver() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getClasspath() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
getClasspath() - Method in class org.codehaus.groovy.ant.Groovy
Gets the classpath.
getClasspath() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the classpath to be used for this compilation.
getClasspath() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
getClasspath() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getClassPath() - Method in class groovy.lang.GroovyClassLoader
gets the currently used classpath.
getClassPathUrls() - Method in class org.codehaus.groovy.tools.LoaderConfiguration
The classpath as URL[] from this configuration.
getClassProps() - Method in class groovy.inspect.Inspector
Get the Class Properties of the object under inspection.
getClassScope() - Method in class org.codehaus.groovy.ast.VariableScope
Non-null iff this scope corresponds to a class; as opposed to a method, "if" statement, block statement, etc.
getClassTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
Creates and returns an array of class template classpath entries.
getClassText(ClassNode) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getClassToUpdate() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Get the class that is updated.
getClassUnderInspection() - Method in class groovy.inspect.Inspector
 
getClassVisitor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getClassVisitor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getClosure() - Method in exception groovy.lang.ClosureException
 
getClosure() - Method in interface groovy.lang.ClosureInvokingMethod
Returns the original closure that this method invokes
getClosure() - Method in exception groovy.lang.IncorrectClosureArgumentsException
 
getClosure() - Method in class groovy.swing.impl.DefaultAction
 
getClosure() - Method in class org.apache.groovy.swing.binding.ClosureSourceBinding
 
getClosure() - Method in class org.apache.groovy.swing.binding.ClosureTriggerBinding
 
getClosure() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
Retrieves the closure that is invoked by this MetaMethod
getClosure() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
Retrieves the closure that is invoked by this MetaMethod
getClosureArgument(SourceUnit, MethodCallExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
getClosureExpression() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
getClosureLevel() - Method in class org.codehaus.groovy.transform.tailrec.StatementReplacer
 
getClosureSharedExpressions() - Method in class org.codehaus.groovy.transform.stc.SharedVariableCollector
 
getClosureSharedVariables(ClosureExpression) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
getClosureSignatures(MethodNode, SourceUnit, CompilationUnit, String[], ASTNode) - Method in class groovy.transform.stc.ClosureSignatureHint
Subclasses should implement this method, which returns the list of accepted closure signatures.
getClosureSignatures(MethodNode, SourceUnit, CompilationUnit, String[], ASTNode) - Method in class groovy.transform.stc.FromAbstractTypeMethods
 
getClosureSignatures(MethodNode, SourceUnit, CompilationUnit, String[], ASTNode) - Method in class groovy.transform.stc.FromString
 
getClosureSignatures(MethodNode, SourceUnit, CompilationUnit, String[], ASTNode) - Method in class groovy.transform.stc.MapEntryOrKeyValue
 
getClosureSignatures(MethodNode, SourceUnit, CompilationUnit, String[], ASTNode) - Method in class groovy.transform.stc.SingleSignatureClosureHint
 
getClosureWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getClosureWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getClosureWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getCode() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
This gets the code statement of the closure.
getCode() - Method in class org.codehaus.groovy.ast.MethodNode
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getCode() - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
getCodeAsBlock(MethodNode) - Static method in class org.apache.groovy.ast.tools.MethodNodeUtils
Gets the code for a method (or constructor) as a block.
getCodec(int, ClassLoader) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.SignatureCodecFactory
 
getCodePoints(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given CharSequence into an array of code point values including any surrogate pairs as per String.codePoints().
getCodeSource() - Method in class groovy.lang.GroovyCodeSource
 
getCodeSource() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getCollectionExpression() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getColspan() - Method in class groovy.swing.impl.TableLayoutCell
 
getColumn() - Method in class groovy.io.LineColumnReader
 
getColumn() - Method in class groovy.swing.impl.ClosureRenderer
 
getColumn() - Method in exception groovy.text.TemplateParseException
 
getColumn() - Method in error org.apache.groovy.ginq.dsl.GinqSyntaxError
 
getColumn() - Method in error org.apache.groovy.parser.antlr4.GroovySyntaxError
 
getColumn() - Method in class org.apache.groovy.parser.antlr4.PositionInfo
 
getColumn() - Method in class org.codehaus.groovy.runtime.powerassert.Value
 
getColumnClass(int) - Method in class groovy.swing.model.DefaultTableModel
 
getColumnClass(int) - Method in class groovy.swing.table.TableMap
 
getColumnCount() - Method in class groovy.swing.model.DefaultTableModel
 
getColumnCount() - Method in class groovy.swing.table.TableMap
 
getColumnList() - Method in class groovy.swing.model.DefaultTableModel
 
getColumnList() - Method in class groovy.swing.model.DefaultTableModel.MyTableColumnModel
 
getColumnMark() - Method in class groovy.io.LineColumnReader
 
getColumnModel() - Method in class groovy.swing.model.DefaultTableModel
 
getColumnModel(int) - Method in class groovy.swing.model.DefaultTableModel
 
getColumnName(int) - Method in class groovy.swing.model.DefaultTableModel
 
getColumnName(int) - Method in class groovy.swing.table.TableMap
 
getColumnNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getCommandStyle() - Method in class groovy.console.ui.ConsoleSupport
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getCompareCode() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getCompilationCustomizers() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns the list of compilation customizers.
getCompilationTimeStamp() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getCompilationUnit() - Method in class org.codehaus.groovy.control.ASTTransformationsContext
 
getCompilationUnit() - Method in class org.codehaus.groovy.macro.runtime.MacroContext
 
getCompilationUnit() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
getCompilerConfiguration() - Method in class groovy.text.markup.MarkupTemplateEngine
 
getCompilerFactory() - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
getCompileStack() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getCompileStack() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getCompileUnit() - Method in class org.codehaus.groovy.ast.ClassNode
 
getCompileUnit() - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
getCompileUnit() - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getComponent() - Method in class groovy.swing.impl.TableLayoutCell
 
getComponentType() - Method in class org.codehaus.groovy.ast.ClassNode
 
getConfig() - Method in class groovy.util.GroovyScriptEngine
 
getConfig() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getConfigFile() - Method in class groovy.util.ConfigObject
 
getConfigscript() - Method in class org.codehaus.groovy.ant.Groovyc
Get the configuration file used to customize the compilation configuration.
getConfiguration() - Method in interface org.apache.groovy.ginq.dsl.GinqAstVisitor
 
getConfiguration() - Method in class org.codehaus.groovy.control.ErrorCollector
 
getConfiguration() - Method in class org.codehaus.groovy.control.ProcessingUnit
Gets the CompilerConfiguration for this ProcessingUnit.
getConnection() - Method in class groovy.sql.Sql
If this instance was created with a single Connection then the connection is returned.
getConstantName() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getConstantTypesBlackList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getConstantTypesWhiteList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getConstraints() - Method in class groovy.swing.impl.TableLayoutCell
 
getConstructorNode() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getConstructorNode() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getConstructors() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getConstructorSuggestionString(Class, Object[]) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
Returns a string detailing possible solutions to a missing constructor if no good solutions can be found an empty string is returned.
getContent() - Method in class groovy.json.JsonBuilder
 
getContent() - Method in class groovy.json.JsonDelegate
 
getContent() - Method in class groovy.lang.groovydoc.Groovydoc
Get the content of groovydoc
getContent() - Method in class groovy.lang.groovydoc.GroovydocTag
 
getContent() - Method in class groovy.toml.TomlBuilder
 
getContent() - Method in class groovy.util.ObservableList
 
getContent() - Method in class groovy.util.ObservableMap
 
getContent() - Method in class groovy.util.ObservableSet
 
getContent() - Method in class groovy.yaml.YamlBuilder
 
getContext() - Method in class groovy.lang.GroovyShell
 
getContext() - Method in class groovy.util.FactoryBuilderSupport
 
getContext() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getContext() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getContext() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getContext() - Method in class org.codehaus.groovy.control.messages.LocatedMessage
 
getContextAttribute(String) - Method in class groovy.util.FactoryBuilderSupport
 
getContexts() - Method in class groovy.util.FactoryBuilderSupport
 
getContinuationData() - Method in class groovy.util.FactoryBuilderSupport
Stores the thread local states in a Map that can be passed across threads
getContinueLabel() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
getController() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
getController() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
return writer controller
getController() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getController() - Method in class org.codehaus.groovy.syntax.ASTHelper
 
getConverter() - Method in class org.apache.groovy.swing.binding.AbstractFullBinding
 
getConverter() - Method in interface org.apache.groovy.swing.binding.FullBinding
 
getConverter() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
getCorrectedClassNode(ClassNode, ClassNode, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
getCorrectedReceiver() - Method in class org.codehaus.groovy.vmplugin.v8.Selector
Returns NullObject.getNullObject() if the receiver (args[0]) is null.
getCount(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Finds the number of Strings matched to the given Matcher.
getCST() - Method in class org.codehaus.groovy.control.SourceUnit
Returns the Concrete Syntax Tree produced during parse()ing.
getCurrent() - Method in class groovy.util.BuilderSupport
 
getCurrent() - Method in class groovy.util.FactoryBuilderSupport
 
getCurrent() - Method in class groovy.xml.NamespaceBuilderSupport
 
getCurrentBuilder() - Method in class groovy.util.FactoryBuilderSupport
 
getCurrentConstantMetaClassVersioning() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
getCurrentFactory() - Method in class groovy.util.FactoryBuilderSupport
 
getCurrentName() - Method in class groovy.util.FactoryBuilderSupport
 
getCurrentNode() - Method in class groovy.util.NodeBuilder
 
getCurrentScope() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getCurrentTime() - Method in class groovy.util.GroovyScriptEngine
 
getCv() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
Deprecated.
getCv() - Method in class org.codehaus.groovy.classgen.asm.WriterController
Deprecated.
getData() - Method in class org.codehaus.groovy.transform.stc.Receiver
 
getDataSource() - Method in class groovy.sql.Sql
 
getDataSourceExpr() - Method in class org.apache.groovy.ginq.dsl.expression.DataSourceExpression
 
getDataSourceExpression() - Method in interface org.apache.groovy.ginq.dsl.expression.DataSourceHolder
 
getDataSourceExpression() - Method in class org.apache.groovy.ginq.dsl.expression.FromExpression
 
getDataSourceExpression() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
getDataSourceExpression() - Method in class org.apache.groovy.ginq.dsl.expression.ProcessExpression
 
getDateString(LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date with the DateTimeFormatter.ISO_LOCAL_DATE formatter.
getDateString(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_DATE formatter.
getDateString(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_OFFSET_DATE formatter.
getDateString(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_DATE formatter and appends the zone's short name, e.g.
getDateString(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Return a string representation of the 'day' portion of this date according to the locale-specific DateFormat.SHORT default format.
getDateTimeString(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_DATE_TIME formatter.
getDateTimeString(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_OFFSET_DATE_TIME formatter.
getDateTimeString(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_DATE_TIME formatter and appends the zone's short name, e.g.
getDateTimeString(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Return a string representation of the date and time portion of this Date instance, according to the locale-specific format used by DateFormat.
getDay(Integer) - Static method in class groovy.time.TimeCategory
 
getDaylightSavingsOffset(BaseDuration) - Static method in class groovy.time.TimeCategory
 
getDaylightSavingsOffset(Date) - Static method in class groovy.time.TimeCategory
Get the DST offset (if any) for the default locale and the given date.
getDays() - Method in class groovy.time.BaseDuration
 
getDays(Integer) - Static method in class groovy.time.TimeCategory
 
getDebug() - Method in class groovy.util.ProxyGenerator
 
getDebug() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns true if debugging operation has been requested.
getDeclarationEncoding() - Method in class groovy.text.markup.TemplateConfiguration
 
getDeclaredConstructor(Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
getDeclaredConstructors() - Method in class org.codehaus.groovy.ast.ClassNode
 
getDeclaredConstructors() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getDeclaredField(String) - Method in class org.codehaus.groovy.ast.ClassNode
Finds a field matching the given name in this class.
getDeclaredField(String) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getDeclaredFieldOfCurrentClassOrAccessibleFieldOfSuper(ClassNode, ClassNode, String, boolean) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getDeclaredInterfaces() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getDeclaredMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
Finds a method matching the given name and parameters in this class.
getDeclaredMethods(Class<?>, String, Class<?>...) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
getDeclaredMethods(String) - Method in class org.codehaus.groovy.ast.ClassNode
Returns a list of all methods with the given name from this class.
getDeclaredMethods(String) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getDeclaredMethodsFromInterfaces(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Gets methods from all interfaces.
getDeclaredMethodsFromSuper(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Gets methods from the super class.
getDeclaredMethodsMap() - Method in class org.codehaus.groovy.ast.ClassNode
 
getDeclaredVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
getDeclaredVariables() - Method in class org.codehaus.groovy.ast.VariableScope
Gets a map containing the variables declared in this scope.
getDeclaredVariablesIterator() - Method in class org.codehaus.groovy.ast.VariableScope
Gets an iterator for the declared class variables.
getDeclaringClass() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getDeclaringClass() - Method in class groovy.lang.MetaMethod
Gets the class where this method is declared.
getDeclaringClass() - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getDeclaringClass() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getDeclaringClass() - Method in class org.codehaus.groovy.reflection.CachedField
 
getDeclaringClass() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayGetAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayPutAtMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getDeclaringClass() - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
getDefaultCharset() - Method in class groovy.util.CharsetToolkit
Retrieves the default Charset
getDefaultFamily() - Method in class groovy.console.ui.ConsoleTextEditor
 
getDefaultImportClasses(String[]) - Method in class org.codehaus.groovy.vmplugin.v9.Java9
 
getDefaultImportClasses(String[]) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Returns the default import classes: class name -> the relevant package names
getDefaultScriptExtension() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getDefaultSoftBundle() - Static method in class org.codehaus.groovy.util.ReferenceManager
getDefaultStatement() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getDefaultStyle() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
getDefaultSystemCharset() - Static method in class groovy.util.CharsetToolkit
Retrieve the default charset of the system.
getDefaultTarget() - Method in class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
getDefaultValue() - Method in class org.codehaus.groovy.ast.Parameter
 
getDefaultValueForPrimitive(ClassNode) - Static method in class org.codehaus.groovy.antlr.PrimitiveHelper
 
getDefaultWeakBundle() - Static method in class org.codehaus.groovy.util.ReferenceManager
getDefiningClassLoader() - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
getDelegate() - Method in class groovy.lang.Closure
 
getDelegate() - Method in class groovy.lang.ListWithDefault
 
getDelegate() - Method in class groovy.util.DelegatingScript
 
getDelegate() - Method in class groovy.util.ObservableList.ObservableIterator
 
getDelegate() - Method in class groovy.util.ObservableSet.ObservableIterator
 
getDelegate() - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
getDelegate() - Method in class org.codehaus.groovy.runtime.ConversionHandler
Returns the delegate.
getDelegate() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
getDelegate() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
getDelegatedMetaClass() - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
getDelegatedMetaClass() - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
getDelegatedMetaClass() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
getDelegateList() - Method in class groovy.swing.impl.ListWrapperListModel
 
getDelegateList() - Method in class groovy.util.ObservableList
 
getDelegateSet() - Method in class groovy.util.ObservableSet
 
getDelegationMetadata(ClosureExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getDelimeterSize() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
getDescription() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getDescription() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns a description of the node.
getDescription(int) - Static method in class org.codehaus.groovy.control.Phases
Returns a description of the specified phase.
getDescription(int) - Static method in class org.codehaus.groovy.syntax.Types
Gets the description for the specified type.
getDescriptionByName(String) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
getDescriptionByType(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
getDescriptor() - Method in class groovy.lang.MetaMethod
Returns a descriptor of this method based on the return type and parameters of this method.
getDescriptor() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getDestdir() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the destination directory into which the java source files should be compiled.
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getDevisionOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getDirective() - Method in class groovy.lang.Closure
 
getDisableChecksums() - Static method in class groovy.grape.Grape
Global flag to ignore checksums.
getDisabledGlobalASTTransformations() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns the list of disabled global AST transformation class names.
getDisablePropertyName() - Method in class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
getDisablePropertyName() - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodCache
 
getDisallowedConstantTypes() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedExpressions() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedReceivers() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedStarImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedStatements() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedStaticImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedStaticStarImports() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisallowedTokens() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
getDisposalClosures() - Method in class groovy.util.FactoryBuilderSupport
 
getDoCall() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
getDocTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
Creates and returns an array of doc template classpath entries.
getDocument() - Method in class groovy.xml.XmlSlurper
 
getDocumentLocator() - Method in class groovy.xml.XmlParser
 
getDocUrl(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getDocUrl(String, boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getDocUrl(String, boolean, List<LinkArgument>, String, GroovyRootDoc, SimpleGroovyClassDoc) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getDoubleQuotes() - Method in class groovy.xml.MarkupBuilder
Returns true if attribute values are output with double quotes; false if single quotes are used.
getDTDHandler() - Method in class groovy.xml.XmlParser
 
getDTDHandler() - Method in class groovy.xml.XmlSlurper
 
getEditor() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
getEffectiveGetMetaProperty(Class, Object, String, boolean) - Method in class groovy.lang.MetaClassImpl
 
GetEffectivePogoFieldSite - Class in org.codehaus.groovy.runtime.callsite
 
GetEffectivePogoFieldSite(CallSite, MetaClass, CachedField) - Constructor for class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
GetEffectivePojoPropertySite - Class in org.codehaus.groovy.runtime.callsite
 
GetEffectivePojoPropertySite(CallSite, MetaClassImpl, MetaProperty) - Constructor for class org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite
 
getEighth() - Method in class groovy.lang.Tuple8
Deprecated.
getEighth() - Method in class groovy.lang.Tuple9
Deprecated.
getElementAt(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
getElementName(String, String, String) - Method in class groovy.xml.XmlParser
Return a name given the namespaceURI, localName and qName.
getElementType() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getElseBlock() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getEmptyMethods() - Method in class groovy.util.ProxyGenerator
 
getEnableAutoDownload() - Static method in class groovy.grape.Grape
This is a static access auto download enabler.
getEnableGrapes() - Static method in class groovy.grape.Grape
This is a static access kill-switch.
getEnclosingBinaryExpression() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingBinaryExpression() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the binary expression which is on the top of the stack, or null if there's no such element.
getEnclosingBinaryExpressionStack() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingBinaryExpressionStack() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing binary expressions.
getEnclosingClassNode() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingClassNode() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the class node which is on the top of the stack, or null if there's no such element.
getEnclosingClassNodes() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingClassNodes() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing classes.
getEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the closure expression which is on the top of the stack, or null if there's no such element.
getEnclosingClosureStack() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingClosureStack() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing closure expressions.
getEnclosingMethod() - Method in class org.codehaus.groovy.ast.ClassNode
The enclosing method of local inner class.
getEnclosingMethod() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingMethod() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the method node which is on the top of the stack, or null if there's no such element.
getEnclosingMethodCall() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingMethodCall() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the method call which is on the top of the stack, or null if there's no such element.
getEnclosingMethodCalls() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingMethodCalls() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing method calls.
getEnclosingMethods() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getEnclosingMethods() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing methods.
getEnclosingSwitchStatement() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the switch statement which is on the top of the stack, or null if there's no such element.
getEnclosingSwitchStatements() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing switch statements.
getEncoding() - Method in class groovy.io.EncodingAwareBufferedWriter
The encoding as returned by the underlying OutputStreamWriter.
getEncoding() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
getEncoding() - Method in class org.codehaus.groovy.ant.Groovyc
Returns the encoding to be used when creating files.
getEncodingKnown() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
getEndColumn() - Method in class groovy.json.JsonToken
 
getEndColumn() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getEndLabel() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getEndLine() - Method in class groovy.json.JsonToken
 
getEndLine() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getEnforce8Bit() - Method in class groovy.util.CharsetToolkit
Gets the enforce8Bit flag, in case we do not want to ever get a US-ASCII encoding.
getEngine() - Method in class org.codehaus.groovy.jsr223.GroovyCompiledScript
 
getEngineName() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getEngineVersion() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
Note that the scripting.dev.java.net engine had this backwards.
getEntityResolver() - Method in class groovy.xml.XmlParser
 
getEntityResolver() - Method in class groovy.xml.XmlSlurper
 
getEra(Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Equivalent to calling the Year.get(java.time.temporal.TemporalField) method with a ChronoField.ERA argument.
getErr(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar fashion.
getError(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the specified error message, or null.
getErrorCollector() - Method in exception org.codehaus.groovy.control.MultipleCompilationErrorsException
 
getErrorCollector() - Method in class org.codehaus.groovy.control.ProcessingUnit
Errors found during the compilation should be reported through the ErrorCollector.
getErrorCollector() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
getErrorCollectors() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
getErrorColumn() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getErrorColumn() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getErrorColumn() - Method in interface org.apache.groovy.parser.antlr4.SyntaxErrorReportable
 
getErrorCount() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the number of errors.
getErrorHandler() - Method in class groovy.xml.XmlParser
 
getErrorHandler() - Method in class groovy.xml.XmlSlurper
 
getErrorLine() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getErrorLine() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getErrorLine() - Method in interface org.apache.groovy.parser.antlr4.SyntaxErrorReportable
 
getErrorMessage() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
Subclasses should implement this method to provide good error resolution.
getErrors() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the list of errors, or null if there are none.
getEvent() - Method in class groovy.jmx.builder.JmxEventEmitter
Event type getter
getEvent() - Method in interface groovy.jmx.builder.JmxEventEmitterMBean
Getter - returns event thrown by emitter.
getEventName() - Method in class org.apache.groovy.swing.binding.EventTriggerBinding
 
getEvents() - Method in class groovy.util.ObservableMap.MultiPropertyEvent
 
getException(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the specified error's underlying Exception, or null if it isn't one.
getExceptions() - Method in class org.codehaus.groovy.ast.MethodNode
 
getExceptionType() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getExecutable() - Method in class org.codehaus.groovy.ant.Groovyc
The value of the executable attribute, if any.
getExpandoMethods() - Method in class groovy.lang.ExpandoMetaClass
Returns a list of expando MetaMethod instances added to this ExpandoMetaClass
getExpandoProperties() - Method in class groovy.lang.ExpandoMetaClass
Returns a list of MetaBeanProperty instances added to this ExpandoMetaClass
getExpandoSubclassMethods() - Method in class groovy.lang.ExpandoMetaClass
 
getExpected() - Method in exception groovy.lang.IncorrectClosureArgumentsException
 
getExpectedType() - Method in exception org.codehaus.groovy.syntax.TokenMismatchException
 
getExplicitMethods() - Method in class groovy.util.FactoryBuilderSupport
 
getExplicitProperties() - Method in class groovy.util.FactoryBuilderSupport
 
getExpr() - Method in class org.apache.groovy.ginq.dsl.expression.ShutdownExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.SpreadExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
getExpression() - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
Gets a specific initializer expression.
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
Gets the initializer expressions.
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getExpressionsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getExpressionsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getExpressionType(ClassNode) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer.SecuringCodeVisitor
 
getExtension(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Provide the extension of this file.
getExtension(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Provide the extension of this path.
getExtensionMethodNode() - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodNode
 
getExtensions() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getFactories() - Method in class groovy.util.FactoryBuilderSupport
 
getFactory() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
getFailonerror() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
getFailonerror() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the failonerror flag.
getFallbackTarget() - Method in class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
getFalseExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getFeature(String) - Method in class groovy.xml.XmlParser
 
getFeature(String) - Method in class groovy.xml.XmlSlurper
 
getField - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getField() - Method in class groovy.lang.MetaBeanProperty
Gets the field of this property.
getField() - Method in exception groovy.lang.MissingFieldException
 
getField() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getField() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getField() - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
getField(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getField(String) - Method in class org.codehaus.groovy.ast.ClassNode
Finds a field matching the given name in this class or a parent class.
getField(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Searches the class for a field that matches specified name.
getField(ClassNode, String, Predicate<? super FieldNode>) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Searches the class for a field that matches specified name and test.
getFieldIndex() - Method in class org.codehaus.groovy.ast.ClassNode
Deprecated, for removal: This API element is subject to removal in a future version.
getFieldName() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getFieldName() - Method in class org.codehaus.groovy.ast.ImportNode
 
getFieldOnSuper(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFieldOnSuperSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFieldOnSuperSpreadSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFields() - Method in class org.codehaus.groovy.ast.ClassNode
 
getFields() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getFields() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getFields(BuilderASTTransformation, AnnotationNode, ClassNode) - Method in class groovy.transform.builder.SimpleStrategy
 
getFields(BuilderASTTransformation, AnnotationNode, ClassNode) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getFieldSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFieldSpreadSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFifth() - Method in class groovy.lang.Tuple5
Deprecated.
getFifth() - Method in class groovy.lang.Tuple6
Deprecated.
getFifth() - Method in class groovy.lang.Tuple7
Deprecated.
getFifth() - Method in class groovy.lang.Tuple8
Deprecated.
getFifth() - Method in class groovy.lang.Tuple9
Deprecated.
getFile() - Method in class groovy.lang.GroovyCodeSource
 
getFile() - Method in class org.codehaus.groovy.control.io.FileReaderSource
 
getFile(String) - Static method in class org.apache.groovy.groovydoc.tools.GroovyDocUtil
 
getFileList() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the list of files to be compiled.
getFileName() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getFileNames(String, String) - Method in interface groovy.util.IFileNameFinder
 
getFileNames(String, String, String) - Method in interface groovy.util.IFileNameFinder
 
getFileSystem() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getFilterExpr() - Method in class org.apache.groovy.ginq.dsl.expression.FilterExpression
 
getFinallyStatement() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getFinalVariablesCallback() - Method in class org.codehaus.groovy.classgen.Verifier
 
getFirst() - Method in class groovy.lang.Tuple1
Deprecated.
getFirst() - Method in class groovy.lang.Tuple2
Deprecated.
getFirst() - Method in class groovy.lang.Tuple3
Deprecated.
getFirst() - Method in class groovy.lang.Tuple4
Deprecated.
getFirst() - Method in class groovy.lang.Tuple5
Deprecated.
getFirst() - Method in class groovy.lang.Tuple6
Deprecated.
getFirst() - Method in class groovy.lang.Tuple7
Deprecated.
getFirst() - Method in class groovy.lang.Tuple8
Deprecated.
getFirst() - Method in class groovy.lang.Tuple9
Deprecated.
getFirstClassNode() - Method in class org.codehaus.groovy.control.CompilationUnit
Convenience routine to get the first ClassNode, for when you are sure there is only one.
getFirstIfSpecialConstructorCall(Statement) - Static method in class org.apache.groovy.ast.tools.ConstructorNodeUtils
Return the first statement from the constructor code if it is a call to super or this, otherwise null.
getFirstStatement() - Method in class org.codehaus.groovy.ast.MethodNode
 
getForceLookupUnnamedFiles() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the forceLookupUnnamedFiles flag.
getFourth() - Method in class groovy.lang.Tuple4
Deprecated.
getFourth() - Method in class groovy.lang.Tuple5
Deprecated.
getFourth() - Method in class groovy.lang.Tuple6
Deprecated.
getFourth() - Method in class groovy.lang.Tuple7
Deprecated.
getFourth() - Method in class groovy.lang.Tuple8
Deprecated.
getFourth() - Method in class groovy.lang.Tuple9
Deprecated.
getFrom() - Method in class groovy.lang.EmptyRange
The lower value in the range.
getFrom() - Method in class groovy.lang.IntRange
 
getFrom() - Method in class groovy.lang.NumberRange
 
getFrom() - Method in class groovy.lang.ObjectRange
 
getFrom() - Method in interface groovy.lang.Range
The lower value in the range.
getFrom() - Method in class groovy.time.BaseDuration
 
getFrom() - Method in class groovy.time.DatumDependentDuration
 
getFrom() - Method in class groovy.time.Duration
 
getFrom() - Method in class groovy.time.TimeDatumDependentDuration
 
getFrom() - Method in class groovy.time.TimeDuration
 
getFrom() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
getFromClassCache(String) - Method in class org.codehaus.groovy.control.ClassNodeResolver
returns whatever is stored in the class cache for the given name
getFromExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getFromInt() - Method in class groovy.lang.IntRange
Gets the 'from' value as a primitive integer.
getFullName(ZoneId) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the name of this zone formatted according to the TextStyle.FULL text style.
getFullName(ZoneId, Locale) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the name of this zone formatted according to the TextStyle.FULL text style for the provided Locale.
getFullPathName() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
getFullPathName() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
getFullPathName() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
getFullPathName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getGeneratedInnerClass(String) - Method in class org.codehaus.groovy.ast.CompileUnit
 
getGeneratedInnerClasses() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getGeneratedMethods() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
getGenericsBounds(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getGenericsMethodSignature(MethodNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getGenericsSignature(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getGenericsTypes() - Method in class org.codehaus.groovy.ast.ClassNode
 
getGenericsTypes() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getGenericsTypes() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getGenericsTypes() - Method in class org.codehaus.groovy.ast.MethodNode
 
getGetter() - Method in class groovy.lang.MetaBeanProperty
Gets the getter method of this property.
getGetter() - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
getGetter() - Method in class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
 
getGetterBlock() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getGetterMethod(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getGetterMethod(String, boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
getGetterName() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getGetterName(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
WARNING: Avoid this method unless just the name is available.
getGetterName(String, Class) - Static method in class groovy.lang.MetaProperty
Gets the name for the getter for this property
getGetterName(String, Class<?>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
WARNING: Avoid this method unless just the name and type are available.
getGetterName(PropertyNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Generally preferred to use PropertyNode.getGetterNameOrDefault() directly.
getGetterNameOrDefault() - Method in class org.codehaus.groovy.ast.PropertyNode
If an explicit getterName has been set, return that, otherwise return the default name for the property.
getGlobalTransformNames() - Method in class org.codehaus.groovy.control.ASTTransformationsContext
 
getGrabUrls() - Method in class org.codehaus.groovy.tools.LoaderConfiguration
The extra grab configuration.
getGrammarFileName() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getGrammarFileName() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getGroovyClassDocs() - Method in class org.apache.groovy.antlr.GroovydocVisitor
 
getGroovyClassDocs() - Method in class org.codehaus.groovy.tools.groovydoc.antlr4.GroovydocJavaVisitor
 
getGroovyClassLoader() - Method in class groovy.util.GroovyScriptEngine
Returns the GroovyClassLoader associated with this script engine instance.
getGroovydoc() - Method in interface groovy.lang.groovydoc.GroovydocHolder
Get the groovydoc
getGroovydoc() - Method in class groovy.lang.groovydoc.GroovydocTag
 
getGroovydoc() - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getGroovydoc(AnnotatedElement) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Gets runtime groovydoc.
getGroovyObjectField - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getGroovyObjectField(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroovyObjectFieldSafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroovyObjectFieldSpreadSafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroovyObjectProperty(GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getGroovyObjectProperty(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroovyObjectPropertySafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroovyObjectPropertySpreadSafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getGroupExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getGroupOperationResultType(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getHandler() - Method in interface org.codehaus.groovy.util.Reference
 
getHardBundle() - Static method in class org.codehaus.groovy.util.ReferenceBundle
 
getHavingExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GroupExpression
 
getHeader(Class<?>) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getHierarchy() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getHolder() - Method in class groovy.lang.groovydoc.Groovydoc
Get the holder of the groovydoc
getHour(Integer) - Static method in class groovy.time.TimeCategory
 
getHours() - Method in class groovy.time.BaseDuration
 
getHours(Integer) - Static method in class groovy.time.TimeCategory
 
getHours(ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the hours component of this offset.
getHref() - Method in class org.codehaus.groovy.tools.groovydoc.LinkArgument
Get the href attribute.
getId() - Method in interface org.apache.groovy.ginq.provider.collection.runtime.WindowDefinition
Get the id of window definition
getIdentifierFor(String) - Method in class groovy.util.ObjectGraphBuilder.DefaultIdentifierResolver
 
getIdentifierFor(String) - Method in interface groovy.util.ObjectGraphBuilder.IdentifierResolver
Returns the name of the property that will identify the node.
getIfBlock() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getImpl() - Method in class groovy.sql.GroovyResultSetProxy
Gets a proxy instance that can be used as GroovyResultSet.
getImport(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
getImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getImportsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getImportType(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
getIn(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar fashion.
getIncludeantruntime() - Method in class org.codehaus.groovy.ant.Groovyc
Gets whether the ant classpath is to be included in the classpath.
getIncludeExclude(BuilderASTTransformation, AnnotationNode, ClassNode, List<String>, List<String>) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getIncludejavaruntime() - Method in class org.codehaus.groovy.ant.Groovyc
Gets whether the java runtime should be included in this task's classpath.
getInclusive() - Method in class groovy.lang.IntRange
Returns the same as getInclusiveRight, kept here for backwards compatibility.
getInclusiveLeft() - Method in class groovy.lang.IntRange
Returns the inclusiveLeft flag.
getInclusiveRight() - Method in class groovy.lang.IntRange
Returns the inclusiveRight flag.
getIndentation() - Method in class groovy.text.XmlTemplateEngine
 
getIndentLevel() - Method in class groovy.util.IndentPrinter
 
getIndex() - Method in class groovy.util.ObservableList.ElementEvent
 
getIndex() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getIndex() - Method in class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
returns the index of the bytecode variable
getIndex() - Method in class org.codehaus.groovy.classgen.asm.VariableSlotLoader
 
getIndex() - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
getIndex() - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
getIndices(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the boolean array.
getIndices(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the byte array.
getIndices(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the char array.
getIndices(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the double array.
getIndices(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the float array.
getIndices(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the int array.
getIndices(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the long array.
getIndices(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the short array.
getIndices(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndices(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns indices of the collection.
getIndices(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns indices of the array.
getIndices(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getIndy() - Method in class org.codehaus.groovy.ant.Groovyc
Deprecated.
getInferredReturnType(ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns the inferred return type of a closure or method, if stored on the AST node.
getInferredReturnTypeFromWithClosureArgument(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
In the case of a Object.with { ...
getInitClosure() - Method in class groovy.lang.ListWithDefault
 
getInitialExpression() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
getInitialExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getInitialExpression() - Method in class org.codehaus.groovy.ast.FieldNode
 
getInitialExpression() - Method in class org.codehaus.groovy.ast.Parameter
 
getInitialExpression() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getInitialExpression() - Method in interface org.codehaus.groovy.ast.Variable
Returns the expression used to initialize the variable or null of there is no initialization.
getInitialValue() - Method in class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
Retrieves the initial value of the ThreadBound property
getInitialValue(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
 
getInitialValueExpression() - Method in class org.codehaus.groovy.ast.FieldNode
 
getInlineModeBlockStatement(BlockStatement) - Method in class org.apache.groovy.contracts.generation.BaseGenerator
 
getInnerClasses() - Method in class org.codehaus.groovy.ast.ClassNode
 
getInnerClasses() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getInputStream(String) - Method in class org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager
 
getInstance() - Static method in class groovy.grape.Grape
 
getInstance() - Method in interface groovy.lang.groovydoc.GroovydocHolder
Get GroovydocHolder instance
getInstance() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Returns the instance this event is for.
getInstance() - Static method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns a reference to the one and only registry instance.
getInstance() - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getInstance(int) - Static method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Singleton of MetaClassRegistry.
getInstance(Class) - Static method in class groovy.lang.ProxyMetaClass
convenience factory method for the most usual case.
getInstanceClass() - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
getInstanceMethods() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getInstanceMethodsExtensionClasses() - Method in class org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
 
getInstanceMethodsExtensionClasses() - Method in class org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
 
getInstanceNonPropertyFieldNames(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstanceNonPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstanceProperties(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstancePropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstancePropertyNames(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstructions() - Method in class org.codehaus.groovy.classgen.BytecodeSequence
 
getIntegerSafe(String, Integer) - Static method in class org.apache.groovy.util.SystemUtil
Retrieves an Integer System property
getInterceptor() - Method in class groovy.lang.ProxyMetaClass
 
getInterface(Class<T>) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
getInterface(Object, Class<T>) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
getInterfaceClassLoadingClass() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getInterfaceClassLoadingClass() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getInterfaces() - Method in class org.codehaus.groovy.ast.ClassNode
 
getInterfaces() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getInterfaces() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getInterfacesAndSuperInterfaces(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInternalBaseClassName() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getInternalBaseClassName() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getInternalClassName() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getInternalClassName() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getInvariantMethodName(ClassNode) - Static method in class org.apache.groovy.contracts.generation.BaseGenerator
 
getInvariantMethodNode(ClassNode) - Static method in class org.apache.groovy.contracts.generation.BaseGenerator
 
getInvocationWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getInvocationWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getInvocationWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getInvokeSpecialHandle(Method, Object) - Method in class org.codehaus.groovy.vmplugin.v16.Java16
 
getInvokeSpecialHandle(Method, Object) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
getInvokeSpecialHandle(Method, Object) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Returns a handle with bound receiver to invokeSpecial the given method.
getIOCause() - Method in exception org.codehaus.groovy.syntax.ReadException
 
getIOException() - Method in exception groovy.lang.StringWriterIOException
 
getIsCaseMethod() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
getIvyParts(String) - Static method in class org.codehaus.groovy.tools.GrapeUtil
 
getJavaClass() - Method in class groovy.lang.ExpandoMetaClass
 
getJavaCompilationUnitSet() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getJavaStubCompilationUnitSet() - Method in class org.codehaus.groovy.tools.javac.JavaStubGenerator
 
getJavaVersion() - Static method in interface org.codehaus.groovy.vmplugin.VMPlugin
Deprecated. 
getJoinExpressionList() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getJoinName() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
getJointCompilationOptions() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the joint compilation options for this configuration.
getKeepStubs() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the keepStubs flag.
getKey() - Method in class groovy.util.MapEntry
 
getKey() - Method in class org.apache.groovy.json.internal.MapItemValue
 
getKey() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry
 
getKey() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry
 
getKey() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
getKeyExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
getKeyExtractor() - Method in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
getKeywords() - Static method in class org.codehaus.groovy.syntax.Types
 
getKnownImmutableClasses(AbstractASTTransformation, ClassNode) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
getKnownImmutables(AbstractASTTransformation, ClassNode) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
getLabel() - Method in enum groovy.json.JsonTokenType
 
getLabel() - Method in class org.codehaus.groovy.ast.stmt.BreakStatement
 
getLabel() - Method in class org.codehaus.groovy.ast.stmt.ContinueStatement
 
getLabel(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Returns the label for the given name
getLambdaSharedVariables(LambdaExpression) - Method in class org.codehaus.groovy.classgen.asm.LambdaWriter
 
getLambdaWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getLambdaWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getLambdaWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getLanguageName() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
This is also different from scripting.dev.java.net which used an initial lowercase.
getLanguageVersion() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getLastAction() - Static method in class groovy.console.ui.text.FindReplaceUtility
 
getLastColumnNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getLastContext() - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
getLastError() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the last error reported.
getLastLineNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getLastMatcher() - Static method in class org.codehaus.groovy.runtime.RegexSupport
 
getLastMatcher(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Get the last hidden matcher that the system used to do a match.
getLatestTokenList() - Method in class groovy.console.ui.text.SmartDocumentFilter
 
getLeftExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getLimitExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getLine() - Method in class groovy.io.LineColumnReader
 
getLine() - Method in error org.apache.groovy.ginq.dsl.GinqSyntaxError
 
getLine() - Method in error org.apache.groovy.parser.antlr4.GroovySyntaxError
 
getLine() - Method in class org.apache.groovy.parser.antlr4.PositionInfo
 
getLine() - Method in exception org.codehaus.groovy.syntax.SyntaxException
Retrieve the line upon which the error occurred.
getLine(int, Janitor) - Method in class org.codehaus.groovy.control.io.AbstractReaderSource
Returns a line from the source, or null, if unavailable.
getLine(int, Janitor) - Method in interface org.codehaus.groovy.control.io.ReaderSource
Returns a line from the source, or null, if unavailable.
getLineMark() - Method in class groovy.io.LineColumnReader
 
getLineNumber() - Method in exception groovy.text.TemplateExecutionException
Returns the line number in the template source where the error occurred
getLineNumber() - Method in exception groovy.text.TemplateParseException
 
getLineNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getLineNumber() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getLineNumber() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getList() - Method in class groovy.swing.impl.ClosureRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class groovy.swing.impl.ClosureRenderer
 
getListener() - Static method in class groovy.jmx.builder.JmxEventListener
Factory method that returns an instance of the listener.
getListener() - Method in class org.codehaus.groovy.transform.tailrec.VariableAccessReplacer
 
getListfiles() - Method in class org.codehaus.groovy.ant.Groovyc
Get the listfiles flag.
getListIterator() - Method in class groovy.util.ObservableList.ObservableListIterator
 
getLoadedClass(String) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
try to load one of the defined Reflector classes by name.
getLoadedClasses() - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
getLoadedClasses() - Method in class groovy.lang.GroovyClassLoader
Returns all Groovy classes loaded by this class loader.
getLoadedClasses() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getLoadInsnByType(Type) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
getLocale() - Method in class groovy.text.markup.TemplateConfiguration
 
getLocalExplicitMethods() - Method in class groovy.util.FactoryBuilderSupport
 
getLocalExplicitProperties() - Method in class groovy.util.FactoryBuilderSupport
 
getLocalFactories() - Method in class groovy.util.FactoryBuilderSupport
 
getLocalizedMessage() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
getLocalName(Node) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
getLocalPart() - Method in class groovy.namespace.QName
Gets the Local part for this QName
getLocation(Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Gets the url of the jar file/source file containing the specified class.
getLocationText() - Method in exception groovy.lang.GroovyRuntimeException
 
getLogClassgenStackTraceMaxDepth() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns stack trace max depth of logging class generation
getLongSafe(String, Long) - Static method in class org.apache.groovy.util.SystemUtil
Retrieves a Long System property
getLookup() - Method in class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
getLookupConstructor() - Static method in class org.codehaus.groovy.vmplugin.v9.Java9
 
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getLoopBlock() - Method in interface org.codehaus.groovy.ast.stmt.LoopingStatement
Gets the loop block.
getLoopBlock() - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
getLower() - Method in class org.apache.groovy.ginq.provider.collection.runtime.ValueBound
Returns the lower frame bound
getLowerBound() - Method in class org.codehaus.groovy.ast.GenericsType
 
getLubName() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getMacroArguments(SourceUnit, MethodCallExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
getMacroValue(BlockStatement, boolean) - Static method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
getMainClass() - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Returns the name of the main class for this configuration.
getMainClassName() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getManager() - Method in class org.codehaus.groovy.util.ReferenceBundle
 
getMapDelegate() - Method in class groovy.util.ObservableMap
 
getMapEntryExpressions() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
getMath(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
Determine which NumberMath instance to use, given the supplied operands.
getMaximumNumberOfParameters() - Method in class groovy.lang.Closure
 
getMaximumNumberOfParameters() - Method in class org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
 
getMaxRows() - Method in class groovy.sql.Sql.AbstractQueryCommand
Get the maximum number of rows to return in the ResultSet
getMaxSizeForInMemory() - Method in class groovy.json.JsonSlurper
Max size before Slurper starts to use windowing buffer parser.
getMeaning() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the meaning of this node.
getMeaning() - Method in class org.codehaus.groovy.syntax.Token
Returns the meaning of this node.
getMeaningAs(int[]) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the first matching meaning of the specified types.
getMember(String) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
getMemberClassList(AnnotationNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberClassValue(AnnotationNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberClassValue(AnnotationNode, String, ClassNode) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberIntValue(AnnotationNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMembers() - Method in class org.codehaus.groovy.ast.AnnotationNode
 
getMemberStringList(AnnotationNode, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberStringValue(AnnotationNode, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberStringValue(AnnotationNode, String, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberValue(AnnotationNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemoryInitialSize() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the memoryInitialSize flag.
getMemoryMaximumSize() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the memoryMaximumSize flag.
getMessage() - Method in class groovy.jmx.builder.JmxEventEmitter
Event message getter
getMessage() - Method in exception groovy.lang.GroovyRuntimeException
 
getMessage() - Method in exception groovy.lang.MissingMethodException
 
getMessage() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
getMessage() - Method in class org.codehaus.groovy.control.messages.SimpleMessage
 
getMessage() - Method in exception org.codehaus.groovy.control.MultipleCompilationErrorsException
 
getMessage() - Method in error org.codehaus.groovy.GroovyBugError
Returns the detail message string of this error.
getMessage() - Method in exception org.codehaus.groovy.runtime.InvokerInvocationException
 
getMessage() - Method in exception org.codehaus.groovy.runtime.metaclass.MethodSelectionException
 
getMessage() - Method in exception org.codehaus.groovy.syntax.ReadException
 
getMessage() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getMessage(String) - Method in class org.codehaus.groovy.tools.shell.util.MessageSource
Get a raw message from the resource bundles using the given code.
getMessageExpression() - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
getMessageWithoutLocationText() - Method in exception groovy.lang.GroovyRuntimeException
 
getMessageWithoutLocationText() - Method in exception groovy.lang.MissingPropertyException
 
getMetaClass() - Method in class groovy.lang.DelegatingMetaClass
 
getMetaClass() - Method in class groovy.lang.ExpandoMetaClass
 
getMetaClass() - Method in interface groovy.lang.GroovyObject
Returns the metaclass for a given class.
getMetaClass() - Method in class groovy.lang.GroovyObjectSupport
 
getMetaClass() - Method in class groovy.lang.Sequence
 
getMetaClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
Returns the MetaClass for the Class associated with this ClassInfo.
getMetaClass() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
getMetaClass() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
getMetaClass(GroovyObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Obtains a MetaClass for an object either from the registry or in the case of a GroovyObject from the object itself.
getMetaClass(Class) - Method in interface groovy.lang.MetaClassRegistry
The main function of the registry If a metaclass exists then return it otherwise create one, put it in the registry and return it
getMetaClass(Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds a "metaClass" property to all class objects so you can use the syntax String.metaClass.myMethod = { println "foo" }
getMetaClass(Class) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMetaClass(Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getMetaClass(Class<T>) - Method in class org.apache.groovy.metaclass.Realm
 
getMetaClass(Object) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getMetaClass(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Obtains a MetaClass for an object either from the registry or in the case of a GroovyObject from the object itself.
getMetaClass(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMetaClass(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getMetaClassCreationHandler() - Method in interface groovy.lang.MetaClassRegistry
Retrieves the MetaClassCreationHandle that is responsible for constructing MetaClass instances
getMetaClassCreationHandler() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Gets a handle internally used to create MetaClass implementations WARNING: experimental code, likely to change soon
getMetaClassForClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getMetaClassRegistry() - Static method in class groovy.lang.GroovySystem
 
getMetaClassRegistryChangeEventListeners() - Method in interface groovy.lang.MetaClassRegistry
Returns all registered class change listener for constant metaclasses.
getMetaClassRegistryChangeEventListeners() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Gets an array of all registered ConstantMetaClassListener instances.
getMetaDataMap() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
 
getMetaDataMap() - Method in class org.codehaus.groovy.ast.ASTNode
 
getMetaDataMap() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getMetaDataMap() - Method in interface org.codehaus.groovy.ast.NodeMetaDataHandler
 
getMetaMethod() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getMetaMethod() - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
 
getMetaMethod(String, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMetaMethod(String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
getMetaMethod(String, Object[]) - Method in class groovy.lang.MetaClassImpl
 
getMetaMethod(String, Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Retrieves an instance MetaMethod for the given name and argument values, using the types of the argument values to establish the chosen MetaMethod
getMetaMethod(String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMetaMethods() - Method in class groovy.inspect.Inspector
Get info about instance and class Methods that are dynamically added through Groovy.
getMetaMethods() - Method in class groovy.lang.DelegatingMetaClass
 
getMetaMethods() - Method in interface groovy.lang.MetaClass
Retrieves a list of MetaMethods held by this class.
getMetaMethods() - Method in class groovy.lang.MetaClassImpl
Retrieves the list of MetaMethods held by this class.
getMetaMethods() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModule
 
getMetaMethods() - Method in class org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
 
getMetaMethods() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getMetaMethods() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMetaMethodsWithInfo() - Method in class groovy.inspect.Inspector
Get info about instance and class Methods that are dynamically added through Groovy.
getMetaProperty(String) - Method in class groovy.lang.DelegatingMetaClass
 
getMetaProperty(String) - Method in class groovy.lang.ExpandoMetaClass
Looks up an existing MetaProperty by name
getMetaProperty(String) - Method in class groovy.lang.MetaClassImpl
 
getMetaProperty(String) - Method in interface groovy.lang.MetaObjectProtocol
Returns a MetaProperty for the given name or null if it doesn't exist
getMetaProperty(String) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getMetaProperty(String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMetaPropertyValues() - Method in class groovy.util.Expando
 
getMetaPropertyValues(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Retrieves the list of MetaProperty objects for 'self' and wraps it in a list of PropertyValue objects that additionally provide the value for each property of 'self'.
getMetaRegistry() - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMethod() - Method in exception groovy.lang.MissingMethodException
 
getMethod() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getMethod() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getMethod() - Method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
getMethod() - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getMethod(String, Class[]) - Method in class org.apache.groovy.internal.metaclass.MetaClassConstant
 
getMethod(String, Class[]) - Method in class org.apache.groovy.metaclass.MetaClass
 
getMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
Finds a method matching the given name and parameters in this class or any super class.
getMethod(ClassNode, String, Predicate<? super MethodNode>) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Searches the class for a method that matches specified name and test.
getMethodAsString() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getMethodAsString() - Method in interface org.codehaus.groovy.ast.expr.MethodCall
 
getMethodAsString() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
This method returns the method name as String if it is no dynamic calculated method name, but a constant.
getMethodAsString() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getMethodCallSyntax(String, String, String...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getMethodDescriptor() - Method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
getMethodDescriptor(Class, Class[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getMethodDescriptor(ClassNode, ClassNode[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getMethodDescriptor(ClassNode, Parameter[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getMethodDescriptor(MethodNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Returns a method descriptor for the given MethodNode.
getMethodFilter() - Method in class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
getMethodFilter() - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodCache
 
getMethodMapper() - Method in class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
 
getMethodMapper() - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodCache
 
GetMethodMetaProperty(String, MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
 
getMethodMissingDelegate() - Method in class groovy.util.FactoryBuilderSupport
 
getMethodName() - Method in class groovy.test.GroovyTestCase
 
getMethodName() - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
getMethodName(Expression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
getMethodNode() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getMethodNode() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getMethodNode() - Method in class org.codehaus.groovy.classgen.Verifier
 
getMethodPointer(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Returns a method closure for the given object and name.
getMethodPointer(Object, String) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
Returns a callable object for the given method name on the object.
getMethodPointer(Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
Returns a method closure for the given object and name.
getMethodPointerExpressionWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getMethodPointerExpressionWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getMethodReferenceExpressionWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getMethodReferenceExpressionWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getMethodReferenceExpressionWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getMethods() - Method in class groovy.inspect.Inspector
Get info about usual Java instance and class Methods as well as Constructors.
getMethods() - Method in class groovy.lang.DelegatingMetaClass
 
getMethods() - Method in class groovy.lang.ExpandoMetaClass
Overrides the behavior of parent getMethods() method to make MetaClass aware of added Expando methods
getMethods() - Method in interface groovy.lang.MetaClass
Retrieves a list of MetaMethods held by the class.
getMethods() - Method in class groovy.lang.MetaClassImpl
Retrieves the list of MetaMethods held by the class.
getMethods() - Method in interface groovy.lang.MetaObjectProtocol
Obtain a list of all the meta methods available on this metaclass
getMethods() - Method in class org.codehaus.groovy.ast.ClassNode
 
getMethods() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getMethods() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getMethods() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getMethods() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getMethods() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMethods(Class<?>, String) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getMethods(Class<?>, String, Class<?>...) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
getMethods(String) - Method in class org.codehaus.groovy.ast.ClassNode
Returns a list of all methods with the given name from this class and its super class(es).
getMethodSuggestionString(String, Class, Object[]) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
Returns a string detailing possible solutions to a missing method if no good solutions can be found an empty string is returned.
getMethodsWithInfo() - Method in class groovy.inspect.Inspector
Get info about usual Java instance and class Methods as well as Constructors.
getMethodTarget() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getMethodVisitor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getMethodVisitor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getMethodWithCaching(Class, String, Object[], boolean) - Method in class groovy.lang.MetaClassImpl
 
getMethodWithoutCaching(int, Class, String, Class[], boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getMethodWithoutCaching(Class, String, Class[], boolean) - Method in class groovy.lang.MetaClassImpl
 
getMillis() - Method in class groovy.time.BaseDuration
 
getMillisecond(Integer) - Static method in class groovy.time.TimeCategory
 
getMilliseconds(Integer) - Static method in class groovy.time.TimeCategory
 
getMimeTypes() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getMinimumRecompilationInterval() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getMinute(Integer) - Static method in class groovy.time.TimeCategory
 
getMinutes() - Method in class groovy.time.BaseDuration
 
getMinutes(Integer) - Static method in class groovy.time.TimeCategory
 
getMinutes(ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the minutes component of this offset.
getMixinClass() - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
getMixinInstance(Object) - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
getMixins() - Method in class org.codehaus.groovy.ast.ClassNode
 
getMkp() - Method in class groovy.xml.MarkupBuilder
getMode() - Method in class org.apache.groovy.ginq.dsl.expression.ShutdownExpression
 
getModel() - Method in class groovy.swing.table.TableMap
 
getModel() - Method in class groovy.text.markup.BaseTemplate
 
getModel() - Method in class org.apache.groovy.swing.binding.BindingProxy
 
getModel(String) - Method in class groovy.swing.model.FormModel
 
getModeNames() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getModifiedExpando() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getModifier() - Method in enum groovy.transform.options.Visibility
 
getModifiers() - Method in class groovy.lang.MetaArrayLengthProperty
 
getModifiers() - Method in class groovy.lang.MetaBeanProperty
Gets the visibility modifiers of the property as defined by the getter, setter and field.
getModifiers() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getModifiers() - Method in interface groovy.lang.MetaMember
 
getModifiers() - Method in class groovy.lang.MetaMethod
Returns the modifiers of this method.
getModifiers() - Method in class groovy.lang.MetaProperty
Returns the access modifiers.
getModifiers() - Method in class org.codehaus.groovy.ast.ClassNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
getModifiers() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getModifiers() - Method in class org.codehaus.groovy.ast.FieldNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.MethodNode
 
getModifiers() - Method in class org.codehaus.groovy.ast.Parameter
 
getModifiers() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getModifiers() - Method in interface org.codehaus.groovy.ast.Variable
 
getModifiers() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getModifiers() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getModifiers() - Method in class org.codehaus.groovy.reflection.CachedField
Returns the access modifiers.
getModifiers() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getModifiers() - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.NewStaticMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getModifiers() - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
getModifiersText(int) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getModule() - Method in exception groovy.lang.GroovyRuntimeException
 
getModule() - Method in class org.codehaus.groovy.ast.ClassNode
 
getModule(String) - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
getModuleRegistry() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getModules() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getModules() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
getMonth(Integer) - Static method in class groovy.time.TimeCategory
 
getMonths() - Method in class groovy.time.BaseDuration
 
getMonths() - Method in class groovy.time.DatumDependentDuration
 
getMonths(Integer) - Static method in class groovy.time.TimeCategory
 
getMopMethodName(MethodNode, boolean) - Static method in class org.codehaus.groovy.classgen.asm.MopWriter
Creates a MOP method name from a method.
getMopName() - Method in class groovy.lang.MetaMethod
 
getMY_TYPE_NAME() - Static method in class org.codehaus.groovy.transform.tailrec.TailRecursiveASTTransformation
 
getName() - Method in class groovy.lang.GroovyCodeSource
 
getName() - Method in class groovy.lang.groovydoc.GroovydocTag
 
getName() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getName() - Method in interface groovy.lang.MetaMember
 
getName() - Method in class groovy.lang.MetaMethod
Returns the name of this method.
getName() - Method in class groovy.lang.MetaProperty
Returns the name of the property.
getName() - Method in class groovy.lang.NamedValue
 
getName() - Method in class groovy.lang.PropertyValue
 
getName() - Method in class groovy.test.GroovyTestCase
Overload the getName() method to make the test cases look more like AgileDox (thanks to Joe Walnes for this tip!)
getName() - Method in class org.codehaus.groovy.ast.ClassNode
 
getName() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
getName() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getName() - Method in class org.codehaus.groovy.ast.FieldNode
 
getName() - Method in class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
getName() - Method in class org.codehaus.groovy.ast.GenericsType
 
getName() - Method in class org.codehaus.groovy.ast.MethodNode
 
getName() - Method in class org.codehaus.groovy.ast.PackageNode
 
getName() - Method in class org.codehaus.groovy.ast.Parameter
 
getName() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getName() - Method in class org.codehaus.groovy.ast.RecordComponentNode
 
getName() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getName() - Method in interface org.codehaus.groovy.ast.Variable
Returns the name of the variable.
getName() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getName() - Method in class org.codehaus.groovy.control.SourceUnit
Returns the name for the SourceUnit.
getName() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getName() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getName() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getName() - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
getName() - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayGetAtMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayPutAtMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
getName() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
getName() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModule
 
getName() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
getName() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getName() - Method in class org.codehaus.groovy.tools.GroovyClass
 
getName() - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
getName(int) - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getName(Object) - Method in class groovy.xml.XmlNodePrinter
 
getName(String) - Method in class groovy.util.BuilderSupport
A hook to allow names to be converted into some other object such as a QName in XML or ObjectName in JMX.
getName(String) - Method in class groovy.util.FactoryBuilderSupport
A hook to allow names to be converted into some other object such as a QName in XML or ObjectName in JMX.
getName(String) - Method in class groovy.xml.MarkupBuilder
 
getName(String) - Method in class groovy.xml.NamespaceBuilderSupport
 
getName(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Provide the name of the file or directory.
getNameCount() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getNamedBreakLabel(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Used for break foo inside a loop to end the execution of the marked loop.
getNamedContinueLabel(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Used for continue foo inside a loop to continue the execution of the marked loop.
getNameMappingClosure() - Method in class groovy.util.FactoryBuilderSupport
 
getNames() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getNamespace(String) - Method in class groovy.xml.XmlNodePrinter.NamespaceContext
 
getNamespaceTagHints() - Method in class groovy.xml.slurpersupport.NamespaceAwareHashMap
 
getNamespaceURI() - Method in class groovy.namespace.QName
Gets the Namespace URI for this QName
getNameWithoutPackage() - Method in class org.codehaus.groovy.ast.ClassNode
 
getNameWithTypeArgs() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getNativeParameterTypes() - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
getNestHost(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Returns the nest host of the given class, which may be the class itself.
getNewConstantMetaClassVersioning() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
getNewInstanceResolver() - Method in class groovy.util.ObjectGraphBuilder
Returns the current NewInstanceResolver.
getNewLineString() - Method in class groovy.text.markup.TemplateConfiguration
 
getNewMetaClass() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Get the new MetaClass
getNewMetaMethods() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getNextClosureInnerName(ClassNode, ClassNode, MethodNode) - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNextConstructorReferenceSyntheticMethodName(MethodNode) - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNextHelperMethodIndex() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getNextInnerClassIdx() - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNextLambdaInnerName(ClassNode, ClassNode, MethodNode) - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNextNode(Iterator) - Method in class groovy.xml.slurpersupport.NodeIterator
 
getNextSuperClass(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Returns a super class or interface for a given class depending on supplied target.
getNinth() - Method in class groovy.lang.Tuple9
Deprecated.
getNode() - Method in exception groovy.lang.GroovyRuntimeException
 
getNode() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getNodeMetaData() - Method in interface org.codehaus.groovy.ast.NodeMetaDataHandler
Returns an unmodifiable view of the current node metadata.
getNodeMetaData(Object) - Method in interface org.codehaus.groovy.ast.NodeMetaDataHandler
Gets the node metadata.
getNodeMetaData(Object, Function<?, ? extends T>) - Method in interface org.codehaus.groovy.ast.NodeMetaDataHandler
Gets the node metadata.
getNormalizedColumn(int, int) - Method in class org.codehaus.groovy.runtime.powerassert.SourceText
Returns the column in getNormalizedText() corresponding to the given line and column in the original source text.
getNormalizedEncoding() - Method in class groovy.io.EncodingAwareBufferedWriter
The encoding as returned by the underlying OutputStreamWriter.
getNormalizedText() - Method in class org.codehaus.groovy.runtime.powerassert.SourceText
Returns the assertion's source text after removing line breaks.
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getNormalOpResultType() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getNow() - Method in class groovy.time.BaseDuration.From
 
getNullObject() - Static method in class org.codehaus.groovy.runtime.NullObject
Returns the NullObject reference.
getNumberOfPages() - Method in class groovy.console.ui.text.TextEditor
 
getObject() - Method in class groovy.inspect.Inspector
Gets the object being inspected.
getObject() - Method in interface groovy.sql.ExpandedVariable
 
getObject() - Method in class org.apache.groovy.util.ObjectHolder
 
getObject(Supplier<? extends T>) - Method in class org.apache.groovy.util.ObjectHolder
 
getObjectDistance(ClassNode) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
getObjectExpression() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getObjectExpression() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getObjectExpression() - Method in class org.codehaus.groovy.transform.sc.transformers.CompareToNullExpression
 
getObjectInitializerStatements() - Method in class org.codehaus.groovy.ast.ClassNode
 
getObjectProperties(Object) - Method in class groovy.json.DefaultJsonGenerator
 
getOffset(ZoneId) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZoneOffset for this zone as of now.
getOffset(ZoneId, Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZoneOffset for this zone as of the provided Instant.
getOffsetAndSizeExpr() - Method in class org.apache.groovy.ginq.dsl.expression.LimitExpression
 
getOldMetaClass() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Get the old MetaClass
getOnExpression() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
getOnPopHandlers() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getOpcode() - Method in class org.codehaus.groovy.ast.ModifierNode
 
getOperandStack() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getOperandStack() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getOperandType(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getOperation() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getOptimizationOptions() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the optimization options for this configuration.
getOrAddClosureClass(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
getOrderBy() - Method in class groovy.sql.SqlOrderByVisitor
 
getOrderExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getOrderNumber() - Method in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
 
getOrdersExpr() - Method in class org.apache.groovy.ginq.dsl.expression.OrderExpression
 
getOriginalCondition(AnnotationNode) - Static method in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
getOriginalDeclarationType(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getOriginalMessage() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getOriginType() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
getOriginType() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
Returns the type which was used when this variable expression was created.
getOriginType() - Method in class org.codehaus.groovy.ast.FieldNode
 
getOriginType() - Method in class org.codehaus.groovy.ast.Parameter
 
getOriginType() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getOriginType() - Method in interface org.codehaus.groovy.ast.Variable
Returns the type before wrapping primitives type of the variable.
getOrPut(K, V) - Method in class org.apache.groovy.util.concurrent.ManagedIdentityConcurrentMap
Get the key specified value, or put the default value and return it if the key is absent
getOut() - Method in class groovy.text.markup.BaseTemplate
Convenience method to return the current writer instance.
getOut(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar fashion.
getOuter() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getOuterClass() - Method in class org.codehaus.groovy.ast.ClassNode
 
getOuterClass() - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getOuterClasses() - Method in class org.codehaus.groovy.ast.ClassNode
 
getOuterField(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getOuterField(String) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getOutermostClass() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getOutermostClass() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getOuterMostClass() - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getOutput() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
not used anymore
getOutputStatement(String) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getOutputStyle() - Method in class groovy.console.ui.ConsoleSupport
 
getOverride() - Method in class groovy.util.ProxyGenerator
 
getOwner() - Method in class groovy.lang.Closure
 
getOwner() - Method in class org.codehaus.groovy.ast.FieldNode
 
getOwner() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
getOwner() - Method in class org.codehaus.groovy.runtime.metaclass.MixedInMetaClass
 
getOwner() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getOwner() - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getOwnerClass() - Method in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
getOwnerClass() - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getOwnerMetaClass(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MixedInMetaClass
 
getOwnerMetaClass(Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getOwnerType() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getPackage() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPackage() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getPackageName() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPackageName() - Method in class org.codehaus.groovy.ast.ImportNode
 
getPackageName() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getPackageName() - Method in class org.codehaus.groovy.syntax.ASTHelper
 
getPackages() - Method in class org.codehaus.groovy.tools.groovydoc.LinkArgument
Get the packages attribute.
getPackageTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
Creates and returns an array of package template classpath entries.
getPageFormat(int) - Method in class groovy.console.ui.text.TextEditor
 
getParameter(String) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.DefaultCachedMethodKey
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.DefaultMethodKey
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.metaclass.TemporaryMethodKey
 
getParameterCount() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParameters() - Method in class groovy.sql.DataSet
 
getParameters() - Method in class groovy.sql.SqlWhereVisitor
 
getParameters() - Method in class org.codehaus.groovy.ant.Groovy
Returns true if parameter metadata generation has been enabled.
getParameters() - Method in class org.codehaus.groovy.ant.Groovyc
Returns true if parameter metadata generation has been enabled.
getParameters() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getParameters() - Method in class org.codehaus.groovy.ast.MethodNode
 
getParameters() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns true if parameter metadata generation has been enabled.
getParameters(GString) - Method in class groovy.sql.Sql
Hook to allow derived classes to override behavior associated with extracting params from a GString.
getParametersSafe(ClosureExpression) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
 
getParametersText(Parameter[]) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getParameterText(Parameter) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.DefaultCachedMethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.DefaultMethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.metaclass.TemporaryMethodKey
 
getParameterType(int) - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParameterTypes() - Method in class groovy.lang.Closure
 
getParameterTypes() - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
getParameterTypes() - Method in class org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
 
getParameterTypes() - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
getParameterTypes() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.FirstParam.Component
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.PickAnyArgumentHint
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.SecondParam.Component
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.SimpleType
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.SingleSignatureClosureHint
 
getParameterTypes(MethodNode, String[], SourceUnit, CompilationUnit, ASTNode) - Method in class groovy.transform.stc.ThirdParam.Component
 
getParams() - Method in class groovy.sql.SqlWithParams
 
getParamsCount() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getParamterTypes() - Method in class org.codehaus.groovy.runtime.MethodKey
 
getParamTypes() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getParent() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getParent() - Method in class org.codehaus.groovy.ast.VariableScope
 
getParent() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getParent() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension.TypeCheckingScope
 
getParentClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getParentClassLoader() - Method in class groovy.util.GroovyScriptEngine
Get the ClassLoader that will serve as the parent ClassLoader of the GroovyClassLoader in which scripts will be executed.
getParentContext() - Method in class groovy.util.FactoryBuilderSupport
 
getParentFactory() - Method in class groovy.util.FactoryBuilderSupport
 
getParentInterfaces() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getParentName() - Method in class groovy.util.FactoryBuilderSupport
 
getParentNode() - Method in class groovy.util.FactoryBuilderSupport
 
getParserFlavor() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
getPath(String) - Static method in class org.apache.groovy.groovydoc.tools.GroovyDocUtil
 
getPayload() - Method in class org.apache.groovy.internal.util.ReevaluatingReference
 
getPerInstanceMetaClass(Object) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getPermissions(CodeSource) - Method in class groovy.lang.GroovyClassLoader
 
getPermittedSubclasses() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPermittedSubclasses(Class<?>) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
getPhantomBundle() - Static method in class org.codehaus.groovy.util.ReferenceBundle
 
getPhase() - Method in class org.codehaus.groovy.control.customizers.CompilationCustomizer
 
getPhase() - Method in class org.codehaus.groovy.control.ProcessingUnit
Returns the current phase.
getPhaseDescription() - Method in class org.codehaus.groovy.control.ProcessingUnit
Returns the description for the current phase.
getPhaseNumber() - Method in enum org.codehaus.groovy.control.CompilePhase
Returns the underlying integer Phase number.
getPid(Runtime) - Static method in class org.codehaus.groovy.vmplugin.v10.PluginDefaultGroovyMethods
Get the pid of the current Java process
getPid(Runtime) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Gets the pid of the current Java process.
getPlainNodeReference() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPlainNodeReference() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getPlainNodeReference(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
getPlugin() - Static method in class org.codehaus.groovy.vmplugin.VMPluginFactory
 
getPluginDefaultGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v10.Java10
 
getPluginDefaultGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
getPluginDefaultGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v9.Java9
 
getPluginDefaultGroovyMethods() - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
getPluginFactory() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getPluginStaticGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
getPluginStaticGroovyMethods() - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
getPostInstantiateDelegates() - Method in class groovy.util.FactoryBuilderSupport
 
getPostNodeCompletionDelegates() - Method in class groovy.util.FactoryBuilderSupport
 
getPrecedence(int, boolean) - Static method in class org.codehaus.groovy.syntax.Types
Returns the precedence of the specified operator.
getPrefix() - Method in class groovy.namespace.QName
Gets the Prefix for this QName
getPrefix() - Method in class groovy.xml.Namespace
Returns the prefix mapped to this namespace
getPreInstantiateDelegates() - Method in class groovy.util.FactoryBuilderSupport
 
getPreviewFeatures() - Method in class org.codehaus.groovy.ant.Groovyc
Returns true if preview features has been enabled.
getPrevIndex() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getPrintable(int) - Method in class groovy.console.ui.text.TextEditor
 
getPrintAction() - Method in class groovy.console.ui.ConsoleTextEditor
 
getPrinter() - Method in class groovy.xml.MarkupBuilder
 
getPrivateLookup() - Static method in class org.codehaus.groovy.vmplugin.v9.Java9
 
getProgram(String...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getProgressCallback() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getProject() - Method in class groovy.ant.AntBuilder
# Gets the Ant project in which the tasks are executed
getProjectionExpr() - Method in class org.apache.groovy.ginq.dsl.expression.SelectExpression
 
getPromptStyle() - Method in class groovy.console.ui.ConsoleSupport
 
getProperties() - Method in class groovy.lang.DelegatingMetaClass
 
getProperties() - Method in class groovy.lang.ExpandoMetaClass
 
getProperties() - Method in interface groovy.lang.MetaClass
Retrieves a list of MetaProperty instances that the MetaClass has
getProperties() - Method in class groovy.lang.MetaClassImpl
Returns the available properties for this type.
getProperties() - Method in interface groovy.lang.MetaObjectProtocol
Obtain a list of all meta properties available on this metaclass
getProperties() - Method in class groovy.util.Expando
 
getProperties() - Method in class org.codehaus.groovy.ast.ClassNode
 
getProperties() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getProperties() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getProperties(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convenience method that calls DefaultGroovyMethods.getMetaPropertyValues(java.lang.Object)(self) and provides the data in form of simple key/value pairs, i.e.
getPropertiesWithInfo() - Method in class groovy.inspect.Inspector
 
getProperty() - Method in exception groovy.lang.MissingPropertyException
 
getProperty() - Method in class groovy.swing.model.PropertyModel
 
getProperty() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getProperty(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case getProperty method has been overridden by ExpandoMetaClass
getProperty(Class, Object, String, boolean, boolean) - Method in interface groovy.lang.MetaClass
Retrieves a property on the given receiver for the specified arguments.
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.MetaClassImpl
 
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.ProxyMetaClass
Interceptors the call to getProperty if a PropertyAccessInterceptor is available
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
getProperty(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getProperty(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getProperty(Object) - Method in class groovy.lang.MetaArrayLengthProperty
 
getProperty(Object) - Method in class groovy.lang.MetaBeanProperty
Gets the property of the given object.
getProperty(Object) - Method in class groovy.lang.MetaExpandoProperty
 
getProperty(Object) - Method in class groovy.lang.MetaProperty
 
getProperty(Object) - Method in class org.codehaus.groovy.reflection.CachedField
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
getProperty(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.NullCallSite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoGetPropertySite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassGetPropertySite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassGetPropertySite
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetBeanMethodMetaProperty
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
 
getProperty(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
getProperty(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
getProperty(Object, String) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case getProperty method has been overridden by ExpandoMetaClass
getProperty(Object, String) - Method in class groovy.lang.MetaClassImpl
Retrieves a property on the given object for the specified arguments.
getProperty(Object, String) - Method in interface groovy.lang.MetaObjectProtocol
Retrieves a property of an instance of the class returned by the getTheClass() method.
getProperty(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getProperty(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getProperty(String) - Method in class groovy.jmx.GroovyMBean
 
getProperty(String) - Method in class groovy.lang.Binding
Overloaded to make variables appear as bean properties or via the subscript operator
getProperty(String) - Method in class groovy.lang.Closure
 
getProperty(String) - Method in class groovy.lang.DelegatingMetaClass
 
getProperty(String) - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
getProperty(String) - Method in class groovy.lang.ExpandoMetaClass
 
getProperty(String) - Method in interface groovy.lang.GroovyObject
Retrieves a property value.
getProperty(String) - Method in class groovy.lang.GroovyShell
 
getProperty(String) - Method in class groovy.lang.Reference
 
getProperty(String) - Method in class groovy.lang.Script
 
getProperty(String) - Method in class groovy.lang.Sequence
 
getProperty(String) - Method in class groovy.sql.GroovyResultSetExtension
Gets the value of the designated column in the current row of as an Object.
getProperty(String) - Method in class groovy.sql.GroovyRowResult
Retrieve the value of the property by its (case-insensitive) name.
getProperty(String) - Method in class groovy.sql.ResultSetMetaDataWrapper
 
getProperty(String) - Method in class groovy.util.ConfigObject
Overrides the default getProperty implementation to create nested ConfigObject instances on demand for non-existent keys
getProperty(String) - Method in class groovy.util.DelegatingScript
 
getProperty(String) - Method in class groovy.util.Expando
 
getProperty(String) - Method in class groovy.util.FactoryBuilderSupport
Overloaded to make variables appear as bean properties or via the subscript operator
getProperty(String) - Method in class groovy.xml.slurpersupport.GPathResult
Returns the specified Property of this GPathResult.
getProperty(String) - Method in class groovy.xml.XmlParser
 
getProperty(String) - Method in class groovy.xml.XmlSlurper
 
getProperty(String) - Method in class org.apache.groovy.swing.binding.BindingProxy
 
getProperty(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getProperty(String) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
getProperty(String) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
getProperty(String) - Method in class org.codehaus.groovy.runtime.NullObject
Tries to get a property on null, which fails except for "class" and "metaClass".
getProperty(String) - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
getProperty(String) - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
getProperty(String) - Method in class org.codehaus.groovy.tools.shell.util.MessageSource
 
getProperty(String) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
 
getPropertyAsString() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getPropertyCategoryGetterName(String) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
 
getPropertyCategorySetterName(String) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
 
getPropertyChangeListeners() - Method in class groovy.util.ObservableList
 
getPropertyChangeListeners() - Method in class groovy.util.ObservableMap
 
getPropertyChangeListeners() - Method in class groovy.util.ObservableSet
 
getPropertyChangeListeners(String) - Method in class groovy.util.ObservableList
 
getPropertyChangeListeners(String) - Method in class groovy.util.ObservableMap
 
getPropertyChangeListeners(String) - Method in class groovy.util.ObservableSet
 
getPropertyForSetter(String) - Method in class groovy.lang.ExpandoMetaClass
Returns a property name equivalent for the given setter name or null if it is not a getter
getPropertyInfo() - Method in class groovy.inspect.Inspector
Get info about Properties (Java and Groovy alike).
getPropertyInfoFromBeanInfo(ClassNode, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getPropertyInfoFromClassNode(ClassNode, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getPropertyInfoFromClassNode(ClassNode, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getPropertyInfoFromClassNode(BuilderASTTransformation, AnnotationNode, ClassNode, List<String>, List<String>, boolean, boolean) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getPropertyInfos(BuilderASTTransformation, AnnotationNode, ClassNode, List<String>, List<String>, boolean, boolean) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getPropertyMethod - Variable in class groovy.lang.MetaClassImpl
 
getPropertyMissingDelegate() - Method in class groovy.util.FactoryBuilderSupport
 
getPropertyName() - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
getPropertyName() - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
getPropertyName(MethodNode) - Static method in class org.apache.groovy.ast.tools.MethodNodeUtils
For a method node potentially representing a property, returns the name of the property.
getPropertyOnSuper(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getPropertyOnSuperSafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getPropertyOnSuperSpreadSafe(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getPropertySafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getPropertySafe(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getPropertySpreadSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getPropertySuggestionString(String, Class) - Static method in class org.codehaus.groovy.runtime.MethodRankHelper
Returns a string detailing possible solutions to a missing field/property if no good solutions can be found an empty string is returned.
getPropNameForAccessor(String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Returns the property name, e.g.
getProxyBuilder() - Method in class groovy.util.FactoryBuilderSupport
Proxy builders are useful for changing the building context, thus enabling mix & match builders.
getProxyTarget() - Method in interface groovy.lang.GeneratedGroovyProxy
 
getPT() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
getPT() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getPT() - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
getPT() - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
getPT() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getPublicFields() - Method in class groovy.inspect.Inspector
Get info about usual Java public fields incl.
getQualifiedName() - Method in class groovy.namespace.QName
Returns the fully qualified name of this QName
getQuietly(Object) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getQuote() - Method in class groovy.xml.XmlNodePrinter
Get Quote to use when printing attributes.
getRawCommentText() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
getRawCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
getRawCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
getRawCommentText() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
getReader() - Method in class groovy.json.JsonLexer
Underlying reader from which to read the JSON tokens.
getReader() - Method in class groovy.util.CharsetToolkit
Gets a BufferedReader (indeed a LineNumberReader) from the File specified in the constructor of CharsetToolkit using the charset discovered or the default charset if an 8-bit Charset is encountered.
getReader() - Method in class org.codehaus.groovy.control.io.FileReaderSource
Returns a new Reader on the underlying source object.
getReader() - Method in class org.codehaus.groovy.control.io.InputStreamReaderSource
Returns a new Reader on the underlying source object.
getReader() - Method in interface org.codehaus.groovy.control.io.ReaderSource
Returns a new Reader on the underlying source object.
getReader() - Method in class org.codehaus.groovy.control.io.StringReaderSource
Returns a new Reader on the underlying source object.
getReader() - Method in class org.codehaus.groovy.control.io.URLReaderSource
Returns a new Reader on the underlying source object.
getReader(String) - Method in class org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager
 
getReader(String) - Method in class org.codehaus.groovy.tools.groovydoc.FileSystemResourceManager
 
getReader(String) - Method in interface org.codehaus.groovy.tools.groovydoc.ResourceManager
 
getReaderSource(SourceUnit) - Method in class org.apache.groovy.contracts.ast.BaseASTTransformation
Reads the protected source1 instance variable of SourceUnit.
getReceiver() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getReceiver() - Method in interface org.codehaus.groovy.ast.expr.MethodCall
 
getReceiver() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getReceiver() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getReceiversBlackList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getReceiversWhiteList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getRecompileGroovySource() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getRecordComponentNames(Class<?>) - Method in class org.codehaus.groovy.vmplugin.v16.Java16
 
getRecordComponentNames(Class<?>) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Returns the list of record component names or the empty list if the class is not a record or running on a pre16 JDK.
getRecordComponents() - Method in class org.codehaus.groovy.ast.ClassNode
Gets the record components of record type.
getRecordComponents() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getRecurStatement() - Method in class org.codehaus.groovy.transform.tailrec.ReturnStatementToIterationConverter
 
getRedoAction() - Method in class groovy.console.ui.ConsoleTextEditor
 
getReferencedClassVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
getReferencedClassVariables() - Method in class org.codehaus.groovy.ast.VariableScope
Gets a map containing the class variables referenced by this scope.
getReferencedClassVariablesIterator() - Method in class org.codehaus.groovy.ast.VariableScope
Gets an iterator for the referenced class variables.
getReferencedLocalVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
getReferencedLocalVariablesCount() - Method in class org.codehaus.groovy.ast.VariableScope
 
getReferencedLocalVariablesIterator() - Method in class org.codehaus.groovy.ast.VariableScope
Gets an iterator for the referenced local variables.
getReferenceFor(String) - Method in class groovy.util.ObjectGraphBuilder.DefaultReferenceResolver
 
getReferenceFor(String) - Method in interface groovy.util.ObjectGraphBuilder.ReferenceResolver
Returns the name of the property that references another node.
getReferenceQueue() - Method in class org.codehaus.groovy.util.ReferenceManager
 
getRegisteredExtensions(ClassLoader) - Static method in class org.codehaus.groovy.control.SourceExtensionHandler
 
getRegistrationGroupItems(String) - Method in class groovy.util.FactoryBuilderSupport
 
getRegistrationGroups() - Method in class groovy.util.FactoryBuilderSupport
 
getRegistry() - Method in class groovy.lang.MetaClassImpl
Returns the registry for this metaclass
getRegistry() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Get the MetaClassRegistry that originates this change
getRegularCallSiteWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getRegularInvocationWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getRelationNameResolver() - Method in class groovy.util.ObjectGraphBuilder
Returns the current RelationNameResolver.
getRelativeDaylightSavingsOffset(Date, Date) - Static method in class groovy.time.TimeCategory
Return a Duration representing the DST difference (if any) between two dates.
getRelativeRootPath() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
getRelativeRootPath() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
 
getRelativeRootPath() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
getRelativeRootPath() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
getRelativeRootPath() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getRelativeRootPath() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
getRenderRange() - Method in class groovy.console.ui.text.SmartDocumentFilter
 
getReplacedCondition(AnnotationNode) - Static method in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
getReplacement() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getReplacementCount() - Static method in class groovy.console.ui.text.FindReplaceUtility
 
getReplaceWith() - Method in class org.codehaus.groovy.transform.tailrec.StatementReplacer
 
getReplaceWith() - Method in class org.codehaus.groovy.transform.tailrec.VariableExpressionReplacer
 
getReplaceWith() - Method in class org.codehaus.groovy.transform.tailrec.VariableExpressionTransformer
 
getResolvedClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
getResolvedClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
getResolveStrategy() - Method in class groovy.lang.Closure
Gets the strategy which the closure uses to resolve methods and properties
getResolveStrategy() - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
getResolveStrategy() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
getResolveStrategyName(int) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
Returns the constant name associated with the given resolve strategy.
getResource(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getResource(String) - Method in class org.codehaus.groovy.tools.RootLoader
getResourceAsStream(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getResourceConnection(String) - Method in class groovy.servlet.AbstractHttpServlet
Interface method for ResourceContainer.
getResourceConnection(String) - Method in class groovy.util.GroovyScriptEngine
Get a resource connection as a URLConnection to retrieve a script from the ResourceConnector.
getResourceConnection(String) - Method in interface groovy.util.ResourceConnector
Retrieve a URLConnection to a script referenced by name.
getResourceLoader() - Method in class groovy.lang.GroovyClassLoader
 
getResourceLoader() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getResources(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getResourceStatement(int) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getResourceStatements() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getResultSet() - Method in class groovy.sql.GroovyResultSetExtension
Gets the current result set.
getResultSetConcurrency() - Method in class groovy.sql.Sql
Gets the resultSetConcurrency for statements created using the connection.
getResultSetHoldability() - Method in class groovy.sql.Sql
Gets the resultSetHoldability for statements created using the connection.
getResultSetType() - Method in class groovy.sql.Sql
Gets the resultSetType for statements created using the connection.
getResultType(ClassNode, int, ClassNode, BinaryExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getReturnInsnByType(Type) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
getReturnStatements() - Method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.ReturnStatementVisitor
 
getReturnStatements(MethodNode) - Static method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
Gets a list of ReturnStatement instances from the given MethodNode.
getReturnType() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getReturnType() - Method in class groovy.lang.MetaMethod
Returns the return type for this method.
getReturnType() - Method in class org.codehaus.groovy.ast.MethodNode
 
getReturnType() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getReturnType() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getReturnType() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getReturnType() - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayPutAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayGetAtMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
getReturnType() - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
getReturnTypes() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
getReverseConverter() - Method in class org.apache.groovy.swing.binding.AbstractFullBinding
 
getReverseConverter() - Method in interface org.apache.groovy.swing.binding.FullBinding
 
getReverseConverter() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
getRightExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getRoot() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
getRoot() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the root of the node.
getRoot() - Method in class org.codehaus.groovy.syntax.Reduction
Returns the root of the node, the Token that indicates its type.
getRoot() - Method in class org.codehaus.groovy.syntax.Token
Returns the root of the node.
getRoot(boolean) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the root of the node, the Token that indicates its type.
getRootDoc() - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
getRootDoc() - Method in class org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
 
getRootLoader(ClassLoader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the classloader parents until it finds a loader with a class named "org.codehaus.groovy.tools.RootLoader".
getRootNode() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter
Get the root node for lexing the document.
getRootText() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the text of the root.
getRootText() - Method in class org.codehaus.groovy.syntax.Token
Returns the text of the root node.
getRow() - Method in class groovy.swing.impl.ClosureRenderer
 
getRowCount() - Method in class groovy.swing.model.DefaultTableModel
 
getRowCount() - Method in class groovy.swing.table.TableMap
 
getRowIndex() - Method in class groovy.swing.impl.TableLayoutRow
 
getRowModel() - Method in class groovy.swing.model.DefaultTableModel
 
getRows() - Method in class groovy.swing.model.DefaultTableModel
 
getRowsModel() - Method in class groovy.swing.model.DefaultTableModel
 
getRowspan() - Method in class groovy.swing.impl.TableLayoutCell
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotatedQualifiedClassNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnnotationsOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AnonymousInnerClassDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArgumentsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.AssertStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BlockStatementsOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BuiltInTypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CastParExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchTypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassBodyDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassicalForControlContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifierContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceModifiersOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassOrInterfaceTypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClosureOrLambdaExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandArgumentContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CommandExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CompactConstructorDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CompilationUnitContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatedNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim0Context
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.Dim1Context
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DynamicMemberNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValueContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuesContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EmptyDimsOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListElementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedArgumentListInParContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedStatementExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionInParContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListElementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FieldDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForControlContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForInitContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParameterListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.FormalParametersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ForUpdateContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringValueContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IndexPropertyArgsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LambdaBodyContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LiteralContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LocalVariableDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LoopStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryLabelContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MapEntryListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MemberDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodBodyContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifierContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifiersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ModifiersOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamedPropertyArgsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamePartContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NlsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NonWildcardTypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PackageDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ParExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PostfixExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PrimaryContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PrimitiveTypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedStandardClassNameContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourceContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourceListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ResourcesContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ReturnTypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RparenContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ScriptStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ScriptStatementsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SepContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StandardLambdaParametersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StatementExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.StringLiteralContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementExpressionGroupContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchBlockStatementGroupContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchExpressionLabelContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchLabelContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.SwitchStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ThisFormalParameterContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsOrDiamondContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeBoundContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeListContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeNamePairsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParameterContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParametersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclarationContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorIdContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorsContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableInitializerContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifierContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifiersContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableModifiersOptContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableNamesContext
 
getRuleIndex() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.YieldStatementContext
 
getRuleNames() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getRuleNames() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getSAMMethod(Class<?>) - Static method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
Finds the abstract method of given class, if it is a SAM type.
getSample(int, int, Janitor) - Method in class org.codehaus.groovy.control.SourceUnit
Returns a sampling of the source at the specified line and column, or null if it is unavailable.
getSanitizeStackTrace() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
getScope() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
getScriptBaseClass() - Method in class org.codehaus.groovy.ant.Groovyc
Get the base script class name for the scripts (must derive from Script)
getScriptBaseClass() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the name of the base class for scripts.
getScriptClassDummy() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getScriptEngine() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getScriptExtension() - Method in class org.codehaus.groovy.ant.Groovyc
Get the extension to use when searching for Groovy source files.
getScriptExtensions() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getScriptSource(boolean, String) - Method in class groovy.ui.GroovyMain
Get a new GroovyCodeSource for a script which may be given as a location (isScript is true) or as text (isScript is false).
getScriptSourceLocation(String) - Method in class org.codehaus.groovy.ast.CompileUnit
 
getScriptText() - Method in class groovy.lang.GroovyCodeSource
 
getScriptUri(HttpServletRequest) - Method in class groovy.servlet.AbstractHttpServlet
Returns the include-aware uri of the script or template file.
getScriptUriAsFile(HttpServletRequest) - Method in class groovy.servlet.AbstractHttpServlet
Parses the http request for the real script or template source file.
getScrollableTracksViewportWidth() - Method in class groovy.console.ui.text.TextEditor
 
getSearchText() - Static method in class groovy.console.ui.text.FindReplaceUtility
 
getSecond() - Method in class groovy.lang.Tuple2
Deprecated.
getSecond() - Method in class groovy.lang.Tuple3
Deprecated.
getSecond() - Method in class groovy.lang.Tuple4
Deprecated.
getSecond() - Method in class groovy.lang.Tuple5
Deprecated.
getSecond() - Method in class groovy.lang.Tuple6
Deprecated.
getSecond() - Method in class groovy.lang.Tuple7
Deprecated.
getSecond() - Method in class groovy.lang.Tuple8
Deprecated.
getSecond() - Method in class groovy.lang.Tuple9
Deprecated.
getSecond(Integer) - Static method in class groovy.time.TimeCategory
 
getSeconds() - Method in class groovy.time.BaseDuration
 
getSeconds(Integer) - Static method in class groovy.time.TimeCategory
 
getSeconds(ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the seconds component of this offset.
getSelectExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getSelector(CacheableCallSite, Class<?>, String, int, boolean, boolean, boolean, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v8.Selector
Returns the Selector
getSerializedATN() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getSerializedATN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getService() - Method in class org.apache.groovy.json.DefaultFastStringServiceFactory
 
getService() - Method in interface org.apache.groovy.json.FastStringServiceFactory
 
getSetter() - Method in class groovy.lang.MetaBeanProperty
Gets the setter method of this property.
getSetter() - Method in class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
 
getSetterBlock() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getSetterMethod(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getSetterMethod(String, boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
getSetterName() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getSetterName(String) - Static method in class groovy.lang.MetaProperty
Gets the setter for the getter for this property.
getSetterName(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getSetterName(String, String) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
getSetterNameOrDefault() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getSeventh() - Method in class groovy.lang.Tuple7
Deprecated.
getSeventh() - Method in class groovy.lang.Tuple8
Deprecated.
getSeventh() - Method in class groovy.lang.Tuple9
Deprecated.
getShell() - Method in class groovy.console.ui.ConsoleSupport
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getShiftOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getShortName(ZoneId) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the name of this zone formatted according to the TextStyle.SHORT text style.
getShortName(ZoneId, Locale) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the name of this zone formatted according to the TextStyle.SHORT text style for the provided Locale.
getShortVersion() - Static method in class groovy.lang.GroovySystem
Returns the major and minor part of the groovy version excluding the point/patch part of the version.
getShowLastResult() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
getSiblings() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getSignature() - Method in class groovy.lang.MetaMethod
Returns the signature of this method.
getSignature() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getSilent(K) - Method in class org.apache.groovy.json.internal.SimpleCache
 
getSilent(KEY) - Method in interface org.apache.groovy.json.internal.Cache
 
getSixth() - Method in class groovy.lang.Tuple6
Deprecated.
getSixth() - Method in class groovy.lang.Tuple7
Deprecated.
getSixth() - Method in class groovy.lang.Tuple8
Deprecated.
getSixth() - Method in class groovy.lang.Tuple9
Deprecated.
getSize() - Method in class groovy.swing.impl.ListWrapperListModel
 
getSize() - Method in class groovy.util.ObservableList
 
getSize() - Method in class groovy.util.ObservableMap
 
getSizeExpression() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getSoftBundle() - Static method in class org.codehaus.groovy.util.ReferenceBundle
 
getSource() - Method in error org.apache.groovy.parser.antlr4.GroovySyntaxError
 
getSource() - Method in class org.codehaus.groovy.control.SourceUnit
 
getSource() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
getSourceBinding() - Method in class org.apache.groovy.swing.binding.AbstractFullBinding
 
getSourceBinding() - Method in interface org.apache.groovy.swing.binding.FullBinding
 
getSourceBinding() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
getSourceEncoding() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the currently configured source file encoding.
getSourceLocator() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getSourceModel() - Method in class groovy.swing.model.ClosureModel
 
getSourceModel() - Method in interface groovy.swing.model.NestedValueModel
 
getSourceModel() - Method in class groovy.swing.model.PropertyModel
 
getSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the sourcepath to be used for this compilation.
getSourceUnit() - Method in class groovy.grape.GrabAnnotationTransformation
 
getSourceUnit() - Method in class org.apache.groovy.antlr.GroovydocVisitor
 
getSourceUnit() - Method in class org.apache.groovy.contracts.ast.visitor.BaseVisitor
 
getSourceUnit() - Method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.AddAssertionCallStatementToReturnStatementVisitor
 
getSourceUnit() - Method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.AddResultReturnStatementVisitor
 
getSourceUnit() - Method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility.ReturnStatementVisitor
 
getSourceUnit() - Method in class org.apache.groovy.ginq.dsl.GinqAstBuilder
 
getSourceUnit() - Method in interface org.apache.groovy.ginq.dsl.SyntaxErrorReportable
 
getSourceUnit() - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.EnumCompletionVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.EnumVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.InnerClassCompletionVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.AnnotationConstantsVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns the SourceUnit
getSourceUnit() - Method in class org.codehaus.groovy.control.GenericsVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.LabelVerifier
 
getSourceUnit() - Method in class org.codehaus.groovy.control.OptimizerVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.PlaceholderVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.ResolveVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.control.StaticVerifier
 
getSourceUnit() - Method in class org.codehaus.groovy.macro.runtime.MacroContext
 
getSourceUnit() - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.NewifyASTTransformation
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.OperatorRenameASTTransformation
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.stc.SharedVariableCollector
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getSourceUnit() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer
 
getSourceURI(AnnotationNode) - Method in class org.codehaus.groovy.transform.SourceURIASTTransformation
 
getSourceValue() - Method in class org.apache.groovy.swing.binding.ClosureSourceBinding
 
getSourceValue() - Method in class org.apache.groovy.swing.binding.ClosureTriggerBinding
 
getSourceValue() - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
getSourceValue() - Method in interface org.apache.groovy.swing.binding.SourceBinding
 
getSql() - Method in class groovy.sql.DataSet
 
getSql() - Method in class groovy.sql.SqlWithParams
 
getSqlOrderByVisitor() - Method in class groovy.sql.DataSet
 
getSqlWhereVisitor() - Method in class groovy.sql.DataSet
 
getSrcdir() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
getSrcdir() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the source dirs to find the source java files.
getSrcdir() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
getStackLength() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
getStackTrace() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
getStandardOperationBytecode(int) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
getStarImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStarImportsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStarImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStartColumn() - Method in class groovy.json.JsonToken
 
getStartColumn() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the starting column of the node.
getStartColumn() - Method in exception org.codehaus.groovy.syntax.SyntaxException
Retrieve the column upon which the error occurred.
getStartColumn() - Method in class org.codehaus.groovy.syntax.Token
Returns the starting column of the node.
getStartLabel() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getStartLine() - Method in class groovy.json.JsonToken
 
getStartLine() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the starting line of the node.
getStartLine() - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
getStartLine() - Method in class org.codehaus.groovy.syntax.Token
Returns the starting line of the node.
getStatementBlock() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStatementLabel() - Method in class org.codehaus.groovy.ast.stmt.Statement
Deprecated.
getStatementLabels() - Method in class org.codehaus.groovy.ast.stmt.Statement
 
getStatements() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
getStatementsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStatementsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStatementWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getStatementWriter() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getStatementWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getStaticImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStaticImportsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStaticImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStaticMetaMethod(String, Class[]) - Method in class groovy.lang.DelegatingMetaClass
 
getStaticMetaMethod(String, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getStaticMetaMethod(String, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getStaticMetaMethod(String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
getStaticMetaMethod(String, Object[]) - Method in class groovy.lang.MetaClassImpl
 
getStaticMetaMethod(String, Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Retrieves a static MetaMethod for the given name and argument values, using the types of the arguments to establish the chosen MetaMethod
getStaticMetaMethod(String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getStaticMetaMethod(String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getStaticMethods() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getStaticMethodsExtensionClasses() - Method in class org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
 
getStaticMethodsExtensionClasses() - Method in class org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
 
getStaticProperty(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Finds static property within the class or super class.
getStaticStarImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStaticStarImportsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStaticStarImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getStepSize() - Method in class groovy.lang.NumberRange
 
getStrings() - Method in class groovy.lang.GString
 
getStrings() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getStrings() - Method in class org.codehaus.groovy.runtime.GStringImpl
Get the strings of this GString.
getStrongMetaClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getStubCount() - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
getStubdir() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the stub directory into which the Java source stub files should be generated
getSubclassMetaMethods(String) - Method in class groovy.lang.ExpandoMetaClass
 
getSubclassMetaMethods(String) - Method in class groovy.lang.MetaClassImpl
 
getSuperClass() - Method in class org.codehaus.groovy.ast.ClassNode
 
getSuperClass(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
getSuperClassDistance() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getSuperClasses() - Method in class groovy.lang.MetaClassImpl
 
getSuperClassName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
getSuperMethodNames() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getSuperNonPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getSuperPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getSwitchPoint() - Method in class org.apache.groovy.internal.metaclass.MetaClassConstant
 
getSyntaxError(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the specified error's underlying SyntaxException, or null if it isn't one.
getSyntaxErrorSource() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getSyntaxErrorSource() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getSyntaxErrorSource() - Method in interface org.apache.groovy.parser.antlr4.SyntaxErrorReportable
 
getSyntheticProperties() - Static method in class groovy.swing.binding.AbstractButtonProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JComboBoxProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JComponentProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JScrollBarProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JSliderProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JSpinnerProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JTableProperties
 
getSyntheticProperties() - Static method in class groovy.swing.binding.JTextComponentProperties
 
getSyntheticTriggerBinding(Object) - Method in class org.apache.groovy.swing.binding.BindPath
 
getSystemPropertySafe(String) - Static method in class org.apache.groovy.util.SystemUtil
Retrieves a System property, or null if: the property isn't found the property name is null or empty if a security manager exists and its checkPropertyAccess method doesn't allow access to the specified system property.
getSystemPropertySafe(String, String) - Static method in class org.apache.groovy.util.SystemUtil
Retrieves a System property, or returns some default value if: the property isn't found the property name is null or empty if a security manager exists and its checkPropertyAccess method doesn't allow access to the specified system property.
getTable() - Method in class groovy.swing.impl.ClosureRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class groovy.swing.impl.ClosureRenderer
 
getTableForReading() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Get ref to table; the reference and the cells it accesses will be at least as fresh as from last use of barrierLock
getTagList() - Method in class groovy.lang.groovydoc.Groovydoc
TODO Get list of groovydoc tags
getTargetAnnotationList(AnnotationNode, AnnotationNode, SourceUnit) - Method in class org.codehaus.groovy.transform.AnnotationCollectorTransform
Returns a list of AnnotationNodes for the value attribute of the given AnnotationNode.
getTargetBinding() - Method in class org.apache.groovy.swing.binding.AbstractFullBinding
 
getTargetBinding() - Method in interface org.apache.groovy.swing.binding.FullBinding
 
getTargetBinding() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
getTargetBytecode() - Method in class org.codehaus.groovy.ant.Groovyc
Retrieves the compiler bytecode compatibility level.
getTargetBytecode() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Retrieves the compiler bytecode compatibility level.
getTargetDirectory() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the target directory for writing classes.
getTargetMethod(Expression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
getTaskSuccess() - Method in class org.codehaus.groovy.ant.Groovyc
Get the result of the groovyc task (success or failure).
getTemplate(File) - Method in class groovy.servlet.TemplateServlet
Gets the template created by the underlying engine parsing the request.
getTemplate(URL) - Method in class groovy.servlet.TemplateServlet
Gets the template created by the underlying engine parsing the request.
getTemplateConfiguration() - Method in class groovy.text.markup.MarkupTemplateEngine
 
getTemplateLoader() - Method in class groovy.text.markup.MarkupTemplateEngine
 
getTemporaryTypesForExpression(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getterThisX(ClassNode, PropertyNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
This method is similar to GeneralUtils.propX(Expression, Expression) but will make sure that if the property being accessed is defined inside the classnode provided as a parameter, then a getter call is generated instead of a field access.
getterX(ClassNode, Expression, PropertyNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
This method is similar to GeneralUtils.propX(Expression, Expression) but will make sure that if the property being accessed is defined inside the classnode provided as a parameter, then a getter call is generated instead of a field access.
getTest() - Method in class groovy.util.ObservableList
 
getTest() - Method in class groovy.util.ObservableMap
 
getTest() - Method in class groovy.util.ObservableSet
 
getTestClassName() - Method in class groovy.test.GroovyTestCase
 
getText() - Method in class groovy.json.JsonOutput.JsonUnescaped
 
getText() - Method in class groovy.json.JsonToken
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.FromExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.GroupExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.HavingExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.LimitExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.OnExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.OrderExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.SelectExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.ShutdownExpression
 
getText() - Method in class org.apache.groovy.ginq.dsl.expression.WhereExpression
 
getText() - Method in class org.codehaus.groovy.ast.AnnotationNode
 
getText() - Method in class org.codehaus.groovy.ast.ASTNode
 
getText() - Method in class org.codehaus.groovy.ast.ClassNode
 
getText() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.AttributeExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ClosureListExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.LambdaExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
getText() - Method in interface org.codehaus.groovy.ast.expr.MethodCall
 
getText() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.MethodReferenceExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.NotExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.SpreadExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
getText() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getText() - Method in class org.codehaus.groovy.ast.ImportNode
 
getText() - Method in class org.codehaus.groovy.ast.MethodNode
 
getText() - Method in class org.codehaus.groovy.ast.ModifierNode
 
getText() - Method in class org.codehaus.groovy.ast.PackageNode
 
getText() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
getText() - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
getText() - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
getText() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
getText() - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
getText() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getText() - Method in class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
getText() - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
getText() - Method in class org.codehaus.groovy.syntax.Token
Returns the text of the token.
getText(int) - Static method in class org.codehaus.groovy.syntax.Types
Returns the text for the specified type.
getText(BufferedReader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of the BufferedReader and return it as a String.
getText(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of the File and returns it as a String.
getText(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of the File using the specified encoding and return it as a String.
getText(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of this InputStream and return it as a String.
getText(InputStream, String) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of this InputStream using specified charset and return it as a String.
getText(Reader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of the Reader and return it as a String.
getText(Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Read the text of the output stream of the Process.
getText(String) - Method in class groovy.ui.GroovyMain
Deprecated. 
getText(String) - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
getText(URL) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of this URL and returns it as a String.
getText(URL, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the data from this URL and return it as a String.
getText(URL, Map<String, ?>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of this URL and returns it as a String.
getText(URL, Map<String, ?>, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the data from this URL and return it as a String.
getText(Path) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Read the content of the Path and returns it as a String.
getText(Path, String) - Static method in class org.apache.groovy.nio.extensions.NioExtensions
Read the content of the Path using the specified encoding and return it as a String.
getTextEditor() - Method in class groovy.console.ui.ConsoleTextEditor
 
getTextNodeData(Text) - Method in class org.apache.groovy.xml.tools.DomToGroovy
 
getTheCachedClass() - Method in class groovy.lang.MetaClassImpl
Returns the cached class for this metaclass
getTheClass() - Method in class groovy.lang.DelegatingMetaClass
 
getTheClass() - Method in class groovy.lang.MetaClassImpl
Returns the class this object this is the metaclass of.
getTheClass() - Method in interface groovy.lang.MetaObjectProtocol
Retrieves that Java Class that the attached Meta behaviours apply to
getTheClass() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getTheClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
Returns the Class associated with this ClassInfo.
getTheClass() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getThird() - Method in class groovy.lang.Tuple3
Deprecated.
getThird() - Method in class groovy.lang.Tuple4
Deprecated.
getThird() - Method in class groovy.lang.Tuple5
Deprecated.
getThird() - Method in class groovy.lang.Tuple6
Deprecated.
getThird() - Method in class groovy.lang.Tuple7
Deprecated.
getThird() - Method in class groovy.lang.Tuple8
Deprecated.
getThird() - Method in class groovy.lang.Tuple9
Deprecated.
getThisObject() - Method in class groovy.lang.Closure
 
getThisType() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getThrowsClauseText(ClassNode[]) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getTimestamp(Class<?>) - Static method in class org.codehaus.groovy.classgen.Verifier
 
getTimeStamp() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getTimeStamp(Class) - Method in class groovy.lang.GroovyClassLoader
Gets the time stamp of a given class.
getTimestampFromFieldName(String) - Static method in class org.codehaus.groovy.classgen.Verifier
 
getTimeString(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_TIME formatter.
getTimeString(LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time with the DateTimeFormatter.ISO_LOCAL_TIME formatter.
getTimeString(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_OFFSET_TIME formatter.
getTimeString(OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this time with the DateTimeFormatter.ISO_OFFSET_TIME formatter.
getTimeString(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Formats this date/time with the DateTimeFormatter.ISO_LOCAL_TIME formatter and appends the zone's short name, e.g.
getTimeString(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Return a string representation of the time portion of this date according to the locale-specific DateFormat.MEDIUM default format.
getTimeZone(Date) - Static method in class groovy.time.TimeCategory
Deprecated.
getTo() - Method in class groovy.lang.EmptyRange
The upper value in the range.
getTo() - Method in class groovy.lang.IntRange
 
getTo() - Method in class groovy.lang.NumberRange
 
getTo() - Method in class groovy.lang.ObjectRange
 
getTo() - Method in interface groovy.lang.Range
The upper value in the range.
getTo() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
getToday() - Method in class groovy.time.BaseDuration.From
 
getToInt() - Method in class groovy.lang.IntRange
Gets the 'to' value as a primitive integer.
getTokenNames() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
Deprecated.
getTokenNames() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
Deprecated.
getTokensBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getTokensWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Deprecated.
getTolerance() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns the requested error tolerance.
getTopOperand() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
getTotal() - Method in class groovy.util.PermutationGenerator
 
getTransformedMethod() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
getTransformer(ASTNode[], SourceUnit) - Method in class org.apache.groovy.ast.builder.AstBuilderTransformation
 
getTransformer(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.ast.MethodCallTransformation
 
getTransformer(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.macro.transform.MacroClassTransformation
 
getTransformer(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.macro.transform.MacroTransformation
 
getTransformLoader() - Method in class org.codehaus.groovy.control.ASTTransformationsContext
 
getTransformLoader() - Method in class org.codehaus.groovy.control.CompilationUnit
Returns the class loader for loading AST transformations.
getTransformLoader() - Method in class org.codehaus.groovy.transform.RecordTypeASTTransformation
 
getTransforms(CompilePhase) - Method in class org.codehaus.groovy.ast.ClassNode
 
getTree() - Method in class groovy.swing.impl.ClosureRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class groovy.swing.impl.ClosureRenderer
 
getTreeContext() - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
getTreePath() - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
getTriggerBean() - Method in class org.apache.groovy.swing.binding.EventTriggerBinding
 
getTrueExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getTryStatement() - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
getTupleExpression() - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
This method returns the left hand side of the declaration cast to the TupleExpression type.
getType() - Method in class groovy.json.JsonSlurper
Parser type.
getType() - Method in class groovy.json.JsonToken
 
getType() - Method in class groovy.lang.MetaProperty
Returns the ntypeame of the property.
getType() - Method in exception groovy.lang.MissingClassException
 
getType() - Method in exception groovy.lang.MissingFieldException
 
getType() - Method in exception groovy.lang.MissingMethodException
 
getType() - Method in exception groovy.lang.MissingPropertyException
 
getType() - Method in class groovy.lang.PropertyValue
 
getType() - Method in interface groovy.sql.InParameter
The JDBC data type.
getType() - Method in interface groovy.sql.OutParameter
Get the JDBC datatype for this parameter.
getType() - Method in class groovy.swing.model.ClosureModel
 
getType() - Method in class groovy.swing.model.DefaultTableColumn
 
getType() - Method in class groovy.swing.model.PropertyModel
 
getType() - Method in class groovy.swing.model.ValueHolder
 
getType() - Method in interface groovy.swing.model.ValueModel
 
getType() - Method in class groovy.util.ObservableList.ElementEvent
 
getType() - Method in class groovy.util.ObservableMap.PropertyEvent
 
getType() - Method in class groovy.util.ObservableSet.ElementEvent
 
getType() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
getType() - Method in class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.Expression
 
getType() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.SpreadExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
getType() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
getType() - Method in class org.codehaus.groovy.ast.FieldNode
 
getType() - Method in class org.codehaus.groovy.ast.GenericsType
 
getType() - Method in class org.codehaus.groovy.ast.ImportNode
 
getType() - Method in class org.codehaus.groovy.ast.ModifierNode
 
getType() - Method in class org.codehaus.groovy.ast.Parameter
 
getType() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getType() - Method in class org.codehaus.groovy.ast.RecordComponentNode
 
getType() - Method in interface org.codehaus.groovy.ast.Variable
Returns the type of the variable.
getType() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
getType() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
getType() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the actual type of the node.
getType() - Method in class org.codehaus.groovy.syntax.Token
Returns the actual type of the node.
getType() - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
getType() - Method in class org.codehaus.groovy.transform.sc.TemporaryVariableExpression
 
getType() - Method in class org.codehaus.groovy.transform.stc.Receiver
 
getType() - Method in class org.codehaus.groovy.util.ReferenceBundle
 
getType(ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
getType(ASTNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Returns the inferred type of an expression.
getTypeAnnotations() - Method in class org.codehaus.groovy.ast.ClassNode
 
getTypeAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
getTypeAsString() - Method in class groovy.util.ObservableList.ElementEvent
 
getTypeAsString() - Method in class groovy.util.ObservableMap.PropertyEvent
 
getTypeAsString() - Method in class groovy.util.ObservableSet.ElementEvent
 
getTypeCheckingAnnotations() - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
getTypeCheckingAnnotations() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns array of type checking annotations.
getTypeCheckingContext() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns the current type checking context.
getTypeChooser() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getTypeChooser() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getTypeChooser() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getTypeChooser() - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
getTypeClass() - Method in class org.codehaus.groovy.ast.ClassNode
Returns the concrete class this classnode relates to.
getTypeClass() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getTypeClass() - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
getTypeClass() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getTypeDescription() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getTypeDescription() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
getTypeDescription(Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getTypeDescription(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
array types are special: eg.: String[]: classname: [Ljava/lang/String; int[]: [I
getTypeDescriptor() - Method in class org.codehaus.groovy.ast.MethodNode
The type descriptor for a method node is a string containing the name of the method, its return type, and its parameter types in a canonical form.
getTypeDescriptor(boolean) - Method in class org.codehaus.groovy.ast.MethodNode
getTypeGenericsSignature(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getTypeSourceDescription() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
getTypeSourceDescription() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
getUnaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getUnaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
getUnaryExpressionHelper() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getUncurriedArguments(Object...) - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
getUndoAction() - Method in class groovy.console.ui.ConsoleTextEditor
 
getUnexpectedToken() - Method in exception org.codehaus.groovy.syntax.TokenMismatchException
 
getUnit() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getUnit() - Method in exception org.codehaus.groovy.control.CompilationFailedException
Returns the ProcessingUnit in which the error occurred.
getUnresolvedInterfaces() - Method in class org.codehaus.groovy.ast.ClassNode
 
getUnresolvedInterfaces(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
getUnresolvedInterfaces(boolean) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getUnresolvedName() - Method in class org.codehaus.groovy.ast.ClassNode
 
getUnresolvedSuperClass() - Method in class org.codehaus.groovy.ast.ClassNode
 
getUnresolvedSuperClass(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
getUnresolvedSuperClass(boolean) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getUnwrapper(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
getUpdate() - Method in class groovy.swing.impl.ClosureRenderer
 
getUpdateCount() - Method in class groovy.sql.Sql
 
getUpdatedParams(List<?>, List<Tuple>) - Method in class groovy.sql.Sql
 
getUpdateStrategy() - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
getUpper() - Method in class org.apache.groovy.ginq.provider.collection.runtime.ValueBound
Returns the upper frame bound
getUpperBounds() - Method in class org.codehaus.groovy.ast.GenericsType
 
getUri() - Method in class groovy.xml.Namespace
Returns the URI of this namespace
getURI() - Method in class org.codehaus.groovy.control.io.FileReaderSource
Returns a URI for the file of this source.
getURI() - Method in class org.codehaus.groovy.control.io.InputStreamReaderSource
TODO: Should return the URI for this source, but we can't know what it is here.
getURI() - Method in interface org.codehaus.groovy.control.io.ReaderSource
Returns a URI for this source.
getURI() - Method in class org.codehaus.groovy.control.io.StringReaderSource
Returns a Data URI (RFC 2397) containing the literal value of this source string.
getURI() - Method in class org.codehaus.groovy.control.io.URLReaderSource
Returns a URI for the URL of this source.
getURL() - Method in class groovy.lang.GroovyCodeSource
 
getURLs() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getUsedVariableNames() - Method in class org.codehaus.groovy.transform.tailrec.UsedVariableTracker
 
getUserdata() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getUserdata(Object) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getUserdata(Object, boolean) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getV1() - Method in class groovy.lang.Tuple1
 
getV1() - Method in class groovy.lang.Tuple10
 
getV1() - Method in class groovy.lang.Tuple11
 
getV1() - Method in class groovy.lang.Tuple12
 
getV1() - Method in class groovy.lang.Tuple13
 
getV1() - Method in class groovy.lang.Tuple14
 
getV1() - Method in class groovy.lang.Tuple15
 
getV1() - Method in class groovy.lang.Tuple16
 
getV1() - Method in class groovy.lang.Tuple2
 
getV1() - Method in class groovy.lang.Tuple3
 
getV1() - Method in class groovy.lang.Tuple4
 
getV1() - Method in class groovy.lang.Tuple5
 
getV1() - Method in class groovy.lang.Tuple6
 
getV1() - Method in class groovy.lang.Tuple7
 
getV1() - Method in class groovy.lang.Tuple8
 
getV1() - Method in class groovy.lang.Tuple9
 
getV10() - Method in class groovy.lang.Tuple10
 
getV10() - Method in class groovy.lang.Tuple11
 
getV10() - Method in class groovy.lang.Tuple12
 
getV10() - Method in class groovy.lang.Tuple13
 
getV10() - Method in class groovy.lang.Tuple14
 
getV10() - Method in class groovy.lang.Tuple15
 
getV10() - Method in class groovy.lang.Tuple16
 
getV11() - Method in class groovy.lang.Tuple11
 
getV11() - Method in class groovy.lang.Tuple12
 
getV11() - Method in class groovy.lang.Tuple13
 
getV11() - Method in class groovy.lang.Tuple14
 
getV11() - Method in class groovy.lang.Tuple15
 
getV11() - Method in class groovy.lang.Tuple16
 
getV12() - Method in class groovy.lang.Tuple12
 
getV12() - Method in class groovy.lang.Tuple13
 
getV12() - Method in class groovy.lang.Tuple14
 
getV12() - Method in class groovy.lang.Tuple15
 
getV12() - Method in class groovy.lang.Tuple16
 
getV13() - Method in class groovy.lang.Tuple13
 
getV13() - Method in class groovy.lang.Tuple14
 
getV13() - Method in class groovy.lang.Tuple15
 
getV13() - Method in class groovy.lang.Tuple16
 
getV14() - Method in class groovy.lang.Tuple14
 
getV14() - Method in class groovy.lang.Tuple15
 
getV14() - Method in class groovy.lang.Tuple16
 
getV15() - Method in class groovy.lang.Tuple15
 
getV15() - Method in class groovy.lang.Tuple16
 
getV16() - Method in class groovy.lang.Tuple16
 
getV2() - Method in class groovy.lang.Tuple10
 
getV2() - Method in class groovy.lang.Tuple11
 
getV2() - Method in class groovy.lang.Tuple12
 
getV2() - Method in class groovy.lang.Tuple13
 
getV2() - Method in class groovy.lang.Tuple14
 
getV2() - Method in class groovy.lang.Tuple15
 
getV2() - Method in class groovy.lang.Tuple16
 
getV2() - Method in class groovy.lang.Tuple2
 
getV2() - Method in class groovy.lang.Tuple3
 
getV2() - Method in class groovy.lang.Tuple4
 
getV2() - Method in class groovy.lang.Tuple5
 
getV2() - Method in class groovy.lang.Tuple6
 
getV2() - Method in class groovy.lang.Tuple7
 
getV2() - Method in class groovy.lang.Tuple8
 
getV2() - Method in class groovy.lang.Tuple9
 
getV3() - Method in class groovy.lang.Tuple10
 
getV3() - Method in class groovy.lang.Tuple11
 
getV3() - Method in class groovy.lang.Tuple12
 
getV3() - Method in class groovy.lang.Tuple13
 
getV3() - Method in class groovy.lang.Tuple14
 
getV3() - Method in class groovy.lang.Tuple15
 
getV3() - Method in class groovy.lang.Tuple16
 
getV3() - Method in class groovy.lang.Tuple3
 
getV3() - Method in class groovy.lang.Tuple4
 
getV3() - Method in class groovy.lang.Tuple5
 
getV3() - Method in class groovy.lang.Tuple6
 
getV3() - Method in class groovy.lang.Tuple7
 
getV3() - Method in class groovy.lang.Tuple8
 
getV3() - Method in class groovy.lang.Tuple9
 
getV4() - Method in class groovy.lang.Tuple10
 
getV4() - Method in class groovy.lang.Tuple11
 
getV4() - Method in class groovy.lang.Tuple12
 
getV4() - Method in class groovy.lang.Tuple13
 
getV4() - Method in class groovy.lang.Tuple14
 
getV4() - Method in class groovy.lang.Tuple15
 
getV4() - Method in class groovy.lang.Tuple16
 
getV4() - Method in class groovy.lang.Tuple4
 
getV4() - Method in class groovy.lang.Tuple5
 
getV4() - Method in class groovy.lang.Tuple6
 
getV4() - Method in class groovy.lang.Tuple7
 
getV4() - Method in class groovy.lang.Tuple8
 
getV4() - Method in class groovy.lang.Tuple9
 
getV5() - Method in class groovy.lang.Tuple10
 
getV5() - Method in class groovy.lang.Tuple11
 
getV5() - Method in class groovy.lang.Tuple12
 
getV5() - Method in class groovy.lang.Tuple13
 
getV5() - Method in class groovy.lang.Tuple14
 
getV5() - Method in class groovy.lang.Tuple15
 
getV5() - Method in class groovy.lang.Tuple16
 
getV5() - Method in class groovy.lang.Tuple5
 
getV5() - Method in class groovy.lang.Tuple6
 
getV5() - Method in class groovy.lang.Tuple7
 
getV5() - Method in class groovy.lang.Tuple8
 
getV5() - Method in class groovy.lang.Tuple9
 
getV6() - Method in class groovy.lang.Tuple10
 
getV6() - Method in class groovy.lang.Tuple11
 
getV6() - Method in class groovy.lang.Tuple12
 
getV6() - Method in class groovy.lang.Tuple13
 
getV6() - Method in class groovy.lang.Tuple14
 
getV6() - Method in class groovy.lang.Tuple15
 
getV6() - Method in class groovy.lang.Tuple16
 
getV6() - Method in class groovy.lang.Tuple6
 
getV6() - Method in class groovy.lang.Tuple7
 
getV6() - Method in class groovy.lang.Tuple8
 
getV6() - Method in class groovy.lang.Tuple9
 
getV7() - Method in class groovy.lang.Tuple10
 
getV7() - Method in class groovy.lang.Tuple11
 
getV7() - Method in class groovy.lang.Tuple12
 
getV7() - Method in class groovy.lang.Tuple13
 
getV7() - Method in class groovy.lang.Tuple14
 
getV7() - Method in class groovy.lang.Tuple15
 
getV7() - Method in class groovy.lang.Tuple16
 
getV7() - Method in class groovy.lang.Tuple7
 
getV7() - Method in class groovy.lang.Tuple8
 
getV7() - Method in class groovy.lang.Tuple9
 
getV8() - Method in class groovy.lang.Tuple10
 
getV8() - Method in class groovy.lang.Tuple11
 
getV8() - Method in class groovy.lang.Tuple12
 
getV8() - Method in class groovy.lang.Tuple13
 
getV8() - Method in class groovy.lang.Tuple14
 
getV8() - Method in class groovy.lang.Tuple15
 
getV8() - Method in class groovy.lang.Tuple16
 
getV8() - Method in class groovy.lang.Tuple8
 
getV8() - Method in class groovy.lang.Tuple9
 
getV9() - Method in class groovy.lang.Tuple10
 
getV9() - Method in class groovy.lang.Tuple11
 
getV9() - Method in class groovy.lang.Tuple12
 
getV9() - Method in class groovy.lang.Tuple13
 
getV9() - Method in class groovy.lang.Tuple14
 
getV9() - Method in class groovy.lang.Tuple15
 
getV9() - Method in class groovy.lang.Tuple16
 
getV9() - Method in class groovy.lang.Tuple9
 
getVal() - Method in class groovy.lang.NamedValue
 
getValidator() - Method in enum groovy.json.JsonTokenType
 
getValidator() - Method in class org.apache.groovy.swing.binding.AbstractFullBinding
 
getValidator() - Method in interface org.apache.groovy.swing.binding.FullBinding
 
getValidator() - Method in class org.apache.groovy.swing.binding.MutualPropertyBinding
 
getValue() - Method in class groovy.json.JsonToken
Return the value represented by this token (i.e.
getValue() - Method in class groovy.lang.PropertyValue
 
getValue() - Method in interface groovy.sql.InParameter
The object holding the data value.
getValue() - Method in class groovy.swing.impl.ClosureRenderer
 
getValue() - Method in class groovy.swing.model.ClosureModel
 
getValue() - Method in class groovy.swing.model.PropertyModel
 
getValue() - Method in class groovy.swing.model.ValueHolder
 
getValue() - Method in interface groovy.swing.model.ValueModel
 
getValue() - Method in class groovy.util.MapEntry
 
getValue() - Method in class org.apache.groovy.json.internal.MapItemValue
 
getValue() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry
 
getValue() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry
 
getValue() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getValue() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
Get the value.
getValue() - Method in class org.codehaus.groovy.runtime.powerassert.Value
 
getValue(int) - Method in class groovy.lang.GString
 
getValue(int) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getValue(Object, int, int) - Method in class groovy.swing.model.DefaultTableColumn
Evaluates the value of a cell
getValueAt(int, int) - Method in class groovy.swing.model.DefaultTableModel
 
getValueAt(int, int) - Method in class groovy.swing.table.TableMap
 
getValueAt(int, int) - Method in class groovy.swing.table.TableSorter
 
getValueCount() - Method in class groovy.lang.GString
 
getValueExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
getValueModel() - Method in class groovy.swing.model.DefaultTableColumn
 
getValues() - Method in class groovy.lang.GString
 
getValues() - Method in class groovy.util.ObservableList.ElementClearedEvent
 
getValues() - Method in class groovy.util.ObservableList.MultiElementAddedEvent
 
getValues() - Method in class groovy.util.ObservableList.MultiElementRemovedEvent
 
getValues() - Method in class groovy.util.ObservableMap.PropertyClearedEvent
 
getValues() - Method in class groovy.util.ObservableSet.ElementClearedEvent
 
getValues() - Method in class groovy.util.ObservableSet.MultiElementAddedEvent
 
getValues() - Method in class groovy.util.ObservableSet.MultiElementRemovedEvent
 
getValues() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
getValues() - Method in class org.codehaus.groovy.runtime.GStringImpl
 
getValues() - Method in class org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
getVariable() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getVariable() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getVariable(String) - Method in class groovy.lang.Binding
 
getVariable(String) - Method in class groovy.lang.GroovyShell
 
getVariable(String) - Method in class groovy.servlet.ServletBinding
 
getVariable(String) - Method in class groovy.util.FactoryBuilderSupport
 
getVariable(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
getVariable(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Returns a normal variable.
getVariableExpression() - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
This method returns the left hand side of the declaration cast to the VariableExpression type.
getVariables() - Method in class groovy.lang.Binding
 
getVariables() - Method in class groovy.servlet.ServletBinding
 
getVariables() - Method in class groovy.util.FactoryBuilderSupport
 
getVariableScope() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
getVariableScope() - Method in class org.codehaus.groovy.ast.expr.ClosureListExpression
 
getVariableScope() - Method in class org.codehaus.groovy.ast.InnerClassNode
 
getVariableScope() - Method in class org.codehaus.groovy.ast.MethodNode
 
getVariableScope() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
getVariableScope() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getVariableType() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
getVerbose() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the verbose flag.
getVerbose() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns true if verbose operation has been requested.
getVerbosity() - Method in class org.codehaus.groovy.tools.shell.IO
Returns the verbosity level.
getVersion() - Static method in class groovy.lang.GroovySystem
Returns the groovy version
getVersion() - Method in class groovy.lang.MetaClassImpl
Returns version of the contained Class
getVersion() - Method in class groovy.ui.GroovyMain.VersionProvider
 
getVersion() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getVersion() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModule
 
getVersion() - Method in class org.codehaus.groovy.tools.FileSystemCompiler.VersionProvider
 
getVersion() - Static method in class org.codehaus.groovy.util.ReleaseInfo
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v10.Java10
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v16.Java16
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v9.Java9
 
getVersion() - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Gives the version the plugin is made for
getVisibility(AnnotationNode, AnnotatedNode, Class<? extends AnnotatedNode>, int) - Static method in class org.apache.groovy.ast.tools.VisibilityUtils
Determine the correct modifiers by looking for a potential @VisibilityOptions annotation.
getVisibleClasses(List) - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
getVisibleClasses(List) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
getVocabulary() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
getVocabulary() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
getWarning(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the specified warning message, or null.
getWarningCount() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the number of warnings.
getWarningLevel() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Gets the currently configured warning level.
getWarnings() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the list of warnings, or null if there are none.
getWeakBundle() - Static method in class org.codehaus.groovy.util.ReferenceBundle
 
getWeakMetaClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getWeek(Integer) - Static method in class groovy.time.TimeCategory
 
getWeeks(Integer) - Static method in class groovy.time.TimeCategory
 
getWhen() - Method in class org.codehaus.groovy.transform.tailrec.StatementReplacer
 
getWhen() - Method in class org.codehaus.groovy.transform.tailrec.VariableExpressionReplacer
 
getWhen() - Method in class org.codehaus.groovy.transform.tailrec.VariableExpressionTransformer
 
getWhere() - Method in class groovy.sql.SqlWhereVisitor
 
getWhereExpression() - Method in class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
getWrapped() - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
getWrapped() - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
getWrapped() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
getWrappedClassDescriptor(Type) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
getWrapper(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Creates a ClassNode containing the wrapper of a ClassNode of primitive type.
getWrapperClass(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
Get wrapper class for a given class.
getWriter() - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
getWriter() - Method in class groovy.lang.TracingInterceptor
Returns the writer associated with this interceptor.
getXMLReader() - Method in class groovy.xml.XmlParser
 
getYear(Integer) - Static method in class groovy.time.TimeCategory
 
getYearOfEra(Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Equivalent to calling the Year.get(java.time.temporal.TemporalField) method with a ChronoField.YEAR_OF_ERA argument.
getYears() - Method in class groovy.time.BaseDuration
 
getYears() - Method in class groovy.time.DatumDependentDuration
 
getYears(Integer) - Static method in class groovy.time.TimeCategory
 
getZoneId(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Time Zone of the Calendar as a java.time.ZoneId.
getZoneId(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Time Zone of the Date as a ZoneId.
getZoneOffset(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Time Zone offset of the Calendar as a ZoneOffset.
getZoneOffset(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Time Zone offset of the Date as a ZoneOffset, which will typically be system's default offset.
geX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
GINQ_SELECT_DISTINCT - Static variable in class org.apache.groovy.ginq.dsl.GinqAstBuilder
 
GinqAstBaseVisitor - Class in org.apache.groovy.ginq.dsl
The default base visitor for GINQ AST
GinqAstBaseVisitor() - Constructor for class org.apache.groovy.ginq.dsl.GinqAstBaseVisitor
 
GinqAstBuilder - Class in org.apache.groovy.ginq.dsl
Build the AST for GINQ
GinqAstBuilder(SourceUnit) - Constructor for class org.apache.groovy.ginq.dsl.GinqAstBuilder
 
GinqASTTransformation - Class in org.apache.groovy.ginq.transform
Handles generation of code for the @GQ annotation.
GinqASTTransformation() - Constructor for class org.apache.groovy.ginq.transform.GinqASTTransformation
 
GinqAstVisitor<R> - Interface in org.apache.groovy.ginq.dsl
Represents the visitor for AST of GINQ
GinqExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents GINQ expression, which has the following structure:
GinqExpression() - Constructor for class org.apache.groovy.ginq.dsl.expression.GinqExpression
 
GinqSyntaxError - Error in org.apache.groovy.ginq.dsl
Represents GINQ syntax error
GinqSyntaxError(String, int, int) - Constructor for error org.apache.groovy.ginq.dsl.GinqSyntaxError
 
GinqSyntaxError(String, Expression) - Constructor for error org.apache.groovy.ginq.dsl.GinqSyntaxError
 
globalTransformNames - Variable in class org.codehaus.groovy.control.ASTTransformationsContext
 
GOTO - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GOTO - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GOTO() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
gotoPhase(int) - Method in class org.codehaus.groovy.control.ProcessingUnit
Wraps up any pending operations for the current phase and switches to the given phase.
gotoPhase(int) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
GotoRecurHereException - Exception in org.codehaus.groovy.transform.tailrec
Exception will be thrown by recursive calls in closures and caught in while loop to continue to LOOP_LABEL
GotoRecurHereException() - Constructor for exception org.codehaus.groovy.transform.tailrec.GotoRecurHereException
 
GPathResult - Class in groovy.xml.slurpersupport
Base class for representing lazy evaluated GPath expressions.
GPathResult(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.xml.slurpersupport.GPathResult
Creates a new GPathResult named name with the parent parent, the namespacePrefix namespacePrefix and the namespaceTagHints specified in the namespaceTagHints Map.
GQ - Annotation Type in groovy.ginq.transform
Method annotation to make a method call returning GINQ result
grab(String) - Static method in class groovy.grape.Grape
 
grab(String) - Method in interface groovy.grape.GrapeEngine
 
grab(Map) - Method in interface groovy.grape.GrapeEngine
 
grab(Map<String, Object>) - Static method in class groovy.grape.Grape
 
grab(Map<String, Object>, Map...) - Static method in class groovy.grape.Grape
 
grab(Map, Map...) - Method in interface groovy.grape.GrapeEngine
 
Grab - Annotation Type in groovy.lang
Used to grab the referenced artifact and its dependencies and make it available on the Classpath.
GrabAnnotationTransformation - Class in groovy.grape
Transformation for declarative dependency management.
GrabAnnotationTransformation() - Constructor for class groovy.grape.GrabAnnotationTransformation
 
GrabConfig - Annotation Type in groovy.lang
Used to modify the grape configuration for grab requests.
GrabExclude - Annotation Type in groovy.lang
Used to exclude an indirectly referenced artifact (a transitive dependency) from the classpath.
GrabResolver - Annotation Type in groovy.lang
Used to add a repository for resolving Grape dependencies.
Grape - Class in groovy.grape
Facade to GrapeEngine.
Grape() - Constructor for class groovy.grape.Grape
 
GrapeEngine - Interface in groovy.grape
 
Grapes - Annotation Type in groovy.lang
Sometimes we will need more than one grab per class, but we can only add one annotation type per annotatable node.
GrapeUtil - Class in org.codehaus.groovy.tools
 
GrapeUtil() - Constructor for class org.codehaus.groovy.tools.GrapeUtil
 
grep(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection of items which this Object represents and returns each item that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
grep(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection of items which this Object represents and returns each item that matches the given filter - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method used by switch statements.
grep(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection returning each element that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
grep(Collection<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection of items and returns each item that matches the given filter - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method used by switch statements.
grep(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection returning each element that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
grep(List<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection of items and returns each item that matches the given filter - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method used by switch statements.
grep(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection returning each element that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
grep(Set<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the collection of items and returns each item that matches the given filter - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method used by switch statements.
grep(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the array returning each element that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
grep(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
grep(T[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates over the array of items and returns a collection of items that match the given filter - calling the DefaultGroovyMethods.isCase(Object,Object) method used by switch statements.
grep(T[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Groovy - Class in org.codehaus.groovy.ant
Executes a series of Groovy statements.
Groovy() - Constructor for class org.codehaus.groovy.ant.Groovy
 
GROOVY - Static variable in class groovy.inspect.Inspector
 
GROOVY_CAST_EXCEPTION - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
GROOVY_INTERCEPTABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
GROOVY_OBJECT - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
flags for method and property calls
GROOVY_OBJECT - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyInterface
flags for method and property calls
GROOVY_OBJECT_GET_PROPERTY - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
GROOVY_OBJECT_INVOKER - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
GROOVY_OBJECT_SUPPORT_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
GROOVY_OBJECT_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
groovy.ant - package groovy.ant
Classes for working with Apache Antâ„¢.
groovy.beans - package groovy.beans
 
groovy.cli - package groovy.cli
 
groovy.console.ui - package groovy.console.ui
An interactive command line terminal along with a Swing console for evaluating Groovy scripts and inspecting objects, AST and bytecode information.
groovy.console.ui.text - package groovy.console.ui.text
Text processing helpers for the interactive command line terminal.
groovy.contracts - package groovy.contracts
 
groovy.ginq.transform - package groovy.ginq.transform
 
groovy.grape - package groovy.grape
 
groovy.inspect - package groovy.inspect
Classes for inspecting object properties through introspection.
groovy.io - package groovy.io
Classes for Groovier Input/Output.
groovy.jmx - package groovy.jmx
Classes for working with the Java Management Extensions (JMX) technology.
groovy.jmx.builder - package groovy.jmx.builder
Classes for the JMX Builder.
groovy.json - package groovy.json
 
groovy.junit5.plugin - package groovy.junit5.plugin
Classes to support running JUnit5 tests as scripts.
groovy.lang - package groovy.lang
Core Groovy language classes for implementing data structures, closures, metadata and so forth.
groovy.lang.groovydoc - package groovy.lang.groovydoc
 
groovy.mock.interceptor - package groovy.mock.interceptor
The groovy.mock.interceptor is an all-groovy mock testing library.
groovy.namespace - package groovy.namespace
 
groovy.security - package groovy.security
Security-related classes
groovy.servlet - package groovy.servlet
Support for Groovlets which are Servlets written as a simple Groovy script.
groovy.sql - package groovy.sql
Groovy helper classes for working with SQL data as Groovy objects
groovy.swing.binding - package groovy.swing.binding
Binding classes for SwingBuilder
groovy.swing.impl - package groovy.swing.impl
Implementation classes for SwingBuilder
groovy.swing.model - package groovy.swing.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
groovy.swing.table - package groovy.swing.table
 
groovy.test - package groovy.test
 
groovy.text - package groovy.text
Contains the text processing utilities including templating APIs and default implementations.
groovy.text.markup - package groovy.text.markup
Contains a template engine facilitating generation of XML-like markup with optional type checking.
groovy.time - package groovy.time
Classes for easily manipulating Dates and times.
groovy.toml - package groovy.toml
Classes for building and parsing TOML.
groovy.transform - package groovy.transform
 
groovy.transform.builder - package groovy.transform.builder
 
groovy.transform.options - package groovy.transform.options
 
groovy.transform.stc - package groovy.transform.stc
 
groovy.ui - package groovy.ui
 
groovy.util - package groovy.util
Various Groovy utilities for working with nodes, builders, logging, and other things.
groovy.util.function - package groovy.util.function
Classes for functional interfaces.
groovy.util.logging - package groovy.util.logging
 
groovy.xml - package groovy.xml
Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup.
groovy.xml.dom - package groovy.xml.dom
Groovy XML Dom processing classes.
groovy.xml.markupsupport - package groovy.xml.markupsupport
 
groovy.xml.slurpersupport - package groovy.xml.slurpersupport
Helper classes for XmlSlurper.
groovy.xml.streamingmarkupsupport - package groovy.xml.streamingmarkupsupport
XmlBuilder related classes to support streaming XML.
groovy.yaml - package groovy.yaml
Classes for building and parsing YAML.
GroovyAnnotationRef - Interface in org.codehaus.groovy.groovydoc
 
GroovyAssert - Class in groovy.test
GroovyAssert contains a set of static assertion and test helper methods for JUnit 4+.
GroovyAssert() - Constructor for class groovy.test.GroovyAssert
 
GroovyASTTransformation - Annotation Type in org.codehaus.groovy.transform
This is an annotation on a class, currently just ASTTransformation.
GroovyASTTransformationClass - Annotation Type in org.codehaus.groovy.transform
This is an annotation on some item that indicates that an associated transform classes should be executed.
GroovyBugError - Error in org.codehaus.groovy
This class represents an error that is thrown when a bug is recognized inside the runtime.
GroovyBugError(Exception) - Constructor for error org.codehaus.groovy.GroovyBugError
Constructs a bug error using the given exception
GroovyBugError(String) - Constructor for error org.codehaus.groovy.GroovyBugError
constructs a bug error using the given text
GroovyBugError(String, Exception) - Constructor for error org.codehaus.groovy.GroovyBugError
Constructs a bug error using the given exception and a text with additional information about the cause
Groovyc - Class in org.codehaus.groovy.ant
Compiles Groovy source files using Ant.
Groovyc() - Constructor for class org.codehaus.groovy.ant.Groovyc
 
GroovyCallable<V> - Interface in groovy.lang
A special "marker" style interface allowing Groovy classes to implement both Runnable and Callable yet give preference to Runnable (for backwards compatibility) for APIs having both Runnable and Callable methods.
GroovyCastException - Exception in org.codehaus.groovy.runtime.typehandling
 
GroovyCastException(Object, Class) - Constructor for exception org.codehaus.groovy.runtime.typehandling.GroovyCastException
 
GroovyCastException(Object, Class, Exception) - Constructor for exception org.codehaus.groovy.runtime.typehandling.GroovyCastException
 
GroovyCastException(String) - Constructor for exception org.codehaus.groovy.runtime.typehandling.GroovyCastException
 
GroovyCategorySupport - Class in org.codehaus.groovy.runtime
Support methods for Groovy category usage
GroovyCategorySupport() - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport
 
GroovyCategorySupport.CategoryMethod - Class in org.codehaus.groovy.runtime
 
GroovyCategorySupport.CategoryMethodList - Class in org.codehaus.groovy.runtime
 
GroovyCategorySupport.ThreadCategoryInfo - Class in org.codehaus.groovy.runtime
 
GroovyClass - Class in org.codehaus.groovy.tools
 
GroovyClass(String, byte[]) - Constructor for class org.codehaus.groovy.tools.GroovyClass
 
GroovyClassDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyClassLoader - Class in groovy.lang
A ClassLoader which can load Groovy classes.
GroovyClassLoader() - Constructor for class groovy.lang.GroovyClassLoader
Creates a GroovyClassLoader using the current Thread's context ClassLoader as parent.
GroovyClassLoader(GroovyClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
Creates a GroovyClassLoader using the given GroovyClassLoader as parent.
GroovyClassLoader(ClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
Creates a GroovyClassLoader using the given ClassLoader as parent.
GroovyClassLoader(ClassLoader, CompilerConfiguration) - Constructor for class groovy.lang.GroovyClassLoader
Creates a GroovyClassLoader using the given ClassLoader as parent.
GroovyClassLoader(ClassLoader, CompilerConfiguration, boolean) - Constructor for class groovy.lang.GroovyClassLoader
Creates a GroovyClassLoader.
GroovyClassLoader.ClassCollector - Class in groovy.lang
 
GroovyClassLoader.InnerLoader - Class in groovy.lang
 
GroovyClassOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.GroovyClassOperation
Deprecated.
 
GroovyClassValue<T> - Interface in org.codehaus.groovy.reflection
Abstraction for Java version dependent ClassValue implementations.
GroovyClassValue.ComputeValue<T> - Interface in org.codehaus.groovy.reflection
 
GroovyClassValueJava7<T> - Class in org.codehaus.groovy.reflection.v7
GroovyClassValue implementation that simply delegates to Java 7's java.lang.ClassValue
GroovyClassValueJava7(GroovyClassValue.ComputeValue<T>) - Constructor for class org.codehaus.groovy.reflection.v7.GroovyClassValueJava7
 
GroovyClassVisitor - Interface in org.codehaus.groovy.ast
A special visitor for working with the structure of a class.
GroovyCodeSource - Class in groovy.lang
CodeSource wrapper class that allows specific security policies to be associated with a class compiled from groovy source.
GroovyCodeSource(File) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSource(File, String) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSource(Reader, String, String) - Constructor for class groovy.lang.GroovyCodeSource
Construct a GroovyCodeSource for an inputStream of groovyCode that has an unknown provenance -- meaning it didn't come from a File or a URL (e.g. a String).
GroovyCodeSource(String, String, String) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSource(URI) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSource(URL) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSourcePermission - Class in groovy.security
Permission required to explicitly specify a codebase for a groovy script whose codebase cannot be determined.
GroovyCodeSourcePermission(String) - Constructor for class groovy.security.GroovyCodeSourcePermission
 
GroovyCodeSourcePermission(String, String) - Constructor for class groovy.security.GroovyCodeSourcePermission
 
GroovyCodeVisitor - Interface in org.codehaus.groovy.ast
An implementation of the visitor pattern for working with ASTNodes.
GroovyCodeVisitorAdapter - Class in org.codehaus.groovy.ast
 
GroovyCodeVisitorAdapter() - Constructor for class org.codehaus.groovy.ast.GroovyCodeVisitorAdapter
 
GroovyCollections - Class in groovy.util
 
GroovyCollections() - Constructor for class groovy.util.GroovyCollections
 
GroovyCompiledScript - Class in org.codehaus.groovy.jsr223
Used to represent compiled Groovy scripts.
GroovyCompiledScript(GroovyScriptEngineImpl, Class<?>) - Constructor for class org.codehaus.groovy.jsr223.GroovyCompiledScript
 
GroovyConstructorDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovycTask - Class in org.codehaus.groovy.ant
Compiles Groovy source files.
GroovycTask() - Constructor for class org.codehaus.groovy.ant.GroovycTask
 
Groovydoc - Class in groovy.lang.groovydoc
Represents groovydoc
Groovydoc - Class in org.codehaus.groovy.ant
Access to the GroovyDoc tool from Ant.
Groovydoc - Annotation Type in groovy.lang
An annotation to hold the groovydoc for the annotated element at runtime, we call it "Runtime Groovydoc".
Groovydoc() - Constructor for class org.codehaus.groovy.ant.Groovydoc
 
Groovydoc(String, GroovydocHolder) - Constructor for class groovy.lang.groovydoc.Groovydoc
 
Groovydoc(String, AnnotatedElement) - Constructor for class groovy.lang.groovydoc.Groovydoc
 
GroovyDoc - Interface in org.codehaus.groovy.groovydoc
 
GROOVYDOC - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
Optimization Option for enabling attaching groovydoc as AST node metadata.
GroovyDocErrorReporter - Interface in org.codehaus.groovy.groovydoc
 
GroovydocHolder<T> - Interface in groovy.lang.groovydoc
Represents Groovydoc Holder
GroovydocJavaVisitor - Class in org.codehaus.groovy.tools.groovydoc.antlr4
 
GroovydocJavaVisitor(String, List<LinkArgument>) - Constructor for class org.codehaus.groovy.tools.groovydoc.antlr4.GroovydocJavaVisitor
 
GroovydocManager - Class in org.apache.groovy.parser.antlr4
A utilities for managing groovydoc, e.g.
GroovydocManager(boolean, boolean) - Constructor for class org.apache.groovy.parser.antlr4.GroovydocManager
 
GroovyDocParser - Class in org.codehaus.groovy.tools.groovydoc.antlr4
 
GroovyDocParser(List<LinkArgument>, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.antlr4.GroovyDocParser
 
GroovyDocParserI - Interface in org.codehaus.groovy.tools.groovydoc
 
GroovydocTag - Class in groovy.lang.groovydoc
TODO parse groovydoc to get tag content
GroovydocTag(String, String, Groovydoc) - Constructor for class groovy.lang.groovydoc.GroovydocTag
 
GroovyDocTemplateEngine - Class in org.codehaus.groovy.tools.groovydoc
Process Groovydoc templates.
GroovyDocTemplateEngine(GroovyDocTool, ResourceManager, String) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine
 
GroovyDocTemplateEngine(GroovyDocTool, ResourceManager, String[], String[], String[], Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine
 
GroovyDocTemplateInfo - Class in org.codehaus.groovy.tools.groovydoc.gstringTemplates
 
GroovyDocTemplateInfo() - Constructor for class org.codehaus.groovy.tools.groovydoc.gstringTemplates.GroovyDocTemplateInfo
 
GroovyDocTool - Class in org.codehaus.groovy.tools.groovydoc
 
GroovyDocTool(String[]) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
Constructor for use by people who only want to interact with the Groovy Doclet Tree (rootDoc)
GroovyDocTool(ResourceManager, String[], String) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
GroovyDocTool(ResourceManager, String[], String[], String[], String[], List<LinkArgument>, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
GroovyDocUtil - Class in org.apache.groovy.groovydoc.tools
 
GroovyDocUtil() - Constructor for class org.apache.groovy.groovydoc.tools.GroovyDocUtil
 
GroovydocVisitor - Class in org.apache.groovy.antlr
A visitor which collects Groovydoc information.
GroovydocVisitor(SourceUnit, String, List<LinkArgument>) - Constructor for class org.apache.groovy.antlr.GroovydocVisitor
 
GroovydocVisitor(SourceUnit, String, List<LinkArgument>, Properties) - Constructor for class org.apache.groovy.antlr.GroovydocVisitor
 
GroovyDocWriter - Class in org.codehaus.groovy.tools.groovydoc
Write GroovyDoc resources to destination.
GroovyDocWriter(GroovyDocTool, OutputTool, GroovyDocTemplateEngine, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
Deprecated.
GroovyDocWriter(OutputTool, GroovyDocTemplateEngine, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
GroovyException - Exception in org.codehaus.groovy
 
GroovyException() - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(boolean) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String, boolean) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String, Throwable) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyExceptionInterface - Interface in org.codehaus.groovy
An interface for use by all Groovy compiler exceptions.
GroovyExecutableMemberDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyFieldDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyFilter - Class in groovy.console.ui.text
 
GroovyFilter(DefaultStyledDocument) - Constructor for class groovy.console.ui.text.GroovyFilter
Creates a new instance of GroovyFilter
GroovyInterceptable - Interface in groovy.lang
Marker interface used to notify that all methods should be intercepted through the invokeMethod mechanism of GroovyObject.
GroovyLangLexer - Class in org.apache.groovy.parser.antlr4
The lexer for Groovy programming language, which is based on the lexer generated by Antlr4
GroovyLangLexer(Reader) - Constructor for class org.apache.groovy.parser.antlr4.GroovyLangLexer
 
GroovyLangLexer(CharStream) - Constructor for class org.apache.groovy.parser.antlr4.GroovyLangLexer
 
GroovyLangParser - Class in org.apache.groovy.parser.antlr4
The parser for Groovy programming language, which is based on the parser generated by Antlr4
GroovyLangParser(TokenStream) - Constructor for class org.apache.groovy.parser.antlr4.GroovyLangParser
 
GroovyLexer - Class in org.apache.groovy.parser.antlr4
 
GroovyLexer(CharStream) - Constructor for class org.apache.groovy.parser.antlr4.GroovyLexer
 
GroovyMain - Class in groovy.ui
A Command line to execute groovy.
GroovyMain() - Constructor for class groovy.ui.GroovyMain
 
GroovyMain.VersionProvider - Class in groovy.ui
 
GroovyMBean - Class in groovy.jmx
A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean.
GroovyMBean(MBeanServerConnection, String) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, String, boolean) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName, boolean) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMemberDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyMethodDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyObject - Interface in groovy.lang
The interface implemented by all Groovy objects.
GroovyObjectSupport - Class in groovy.lang
Base class for Java objects wishing to be Groovy objects.
GroovyObjectSupport() - Constructor for class groovy.lang.GroovyObjectSupport
 
GroovyObjectWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
GroovyObjectWrapper(GroovyObject, Class) - Constructor for class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
GroovyPackageDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyParameter - Interface in org.codehaus.groovy.groovydoc
 
GroovyParser - Class in org.apache.groovy.parser.antlr4
 
GroovyParser(TokenStream) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser
 
GroovyParser.AdditiveExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AndExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AnnotatedQualifiedClassNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AnnotationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AnnotationNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AnnotationsOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AnonymousInnerClassDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ArgumentsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ArrayInitializerContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AssertStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AssertStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.AssignmentExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BlockContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BlockStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BlockStatementsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BlockStatementsOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BlockStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BooleanLiteralAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BreakStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BreakStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BuiltInTypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.BuiltInTypePrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CastExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CastParExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CatchClauseContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CatchTypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassBodyContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassBodyDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassicalForControlContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassOrInterfaceModifierContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassOrInterfaceModifiersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassOrInterfaceModifiersOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClassOrInterfaceTypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClosureContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClosureOrLambdaExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ClosureOrLambdaExpressionPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CommandArgumentContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CommandExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CommandExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CompactConstructorDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CompilationUnitContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ConditionalExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ConditionalStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ConditionalStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ContinueStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ContinueStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CreatedNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.CreatorContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.Dim0Context - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.Dim1Context - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.DoWhileStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.DynamicMemberNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValueArrayInitializerContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValueContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValuePairContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValuePairNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValuePairsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ElementValuesContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EmptyDimsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EmptyDimsOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EmptyStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnhancedArgumentListElementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnhancedArgumentListInParContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnhancedExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnhancedForControlContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnhancedStatementExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnumConstantContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EnumConstantsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.EqualityExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExclusiveOrExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExpressionInParContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExpressionListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExpressionListElementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ExpressionStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FieldDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FinallyBlockContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FloatingPointLiteralAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ForControlContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ForInitContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FormalParameterContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FormalParameterListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.FormalParametersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ForStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ForUpdateContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.GroovyParserRuleContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.GstringContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.GstringPathContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.GstringPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.GstringValueContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.IdentifierContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.IdentifierPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.IfElseStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ImplicationExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ImportDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.InclusiveOrExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.IndexPropertyArgsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.IntegerLiteralAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.KeywordsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LabeledStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LambdaBodyContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ListPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LiteralContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LiteralPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LocalVariableDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LocalVariableDeclarationStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LogicalAndExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LogicalOrExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LoopStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.LoopStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MapContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MapEntryContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MapEntryLabelContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MapEntryListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MapPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MemberDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MethodBodyContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MethodDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MethodNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ModifierContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ModifiersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ModifiersOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MultipleAssignmentExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.MultiplicativeExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NamedPropertyArgsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NamePartContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NewPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NlsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NonWildcardTypeArgumentsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.NullLiteralAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PackageDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ParenPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ParExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PathElementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PathExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PostfixExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PostfixExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PowerExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PrimaryContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.PrimitiveTypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedClassNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedClassNameListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedNameElementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedNameElementsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.QualifiedStandardClassNameContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.RegexExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.RelationalExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ResourceContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ResourceListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ResourcesContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ReturnStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ReturnTypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.RparenContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ScriptStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ScriptStatementsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SepContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ShiftExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StandardLambdaExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StandardLambdaParametersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StatementExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StringLiteralAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.StringLiteralContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SuperPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchBlockStatementExpressionGroupContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchBlockStatementGroupContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchExpressionContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchExpressionLabelContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchLabelContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SwitchStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.SynchronizedStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ThisFormalParameterContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ThisPrmrAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.ThrowStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TryCatchStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TryCatchStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeArgumentContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeArgumentsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeArgumentsOrDiamondContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeBoundContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeListContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeNamePairContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeNamePairsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeParameterContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.TypeParametersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.UnaryAddExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.UnaryNotExprAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableDeclarationContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableDeclaratorContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableDeclaratorIdContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableDeclaratorsContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableInitializerContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableModifierContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableModifiersContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableModifiersOptContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.VariableNamesContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.WhileStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.YieldStatementContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParser.YieldStmtAltContext - Class in org.apache.groovy.parser.antlr4
 
GroovyParserBaseVisitor<Result> - Class in org.apache.groovy.parser.antlr4
This class provides an empty implementation of GroovyParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
GroovyParserBaseVisitor() - Constructor for class org.apache.groovy.parser.antlr4.GroovyParserBaseVisitor
 
GroovyParserRuleContext() - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
 
GroovyParserRuleContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
 
GroovyParserVisitor<Result> - Interface in org.apache.groovy.parser.antlr4
This interface defines a complete generic visitor for a parse tree produced by GroovyParser.
GroovyPrintStream - Class in groovy.io
A PrintStream that outputs objects in Groovy style.
GroovyPrintStream(File) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream, without automatic line flushing, with the specified file.
GroovyPrintStream(File, String) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream, without automatic line flushing, with the specified file and charset.
GroovyPrintStream(OutputStream) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream.
GroovyPrintStream(OutputStream, boolean) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream.
GroovyPrintStream(OutputStream, boolean, String) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream.
GroovyPrintStream(String) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream, without automatic line flushing, with the specified file name.
GroovyPrintStream(String, String) - Constructor for class groovy.io.GroovyPrintStream
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
GroovyPrintWriter - Class in groovy.io
A PrintWriter that outputs objects in Groovy style.
GroovyPrintWriter(File) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(File, String) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(OutputStream) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(OutputStream, boolean) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(Writer) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(Writer, boolean) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(String) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(String, String) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyProgramElementDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyResourceLoader - Interface in groovy.lang
Allows frameworks that integrate with Groovy to determine how Groovy files are resolved.
GroovyResultSet - Interface in groovy.sql
Represents an extent of objects
GroovyResultSetExtension - Class in groovy.sql
GroovyResultSetExtension implements additional logic for ResultSet.
GroovyResultSetExtension(ResultSet) - Constructor for class groovy.sql.GroovyResultSetExtension
Creates a GroovyResultSet implementation.
GroovyResultSetProxy - Class in groovy.sql
GroovyResultSetProxy is used to create a proxy for GroovyResultSet.
GroovyResultSetProxy(GroovyResultSetExtension) - Constructor for class groovy.sql.GroovyResultSetProxy
Creates a new proxy instance with a custom extension.
GroovyResultSetProxy(ResultSet) - Constructor for class groovy.sql.GroovyResultSetProxy
Creates a new proxy instance.
GroovyRootDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyRootDocBuilder - Class in org.codehaus.groovy.tools.groovydoc
 
GroovyRootDocBuilder(String[], List<LinkArgument>, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
 
GroovyRootDocBuilder(GroovyDocTool, String[], List<LinkArgument>, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
Deprecated.
GroovyRowResult - Class in groovy.sql
Represents an extent of objects.
GroovyRowResult(Map<String, Object>) - Constructor for class groovy.sql.GroovyRowResult
 
GroovyRunner - Interface in org.apache.groovy.plugin
Classes which can run scripts should implement this interface.
GroovyRunnerRegistry - Class in org.apache.groovy.plugin
Registry of services that implement the GroovyRunner interface.
GroovyRuntimeException - Exception in groovy.lang
An exception thrown by the interpreter
GroovyRuntimeException() - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String) - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String, Throwable) - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String, ASTNode) - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(Throwable) - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyScriptEngine - Class in groovy.util
Specific script engine able to reload modified scripts as well as dealing properly with dependent scripts.
GroovyScriptEngine(ResourceConnector) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(ResourceConnector, ClassLoader) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String[]) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String[], ClassLoader) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String, ClassLoader) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(URL[]) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(URL[], ClassLoader) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngineFactory - Class in org.codehaus.groovy.jsr223
A factory class conforming to JSR-223 which is used to instantiate Groovy ScriptEngines and also exposes metadata describing Groovy's engine class.
GroovyScriptEngineFactory() - Constructor for class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
GroovyScriptEngineImpl - Class in org.codehaus.groovy.jsr223
JSR-223 Engine implementation.
GroovyScriptEngineImpl() - Constructor for class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
GroovyScriptEngineImpl(GroovyClassLoader) - Constructor for class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
GroovyServlet - Class in groovy.servlet
This servlet will run Groovy scripts as Groovlets.
GroovyServlet() - Constructor for class groovy.servlet.GroovyServlet
 
GroovyShell - Class in groovy.lang
Represents a groovy shell capable of running arbitrary groovy scripts
GroovyShell() - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(Binding) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(Binding, CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(GroovyShell) - Constructor for class groovy.lang.GroovyShell
Creates a child shell using a new ClassLoader which uses the parent shell's class loader as its parent
GroovyShell(ClassLoader) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, Binding) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, Binding, CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovySocketServer - Class in groovy.ui
Simple server that executes supplied script against a socket.
GroovySocketServer(GroovyShell, boolean, String, boolean, int) - Constructor for class groovy.ui.GroovySocketServer
This creates and starts the socket server on a new Thread.
GroovySocketServer(GroovyShell, GroovyCodeSource, boolean, int) - Constructor for class groovy.ui.GroovySocketServer
This creates and starts the socket server on a new Thread.
GroovyStarter - Class in org.codehaus.groovy.tools
Helper class to initialize the Groovy runtime.
GroovyStarter() - Constructor for class org.codehaus.groovy.tools.GroovyStarter
 
GroovySyntaxError - Error in org.apache.groovy.parser.antlr4
Represents a syntax error of groovy program
GroovySyntaxError(String, int, int, int) - Constructor for error org.apache.groovy.parser.antlr4.GroovySyntaxError
 
GroovySystem - Class in groovy.lang
 
GroovyTag - Interface in org.codehaus.groovy.groovydoc
 
GroovyTestCase - Class in groovy.test
A JUnit 3 TestCase base class in Groovy.
GroovyTestCase() - Constructor for class groovy.test.GroovyTestCase
 
GroovyTestSuite - Class in groovy.test
A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application.
GroovyTestSuite() - Constructor for class groovy.test.GroovyTestSuite
 
GroovyType - Interface in org.codehaus.groovy.groovydoc
 
GroovyTypeCheckingExtensionSupport - Class in org.codehaus.groovy.transform.stc
Base class for type checking extensions written in Groovy.
GroovyTypeCheckingExtensionSupport(StaticTypeCheckingVisitor, String, CompilationUnit) - Constructor for class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
Builds a type checking extension relying on a Groovy script (type checking DSL).
GroovyTypeCheckingExtensionSupport.TypeCheckingDSL - Class in org.codehaus.groovy.transform.stc
Event handler registration: setup Registers closure that runs after the type checker finishes initialization finish Registers closure that runs after the type checker completes type checking beforeVisitClass Registers closure that runs before type checking a class afterVisitClass Registers closure that runs after having finished the visit of a type checked class beforeVisitMethod Registers closure that runs before type checking a method body afterVisitMethod Registers closure that runs after type checking a method body beforeMethodCall Registers closure that runs before the type checker starts type checking a method call afterMethodCall Registers closure that runs once the type checker has finished type checking a method call methodNotFound Registers closure that runs when it fails to find an appropriate method for a method call ambiguousMethods Registers closure that runs when the type checker cannot choose between several candidate methods onMethodSelection Registers closure that runs when it finds a method appropriate for a method call unresolvedVariable Registers closure that runs when the type checker finds an unresolved variable unresolvedProperty Registers closure that runs when the type checker cannot find a property on the receiver unresolvedAttribute Registers closure that runs when the type checker cannot find an attribute on the receiver incompatibleAssignment Registers closure that runs when the type checker thinks that the right-hand side of an assignment is incompatible with the left-hand side incompatibleReturnType Registers closure that runs when the type checker thinks that a return value is incompatibe with the return type Expression categorization: isAnnotationConstantExpression Determines if argument is an AnnotationConstantExpression isArgumentListExpression Determines if argument is an ArgumentListExpression isArrayExpression Determines if argument is an ArrayExpression isAttributeExpression Determines if argument is an AttributeExpression isBinaryExpression Determines if argument is a BinaryExpression isBitwiseNegationExpression Determines if argument is a BitwiseNegationExpression isBooleanExpression Determines if argument is a BooleanExpression isCastExpression Determines if argument is a CastExpression isClassExpression Determines if argument is a ClassExpression isClosureExpression Determines if argument is a ClosureExpression isConstantExpression Determines if argument is a ConstantExpression isConstructorCallExpression Determines if argument is a ConstructorCallExpression isDeclarationExpression Determines if argument is a DeclarationExpression isElvisOperatorExpression Determines if argument is an ElvisOperatorExpression isEmptyExpression Determines if argument is an EmptyExpression isFieldExpression Determines if argument is a FieldExpression isGStringExpression Determines if argument is a GStringExpression isLambdaExpression Determines if argument is a LambdaExpression isListExpression Determines if argument is a ListExpression isMapExpression Determines if argument is a MapExpression isMapEntryExpression Determines if argument is a MapEntryExpression isMethodCallExpression Determines if argument is a MethodCallExpression isMethodPointerExpression Determines if argument is a MethodPointerExpression isMethodReferenceExpression Determines if argument is a MethodReferenceExpression isNamedArgumentListExpression Determines if argument is a NamedArgumentListExpression isNotExpression Determines if argument is a NotExpression isPostfixExpression Determines if argument is a PostfixExpression isPrefixExpression Determines if argument is a PrefixExpression isPropertyExpression Determines if argument is a PropertyExpression isRangeExpression Determines if argument is a RangeExpression isSpreadExpression Determines if argument is a SpreadExpression isSpreadMapExpression Determines if argument is a SpreadMapExpression isStaticMethodCallExpression Determines if argument is a StaticMethodCallExpression isTernaryExpression Determines if argument is a TernaryExpression isTupleExpression Determines if argument is a TupleExpression isUnaryMinusExpression Determines if argument is a UnaryMinusExpression isUnaryPlusExpression Determines if argument is a UnaryPlusExpression isVariableExpression Determines if argument is a VariableExpression General utility: Delegates to AbstractTypeCheckingExtension Imports static members of ClassHelper Imports static members of StaticTypeCheckingSupport
group() - Element in annotation type groovy.lang.Grab
The organisation or group, e.g.: "org.apache.ant".
group() - Element in annotation type groovy.lang.GrabExclude
The organisation or group, e.g.: "org.apache.ant"; required unless the compact form is used.
Group<T> - Interface in org.apache.groovy.ginq.provider.collection.runtime
Represents group
groupAnswer(Map<K, List<T>>, T, K) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups the current element according to the value
groupBy(Iterable<T>, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all Iterable members into groups determined by the supplied mapping closure.
groupBy(Iterable, Object...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all Iterable members into (sub)groups determined by the supplied mapping closures.
groupBy(Iterable, List<Closure>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all Iterable members into (sub)groups determined by the supplied mapping closures.
groupBy(Object[], Object...) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Sorts all array members into (sub)groups determined by the supplied mapping closures as per the Iterable variant of this method.
groupBy(Object[], Object...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
groupBy(Object[], List<Closure<?>>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Sorts all array members into (sub)groups determined by the supplied mapping closures as per the list variant of this method.
groupBy(Object[], List<Closure>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
groupBy(Function<? super T, ?>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Group by Queryable instance without having clause, similar to SQL's group by
groupBy(Function<? super T, ?>, Predicate<? super Tuple2<?, Queryable<? extends T>>>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Group by Queryable instance, similar to SQL's group by
groupBy(Map<K, V>, Closure<G>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups the members of a map into sub maps determined by the supplied mapping closure.
groupBy(Map, Object...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups the members of a map into sub maps determined by the supplied mapping closures.
groupBy(Map, List<Closure>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups the members of a map into sub maps determined by the supplied mapping closures.
groupBy(T[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Sorts all array members into groups determined by the supplied mapping closure.
groupBy(T[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
groupEntriesBy(Map<K, V>, Closure<G>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Groups all map entries into groups determined by the supplied mapping closure.
GroupExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents group by expression
GroupExpression(Expression) - Constructor for class org.apache.groovy.ginq.dsl.expression.GroupExpression
 
grow(char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
grow(char[], int) - Static method in class org.apache.groovy.json.internal.Chr
 
grow(V[]) - Static method in class org.apache.groovy.json.internal.LazyMap
 
gstring() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.DynamicMemberNameContext
 
gstring() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
gstring() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPrmrAltContext
 
GString - Class in groovy.lang
Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
GString(Object) - Constructor for class groovy.lang.GString
 
GString(Object[]) - Constructor for class groovy.lang.GString
 
GSTRING_END - Static variable in class org.codehaus.groovy.syntax.Types
 
GSTRING_EXPRESSION_END - Static variable in class org.codehaus.groovy.syntax.Types
 
GSTRING_EXPRESSION_START - Static variable in class org.codehaus.groovy.syntax.Types
 
GSTRING_PATH_MODE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GSTRING_START - Static variable in class org.codehaus.groovy.syntax.Types
 
GSTRING_STRING_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
GSTRING_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
GSTRING_TYPE_SELECTOR_MODE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GStringBegin - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GStringBegin - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GStringBegin() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
GstringContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
GStringEnd - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GStringEnd - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GStringEnd() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
GStringExpression - Class in org.codehaus.groovy.ast.expr
Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily
GStringExpression(String) - Constructor for class org.codehaus.groovy.ast.expr.GStringExpression
 
GStringExpression(String, List<ConstantExpression>, List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.GStringExpression
 
GStringImpl - Class in org.codehaus.groovy.runtime
Default implementation of a GString used by the compiler.
GStringImpl(Object[], String[]) - Constructor for class org.codehaus.groovy.runtime.GStringImpl
Create a new GString with values and strings.
GStringImpl(Object[], String[], boolean, String, boolean) - Constructor for class org.codehaus.groovy.runtime.GStringImpl
Create a new GString with values and strings.
GStringPart - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GStringPart - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GStringPart() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
GStringPart(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
gstringPath() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
gstringPath() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringValueContext
 
GstringPathContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
GStringPathPart - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GStringPathPart - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GStringPathPart() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
GStringPathPart(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
GstringPrmrAltContext(GroovyParser.PrimaryContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GstringPrmrAltContext
 
GStringTemplateEngine - Class in groovy.text
Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output using a streaming approach.
GStringTemplateEngine() - Constructor for class groovy.text.GStringTemplateEngine
 
GStringTemplateEngine(ClassLoader) - Constructor for class groovy.text.GStringTemplateEngine
 
GStringUtil - Class in org.codehaus.groovy.runtime
This class is primarily intended for INTERNAL USE.
gstringValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
gstringValue() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
gstringValue(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringContext
 
GstringValueContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.GstringValueContext
 
GT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
GT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
GT - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NonWildcardTypeArgumentsContext
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsContext
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeArgumentsOrDiamondContext
 
GT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.TypeParametersContext
 
GT(int) - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ShiftExprAltContext
 
gtX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 

H

hadEscape() - Method in interface org.apache.groovy.json.internal.CharacterSource
 
hadEscape() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
handle - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
handle(Class<T>, Exception) - Static method in class org.apache.groovy.json.internal.Exceptions
 
handle(Class<T>, String, Throwable) - Static method in class org.apache.groovy.json.internal.Exceptions
 
handle(Exception) - Static method in class org.apache.groovy.json.internal.Exceptions
 
handle(String, Throwable) - Static method in class org.apache.groovy.json.internal.Exceptions
 
handle(ASTNode, GroovyParser.GroovyParserRuleContext) - Method in class org.apache.groovy.parser.antlr4.GroovydocManager
Attach doc comment to member node as meta data
handleAmbiguousMethods(List<MethodNode>, Expression) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleAmbiguousMethods(List<MethodNode>, Expression) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleAmbiguousMethods(List<MethodNode>, Expression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker before throwing an "ambiguous method" error, giving the chance to the extension to select the method properly.
handleComment(int, Supplier<String>) - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
handled - Variable in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
handleException(Exception) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
handleException(String, Exception) - Method in class groovy.console.ui.ConsoleSupport
 
handleException(SAXException) - Method in class groovy.xml.SAXBuilder
 
handleIncompatibleAssignment(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleIncompatibleAssignment(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleIncompatibleAssignment(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker when an assignment is not allowed by the type checker.
handleIncompatibleReturnType(ReturnStatement, ClassNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleIncompatibleReturnType(ReturnStatement, ClassNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleIncompatibleReturnType(ReturnStatement, ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to catch incompatible return types.
handleMatches(long, LinkedList, Object, long) - Static method in class groovy.lang.MetaClassImpl
 
HandleMetaClass - Class in org.codehaus.groovy.runtime
 
HandleMetaClass(MetaClass) - Constructor for class org.codehaus.groovy.runtime.HandleMetaClass
 
HandleMetaClass(MetaClass, Object) - Constructor for class org.codehaus.groovy.runtime.HandleMetaClass
 
handleMissingMethod(ClassNode, String, ArgumentListExpression, ClassNode[], MethodCall) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleMissingMethod(ClassNode, String, ArgumentListExpression, ClassNode[], MethodCall) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleMissingMethod(ClassNode, String, ArgumentListExpression, ClassNode[], MethodCall) - Method in class org.codehaus.groovy.transform.stc.TraitTypeCheckingExtension
 
handleMissingMethod(ClassNode, String, ArgumentListExpression, ClassNode[], MethodCall) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker when a method call cannot be resolved.
handleNodeAttributes(Object, Map) - Method in class groovy.util.FactoryBuilderSupport
Assigns any existing properties to the node.
It will call attributeDelegates before passing control to the factory that built the node.
handleNotification(Notification, Object) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
 
handleNotification(Notification, Object) - Method in class groovy.jmx.builder.JmxEventListener
This is the implemented method for NotificationListener.
handlers - Variable in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handles(Class<?>) - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
Returns true if this converter can handle conversions of the given type.
handles(Class<?>) - Method in interface groovy.json.JsonGenerator.Converter
Returns true if this converter can handle conversions of the given type.
handleTargetMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.ast.MethodInvocationTrap
 
handleUnresolvedAttribute(AttributeExpression) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleUnresolvedAttribute(AttributeExpression) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleUnresolvedAttribute(AttributeExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker when an attribute expression cannot be resolved (for example, when an attribute doesn't exist).
handleUnresolvedProperty(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleUnresolvedProperty(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleUnresolvedProperty(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker when a property expression cannot be resolved (for example, when a property doesn't exist).
handleUnresolvedVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
handleUnresolvedVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.EnumTypeCheckingExtension
 
handleUnresolvedVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
handleUnresolvedVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
This method is called by the type checker when a variable expression cannot be resolved.
HARD - Enum constant in enum org.codehaus.groovy.util.ReferenceType
 
HAS_CATEGORY_IN_CURRENT_THREAD_GUARD - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
hasAnnotation(AnnotatedNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.AnnotatedNodeUtils
 
hasAnnotation(ClassNode, ClassNode) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
hasAnnotationDefault() - Method in class org.codehaus.groovy.ast.MethodNode
 
hasAnnotationOfType(AnnotatedNode, String) - Static method in class org.apache.groovy.contracts.util.AnnotationUtils
Checks whether the given ClassNode is annotated with an annotations of the given package or full annotatedNode name.
hasBindableAnnotation(AnnotatedNode) - Static method in class groovy.beans.BindableASTTransformation
Convenience method to see if an annotated node is @Bindable.
hasBlockRecorder() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
hasCallSiteUse() - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
hasCategoryInAnyThread() - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
hasCategoryInCurrentThread() - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
 
hasChanged() - Method in class groovy.console.ui.text.TextUndoManager
 
hasChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
Checks to see if there is a next character.
hasChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
hasChildren() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node has any non-root elements.
hasClassNodeToCompile() - Method in class org.codehaus.groovy.ast.CompileUnit
Deprecated.
hasClassRetention() - Method in class org.codehaus.groovy.ast.AnnotationNode
Flag corresponding to RetentionPolicy.CLASS.
hasClassX(Expression, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
HasCleanup - Interface in org.codehaus.groovy.control
An interface for things that need to be cleaned up after operations complete.
hasCompatibleConfiguration(CompilerConfiguration) - Method in class groovy.lang.GroovyClassLoader
Checks if this class loader has compatible CompilerConfiguration with the provided one.
hasCurrent() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
hasCustomInvokeMethod() - Method in class groovy.lang.MetaClassImpl
indicates is the metaclass method invocation for non-static methods is done through a custom invoker object.
hasCustomStaticInvokeMethod() - Method in class groovy.lang.ExpandoMetaClass
 
hasCustomStaticInvokeMethod() - Method in class groovy.lang.MetaClassImpl
indicates is the metaclass method invocation for static methods is done through a custom invoker object.
hasDecimalChar(char[], boolean) - Static method in class org.apache.groovy.json.internal.CharScanner
 
hasDeclaredMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
hasDeclaredMethod(ClassNode, String, int) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
hasDefaultClassInvariant() - Method in class org.apache.groovy.contracts.domain.Contract
 
hasDefaultImplementation(Method) - Static method in class org.codehaus.groovy.transform.trait.Traits
Indicates whether a method in a trait interface has a default implementation.
hasDefaultImplementation(MethodNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Indicates whether a method in a trait interface has a default implementation.
hasDefaultValue() - Method in class org.codehaus.groovy.ast.MethodNode
 
hasEqualFieldX(FieldNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
hasEqualPropertyX(ClassNode, PropertyNode, VariableExpression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
hasEqualPropertyX(PropertyNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
hasErrors() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns true if there are any errors pending.
hasEscapeChar(char[], int, int[]) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
hasExplicitConstructor(AbstractASTTransformation, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given ClassNode declares an explicit (non-generated) constructor.
hasFiles() - Method in class org.codehaus.groovy.ant.FileScanner
 
hasGroup(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Checks whether a Matcher contains a group or not.
hash - Variable in class org.codehaus.groovy.reflection.ClassInfo
 
hash - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
hash(Object) - Method in class groovy.util.MapEntry
Helper method to handle object hashes for possibly null values
hashCode() - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
hashCode() - Method in class groovy.lang.DelegatingMetaClass
 
hashCode() - Method in class groovy.lang.GroovyCodeSource
 
hashCode() - Method in class groovy.lang.groovydoc.Groovydoc
 
hashCode() - Method in class groovy.lang.groovydoc.GroovydocTag
 
hashCode() - Method in class groovy.lang.GString
 
hashCode() - Method in class groovy.lang.IntRange
 
hashCode() - Method in class groovy.lang.ListWithDefault
 
hashCode() - Method in class groovy.lang.MapWithDefault
 
hashCode() - Method in class groovy.lang.NamedValue
 
hashCode() - Method in class groovy.lang.NumberRange
A NumberRange's hashCode is based on hashCode values of the discrete items it represents.
hashCode() - Method in class groovy.lang.Sequence
 
hashCode() - Method in class groovy.lang.SpreadMap
 
hashCode() - Method in class groovy.lang.Tuple
 
hashCode() - Method in class groovy.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class groovy.sql.GroovyRowResult
 
hashCode() - Method in class groovy.util.Expando
This allows hashCode to be overridden by a closure field method attached to the expando object.
hashCode() - Method in class groovy.util.MapEntry
 
hashCode() - Method in class groovy.util.ObservableList
 
hashCode() - Method in class groovy.util.ObservableMap
 
hashCode() - Method in class groovy.xml.slurpersupport.GPathResult
 
hashCode() - Method in class org.apache.groovy.contracts.generation.ContractExecutionTracker.ContractExecution
 
hashCode() - Method in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
hashCode() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
hashCode() - Method in class org.apache.groovy.json.internal.LazyMap
 
hashCode() - Method in class org.apache.groovy.json.internal.NumberValue
 
hashCode() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
hashCode() - Method in class org.apache.groovy.parser.antlr4.PositionInfo
 
hashCode() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry
 
hashCode() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
hashCode() - Method in class org.codehaus.groovy.ast.ClassNode
 
hashCode() - Method in class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
hashCode() - Method in class org.codehaus.groovy.ast.ImportNode
 
hashCode() - Method in class org.codehaus.groovy.ast.ModifierNode
 
hashCode() - Method in class org.codehaus.groovy.ast.RecordComponentNode
 
hashCode() - Method in class org.codehaus.groovy.reflection.CachedClass
 
hashCode() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
hashCode() - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
hashCode() - Method in class org.codehaus.groovy.runtime.ConversionHandler
Returns a hash code value for the delegate.
hashCode() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
hashCode() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
hashCode() - Method in class org.codehaus.groovy.runtime.MethodKey
 
hashCode() - Method in class org.codehaus.groovy.runtime.NullObject
 
hashCode() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
hashCode() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
hashCode() - Method in class org.codehaus.groovy.tools.javac.MemJavaFileObject
 
hashCode() - Method in class org.codehaus.groovy.tools.javac.RawJavaFileObject
 
hashCode() - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
hashCode(String) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Computes a hash code for a string.
HashCodeHelper - Class in org.codehaus.groovy.util
A utility class to help calculate hashcode values using an algorithm similar to that outlined in "Effective Java, Joshua Bloch, 2nd Edition".
HashCodeHelper() - Constructor for class org.codehaus.groovy.util.HashCodeHelper
 
HashIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
hashOf(Object) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
 
HASHSET_CONSTRUCTOR - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
hasImplicitParameter(ClosureExpression) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
 
hasImportsResolved() - Method in class org.codehaus.groovy.ast.ModuleNode
 
hasIncludeGenerated(ClassNode) - Static method in class org.codehaus.groovy.transform.NullCheckASTTransformation
 
hasInitialExpression() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
hasInitialExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
hasInitialExpression() - Method in class org.codehaus.groovy.ast.FieldNode
 
hasInitialExpression() - Method in class org.codehaus.groovy.ast.Parameter
 
hasInitialExpression() - Method in class org.codehaus.groovy.ast.PropertyNode
 
hasInitialExpression() - Method in interface org.codehaus.groovy.ast.Variable
Returns true if there is an initialization expression.
hasInitializer() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
hasListeners(String) - Method in class groovy.util.ObservableList
 
hasListeners(String) - Method in class groovy.util.ObservableMap
 
hasListeners(String) - Method in class groovy.util.ObservableSet
 
hasLocale() - Method in class groovy.text.markup.MarkupTemplateEngine.TemplateResource
 
hasMetaAnnotations(AnnotatedNode, String) - Static method in class org.apache.groovy.contracts.util.AnnotationUtils
Loads all annotation nodes of the given AnnotatedNode instance which are marked with the annotation metaAnnotationClassName.
hasMetaMethod(String, Class[]) - Method in class groovy.lang.ExpandoMetaClass
Checks whether a MetaMethod for the given name and arguments exists
hasMetaProperty(String) - Method in class groovy.lang.ExpandoMetaClass
Returns true if the MetaClass has the given property
hasMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
hasModifiedMetaClass(ExpandoMetaClass) - Method in class groovy.lang.ExpandoMetaClassCreationHandle
 
hasModule(String) - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
hasMore() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
hasMoreElements() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.HashIterator
 
hasMoreElements() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
hasNext() - Method in class groovy.json.JsonLexer
Iterator method to know if another token follows, or if we've reached the end of the stream.
hasNext() - Method in class groovy.util.ObservableList.ObservableIterator
 
hasNext() - Method in class groovy.util.ObservableSet.ObservableIterator
 
hasNext() - Method in class groovy.util.PermutationGenerator
 
hasNext() - Method in class groovy.xml.slurpersupport.NodeIterator
 
hasNext() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.HashIterator
 
hasNext() - Method in class org.codehaus.groovy.ant.FileIterator
 
hasNext() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
hasNext() - Method in class org.codehaus.groovy.runtime.ReverseListIterator
hasNext() - Method in class org.codehaus.groovy.util.ArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.BooleanArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.ByteArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.CharArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.DoubleArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.DoubleDoubleArrayColumnIterator
 
hasNext() - Method in class org.codehaus.groovy.util.FloatArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.FloatFloatArrayColumnIterator
 
hasNext() - Method in class org.codehaus.groovy.util.IntArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.IntIntArrayColumnIterator
 
hasNext() - Method in class org.codehaus.groovy.util.IteratorBufferedIterator
 
hasNext() - Method in class org.codehaus.groovy.util.ListBufferedIterator
 
hasNext() - Method in class org.codehaus.groovy.util.LongArrayIterator
 
hasNext() - Method in class org.codehaus.groovy.util.LongLongArrayColumnIterator
 
hasNext() - Method in class org.codehaus.groovy.util.ShortArrayIterator
 
hasNoArgConstructor(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given ClassNode declares a zero argument constructor.
hasNonPlaceHolders(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Checks if the type has any non-placeholder (aka resolved) generics.
hasNoRealSourcePosition() - Method in class org.codehaus.groovy.ast.AnnotatedNode
Returns true for default constructors added by the compiler.
hasPackage() - Method in class org.codehaus.groovy.ast.ModuleNode
 
hasPackageName() - Method in class org.codehaus.groovy.ast.ClassNode
 
hasPackageName() - Method in class org.codehaus.groovy.ast.ModuleNode
 
hasPerInstanceMetaClasses() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
hasPlaceHolders(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Checks if the type has any placeholder (aka unresolved) generics.
hasPossibleMethod(String, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
Determines if the type has a possibly-matching instance method with the given name and arguments.
hasPossibleStaticMethod(String, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
Checks if the given method has a possibly matching static method with the given name and arguments.
hasPossibleStaticMethod(ClassNode, String, Expression, boolean) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given method has a possibly matching static method with the given name and arguments.
hasPossibleStaticProperty(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given class has the named static property.
hasPrevious() - Method in class groovy.util.ObservableList.ObservableListIterator
 
hasProperty(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
hasProperty(Object, String) - Method in class groovy.lang.MetaClassImpl
 
hasProperty(Object, String) - Method in interface groovy.lang.MetaObjectProtocol
Returns true of the implementing MetaClass has a property of the given name
hasProperty(Object, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true of the implementing MetaClass has a property of the given name
hasProperty(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
hasProperty(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
HasRecursiveCalls - Class in org.codehaus.groovy.transform.tailrec
Check if there are any recursive calls in a method
HasRecursiveCalls() - Constructor for class org.codehaus.groovy.transform.tailrec.HasRecursiveCalls
 
hasRHSIncompleteGenericTypeInfo(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Deprecated, for removal: This API element is subject to removal in a future version.
hasRuntimeRetention() - Method in class org.codehaus.groovy.ast.AnnotationNode
Flag corresponding to RetentionPolicy.RUNTIME.
hasSameFieldX(FieldNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
hasSamePropertyX(PropertyNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
hasSingleCharacterArg(Closure) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
Does the Closure have a single char-like (char or Character) argument.
hasSingleStringArg(Closure) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
Does the Closure have a single String argument.
hasSourceRetention() - Method in class org.codehaus.groovy.ast.AnnotationNode
Flag corresponding to RetentionPolicy.SOURCE.
hasStaticProperty(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given class has the named static property.
hasUnresolvedGenerics(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Checks for any placeholder (aka unresolved) generics.
hasUTF16BEBom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-16 Big Endian (utf-16 and ucs-2).
hasUTF16LEBom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-16 Low Endian (ucs-2le, ucs-4le, and ucs-16le).
hasUTF8Bom() - Method in class groovy.util.CharsetToolkit
Has a Byte Order Marker for UTF-8 (Used by Microsoft's Notepad and other editors).
hasVariable(String) - Method in class groovy.lang.Binding
Simple check for whether the binding contains a particular variable or not.
hasVetoableAnnotation(AnnotatedNode) - Static method in class groovy.beans.VetoableASTTransformation
Convenience method to see if an annotated node is @Vetoable.
hasViolations() - Method in class org.apache.groovy.contracts.ViolationTracker
 
hasWarnings() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns true if there are any warnings pending.
haveHighSurrogate - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
HavingExpression - Class in org.apache.groovy.ginq.dsl.expression
Represents having expression
HavingExpression(Expression) - Constructor for class org.apache.groovy.ginq.dsl.expression.HavingExpression
 
head() - Method in interface groovy.util.BufferedIterator
 
head() - Method in class org.codehaus.groovy.util.IteratorBufferedIterator
Return the next element to be returned by next() without consuming it.
head() - Method in class org.codehaus.groovy.util.ListBufferedIterator
Return the next element to be returned by next() without consuming it.
head(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the boolean array.
head(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the byte array.
head(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the char array.
head(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the double array.
head(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the float array.
head(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the int array.
head(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the long array.
head(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the short array.
head(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the Iterable.
head(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the List.
head(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the first item from the Object array.
head(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
HEX_INTEGER_LITERAL - Static variable in class groovy.console.ui.text.GroovyFilter
 
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in class groovy.console.ui.text.GroovyFilter
 
highlight() - Method in class groovy.console.ui.text.MatchingHighlighter
 
HIGHLIGHTED_TOKEN_TYPE_LIST - Static variable in class groovy.console.ui.text.SmartDocumentFilter
 
hours - Variable in class groovy.time.BaseDuration
 
huntForTheScriptFile(String) - Method in class groovy.ui.GroovyMain
Hunt for the script file by calling searchForGroovyScriptFile(String).
hydrated() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
hydrated() - Method in interface org.apache.groovy.json.internal.ValueMap
Has the map been hydrated.
hydrated() - Method in class org.apache.groovy.json.internal.ValueMapImpl
 

I

ICON_ATTRIBUTE - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
ICON_ELEMENT_NAME - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
id() - Element in annotation type groovy.transform.VisibilityOptions
 
IDENT - Static variable in class groovy.console.ui.text.GroovyFilter
 
IDENTICAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IDENTICAL - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IDENTICAL() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EqualityExprAltContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ContinueStatementContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ElementValuePairNameContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnumConstantContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.GstringPathContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierPrmrAltContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.LabeledStmtAltContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.MethodNameContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.NamePartContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedClassNameContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.VariableDeclaratorIdContext
 
Identifier - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
Identifier - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
Identifier() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
IDENTIFIER - Static variable in class org.codehaus.groovy.syntax.Types
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
IdentifierPrmrAltContext(GroovyParser.PrimaryContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierPrmrAltContext
 
identity() - Static method in interface groovy.util.function.FloatUnaryOperator
Returns the identity float unary operator.
identity(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the closure to be called for the object reference self.
IDENTITY - Static variable in class groovy.lang.Closure
 
IDENTITY_COMPARISONS - Enum constant in enum org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.Option
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
IF - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IF - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
IF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
ifElseForWhileAssignmentTracker - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
This field is used to track assignments in if/else branches, for loops and while loops.
ifElseS(Expression, Statement, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ifElseS$$bridge(Expression, Statement, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
ifElseStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ConditionalStatementContext
 
ifElseStatement() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
IfElseStatementContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.IfElseStatementContext
 
IFileNameFinder - Interface in groovy.util
 
ifS(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ifS(Expression, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ifS$$bridge(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
ifS$$bridge(Expression, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
IfStatement - Class in org.codehaus.groovy.ast.stmt
Represents an if (condition) { ...
IfStatement(BooleanExpression, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.IfStatement
 
ignorableWhitespace(char[], int, int) - Method in class groovy.xml.XmlParser
 
ignorableWhitespace(char[], int, int) - Method in class groovy.xml.XmlSlurper
 
ignoreNulls() - Element in annotation type groovy.transform.ToString
Don't display any fields or properties with value null.
IllegalPropertyAccessException - Exception in groovy.lang
An exception occurred if a dynamic property dispatch fails with a field not accessible.
IllegalPropertyAccessException(Field, Class) - Constructor for exception groovy.lang.IllegalPropertyAccessException
 
IllegalPropertyAccessException(String, Class, int) - Constructor for exception groovy.lang.IllegalPropertyAccessException
 
IMMUTABLE_BREADCRUMB - Static variable in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
IMMUTABLE_OPTIONS_TYPE - Static variable in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
ImmutableASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Immutable annotation.
ImmutableASTTransformation() - Constructor for class org.codehaus.groovy.transform.ImmutableASTTransformation
 
ImmutableBase - Annotation Type in groovy.transform
Class annotation used to assist in the creation of immutable classes.
ImmutableOptions - Annotation Type in groovy.transform
Class annotation used to assist in the creation of immutable classes.
ImmutablePropertyHandler - Class in groovy.transform.options
 
ImmutablePropertyHandler() - Constructor for class groovy.transform.options.ImmutablePropertyHandler
 
ImmutablePropertyUtils - Class in org.apache.groovy.ast.tools
 
IMPLEMENTED_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
IMPLEMENTS - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IMPLEMENTS - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IMPLEMENTS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
IMPLEMENTS() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
implementsAnyInterfaces(ClassNode...) - Method in class org.codehaus.groovy.ast.ClassNode
 
implementsCloneable(ClassNode) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
implementsInterface(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
implementsInterfaceOrIsSubclassOf(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
implementsInterfaceOrSubclassOf(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Determines if the source class implements an interface or subclasses the target type.
ImplicationExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ImplicationExprAltContext
 
IMPLICIT_RECEIVER - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
if the receiver is implicit but not "this", store the name of the receiver (delegate or owner)
IMPLICIT_THIS - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
flags for method and property calls
IMPLICIT_THIS - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyInterface
flags for method and property calls
implies(Boolean, Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Logical implication of two boolean operands.
IMPLIES - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IMPLIES - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IMPLIES - Static variable in class org.codehaus.groovy.syntax.Types
 
IMPLIES() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImplicationExprAltContext
 
IMPORT - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IMPORT - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IMPORT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
IMPORT() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
ImportCustomizer - Class in org.codehaus.groovy.control.customizers
This compilation customizer allows adding various types of imports to the compilation unit.
ImportCustomizer() - Constructor for class org.codehaus.groovy.control.customizers.ImportCustomizer
 
ImportCustomizerFactory - Class in org.codehaus.groovy.control.customizers.builder
This factory allows the generation of an import customizer.
ImportCustomizerFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.ImportCustomizerFactory
 
importDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
importDeclaration() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ScriptStatementContext
 
ImportDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.ImportDeclarationContext
 
importedClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
importedClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
importedClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
importedClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
importedPackages() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
importedPackages() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
importedPackages() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
importedPackages() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
ImportNode - Class in org.codehaus.groovy.ast
Represents an import statement.
ImportNode(String) - Constructor for class org.codehaus.groovy.ast.ImportNode
An import of all types in a package, i.e. import pack.*
ImportNode(ClassNode) - Constructor for class org.codehaus.groovy.ast.ImportNode
An import of all static members of a type, i.e. import static pack.Type.*
ImportNode(ClassNode, String) - Constructor for class org.codehaus.groovy.ast.ImportNode
An import of a single type, i.e. import pack.Type or import pack.Type as Alias
ImportNode(ClassNode, String, String) - Constructor for class org.codehaus.groovy.ast.ImportNode
An import of a static field or method of a type, i.e. import static pack.Type.name or import static pack.Type.name as alias
in - Variable in class org.codehaus.groovy.tools.shell.IO
Preferred input reader.
in(char, char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
in(char, int, char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
in(char, int, int, char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
in(int, char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
in(int, Object) - Static method in class groovy.sql.Sql
Create a new InParameter
IN - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IN - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.EnhancedForControlContext
 
IN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IdentifierContext
 
IN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
IN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.QualifiedNameElementContext
 
IN() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
INC - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
INC - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
INC() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PostfixExpressionContext
 
INC() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.UnaryAddExprAltContext
 
INC_PATH_INFO - Static variable in class groovy.servlet.AbstractHttpServlet
Servlet API include key name: path_info
INC_REQUEST_URI - Static variable in class groovy.servlet.AbstractHttpServlet
 
INC_SERVLET_PATH - Static variable in class groovy.servlet.AbstractHttpServlet
Servlet API include key name: servlet_path
include(String) - Method in class groovy.servlet.ServletBinding
 
includeEscaped(String) - Method in class groovy.text.markup.BaseTemplate
Includes contents of another file, not as a template but as escaped text.
includeFields() - Element in annotation type groovy.transform.AutoClone
Include fields as well as properties when cloning.
includeFields() - Element in annotation type groovy.transform.EqualsAndHashCode
Include fields as well as properties in equals and hashCode calculations.
includeFields() - Element in annotation type groovy.transform.ExternalizeMethods
Include fields as well as properties when externalizing.
includeFields() - Element in annotation type groovy.transform.ExternalizeVerifier
Include fields as well as properties when verifying externalization properties.
includeFields() - Element in annotation type groovy.transform.MapConstructor
Include fields in the constructor.
includeFields() - Element in annotation type groovy.transform.ToString
Include fields as well as properties in the generated toString.
includeFields() - Element in annotation type groovy.transform.TupleConstructor
Include fields in the constructor.
includeGenerated() - Element in annotation type groovy.transform.NullCheck
Whether to try to add null checking to generated methods/constructors such as those added by other transforms.
includeGroovy(String) - Method in class groovy.text.markup.BaseTemplate
Includes another template inside this template.
includeNames() - Element in annotation type groovy.transform.ToString
Whether to include names of properties/fields in the generated toString.
includePackage() - Element in annotation type groovy.transform.ToString
Whether to include the fully-qualified class name (i.e.
includeProperties() - Element in annotation type groovy.transform.MapConstructor
Include properties in the constructor.
includeProperties() - Element in annotation type groovy.transform.TupleConstructor
Include properties in the constructor.
includes() - Element in annotation type groovy.lang.Delegate
List of method and/or property names to include when delegating.
includes() - Element in annotation type groovy.transform.builder.Builder
List of field and/or property names to include within the generated builder methods.
includes() - Element in annotation type groovy.transform.EqualsAndHashCode
List of property names (and field names if includeFields is true) to include within the equals and hashCode calculations.
includes() - Element in annotation type groovy.transform.MapConstructor
List of field and/or property names to include within the constructor.
includes() - Element in annotation type groovy.transform.Sortable
Property names to include in the comparison algorithm.
includes() - Element in annotation type groovy.transform.ToString
List of field and/or property names to include within the generated toString.
includes() - Element in annotation type groovy.transform.TupleConstructor
List of field and/or property names to include within the constructor.
includeStatic() - Element in annotation type groovy.transform.MapConstructor
Whether to include static properties in the constructor.
includeSuper() - Element in annotation type groovy.transform.ToString
Whether to include the toString() of super in the generated toString.
includeSuperFields() - Element in annotation type groovy.transform.MapConstructor
Include fields from super classes in the constructor.
includeSuperFields() - Element in annotation type groovy.transform.ToString
Include super fields in the generated toString.
includeSuperFields() - Element in annotation type groovy.transform.TupleConstructor
Include visible fields from super classes in the constructor.
includeSuperProperties() - Element in annotation type groovy.transform.builder.Builder
Generate builder methods for properties from super classes.
includeSuperProperties() - Element in annotation type groovy.transform.MapConstructor
Include properties from super classes in the constructor.
includeSuperProperties() - Element in annotation type groovy.transform.Sortable
Whether to include super properties in the comparison algorithm.
includeSuperProperties() - Element in annotation type groovy.transform.ToString
Whether to include super properties in the generated toString.
includeSuperProperties() - Element in annotation type groovy.transform.TupleConstructor
Include properties from super classes in the constructor.
includeTypes() - Element in annotation type groovy.lang.Delegate
List of interfaces containing method signatures to include when delegating.
includeUnescaped(String) - Method in class groovy.text.markup.BaseTemplate
Includes contents of another file, not as a template but as unescaped text.
InclusiveOrExprAltContext(GroovyParser.ExpressionContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.InclusiveOrExprAltContext
 
IncorrectClosureArgumentsException - Exception in groovy.lang
An exception occurred when invoking a Closure with the wrong number and/or types of arguments
IncorrectClosureArgumentsException(Closure, Object, Class[]) - Constructor for exception groovy.lang.IncorrectClosureArgumentsException
 
IncorrectTypeHintException - Exception in groovy.transform.stc
 
IncorrectTypeHintException(MethodNode, String, int, int) - Constructor for exception groovy.transform.stc.IncorrectTypeHintException
 
IncorrectTypeHintException(MethodNode, Throwable, int, int) - Constructor for exception groovy.transform.stc.IncorrectTypeHintException
 
increment(Object) - Method in class groovy.lang.ObjectRange
Increments by one
incrementBatchCount() - Method in class groovy.sql.BatchingStatementWrapper
Increments batch count (after addBatch(..) has been called) and execute delegate.executeBatch() if batchSize has been reached.
incrementFallbackCount() - Method in class org.codehaus.groovy.vmplugin.v8.CacheableCallSite
 
incrementIndent() - Method in class groovy.util.IndentPrinter
 
Incubating - Annotation Type in org.apache.groovy.lang.annotation
Indicates experimental and still-to-be-refined API, which may change at any time.
incVersion() - Method in class groovy.lang.MetaClassImpl
Increments version of the contained Class
incVersion() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
IndentPrinter - Class in groovy.util
A helper class for printing indented text.
IndentPrinter() - Constructor for class groovy.util.IndentPrinter
Creates an IndentPrinter backed by a PrintWriter pointing to System.out, with an indent of two spaces.
IndentPrinter(Writer) - Constructor for class groovy.util.IndentPrinter
Creates an IndentPrinter backed by the supplied Writer, with an indent of two spaces.
IndentPrinter(Writer, String) - Constructor for class groovy.util.IndentPrinter
Creates an IndentPrinter backed by the supplied Writer, with a user-supplied String to be used for indenting.
IndentPrinter(Writer, String, boolean) - Constructor for class groovy.util.IndentPrinter
Creates an IndentPrinter backed by the supplied Writer, with a user-supplied String to be used for indenting and the ability to override newline handling.
IndentPrinter(Writer, String, boolean, boolean) - Constructor for class groovy.util.IndentPrinter
Create an IndentPrinter to the given PrintWriter
index - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
index - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
INDEX_OVERLAY - Enum constant in enum groovy.json.JsonParserType
Fastest parser, but has pointers (indexes really) to original char buffer.
indexed(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a double[] with indices in (index, value) order starting from index 0.
indexed(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(double[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a double[] with indices in (index, value) order starting from a given index.
indexed(double[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a float[] with indices in (index, value) order starting from index 0.
indexed(float[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a float[] with indices in (index, value) order starting from a given index.
indexed(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips an int[] with indices in (index, value) order starting from index 0.
indexed(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(int[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips an int[] with indices in (index, value) order starting from a given index.
indexed(int[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a long[] with indices in (index, value) order starting from index 0.
indexed(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(long[], int) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Zips a long[] with indices in (index, value) order starting from a given index.
indexed(long[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
indexed(Iterable<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an Iterable with indices in (index, value) order.
indexed(Iterable<E>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an Iterable with indices in (index, value) order.
indexed(Iterator<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an iterator with indices in (index, value) order.
indexed(Iterator<E>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an iterator with indices in (index, value) order.
IndexedProperty - Annotation Type in groovy.transform
Field annotation used with properties to provide an indexed getter and setter for the property.
IndexedPropertyASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @IndexedProperty annotation.
IndexedPropertyASTTransformation() - Constructor for class org.codehaus.groovy.transform.IndexedPropertyASTTransformation
 
indexMap - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
a map of the starter class plus its super classes to save method lists for static/normal/super method calls.
indexOf(int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
indexOf(int, int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
indexOf(Object) - Method in class groovy.lang.ListWithDefault
 
indexOf(Object) - Method in class groovy.swing.impl.ListWrapperListModel
 
indexOf(Object) - Method in class groovy.util.ObservableList
 
indexOf(Object[], Object) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the index of the first occurrence of the specified element in the array.
indexOf(String) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
indexOf(String, int) - Method in class org.codehaus.groovy.runtime.GStringImpl
 
indexPropertyArgs() - Method in class org.apache.groovy.parser.antlr4.GroovyParser
 
indexPropertyArgs() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.PathElementContext
 
IndexPropertyArgsContext(ParserRuleContext, int) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.IndexPropertyArgsContext
 
indexX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
IndyArrayAccess - Class in org.codehaus.groovy.vmplugin.v8
Class for handling array access through invokedynamic using static callsite information
IndyArrayAccess() - Constructor for class org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
 
IndyBinHelper - Class in org.codehaus.groovy.classgen.asm.indy
 
IndyBinHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.indy.IndyBinHelper
 
IndyCallSiteWriter - Class in org.codehaus.groovy.classgen.asm.indy
Dummy class used by the indy implementation.
IndyCallSiteWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
IndyGuardsFiltersAndSignatures - Class in org.codehaus.groovy.vmplugin.v8
This class contains guards, runtime filters and MethodType signatures used by indy.
IndyGuardsFiltersAndSignatures() - Constructor for class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
IndyInterface - Class in org.codehaus.groovy.vmplugin.v7
Deprecated.
IndyInterface - Class in org.codehaus.groovy.vmplugin.v8
Bytecode level interface for bootstrap methods used by invokedynamic.
IndyInterface() - Constructor for class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
 
IndyInterface() - Constructor for class org.codehaus.groovy.vmplugin.v8.IndyInterface
 
IndyInterface.CallType - Enum in org.codehaus.groovy.vmplugin.v7
Deprecated.
Enum for easy differentiation between call types
IndyInterface.CallType - Enum in org.codehaus.groovy.vmplugin.v8
Enum for easy differentiation between call types
IndyMath - Class in org.codehaus.groovy.vmplugin.v8
This class contains math operations used by indy instead of the normal meta method and call site caching system.
IndyMath() - Constructor for class org.codehaus.groovy.vmplugin.v8.IndyMath
 
IndyStaticTypesMultiTypeDispatcher - Class in org.codehaus.groovy.classgen.asm.indy.sc
Multi type dispatcher for binary expression backend combining indy and static compilation
IndyStaticTypesMultiTypeDispatcher(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.indy.sc.IndyStaticTypesMultiTypeDispatcher
 
inferClosureParameterTypes(ClassNode, Expression, ClosureExpression, Parameter, MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Performs type inference on closure argument types whenever code like this is found: foo.collect { it.toUpperCase() }.
inferComponentType(ClassNode, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
inferDiamondType(ConstructorCallExpression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
inferListExpressionType(ListExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
inferLoopElementType(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns the inferred loop element type given a loop collection type.
inferMapExpressionType(MapExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
INFERRED_RETURN_TYPE - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
used to store inferred return type for methods and closures
INFERRED_TYPE - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
used to store type information on class nodes
inferredType() - Element in annotation type groovy.transform.TypeChecked.TypeCheckingInfo
An encoded type information.
inferReturnTypeGenerics(ClassNode, MethodNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
If a method call returns a parameterized type, then perform additional inference on the return type, so that the type gets actual type arguments.
inferReturnTypeGenerics(ClassNode, MethodNode, Expression, GenericsType[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
If a method call returns a parameterized type, then perform additional inference on the return type, so that the type gets actual type arguments.
INFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
info() - Method in class groovy.jmx.GroovyMBean
 
info(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
info(System.Logger, String) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging info level messages with the platform logger.
info(System.Logger, String, Object...) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging info level messages with the platform logger.
info(System.Logger, String, Throwable) - Static method in class org.codehaus.groovy.vmplugin.v9.PluginDefaultGroovyMethods
Convenience method for logging info level messages with the platform logger.
INFO - Static variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
InheritConstructors - Annotation Type in groovy.transform
Class annotation to make constructors from a super class available in a subclass.
InheritConstructorsASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @InheritConstructors annotation.
InheritConstructorsASTTransformation() - Constructor for class org.codehaus.groovy.transform.InheritConstructorsASTTransformation
 
init() - Static method in class org.apache.groovy.contracts.ViolationTracker
 
init() - Method in class org.apache.groovy.json.internal.CharBuf
 
init(boolean[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the boolean array excluding the last item.
init(byte[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the byte array excluding the last item.
init(char[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the char array excluding the last item.
init(double[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the double array excluding the last item.
init(float[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the float array excluding the last item.
init(int[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the int array excluding the last item.
init(long[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the long array excluding the last item.
init(short[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the short array excluding the last item.
init(ServletConfig) - Method in class groovy.servlet.AbstractHttpServlet
Overrides the generic init method to set some debug flags.
init(ServletConfig) - Method in class groovy.servlet.GroovyServlet
Initialize the GroovyServlet.
init(ServletConfig) - Method in class groovy.servlet.TemplateServlet
Initializes the servlet from hints the container passes.
init(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the Iterable excluding the last item.
init(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an Iterator containing all the items from this iterator except the last one.
init(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the List excluding the last item.
init(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the SortedSet excluding the last item.
init(K, V) - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry
 
init(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
init(ClassNode) - Method in class org.apache.groovy.contracts.ast.visitor.ConfigurationSetup
Adds an instance field which allows to control whether GContract assertions are enabled or not.
init(VariableScope, Parameter[]) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
initializes this class for a MethodNode.
init(AsmClassGenerator, GeneratorContext, ClassVisitor, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
init(AsmClassGenerator, GeneratorContext, ClassVisitor, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
init(AsmClassGenerator, GeneratorContext, ClassVisitor, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
init(T[]) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Returns the items from the Object array excluding the last item.
init(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
INIT - Enum constant in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
Deprecated.
Constructor invocation type
INIT - Enum constant in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
Constructor invocation type
INIT_PARAM_RESOURCE_NAME_REGEX - Static variable in class groovy.servlet.AbstractHttpServlet
 
INIT_PARAM_RESOURCE_NAME_REGEX_FLAGS - Static variable in class groovy.servlet.AbstractHttpServlet
 
initActions() - Method in class groovy.console.ui.ConsoleTextEditor
 
initClass() - Element in annotation type groovy.lang.Grab
By default, when a @Grab annotation is used, a Grape.grab() call is added to the static initializers of the class the annotatable node appears in.
initClass() - Element in annotation type groovy.lang.GrabResolver
By default, when a @GrabResolver annotation is used, a Grape.addResolver() call is added to the static initializers of the class the annotatable node appears in.
initClass() - Element in annotation type groovy.lang.Grapes
This will be pushed into the child grab annotations if the value is not set in the child annotation already.
initContextClassLoader() - Element in annotation type groovy.lang.GrabConfig
Set to true if you want the context classloader to be initialised to the classloader of the current class or script.
initHash() - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
INITIAL_EXPRESSION - Enum constant in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
used to store the default expression for a parameter
INITIAL_EXPRESSION - Static variable in class org.codehaus.groovy.classgen.Verifier
 
initialCapacity(int) - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
initialCapacity(int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
According to the initial entry count, calculate the initial capacity of hash map, which is power of 2 (SEE https://stackoverflow.com/questions/8352378/why-does-hashmap-require-that-the-initial-capacity-be-a-power-of-two)
InitializableEntry() - Constructor for class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry
 
INITIALIZATION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
source files are opened and environment configured
INITIALIZATION - Static variable in class org.codehaus.groovy.control.Phases
Opening of files and such
initialize() - Method in class groovy.lang.DelegatingMetaClass
 
initialize() - Method in class groovy.lang.ExpandoMetaClass
Complete the initialisation process.
initialize() - Method in interface groovy.lang.MetaClass
Complete the initialisation process.
initialize() - Method in class groovy.lang.MetaClassImpl
Complete the initialisation process.
initialize() - Method in class groovy.lang.ProxyMetaClass
 
initialize() - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
initialize() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
initialize() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
initializeDelegateHelpers() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
initializeDelegateHelpers() - Method in class org.codehaus.groovy.classgen.asm.indy.sc.IndyStaticTypesMultiTypeDispatcher
 
InitializerStrategy - Class in groovy.transform.builder
This strategy is used with the Builder AST transform to create a builder helper class for the fluent and type-safe creation of instances of a specified class.
InitializerStrategy() - Constructor for class groovy.transform.builder.InitializerStrategy
 
InitializerStrategy.SET - Class in groovy.transform.builder
Internal phantom type used by the InitializerStrategy to indicate that a property has been set.
InitializerStrategy.UNSET - Class in groovy.transform.builder
Internal phantom type used by the InitializerStrategy to indicate that a property remains unset.
initMetaClass(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
inits(Iterable<T>) - Static method in class groovy.util.GroovyCollections
 
inits(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the init values of this Iterable: the first value will be this list of all items from the iterable and the final one will be an empty list, with the intervening values the results of successive applications of init on the items.
initTemplateEngine(ServletConfig) - Method in class groovy.servlet.TemplateServlet
Creates the template engine.
initValue() - Method in class org.codehaus.groovy.util.LazyReference
 
inject(E[], Closure<V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the given array, passing the first two elements to the closure.
inject(E[], Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
inject(E[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.ArrayGroovyMethods
Iterates through the given array, passing in the initial value and the first element to the closure.
inject(E[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
inject(Iterable<E>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given object, passing the first two elements to the closure.
inject(Iterable<E>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given object, passing in the initial value to the 2-arg closure along with the first item.
inject(Object, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given object, passing the first two elements to the closure.
inject(Object, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given object, passing in the initial value to the closure along with the first item.
inject(Collection<E>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
inject(Collection<E>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
inject(Iterator<E>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given iterator, passing in the initial value to the closure along with the first item.
inject(Map<K, V>, U, Closure<W>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given map, passing in the initial value to the 2-arg Closure along with the first item (or 3-arg Closure along with the first key and value).
injectClassInvariant(ClassNode, ClassInvariant) - Method in class org.apache.groovy.contracts.ast.visitor.DomainModelInjectionVisitor
 
injectPostcondition(MethodNode, Postcondition) - Method in class org.apache.groovy.contracts.ast.visitor.DomainModelInjectionVisitor
 
injectPrecondition(MethodNode, Precondition) - Method in class org.apache.groovy.contracts.ast.visitor.DomainModelInjectionVisitor
 
injectResultVariableReturnStatementAndAssertionCallStatement(BlockStatement, ClassNode, ReturnStatement, BlockStatement) - Static method in class org.apache.groovy.contracts.generation.AssertStatementCreationUtility
 
InlinedASTCustomizerFactory - Class in org.codehaus.groovy.control.customizers.builder
This factory lets a user define a compilation customizer without having to define an anonymous inner class.
InlinedASTCustomizerFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.InlinedASTCustomizerFactory
 
inMixed - Variable in class org.apache.groovy.xml.tools.DomToGroovy
 
INNER_HASH_JOIN - Static variable in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
INNER_JOIN - Static variable in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
InnerClassCompletionVisitor - Class in org.codehaus.groovy.classgen
 
InnerClassCompletionVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.InnerClassCompletionVisitor
 
innerClasses - Variable in class org.codehaus.groovy.classgen.ClassGenerator
 
innerClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
innerClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
innerClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
innerClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of nested classes and interfaces
innerClasses(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
innerClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
innerClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
innerClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
InnerClassNode - Class in org.codehaus.groovy.ast
Represents an inner class definition.
InnerClassNode(ClassNode, String, int, ClassNode) - Constructor for class org.codehaus.groovy.ast.InnerClassNode
 
InnerClassNode(ClassNode, String, int, ClassNode, ClassNode[], MixinNode[]) - Constructor for class org.codehaus.groovy.ast.InnerClassNode
 
InnerClassVisitor - Class in org.codehaus.groovy.classgen
 
InnerClassVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.InnerClassVisitor
 
InnerClassVisitorHelper - Class in org.codehaus.groovy.classgen
 
InnerClassVisitorHelper() - Constructor for class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
innerHashJoin(Queryable<? extends U>, Function<? super T, ?>, Function<? super U, ?>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Inner hash join another Queryable instance, similar to SQL's inner hash join.
innerJoin(Queryable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Inner join another Queryable instance, similar to SQL's inner join
InnerLoader(GroovyClassLoader) - Constructor for class groovy.lang.GroovyClassLoader.InnerLoader
 
inout(InParameter) - Static method in class groovy.sql.Sql
Create an inout parameter using this in parameter.
InOutParameter - Interface in groovy.sql
A typed parameter passed to, and returned from a CallableStatement.
InParameter - Interface in groovy.sql
A typed parameter to pass to a query
inputStream - Variable in class org.codehaus.groovy.tools.shell.IO
Raw input stream.
InputStreamReaderSource - Class in org.codehaus.groovy.control.io
A ReaderSource for source strings.
InputStreamReaderSource(InputStream, CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.io.InputStreamReaderSource
Creates the ReaderSource from a File descriptor.
inRegistry - Variable in class groovy.lang.ExpandoMetaClass
 
inSamePackage(Class<?>, Class<?>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
inSamePackage(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class groovy.console.ui.text.SmartDocumentFilter
 
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter
Insert a string into the document, and then parse it if the parser has been set.
inspect() - Method in class groovy.lang.EmptyRange
inspect() - Method in class groovy.lang.IntRange
 
inspect() - Method in class groovy.lang.NumberRange
 
inspect() - Method in class groovy.lang.ObjectRange
 
inspect() - Method in interface groovy.lang.Range
 
inspect(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Inspects returns the String that matches what would be typed into a terminal to create this object.
inspect(Object) - Static method in class org.codehaus.groovy.runtime.FormatHelper
 
inspect(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Deprecated.
Inspector - Class in groovy.inspect
The Inspector provides a unified access to an object's information that can be determined by introspection.
Inspector(Object) - Constructor for class groovy.inspect.Inspector
 
Inspector.MemberComparator - Class in groovy.inspect
 
Inspector.MemberComparatorWithValue - Class in groovy.inspect
 
installAutoTabAction(JTextComponent) - Static method in class groovy.console.ui.text.GroovyFilter
 
instance - Static variable in class groovy.grape.Grape
 
instance - Static variable in class groovy.lang.ExpandoMetaClassCreationHandle
 
instance - Static variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
INSTANCE - Enum constant in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
INSTANCE - Enum constant in enum org.codehaus.groovy.macro.runtime.MacroStub
 
INSTANCE - Static variable in class groovy.beans.DefaultPropertyAccessor
 
INSTANCE - Static variable in class groovy.beans.DefaultPropertyReader
 
INSTANCE - Static variable in class groovy.beans.DefaultPropertyWriter
 
INSTANCE - Static variable in class groovy.lang.Tuple0
 
INSTANCE - Static variable in class groovy.util.ProxyGenerator
 
INSTANCE - Static variable in class org.apache.groovy.contracts.ViolationTracker
 
INSTANCE - Static variable in class org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
 
INSTANCE - Static variable in class org.apache.groovy.parser.antlr4.internal.atnmanager.ParserAtnManager
 
INSTANCE - Static variable in class org.codehaus.groovy.ast.expr.EmptyExpression
Immutable singleton that is recommended for use when source range or any other occurrence-specific metadata is not needed.
INSTANCE - Static variable in class org.codehaus.groovy.ast.stmt.EmptyStatement
Immutable singleton that is recommended for use when source range or any other occurrence-specific metadata is not needed.
INSTANCE - Static variable in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
 
INSTANCE - Static variable in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
 
INSTANCE - Static variable in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
INSTANCE - Static variable in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
INSTANCE - Static variable in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
INSTANCE - Static variable in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
INSTANCE - Static variable in class org.codehaus.groovy.runtime.typehandling.LongMath
 
INSTANCE - Static variable in class org.codehaus.groovy.transform.stc.ExtensionMethodCache
 
INSTANCEOF - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
INSTANCEOF - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
INSTANCEOF - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
INSTANCEOF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
INSTANCEOF() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.RelationalExprAltContext
 
INSTANCEOF_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
InstanceOfVerifier - Class in org.codehaus.groovy.control
 
InstanceOfVerifier() - Constructor for class org.codehaus.groovy.control.InstanceOfVerifier
 
instantiateAggregate(List<Class>) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregate(Map, List<Class>) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregate(Map, List<Class>, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregate(Map, List<Class>, Class, Object[]) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Closure, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Class, Object[]) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Map, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Map, Class, Object[]) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromInterface(Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromInterface(Map, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegate(Object) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegate(List<Class>, Object) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegate(Map, List<Class>, Object) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegateWithBaseClass(Map, List<Class>, Object) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegateWithBaseClass(Map, List<Class>, Object, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateDelegateWithBaseClass(Map, List<Class>, Object, Class, String) - Method in class groovy.util.ProxyGenerator
Creates a proxy with a delegate object.
INSTRUCTION_SELECTION - Enum constant in enum org.codehaus.groovy.control.CompilePhase
instruction set is chosen, for example java5 or pre java5
INSTRUCTION_SELECTION - Static variable in class org.codehaus.groovy.control.Phases
Class generation (pt.1)
int_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_remainder - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
int_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
int_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intArrayGet(int[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Gets value from int[] using normalized index.
IntArrayIterable - Class in org.codehaus.groovy.util
Allows an int array to be used where an Iterable is expected.
IntArrayIterable(int[]) - Constructor for class org.codehaus.groovy.util.IntArrayIterable
 
IntArrayIterator - Class in org.codehaus.groovy.util
Allows an int array to be used where an Iterator is expected.
IntArrayIterator(int[]) - Constructor for class org.codehaus.groovy.util.IntArrayIterator
 
intArraySet(int[], int, int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
Sets value into int[] using normalized index.
IntArrayStaticTypesHelper() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.IntArrayStaticTypesHelper
 
IntComparator - Interface in groovy.util.function
A comparator of two int values.
intdiv(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide two Characters.
intdiv(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide a Character by a Number.
intdiv(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide a Number by a Character.
intdiv(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide two Numbers.
intdiv(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
INTDIV - Static variable in class org.codehaus.groovy.syntax.Types
 
INTDIV_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
intdivImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
intdivImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
intdivImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
intdivImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
INTEGER - Enum constant in enum org.apache.groovy.json.internal.Type
 
INTEGER - Static variable in class groovy.sql.Sql
 
INTEGER(Object) - Static method in class groovy.sql.Sql
 
INTEGER_CLASS - Static variable in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayMetaMethod
 
INTEGER_CLASS_ARR - Static variable in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayMetaMethod
 
INTEGER_NUMBER - Static variable in class org.codehaus.groovy.syntax.Types
 
Integer_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
IntegerArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
IntegerArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayGetAtMetaMethod
 
IntegerArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
IntegerArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayPutAtMetaMethod
 
IntegerCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
IntegerCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass
 
IntegerLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
IntegerLiteral - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
IntegerLiteral() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.IntegerLiteralAltContext
 
IntegerLiteralAltContext(GroovyParser.LiteralContext) - Constructor for class org.apache.groovy.parser.antlr4.GroovyParser.IntegerLiteralAltContext
 
IntegerMath - Class in org.codehaus.groovy.runtime.typehandling
Integer NumberMath operations
INTERCEPTABLE_INVOKER - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
interceptConstruction - Variable in class groovy.mock.interceptor.MockProxyMetaClass
 
interceptor - Variable in class groovy.lang.ProxyMetaClass
 
Interceptor - Interface in groovy.lang
Implementers of this interface can be registered in the ProxyMetaClass for notifications about method calls for objects managed by the ProxyMetaClass.
INTERFACE - Enum constant in enum org.codehaus.groovy.vmplugin.v8.IndyInterface.CallType
call to interface method
INTERFACE - Static variable in class org.apache.groovy.parser.antlr4.GroovyLexer
 
INTERFACE - Static variable in class org.apache.groovy.parser.antlr4.GroovyParser
 
INTERFACE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
INTERFACE() - Method in class org.apache.groovy.parser.antlr4.GroovyParser.KeywordsContext
 
INTERFACE_DEF - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
InterfaceHelperClassNode - Class in org.codehaus.groovy.ast
Represents an inner class defined as helper for an interface.
InterfaceHelperClassNode(ClassNode, String, int, ClassNode, List<String>) - Constructor for class org.codehaus.groovy.ast.InterfaceHelperClassNode
 
interfaces() - Element in annotation type groovy.lang.Delegate
 
interfaces() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
interfaces() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Included interfaces in this package.
interfaces() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
interfaces() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
interfaces() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
interfaces() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
interfaceTypes() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
interfaceTypes() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
interfaceTypes() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
interfaceTypes() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
intern() - Method in class org.codehaus.groovy.runtime.GStringImpl
 
Internal - Annotation Type in groovy.transform
Marks class members that are intended for internal use.
internalError(String) - Static method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
internedKeysCache - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
internedKeysCache - Static variable in class org.apache.groovy.json.internal.MapItemValue
 
internKeys - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
intersect(Iterable<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both iterables.
intersect(Iterable<T>, Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both iterables.
intersect(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both iterables.
intersect(Collection<T>, Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both collections.
intersect(Collection<T>, Collection<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both collections.
intersect(List<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the intersection of a List and an Iterable.
intersect(List<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the intersection of a List and an Iterable.
intersect(Map<K, V>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Map composed of the intersection of both maps.
intersect(Set<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set composed of the intersection of a Set and an Iterable.
intersect(Set<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set composed of the intersection of a Set and an Iterable.
intersect(SortedSet<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the intersection of a SortedSet and an Iterable.
intersect(SortedSet<T>, Iterable<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the intersection of a SortedSet and an Iterable.
intersect(Queryable<? extends T>) - Method in interface org.apache.groovy.ginq.provider.collection.runtime.Queryable
Intersect another Queryable instance, similar to SQL's intersect
IntIntArrayColumnIterator - Class in org.codehaus.groovy.util
An iterator providing the columns of an int[][].
IntIntArrayColumnIterator(int[][]) - Constructor for class org.codehaus.groovy.util.IntIntArrayColumnIterator
 
IntRange - Class in groovy.lang
Represents a list of Integer objects starting at and potentially including a specified from value up (or down) to and potentially including a given to value.
IntRange(boolean, boolean, int, int) - Constructor for class groovy.lang.IntRange
Creates a new inclusive aware IntRange
IntRange(boolean, int, int) - Constructor for class groovy.lang.IntRange
Creates a new inclusive aware IntRange.
IntRange(int, int) - Constructor for class groovy.lang.IntRange
Creates a new non-inclusive aware IntRange.
IntRange(int, int, boolean) - Constructor for class groovy.lang.IntRange
Creates a new non-inclusive aware IntRange.
intStream(int[]) - Static method in class org.codehaus.groovy.runtime.StreamGroovyMethods
Returns a sequential IntStream with the specified array as its source.
intStream(int[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Deprecated.
intUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
intValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
intValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
intValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
intValue() - Method in interface org.apache.groovy.json.internal.Value
 
intValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
IntWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
IntWrapper(int) - Constructor for class org.codehaus.groovy.runtime.wrappers.IntWrapper
 
invalidateCallSites() - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
invalidateCallSites() - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
invalidateSwitchPoints() - Static method in class org.codehaus.groovy.vmplugin.v8.IndyInterface
Callback for constant metaclass update change
InvalidOptionException - Exception in org.apache.groovy.ginq
Represents invalid options, e.g.
InvalidOptionException(String) - Constructor for exception org.apache.groovy.ginq.InvalidOptionException
 
Invariant - Annotation Type in groovy.contracts
Represents a class-invariant.
INVARIANT_CLOSURE_PREFIX - Static variable in class org.apache.groovy.contracts.generation.BaseGenerator
 
Invariants - Annotation Type in groovy.contracts
Represents multiple invariants
inverse(Map<K, V>) - Static method in class org.apache.groovy.util.Maps
Returns the inverse view of this map, and duplicated key is not allowed
inverse(Map<K, V>, boolean) - Static method in class org.apache.groovy.util.Maps
Returns the inverse view of this map
InvocationWriter - Class in org.codehaus.groovy.classgen.asm
 
InvocationWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invoke(Object[]) - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
invoke(Object, Object[]) - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
invoke(Object, Object[]) - Method in class groovy.lang.MetaMethod
Invokes this method.
invoke(Object, Object[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
 
invoke(Object, Object...) - Method in class org.codehaus.groovy.runtime.callsite.BooleanReturningMethodInvoker
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorMetaMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoInterceptableSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.CharacterArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.IntegerArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayGetAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayPutAtMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.NewStaticMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
invoke(Object, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
invoke(Object, Method, Object[]) - Method in class groovy.sql.GroovyResultSetProxy
Invokes a method for the GroovyResultSet.
invoke(Object, Method, Object[]) - Method in class org.codehaus.groovy.runtime.ConversionHandler
This method is a default implementation for the invoke method given in InvocationHandler.
invoke(Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ReflectionMethodInvoker
Invoke a method through reflection.
invoke(String, Object[], String[]) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
 
invoke(CachedMethod, Object, Object[]) - Method in class org.codehaus.groovy.runtime.Reflector
 
INVOKE_METHOD_METHOD - Static variable in class groovy.lang.MetaClassImpl
 
invokeClosure(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeClosure(Object, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeClosureMethod - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
Deprecated.
invokeConstructor(Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
invokeConstructor(Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
invokeConstructor(Object[]) - Method in class groovy.lang.MetaClassImpl
 
invokeConstructor(Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Invokes a constructor for the given arguments.
invokeConstructor(Object[]) - Method in class groovy.lang.ProxyMetaClass
Call invokeConstructor on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeConstructor(Object[]) - Method in class groovy.mock.interceptor.MockProxyMetaClass
Unlike general impl in superclass, ctors are not intercepted but relayed unless interceptConstruction is set.
invokeConstructor(Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeConstructorOf(Class, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeConstructorOf(String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeCustom(Object, Method, Object[]) - Method in class org.codehaus.groovy.runtime.ConversionHandler
This method is called for all Methods not defined on Object.
invokeCustom(Object, Method, Object[]) - Method in class org.codehaus.groovy.runtime.ConvertedClosure
 
invokeCustom(Object, Method, Object[]) - Method in class org.codehaus.groovy.runtime.ConvertedMap
 
INVOKEDYNAMIC - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
Optimization Option for enabling invokedynamic compilation.
InvokeDynamicWriter - Class in org.codehaus.groovy.classgen.asm.indy
This Writer is used to generate the call invocation byte codes for usage by invokedynamic.
InvokeDynamicWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
invokeFunction(String, Object...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
invokeGroovyObjectInvoker(MissingMethodException, Object, String, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
invokeHandle(Object, Object[]) - Method in class org.codehaus.groovy.vmplugin.v16.Java16
 
invokeHandle(Object, Object[]) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
invokeHandle(Object, Object[]) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Invokes a handle produced by #getInvokeSpecialdHandle
invokeMethod - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case invokeMethod has been overridden by ExpandoMetaClass
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in interface groovy.lang.MetaClass
Invokes a method on the given receiver for the specified arguments.
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.lang.MetaClassImpl
Invokes a method on the given receiver for the specified arguments.
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.lang.ProxyMetaClass
Call invokeMethod on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.MixedInMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(Object, String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(Object, String, Object) - Method in class groovy.lang.MetaClassImpl
Invoke a method on the given object with the given arguments.
invokeMethod(Object, String, Object) - Method in interface groovy.lang.MetaObjectProtocol
Invokes a method on the given object, with the given name and single argument.
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide a dynamic method invocation method which can be overloaded in classes to implement dynamic proxies easily.
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Invokes the given method on the object.
invokeMethod(Object, String, Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(Object, String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClassImpl
Invokes a method on the given receiver for the specified arguments.
invokeMethod(Object, String, Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Invokes a method on the given Object with the given name and arguments.
invokeMethod(Object, String, Object[]) - Method in class groovy.lang.ProxyMetaClass
Call invokeMethod on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeMethod(Object, String, Object[]) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
invokeMethod(Object, String, Object...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
invokeMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(String) - Method in class groovy.util.BuilderSupport
Convenience method when no arguments are required.
invokeMethod(String) - Method in class groovy.util.FactoryBuilderSupport
Convenience method when no arguments are required
invokeMethod(String, Object) - Method in class groovy.jmx.GroovyMBean
 
invokeMethod(String, Object) - Method in class groovy.json.JsonBuilder
A method call on the JSON builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(String, Object) - Method in class groovy.json.JsonDelegate
Intercepts calls for setting a key and value for a JSON object
invokeMethod(String, Object) - Method in class groovy.json.StreamingJsonBuilder
A method call on the JSON builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(String, Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
invokeMethod(String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(String, Object) - Method in class groovy.lang.ExpandoMetaClass
 
invokeMethod(String, Object) - Method in interface groovy.lang.GroovyObject
Invokes the given method.
invokeMethod(String, Object) - Method in class groovy.lang.GString
Overloaded to implement duck typing for Strings so that any method that can't be evaluated on this object will be forwarded to the toString() object instead.
invokeMethod(String, Object) - Method in class groovy.lang.Reference
 
invokeMethod(String, Object) - Method in class groovy.lang.Script
Invoke a method (or closure in the binding) defined.
invokeMethod(String, Object) - Method in class groovy.lang.Sequence
 
invokeMethod(String, Object) - Method in class groovy.sql.BatchingStatementWrapper
 
invokeMethod(String, Object) - Method in class groovy.sql.GroovyResultSetExtension
 
invokeMethod(String, Object) - Method in class groovy.sql.ResultSetMetaDataWrapper
 
invokeMethod(String, Object) - Method in class groovy.toml.TomlBuilder
A method call on the TOML builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(String, Object) - Method in class groovy.util.BuilderSupport
 
invokeMethod(String, Object) - Method in class groovy.util.DelegatingScript
 
invokeMethod(String, Object) - Method in class groovy.util.Expando
 
invokeMethod(String, Object) - Method in class groovy.util.FactoryBuilderSupport
 
invokeMethod(String, Object) - Method in class groovy.util.Proxy
 
invokeMethod(String, Object) - Method in class groovy.xml.NamespaceBuilderSupport
Allow automatic detection of namespace declared in the attributes
invokeMethod(String, Object) - Method in class groovy.yaml.YamlBuilder
A method call on the YAML builder instance will create a root object with only one key whose name is the name of the method being called.
invokeMethod(String, Object) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
invokeMethod(String, Object) - Method in class org.codehaus.groovy.runtime.NullObject
Tries to invoke a method on null, which fails.
invokeMethod(String, Object) - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
invokeMethod(String, Object) - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
invokeMethod(String, Object) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
 
invokeMethod0(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethod0Safe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethod0SpreadSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodMethod - Variable in class groovy.lang.MetaClassImpl
 
invokeMethodN(Class, Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodNSafe(Class, Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodNSpreadSafe(Class, Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrent - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeMethodOnCurrent0(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrent0Safe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrent0SpreadSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrentN(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrentNSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnCurrentNSpreadSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuper - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeMethodOnSuper0(Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuper0Safe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuper0SpreadSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuperN(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuperNSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodOnSuperNSpreadSafe(Class, GroovyObject, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeMethodSafe(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeMissingMethod(Object, String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMissingMethod(Object, String, Object[]) - Method in interface groovy.lang.MetaClass
Attempts to invoke the methodMissing method otherwise throws a MissingMethodException
invokeMissingMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClassImpl
Invoke a missing method on the given object with the given arguments.
invokeMissingMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMissingProperty(Object, String, Object, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMissingProperty(Object, String, Object, boolean) - Method in interface groovy.lang.MetaClass
Invokes the propertyMissing method otherwise throws a MissingPropertyException
invokeMissingProperty(Object, String, Object, boolean) - Method in class groovy.lang.MetaClassImpl
Invoke a missing property on the given object with the given arguments.
invokeMissingProperty(Object, String, Object, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeNew0(Class, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeNewN(Class, Class, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeNoArgumentsConstructorOf(Class) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
InvokerHelper - Class in org.codehaus.groovy.runtime
A static helper class to make bytecode generation easier and act as a facade over the Invoker
InvokerHelper() - Constructor for class org.codehaus.groovy.runtime.InvokerHelper
 
InvokerInvocationException - Exception in org.codehaus.groovy.runtime
An exception thrown if a method is called and an exception occurred
InvokerInvocationException(InvocationTargetException) - Constructor for exception org.codehaus.groovy.runtime.InvokerInvocationException
 
InvokerInvocationException(Throwable) - Constructor for exception org.codehaus.groovy.runtime.InvokerInvocationException
 
invokeStaticMethod - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeStaticMethod(Class, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case a static invoke method has been set on ExpandoMetaClass
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.lang.MetaClassImpl
 
invokeStaticMethod(Object, String, Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Invokes a static method on the given Object with the given name and arguments.
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.lang.ProxyMetaClass
Call invokeStaticMethod on adaptee with logic like in MetaClass unless we have an Interceptor.
invokeStaticMethod(Object, String, Object[]) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
invokeStaticMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
invokeStaticMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeStaticMethod(String, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeStaticMethod0(Class, Class, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeStaticMethodN(Class, Class, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
invokeStaticMissingProperty(Object, String, Object, boolean) - Method in class groovy.lang.MetaClassImpl
Hook to deal with the case of MissingProperty for static properties.
invokeStaticNoArgumentsMethod(Class, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeSuperMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
involvedTypes - Variable in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
InWhileLoopWrapper - Class in org.codehaus.groovy.transform.tailrec
Wrap the body of a method in a while loop, nested in a try-catch.
InWhileLoopWrapper() - Constructor for class org.codehaus.groovy.transform.tailrec.InWhileLoopWrapper
 
io - Static variable in class org.codehaus.groovy.tools.shell.util.Logger
 
IO - Class in org.apache.groovy.json.internal
 
IO - Class in org.codehaus.groovy.tools.shell
Container for input/output handles.
IO() - Constructor for class org.apache.groovy.json.internal.IO
 
IO() - Constructor for class org.codehaus.groovy.tools.shell.IO
Construct a new IO container using system streams.
IO(InputStream, OutputStream, OutputStream) - Constructor for class org.codehaus.groovy.tools.shell.IO
Construct a new IO container.
IO.Verbosity - Class in org.codehaus.groovy.tools.shell
Verbosity for simple logging: QUIET, INFO, VERBOSE, DEBUG
IOGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines new groovy methods for Readers, Writers, InputStreams and OutputStreams which appear on normal JDK classes inside the Groovy environment.
IOGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.IOGroovyMethods
 
is - Variable in class org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
 
is(Object) - Method in class org.codehaus.groovy.runtime.NullObject
Tests for equal references.
is(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Identity check.
IS_NULL - Static variable in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
 
isA(int) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node's meaning matches the specified type.
isAbsolute() - Method in class org.apache.groovy.nio.runtime.WritablePath
 
isAbstract() - Method in class groovy.lang.MetaMethod
Returns whether this method is abstract.
isAbstract() - Method in class org.codehaus.groovy.ast.ClassNode
 
isAbstract() - Method in class org.codehaus.groovy.ast.MethodNode
 
isAbstract() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
isAbstract() - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
isAbstract() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isAbstract() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isAbstract() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
 
isAllOf(int[]) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node's meaning matches all of the specified types.
isAllWhitespace(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns true if a CharSequence only contains whitespace characters.
isAnExpression() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node is a complete expression.
isAnExpression() - Method in class org.codehaus.groovy.syntax.Reduction
Returns true if the node is a complete expression.
isAnnotated() - Method in class org.codehaus.groovy.ast.ClassNode
 
isAnnotatedBy(ASTNode, Class) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isAnnotatedBy(ASTNode, ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isAnnotatedWithTrait(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns true if the specified class node is annotated with the Trait interface.
isAnnotation() - Method in class org.codehaus.groovy.ast.ModifierNode
 
isAnnotationDefinition() - Method in class org.codehaus.groovy.ast.ClassNode
 
isAnnotationType() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isAnnotationType() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isAnnotationType() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isAnnotationType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isAnnotationTypeElement() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isAnnotationTypeElement() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isAnnotationTypeElement() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isAnnotationTypeElement() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isAnonymous() - Method in class org.codehaus.groovy.ast.InnerClassNode
 
isApplicationClass(String) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
 
isArray - Variable in class org.codehaus.groovy.reflection.CachedClass
 
isArray() - Method in class org.codehaus.groovy.ast.ClassNode
 
isArrayAccessExpression(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true for expressions of the form x[...]
isAsc() - Method in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.BigIntegerCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.CharacterCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.LongCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.NumberCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass
 
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
 
isAssignableFrom(Class<?>) - Method in class org.codehaus.groovy.reflection.CachedClass
 
isAssignableFrom(Class, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isAssignableTo(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Checks if a class node is assignable to another.
isAssignment(int) - Static method in class org.codehaus.groovy.syntax.Types
 
isAssignment(int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isAtLeast(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Compares a String representing a number to another.
isAtLeast(BigDecimal, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a BigDecimal to a String representing a number.
isAtLeast(BigDecimal, BigDecimal) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a BigDecimal to another.
isAtLeastJdk(String) - Static method in class groovy.test.GroovyAssert
 
isAuthorized(Expression) - Method in interface org.codehaus.groovy.control.customizers.SecureASTCustomizer.ExpressionChecker
 
isAuthorized(Statement) - Method in interface org.codehaus.groovy.control.customizers.SecureASTCustomizer.StatementChecker
 
isAutoEscape() - Method in class groovy.text.markup.TemplateConfiguration
 
isAutoIndent() - Method in class groovy.text.markup.TemplateConfiguration
 
isAutoNewLine() - Method in class groovy.text.markup.TemplateConfiguration
 
isBeanConstructor() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
isBeingCompiled(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isBigDecCategory(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
 
isBigDecCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a BigDecimal, BigInteger, long, int, byte, char or short.
isBigDecimal(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a BigDecimal.
isBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isBigDecimalType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isBigIntCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a BigInteger, long, int, byte, char or short.
isBigInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a BigInteger.
isBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isBigIntegerType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isBlank() - Method in class org.codehaus.groovy.runtime.GStringImpl
Returns true if the string is empty or contains only white space codepoints, otherwise false.
isBlank(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tests if this CharSequence is blank.
isBridgeMethod(Method) - Static method in class org.codehaus.groovy.transform.trait.Traits
Reflection API to indicate whether some method is a bridge method to the default implementation of a trait.
isBuildInvocation(MethodCallExpression) - Method in class org.codehaus.groovy.ast.MethodInvocationTrap
 
isBuiltIn() - Method in class org.codehaus.groovy.ast.AnnotationNode
 
isBuiltinImmutable(String) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
isByte(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isCachable() - Method in class groovy.lang.GroovyCodeSource
 
isCacheable() - Method in class groovy.lang.MetaMethod
Returns whether this object is cacheable.
isCacheable() - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
 
isCachedType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isCacheNamedQueries() - Method in class groovy.sql.Sql
 
isCacheStatements() - Method in class groovy.sql.Sql
 
isCacheTemplates() - Method in class groovy.text.markup.TemplateConfiguration
 
isCallingClassReflectionAvailable() - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
Determines whether the getCallingClass methods will return any sensible results.
isCase(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
'Case' implementation for a CharSequence, which uses equals between the toString() of the caseValue and the switchValue.
isCase(Class, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Special 'Case' implementation for Class, which allows testing whether some switch value is assignable from the given case class.
isCase(Iterable, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
'Case' implementation for iterable types which tests if the 'switch' operand is contained in any of the 'case' values.
isCase(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Special 'case' implementation for all numbers, which delegates to the compareTo() method for comparing numbers of different types.
isCase(Object) - Method in class groovy.lang.Closure
 
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Method for overloading the behavior of the 'case' method in switch statements.
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
isCase(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
'Case' implementation for collections which tests if the 'switch' operand is contained in any of the 'case' values.
isCase(Map, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
'Case' implementation for maps which tests the groovy truth value obtained using the 'switch' operand as key.
isCase(Pattern, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
'Case' implementation for the Pattern class, which allows testing a String against a number of regular expressions.
isCellEditable(int, int) - Method in class groovy.swing.model.DefaultTableModel
 
isCellEditable(int, int) - Method in class groovy.swing.table.TableMap
 
isCheckDates() - Method in class groovy.json.JsonSlurper
Determine if slurper will automatically parse strings it recognizes as dates.
isChop() - Method in class groovy.json.JsonSlurper
Turns on buffer chopping for index overlay.
isClass() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isClass() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isClass() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isClass() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isClassClassNodeWrappingConcreteType(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true if the class node represents a class node for the Class class and if the parametrized type is a neither a placeholder nor a wildcard.
isClassInnerClassOrEqualTo(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isClassInvariantCandidate(ClassNode, MethodNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Decides whether the given method is a candidate for class invariants.
isClassInvariantCandidate(PropertyNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Decides whether the given propertyNode is a candidate for class invariant injection.
isClassInvariantsEnabled() - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
isClassLiteralPossible(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Tells if a class node is candidate for class literal bytecode optimization.
isClassNode() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns true if a ClassNode is stored
isClassScope() - Method in class org.codehaus.groovy.ast.VariableScope
Returns true iff this scope corresponds to a class; as opposed to a method, "if" statement, block statement, etc.
isClassType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isClosuresAllowed() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
isClosureSharedVariable() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
isClosureSharedVariable() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
Tells if this variable or the accessed variable is used in a closure context, like in the following example :
isClosureSharedVariable() - Method in class org.codehaus.groovy.ast.Parameter
 
isClosureSharedVariable() - Method in interface org.codehaus.groovy.ast.Variable
 
isCoerce() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
isColfill() - Method in class groovy.swing.impl.TableLayoutCell
Returns the colfill.
isCollectionWithClosure(Object[]) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
isCompareToBoolean(int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isCompatibleWith(ClassNode) - Method in class org.codehaus.groovy.ast.GenericsType
Determines if the provided type is compatible with this specification.
isCompatibleWith(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the source ClassNode is compatible with the target ClassNode.
isCompilable(CachedMethod) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
isConstantString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
isConstructor() - Method in class org.codehaus.groovy.ast.MethodNode
 
isConstructor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isConstructor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isConstructor() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isConstructor() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isConstructor() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isConstructor() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isConstructorAssertionsEnabled() - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
isContainer() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
isContainer() - Method in class org.apache.groovy.json.internal.NumberValue
 
isContainer() - Method in interface org.apache.groovy.json.internal.Value
 
isContainer() - Method in class org.apache.groovy.json.internal.ValueContainer
 
isContractsCandidate(ClassNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Checks whether the given ClassNode is a candidate for applying contracts.
isCoreObjectMethod(Method) - Static method in class org.codehaus.groovy.runtime.ConversionHandler
Checks whether a method is a core method from java.lang.Object.
isCoreObjectMethod(Method) - Static method in class org.codehaus.groovy.runtime.ConvertedMap
Checks whether a method is a core method from java.lang.Object.
isCrossJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isDebug() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.DEBUG.
isDebug() - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
isDebugEnabled() - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
isDecimalChar(int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
isDecimalChar(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isDecimalDigit(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isDef() - Method in class org.codehaus.groovy.ast.ModifierNode
 
isDefault() - Method in class groovy.lang.MetaMethod
Returns whether this method is interface-default.
isDefault() - Method in class org.codehaus.groovy.ast.MethodNode
 
isDefaultMethod(Method) - Method in class org.codehaus.groovy.runtime.ConversionHandler
 
isDefaultRenderer() - Method in class groovy.swing.impl.ClosureRenderer
 
isDefaultVisibility(int) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isDelimiter(int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
isDelimiter(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isDeprecated() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isDeprecated() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isDeprecated() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isDeprecated() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isDerivedFrom(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
isDerivedFromGroovyObject() - Method in class org.codehaus.groovy.ast.ClassNode
 
isDigit(char) - Static method in class org.codehaus.groovy.syntax.Numbers
Returns true if the specified character is a base-10 digit.
isDigit(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isDigit(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a character is a digit.
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.CachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.BigIntegerCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.CharacterCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.LongCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass
 
isDirectlyAssignable(Object) - Method in class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
 
isDisableCustomMetaClassLookup() - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
Returns whether custom metaclasses are disabled.
isDouble(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a Double.
isDouble(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a double.
isDoubleCategory(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
 
isDoubleCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a float, double or BigDecimal (category).
isDoubleQuote(int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.NotExpression
Deprecated.
isDynamic() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
Deprecated.
isDynamic() - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
Deprecated.
isDynamic(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isDynamicReturnType() - Method in class org.codehaus.groovy.ast.MethodNode
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.FieldNode
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.Parameter
 
isDynamicTyped() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isDynamicTyped() - Method in interface org.codehaus.groovy.ast.Variable
 
isDynamicTyped() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
isDynamicTyped(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isEditable() - Method in class groovy.swing.model.ClosureModel
 
isEditable() - Method in class groovy.swing.model.PropertyModel
 
isEditable() - Method in class groovy.swing.model.ValueHolder
 
isEditable() - Method in interface groovy.swing.model.ValueModel
 
isEffectivelyFinal(Variable) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
isEmpty() - Method in class groovy.lang.ListWithDefault
 
isEmpty() - Method in class groovy.lang.MapWithDefault
 
isEmpty() - Method in class groovy.sql.GroovyRowResult
 
isEmpty() - Method in class groovy.swing.impl.ListWrapperListModel
 
isEmpty() - Method in class groovy.util.ConfigObject
 
isEmpty() - Method in class groovy.util.ObservableList
 
isEmpty() - Method in class groovy.util.ObservableMap
 
isEmpty() - Method in class groovy.util.ObservableSet
 
isEmpty() - Method in class groovy.xml.slurpersupport.GPathResult
Returns true if the GPathResult is empty, i.e.
isEmpty() - Method in class org.apache.groovy.json.internal.LazyMap
 
isEmpty() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns true if the registry contains no runners, else false.
isEmpty() - Method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
isEmpty() - Method in class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
isEmpty() - Method in class org.codehaus.groovy.ast.ModuleNode
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
isEmpty() - Method in class org.codehaus.groovy.ast.stmt.Statement
 
isEmpty() - Method in class org.codehaus.groovy.runtime.GStringImpl
 
isEmpty() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
isEmpty() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
isEmpty() - Method in class org.codehaus.groovy.runtime.memoize.StampedCommonCache
 
isEmpty() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
 
isEmpty() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node is completely empty (no root, even).
isEmpty() - Method in class org.codehaus.groovy.syntax.Reduction
Returns true if the node is completely empty (no root, even).
isEmpty() - Method in class org.codehaus.groovy.util.FastArray
 
isEmpty() - Method in class org.codehaus.groovy.util.ListHashMap
 
isEmpty() - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty(CharSequence) - Static method in class org.apache.groovy.parser.antlr4.util.StringUtils
Copied from Apache commons-lang3-3.6
isEmpty(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Check whether an Iterable has elements
isEmpty(NodeList) - Static method in class groovy.xml.dom.DOMCategory
 
isEmptyStringExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
isEnableNamedQueries() - Method in class groovy.sql.Sql
 
isEnum() - Method in class org.codehaus.groovy.ast.ClassNode
 
isEnum() - Method in class org.codehaus.groovy.ast.FieldNode
 
isEnum() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isEnum() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isEnum() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isEnum() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isEnumConstant() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isEnumConstant() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isEnumConstant() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isEnumConstant() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isEnumSubclass(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
isEq() - Method in class org.codehaus.groovy.transform.sc.transformers.CompareIdentityExpression
 
isEqualityCheck() - Method in class groovy.util.OrderBy
 
isError() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isError() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isError() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isError() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isErrorIgnored() - Method in class org.apache.groovy.parser.antlr4.GroovyLexer
 
isEscape(int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
isEscapeAttributes() - Method in class groovy.xml.MarkupBuilder
Returns the escapeAttributes property value.
isEscapeBackslash() - Method in class groovy.text.SimpleTemplateEngine
 
isException() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isException() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isException() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isException() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isExcludingFieldsNamed(String) - Method in class groovy.json.DefaultJsonGenerator
Indicates whether this JsonGenerator is configured to exclude fields by the given name.
isExcludingFieldsNamed(String) - Method in interface groovy.json.JsonGenerator
Indicates whether this JsonGenerator is configured to exclude fields by the given name.
isExcludingValues(Object) - Method in class groovy.json.DefaultJsonGenerator
Indicates whether this JsonGenerator is configured to exclude values of the given object (may be null).
isExcludingValues(Object) - Method in interface groovy.json.JsonGenerator
Indicates whether this JsonGenerator is configured to exclude values of the given object (may be null).
isExclusiveLeft() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
isExclusiveRight() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
isExpanded() - Method in class groovy.swing.impl.ClosureRenderer
 
isExpandEmptyElements() - Method in class groovy.text.markup.TemplateConfiguration
 
isExpandEmptyElements() - Method in class groovy.xml.MarkupBuilder
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isExpandEmptyElements() - Method in class groovy.xml.XmlNodePrinter
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isExtensionMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isExternalizable() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
isExternalizable() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isExternalizable() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isExternalizable() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
isFalseExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
isFastPath() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isFastPath() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
isFastPath() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isFatal() - Method in exception org.codehaus.groovy.control.ConfigurationException
It's always fatal.
isFatal() - Method in exception org.codehaus.groovy.GroovyException
 
isFatal() - Method in interface org.codehaus.groovy.GroovyExceptionInterface
 
isField() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isField() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isField() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isField() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isFieldDirectlyAccessible(FieldNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
Determines if the given field can be directly accessed by the given class (via GETFIELD, GETSTATIC, etc.
isFinal() - Method in interface groovy.lang.MetaMember
 
isFinal() - Method in class org.codehaus.groovy.ast.MethodNode
 
isFinal() - Method in interface org.codehaus.groovy.ast.Variable
 
isFinal() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isFinal() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isFinal() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isFinal() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isFloat(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a Float.
isFloat(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a float.
isFloatingCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a float or double.
isFloatingPoint(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isFocused() - Method in class groovy.swing.impl.ClosureRenderer
 
isFollowedBy(CharStream, char...) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
 
isFollowedByJavaLetterInGString(CharStream) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
 
isFollowedByWhiteSpaces(CharStream) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
 
isFollowingArgumentsOrClosure(GroovyParser.ExpressionContext) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
Check whether following a method name of command expression.
isFoundContractElement() - Method in class org.apache.groovy.contracts.ast.visitor.ContractElementVisitor
 
isFunctionalInterface(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isGenerated(AnnotatedNode) - Static method in class org.apache.groovy.ast.tools.AnnotatedNodeUtils
 
isGenerated(MethodNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isGeneratedFunction(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Checks if the type is a generated function, i.e.
isGenericSetMethod(MetaMethod) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isGenericsPlaceHolder() - Method in class org.codehaus.groovy.ast.ClassNode
 
isGetterCandidate(MethodNode) - Static method in class org.apache.groovy.ast.tools.MethodNodeUtils
Determines if given method is a getter candidate.
isGlobalKeepIgnorableWhitespace() - Static method in class groovy.xml.dom.DOMCategory
 
isGlobalTrimWhitespace() - Static method in class groovy.xml.dom.DOMCategory
 
isGroovy() - Method in class groovy.inspect.Inspector
 
isGroovy() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
isGroovydocEnabled() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if groovydoc is enabled.
isGroovyObject - Variable in class groovy.lang.MetaClassImpl
 
isGroovyObject() - Method in class groovy.lang.DelegatingMetaClass
 
isGroovyObject() - Method in class groovy.lang.MetaClassImpl
Return whether the class represented by this metaclass instance is an instance of the GroovyObject class
isGroovyObject() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
isGroovyObjectType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isGStringOrGStringStringLUB(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isGStringType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isHandlesNodeChildren() - Method in class groovy.util.AbstractFactory
 
isHandlesNodeChildren() - Method in interface groovy.util.Factory
Does this factory "Own" its child closure.
isHandlesNodeChildren() - Method in class org.codehaus.groovy.control.customizers.builder.ImportCustomizerFactory
 
isHandlesNodeChildren() - Method in class org.codehaus.groovy.control.customizers.builder.InlinedASTCustomizerFactory
 
isHandlesNodeChildren() - Method in class org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory
 
isHeldExclusively() - Method in class org.codehaus.groovy.util.LockableObject
 
isHexDigit(char) - Static method in class org.codehaus.groovy.syntax.Numbers
Returns true if the specified character is a base-16 digit.
isHolder() - Method in class org.codehaus.groovy.ast.FieldNode
 
isHolder() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
isIgnoringAutoboxing() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
isImplicit() - Method in class org.codehaus.groovy.ast.Parameter
 
isImplicitThis() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isImplicitThis() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isImplicitThis() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
isIncluded() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isIncluded() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isIncluded() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isIncluded() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isIncludeDestClasses() - Method in class org.codehaus.groovy.ant.Groovyc
Get the value of the includeDestClasses property.
isInclusive() - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
isIndirectImportCheckEnabled() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
isIndyEnabled() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if invoke dynamic is enabled.
isInfo() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.INFO.
isInGeneratedFunction() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isInGeneratedFunction() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isInGeneratedFunctionConstructor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isInGeneratedFunctionConstructor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isInitialized() - Method in class groovy.console.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
isInitialized() - Method in class groovy.lang.ExpandoMetaClass
Checks if the metaclass is initialized.
isInitialized() - Method in class groovy.lang.MetaClassImpl
 
isInitialized() - Method in interface org.apache.groovy.util.concurrent.LazyInitializable
Check if the object is initialized.
isInitialized() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
isInnerClass(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given ClassNode is a non-static inner class.
isInnerHashJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isInnerJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isInScriptBody() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isInScriptBody() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isInSpecialConstructorCall() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
isInstanceOfX(Expression, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isInStaticallyCheckedMethod - Variable in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
isInStaticContext - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
isInStaticContext() - Method in class org.codehaus.groovy.ast.DynamicVariable
 
isInStaticContext() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isInStaticContext() - Method in class org.codehaus.groovy.ast.FieldNode
 
isInStaticContext() - Method in class org.codehaus.groovy.ast.Parameter
 
isInStaticContext() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isInStaticContext() - Method in interface org.codehaus.groovy.ast.Variable
Returns true if this variable is used in a static context.
isInStaticContext() - Method in class org.codehaus.groovy.ast.VariableScope
 
isInt(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is an int.
isIntCategory(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
 
isIntCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is an int, byte, char or short.
isInteger(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isInteger(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as an Integer.
isInteger(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isInterface - Variable in class org.codehaus.groovy.reflection.CachedClass
 
isInterface() - Method in class org.codehaus.groovy.ast.ClassNode
 
isInterface() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isInterface() - Method in class org.codehaus.groovy.reflection.CachedClass
 
isInterface() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isInterface() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isInterface() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isInterfaceContractsCandidate(ClassNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Checks whether the given ClassNode is a candidate for applying interface contracts.
isInvalidLocalVariableDeclaration(TokenStream) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
Distinguish between local variable declaration and method call, e.g.
isInvalidMethodDeclaration(TokenStream) - Static method in class org.apache.groovy.parser.antlr4.SemanticPredicates
Distinguish between method declaration and method call/constructor declaration
isISO8601(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
isISO8601QuickCheck(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
isJavaIdentifier(String) - Static method in class org.codehaus.groovy.tools.Utilities
Tells if the given string is a valid Java identifier.
isJoinExpression(String) - Static method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isJsonDate(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
isKeepIgnorableWhitespace() - Method in class groovy.xml.XmlParser
Returns the current keep ignorable whitespace setting.
isKeepIgnorableWhitespace() - Method in class groovy.xml.XmlSlurper
 
isKeepJavaMetaClasses() - Static method in class groovy.lang.GroovySystem
 
isKeyword(String) - Static method in class org.codehaus.groovy.syntax.Types
 
isKnownImmutableType(ClassNode, List<String>) - Static method in class org.apache.groovy.ast.tools.ImmutablePropertyUtils
 
isLatest() - Method in class groovy.console.ui.text.SmartDocumentFilter
 
isLazyChop() - Method in class groovy.json.JsonSlurper
Turns on buffer lazy chopping for index overlay.
isLazyDefaultValues() - Method in class groovy.lang.ListWithDefault
 
isLazyReferencesAllowed() - Method in class groovy.util.ObjectGraphBuilder
Returns true if references can be resolved lazily
isLeaf() - Method in class groovy.swing.impl.ClosureRenderer
 
isLeaf() - Method in class groovy.util.AbstractFactory
 
isLeaf() - Method in interface groovy.util.Factory
 
isLeftHashJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isLeftJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isLetter(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a character is a letter.
isLetterOrDigit(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a character is a letter or digit.
isLHS() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
isLogClassgen() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Returns whether logging class generation is enabled
isLoggingMethod(String) - Method in class groovy.util.logging.Commons.CommonsLoggingStrategy
 
isLoggingMethod(String) - Method in class groovy.util.logging.Log.JavaUtilLoggingStrategy
 
isLoggingMethod(String) - Method in class groovy.util.logging.Log4j.Log4jLoggingStrategy
 
isLoggingMethod(String) - Method in class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
 
isLoggingMethod(String) - Method in class groovy.util.logging.PlatformLog.JavaUtilLoggingStrategy
 
isLoggingMethod(String) - Method in class groovy.util.logging.Slf4j.Slf4jLoggingStrategy
 
isLoggingMethod(String) - Method in interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategy
 
isLong(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isLong(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isLong(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a Long.
isLong(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isLongCategory(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.TypeHelper
 
isLongCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a long, int, byte, char or short.
isLowerCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a Character is lowercase.
isMap - Variable in class groovy.lang.MetaClassImpl
 
isMemberDirectlyAccessible(int, ClassNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
isMethod() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isMethod() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isMethod() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isMethod() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isMethod(MetaMethod) - Method in class groovy.lang.MetaMethod
Returns true if this metamethod represents the same method as the argument.
isMethodCall(Object) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isMethodDefinitionAllowed() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
isModified() - Method in class groovy.lang.DelegatingMetaClass
 
isModified() - Method in class groovy.lang.ExpandoMetaClass
 
isModified() - Method in class groovy.lang.MetaClassImpl
Returns whether this MetaClassImpl has been modified.
isModified() - Method in interface groovy.lang.MutableMetaClass
Return whether the MetaClass has been modified or not
isModifier() - Method in class org.codehaus.groovy.ast.ModifierNode
Check whether the modifier is not an imagined modifier(annotation, def)
isMopMethod(String) - Static method in class org.codehaus.groovy.classgen.asm.MopWriter
Determines if a method is a MOP method.
isMultiLineTabbed() - Method in class groovy.console.ui.text.TextEditor
Whether using the tab key indents the selected lines of code
isMultiLineTabbed(boolean) - Method in class groovy.console.ui.text.TextEditor
 
isMultipleAssignmentDeclaration() - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
This method tells you if this declaration is a multiple assignment declaration, which has the form "def (x, y) = ..." in Groovy.
isNamespaceAware() - Method in class groovy.xml.XmlNodePrinter
Check if namespace handling is enabled.
isNamespaceAware() - Method in class groovy.xml.XmlParser
Determine if namespace handling is enabled.
isNative() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
isNative() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
isNonChangeCheck() - Method in class org.apache.groovy.swing.binding.PropertyBinding
 
isNonnegative(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is zero or positive.
isNonnegative(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is zero or positive.
isNonpositive(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is zero or negative.
isNonpositive(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is zero or negative.
isNonSealed(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the type is declared non-sealed.
isNonVisibilityModifier() - Method in class org.codehaus.groovy.ast.ModifierNode
 
isNotCase(Closure<?>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
 
isNotCase(Class<?>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
isNotCase(Collection<?>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(Map<?, ?>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isNotCase(Pattern, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
 
isNotClinit() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isNotClinit() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isNull(Object) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
Guard to check if the argument is null.
isNullConstant(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isNullConstant(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isNullExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
isNullOrInstanceOfX(Expression, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isNullsLast() - Method in class org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
 
isNullX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
isNumber - Variable in class org.codehaus.groovy.reflection.CachedClass
 
isNumber(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determines if a CharSequence can be parsed as a Number.
isNumberCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Checks if type is a BigDecimal (category) or Number.
isNumberDigit(int) - Static method in class org.apache.groovy.json.internal.BaseJsonParser
 
isNumberDigit(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
isNumberOrArrayOfNumber(ClassNode, boolean) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
Determines if a type is derived from Number (or array thereof).
isNumberType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isNumericTypeSpecifier(char, boolean) - Static method in class org.codehaus.groovy.syntax.Numbers
Returns true if the specified character is a valid type specifier for a numeric value.
isObject() - Method in class org.codehaus.groovy.transform.stc.Receiver
Indicates if receiver is an object instance or a class (static) reference.
isObjectType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isOctalDigit(char) - Static method in class org.codehaus.groovy.syntax.Numbers
Returns true if the specific character is a base-8 digit.
isOmitEmptyAttributes() - Method in class groovy.xml.MarkupBuilder
Determine whether empty attributes will appear in the produced markup.
isOmitNullAttributes() - Method in class groovy.xml.MarkupBuilder
Determine whether null attributes will appear in the produced markup.
isOneOf(int[]) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns true if the node's meaning matches any of the specified types.
isOneX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isOrdinaryClass() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isOrdinaryClass() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isOrdinaryClass() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isOrdinaryClass() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isOrigB() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigBArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigBool() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original boolean metaclass is used.
isOrigByte() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original byte metaclass is used.
isOrigC() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigCArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigChar() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original char metaclass is used.
isOrigD() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigDArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigDouble() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original double metaclass is used.
isOrigF() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigFArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigFloat() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original float metaclass is used.
isOrigInt() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigInt() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original integer metaclass is used.
isOrigIntArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigIntArray() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original integer array metaclass is used.
isOrigL() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigLArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigLong() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original long metaclass is used.
isOrigS() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigSArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigShort() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
Returns true if no metaclass creation handle is set and if the original short metaclass is used.
isOrigZ() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigZArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrImplements(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isOvertypeMode() - Static method in class groovy.console.ui.text.TextEditor
 
isPackageAllowed() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
isPackagePrivate() - Method in interface groovy.lang.MetaMember
 
isPackagePrivate() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isPackagePrivate() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isPackagePrivate() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isPackagePrivate() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isPackageScope() - Method in class org.codehaus.groovy.ast.MethodNode
 
isParameterized() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
isParameterizedWithGStringOrGStringString(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isParameterizedWithString(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isParameterSpecified() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
isPartOfConstructor() - Method in class org.apache.groovy.contracts.domain.Postcondition
 
isPerInstanceMetaClassChange() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Determines if this event is for a change for a single instance or all instances of the Class.
isPermissivePropertyAccess() - Method in class groovy.lang.MetaClassImpl
 
isPhaseComplete() - Method in class org.codehaus.groovy.control.ProcessingUnit
 
isPlaceholder() - Method in class org.codehaus.groovy.ast.GenericsType
 
isPlaceholder(ASTNode) - Static method in class org.codehaus.groovy.control.PlaceholderVisitor
 
isPositive(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is positive, excluding zero.
isPositive(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is positive, excluding zero.
isPostconditionCandidate(ClassNode, MethodNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Decides whether the given method is a candidate for a post-condition.
isPostconditionsEnabled() - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
isPostJDK10(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
isPostJDK11(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 11+ compatible bytecode version.
isPostJDK12(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 12+ compatible bytecode version.
isPostJDK13(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 13+ compatible bytecode version.
isPostJDK14(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 14+ compatible bytecode version.
isPostJDK15(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 15+ compatible bytecode version.
isPostJDK16(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 16+ compatible bytecode version.
isPostJDK17(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 17+ compatible bytecode version.
isPostJDK18(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 18+ compatible bytecode version.
isPostJDK5(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
isPostJDK7(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
isPostJDK8(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
isPostJDK9(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
isPreconditionCandidate(ClassNode, MethodNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Decides whether the given method is a candidate for a pre-condition.
isPreconditionsEnabled() - Method in class org.apache.groovy.contracts.common.spi.ProcessingContextInformation
 
isPrefixRegistered(String, String) - Method in class groovy.xml.XmlNodePrinter.NamespaceContext
 
isPreOrPostconditionCandidate(ClassNode, MethodNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Decides whether the given method is a candidate for a pre- or postcondition.
isPresent() - Method in class groovy.lang.groovydoc.Groovydoc
Tests if groovydoc is present
isPreserveWhitespace() - Method in class groovy.xml.XmlNodePrinter
Check if whitespace preservation is enabled.
isPreviewFeatures() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Whether the bytecode version has preview features enabled (JEP 12)
isPrimaryClassNode() - Method in class org.codehaus.groovy.ast.ClassNode
 
isPrimaryNode - Variable in class org.codehaus.groovy.ast.ClassNode
 
isPrimitive - Variable in class org.codehaus.groovy.reflection.CachedClass
 
isPrimitive() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
 
isPrimitive() - Method in class org.codehaus.groovy.reflection.CachedClass
 
isPrimitive() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isPrimitive() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isPrimitive() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
isPrimitive() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
 
isPrimitiveBoolean(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveByte(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveChar(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveDouble(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveFloat(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveInt(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveLong(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveShort(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrimitiveType(String) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Test to determine if a ClassNode is a primitive type.
isPrimitiveType(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveType(Type) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveVoid(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isPrivate() - Method in interface groovy.lang.MetaMember
 
isPrivate() - Method in class org.codehaus.groovy.ast.MethodNode
 
isPrivate() - Method in interface org.codehaus.groovy.ast.Variable
 
isPrivate() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isPrivate() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isPrivate() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isPrivate() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isPrivateBridgeMethodsCallAllowed(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
isProtected() - Method in interface groovy.lang.MetaMember
 
isProtected() - Method in class org.codehaus.groovy.ast.MethodNode
 
isProtected() - Method in interface org.codehaus.groovy.ast.Variable
 
isProtected() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isProtected() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isProtected() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isProtected() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isPublic() - Method in interface groovy.lang.MetaMember
 
isPublic() - Method in class org.codehaus.groovy.ast.MethodNode
 
isPublic() - Method in interface org.codehaus.groovy.ast.Variable
 
isPublic() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isPublic() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isPublic() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isPublic() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isQuiet() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.QUIET.
isReceiver() - Method in class org.codehaus.groovy.ast.Parameter
 
isRecompilable(Class) - Method in class groovy.lang.GroovyClassLoader
Indicates if a class is recompilable.
isRecord() - Method in class org.codehaus.groovy.ast.ClassNode
Checks if the ClassNode instance represents a native record.
isRecord() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isRecord() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isRecord() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isRecord() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isRecursive(Map<String, ASTNode>) - Method in class org.codehaus.groovy.transform.tailrec.RecursivenessTester
 
isRecursive(MethodNode, MethodCallExpression) - Method in class org.codehaus.groovy.transform.tailrec.RecursivenessTester
 
isRecursive(MethodNode, StaticMethodCallExpression) - Method in class org.codehaus.groovy.transform.tailrec.RecursivenessTester
 
isRedirectNode() - Method in class org.codehaus.groovy.ast.ClassNode
 
isReferencedClassVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
isReferencedLocalVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
isRelevant(int) - Method in class org.codehaus.groovy.control.messages.WarningMessage
Returns true if this message is as or more important than the specified importance level.
isRelevant(int, int) - Static method in class org.codehaus.groovy.control.messages.WarningMessage
Returns true if a warning would be relevant to the specified level.
isRepeatable() - Method in class org.codehaus.groovy.ast.ModifierNode
 
isResolved() - Method in class org.codehaus.groovy.ast.ClassNode
 
isResolved() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
isResolved() - Method in class org.codehaus.groovy.ast.GenericsType
 
isResource(Expression) - Static method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
isReturningNullOrVoid() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
isReverse() - Method in class groovy.lang.EmptyRange
Never true for an empty range.
isReverse() - Method in class groovy.lang.IntRange
 
isReverse() - Method in class groovy.lang.NumberRange
 
isReverse() - Method in class groovy.lang.ObjectRange
 
isReverse() - Method in interface groovy.lang.Range
Indicates whether this is a reverse range which iterates backwards starting from the to value and ending on the from value
isRoot() - Method in class org.codehaus.groovy.ast.VariableScope
 
isRowfill() - Method in class groovy.swing.impl.TableLayoutCell
Returns the rowfill.
isRunningAndroid() - Static method in class org.codehaus.groovy.reflection.android.AndroidSupport
 
isRuntimeClass(ClassNode) - Static method in class org.apache.groovy.contracts.generation.CandidateChecks
Checks whether the given ClassNode is part of the Groovy/Java runtime.
isRuntimeGroovydocEnabled() - Method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if runtime groovydoc is enabled.
isSafe() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
isSafe() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isSafe() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isSame(MetaMethod) - Method in class groovy.lang.MetaMethod
Determines if the given method has the same name, parameters, return type and modifiers but may be defined on another type.
isSameCompilationUnit(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Returns true if the two classes share the same compilation unit.
isSameMetaClass(MetaClass, Object) - Static method in class org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures
called by handle
isSAMType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isSaveStreams() - Method in class groovy.ant.AntBuilder
Whether stdin, stdout, stderr streams are saved.
isScript() - Method in class org.codehaus.groovy.ast.ClassNode
 
isScript() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isScriptBody() - Method in class org.codehaus.groovy.ast.ClassNode
 
isScriptBody() - Method in class org.codehaus.groovy.ast.MethodNode
 
isSealed() - Method in class org.codehaus.groovy.ast.ClassNode
 
isSealed() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
isSealed(Class<?>) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
 
isSecondPassNeededForControlStructure(Map<VariableExpression, ClassNode>, Map<VariableExpression, List<ClassNode>>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isSelected() - Method in class groovy.swing.impl.ClosureRenderer
 
isSerializable() - Method in class org.codehaus.groovy.ast.expr.LambdaExpression
 
isSerializable() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
isSerializable() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isSerializable() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isSerializable() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
isSet(String) - Method in class groovy.util.ConfigObject
Checks if a config option is set.
isSetter(String, CachedClass[]) - Method in class groovy.lang.ExpandoMetaClass
 
isShort(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isShouldRecompile() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
isShouldRecompile() - Method in class groovy.lang.GroovyClassLoader
gets the currently set recompilation mode.
isSkipMode(AnnotatedNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isSkippedInnerClass(AnnotatedNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Tests if a node is an inner class node, and if it is, then checks if the enclosing method is skipped.
isSmartInnerJoin() - Method in class org.apache.groovy.ginq.dsl.expression.JoinExpression
 
isSourceNewer(GroovyScriptEngine.ScriptCacheEntry) - Method in class groovy.util.GroovyScriptEngine
 
isSourceNewer(URL, Class) - Method in class groovy.lang.GroovyClassLoader
Decides if the given source is newer than a class.
isSourceUnit() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns true if a SourceUnit is stored
isSpecialCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isSpreadSafe() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isSpreadSafe() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isStar() - Method in class org.codehaus.groovy.ast.ImportNode
 
isStatic - Variable in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
isStatic() - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
isStatic() - Method in interface groovy.lang.MetaMember
 
isStatic() - Method in exception groovy.lang.MissingMethodException
 
isStatic() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isStatic() - Method in class org.codehaus.groovy.ast.ImportNode
 
isStatic() - Method in class org.codehaus.groovy.ast.MethodNode
 
isStatic() - Method in interface org.codehaus.groovy.ast.Variable
 
isStatic() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isStatic() - Method in class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
 
isStatic() - Method in class org.codehaus.groovy.runtime.metaclass.NewStaticMetaMethod
 
isStatic() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
isStatic() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
isStatic() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
isStatic(InnerClassNode) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
isStaticallyCompiled(AnnotatedNode) - Static method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
isStaticClass() - Method in class org.codehaus.groovy.ast.ClassNode
Is this class declared in a static method (such as a closure / inner class declared in a static method)
isStaticConstantInitializerType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Test to determine if a ClassNode is a type belongs to the list of types which are allowed to initialize constants directly in bytecode instead of using <cinit>
isStaticConstructor() - Method in class org.codehaus.groovy.ast.MethodNode
 
isStaticConstructor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isStaticConstructor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isStaticContext() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isStaticContext() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isStaticExtension() - Method in class org.codehaus.groovy.transform.stc.ExtensionMethodNode
 
isStaticMethod() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isStaticMethod() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isStaticMethodCallOnClass(MethodCall, ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Given a method call, checks if it's a static method call and if it is, tells if the receiver matches the one supplied as an argument.
isStrict() - Method in class org.codehaus.groovy.ast.expr.CastExpression
If strict mode is true, then when the compiler generates a cast, it will disable Groovy casts and rely on a strict cast (CHECKCAST).
isStringType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isSubtype(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if given class is, extends or implements a class or interface.
isSuperCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isSuperclass(Class, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isSuperExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isSuperExpression(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isSuperExpression(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isSynchronized() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
isSynchronized() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
isSynthetic() - Method in interface groovy.lang.MetaMember
 
isSynthetic() - Method in class org.codehaus.groovy.ast.AnnotatedNode
Indicates if this node was added by the compiler.
isSynthetic() - Method in interface org.codehaus.groovy.groovydoc.GroovyMemberDoc
 
isSynthetic() - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
isSynthetic() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
isSynthetic() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
 
isSyntheticPublic() - Method in class org.codehaus.groovy.ast.ClassNode
Indicates that this class has been "promoted" to public by Groovy when in fact there was no public modifier explicitly in the source code.
isSyntheticPublic() - Method in class org.codehaus.groovy.ast.MethodNode
Indicates that this method has been "promoted" to public by Groovy when in fact there was no public modifier explicitly in the source code.
isTableHeader() - Method in class groovy.swing.impl.ClosureRenderer
 
isTabsAsSpaces() - Method in class groovy.console.ui.text.TextEditor
 
isTabsAsSpaces(boolean) - Method in class groovy.console.ui.text.TextEditor
 
isTargetAllowed(int) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
isTargetOfEnclosingAssignment(Expression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
isThisCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isThisExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isThisExpression(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isThisExpression(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isThisOrSuper(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isTrait() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isTrait(Class<?>) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns true if the specified class is a trait.
isTrait(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns true if the specified class node is a trait.
isTraitSelf(VariableExpression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isTransient() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
 
isTransient() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
isTrimWhitespace() - Method in class groovy.xml.XmlParser
Returns the current trim whitespace setting.
isTrue(boolean) - Static method in class org.apache.groovy.contracts.util.Validate
 
isTrueExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
isTrueX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isTypeAvailable() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
isTypeAvailable() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
isTypeOrArrayOfType(ClassNode, ClassNode, boolean) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
Determines if a type matches another type (or array thereof).
isUnboundedWildcard(GenericsType) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isUndefined(String) - Static method in class groovy.transform.Undefined
 
isUndefined(ClassNode) - Static method in class groovy.transform.Undefined
 
isUndefinedException(ClassNode) - Static method in class groovy.transform.Undefined
 
isUnwrapped() - Method in class groovy.console.ui.text.TextEditor
 
isUpperCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a Character is uppercase.
isUseDoubleQuotes() - Method in class groovy.text.markup.TemplateConfiguration
 
isUseReferenceDirectly() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
isUseReferenceDirectly() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
For internal use only.
isUseReflection() - Static method in class groovy.lang.GroovySystem
Deprecated.
isUsingAnonymousInnerClass() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isUsingGenerics() - Method in class org.codehaus.groovy.ast.ClassNode
 
isUsingGenerics() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
isUsingGenerics() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
isUsingGenericsOrIsArrayUsingGenerics(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true if a class makes use of generic types.
isUsingUncheckedGenerics(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true if the provided class node, when considered as a receiver of a message or as a parameter, is using a placeholder in its generics type.
isValid() - Method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo.ConstantMetaClassVersioning
 
isValidAccessorName(String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determines if the given accessor name starts with "get", "set" or "is" followed by at least one character.
isValidAttribute(AbstractASTTransformation, AnnotationNode, String) - Method in class groovy.transform.options.PropertyHandler
 
isValidExactMethod(Class[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isValidExactMethod(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isValidExpandoProperty(String) - Static method in class groovy.lang.ExpandoMetaClass
 
isValidMethod(Class[]) - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
 
isValidMethod(Class[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isValidMethod(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isValidOutputArea(String) - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
isVarArgs() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
isVarArgs() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
isVargs - Variable in class org.codehaus.groovy.vmplugin.v8.Selector
 
isVargs(Parameter[]) - Static method in class org.codehaus.groovy.ast.tools.ParameterUtils
 
isVargsMethod() - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isVargsMethod(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isVerbose() - Method in class groovy.text.SimpleTemplateEngine
 
isVerbose() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.VERBOSE.
isVisibilityModifier() - Method in class org.codehaus.groovy.ast.ModifierNode
 
isVoid() - Method in class org.codehaus.groovy.reflection.CachedClass
 
isVoidMethod() - Method in class org.codehaus.groovy.ast.MethodNode
 
isVolatile() - Method in interface org.codehaus.groovy.ast.Variable
 
isVolatile() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
 
isVolatile() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
isWeekday(DayOfWeek) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if the DayOfWeek is a weekday.
isWeekend(DayOfWeek) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this day of the week is a weekend day (Saturday or Sunday).
isWhitespace(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determines if a character is a whitespace character.
isWildcard() - Method in class org.codehaus.groovy.ast.GenericsType
 
isWildcardLeftHandSide(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Tells if a class is one of the "accept all" classes as the left hand side of an assignment.
isWithCall(String, Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Called on method call checks in order to determine if a method call corresponds to the idiomatic o.with { ...
isWithinBatch() - Method in class groovy.sql.Sql
Returns true if the current Sql object is currently executing a withBatch method call.
isWrapped() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
isWrapperBoolean(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperByte(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperCharacter(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperDouble(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperFloat(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperInteger(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperLong(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperShort(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isWrapperVoid(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isZeroX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ITALIC - Static variable in class groovy.console.ui.text.StructuredSyntaxHandler
 
items() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
items() - Method in interface org.apache.groovy.json.internal.ValueMap
Give me the items in the map without hydrating the map.
items() - Method in class org.apache.groovy.json.internal.ValueMapImpl
 
iterable() - Static method in class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.Weighers
A weigher where the value is a Iterable and its weight is the number of elements.
ITERABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ITERABLE_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
iterateClassNodeToCompile() - Method in class org.codehaus.groovy.ast.CompileUnit
Deprecated.
iterator() - Method in class groovy.lang.IntRange
 
iterator() - Method in class groovy.lang.ListWithDefault
 
iterator() - Method in interface groovy.lang.MetaClassRegistry
Gets a snapshot of the current constant metaclasses and returns it as Iterator.
iterator() - Method in class groovy.lang.NumberRange
iterator() - Method in class groovy.lang.ObjectRange
iterator() - Method in class groovy.swing.impl.ListWrapperListModel