Skip navigation links
$ 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 _ 

$

$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(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Number) - Static method in class org.codehaus.groovy.runtime.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 interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ABSTRACT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
AbstractASTTransformation - Class in org.codehaus.groovy.transform
 
AbstractASTTransformation() - Constructor for class org.codehaus.groovy.transform.AbstractASTTransformation
 
AbstractASTTransformUtil - Class in org.codehaus.groovy.transform
Deprecated.
use org.codehaus.groovy.ast.tools.GeneralUtils
AbstractASTTransformUtil() - Constructor for class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
 
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(CallSiteArray, int, String) - Constructor for class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
AbstractCallSite(CallSite) - Constructor for class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
AbstractComparator<T> - Class in org.codehaus.groovy.runtime
 
AbstractComparator() - Constructor for class org.codehaus.groovy.runtime.AbstractComparator
 
AbstractConcurrentMap<K,V> - Class in org.codehaus.groovy.util
 
AbstractConcurrentMap(Object) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMap
 
AbstractConcurrentMap.Entry<K,V> - Interface in org.codehaus.groovy.util
 
AbstractConcurrentMap.Segment<K,V> - Class in org.codehaus.groovy.util
 
AbstractConcurrentMapBase - Class in org.codehaus.groovy.util
 
AbstractConcurrentMapBase(Object) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
AbstractConcurrentMapBase.Entry<V> - Interface in org.codehaus.groovy.util
 
AbstractConcurrentMapBase.Segment - Class in org.codehaus.groovy.util
 
AbstractFactory - Class in groovy.util
 
AbstractFactory() - Constructor for class groovy.util.AbstractFactory
 
AbstractFullBinding - Class in org.codehaus.groovy.binding
 
AbstractFullBinding() - Constructor for class org.codehaus.groovy.binding.AbstractFullBinding
 
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
 
AbstractLoggingStrategy(GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
AbstractLoggingStrategy() - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
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
 
aCase() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
accept(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal
 
accept(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.PreOrderTraversal
 
accept(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.SourceCodeTraversal
 
accept(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept(String) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
accept(ServerSocket, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
accept(ServerSocket, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(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_FirstChild_v_RestOfTheChildren(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_RestOfTheChildren_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_RestOfTheChildren_v_LastChild(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_SecondChild(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_SecondChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_SecondChild_v_ThirdChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstChild_v_SecondChildsChildren_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_FirstSecondAndThirdChild_v_v_ForthChild(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_SecondChild_v_ThirdChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_AllChildren_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_AllChildren_v_Siblings(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_2ndv_SecondChild_v___LastChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_SecondChild_v_ThirdChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_v_RestOfTheChildren(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_v_RestOfTheChildren_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChild_v_SecondChild_v___LastChild_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChildsFirstChild_v_Child2_Child3_v_Child4_v___v_LastChild(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_FirstChildsFirstChild_v_RestOfTheChildren(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
accept_v_Siblings_v(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
acceptBaseName(String) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
acceptChildren(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
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
 
acceptSiblings(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
acceptSource(SourceUnit) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
accessibleToConstructor(Class, Constructor) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
actionPerformed(ActionEvent) - Method in class groovy.swing.impl.DefaultAction
 
actionPerformed(ActionEvent) - Method in class org.codehaus.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(T) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
add(T) - Method in class groovy.lang.ListWithDefault
 
add(int, T) - Method in class groovy.lang.ListWithDefault
 
add(int, Object) - Method in class groovy.lang.Sequence
 
add(Object) - Method in class groovy.lang.Sequence
 
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(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(int, E) - Method in class groovy.swing.impl.ListWrapperListModel
 
add(E) - Method in class groovy.swing.impl.ListWrapperListModel
 
add(int, Object) - Method in class groovy.util.ObservableList
 
add(Object) - Method in class groovy.util.ObservableList
 
add(Object) - Method in class groovy.util.ObservableList.ObservableListIterator
 
add(E) - Method in class groovy.util.ObservableSet
 
add(Closure) - Method in class groovy.util.OrderBy
 
add(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(long) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(double) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(float) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
add(char[], int) - 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[], char) - Static method in class org.apache.groovy.json.internal.Chr
 
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(char[], char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
add(char[]...) - Static method in class org.apache.groovy.json.internal.Chr
 
add(MapItemValue) - Method in class org.apache.groovy.json.internal.LazyValueMap
Adds a new MapItemValue to the mapping.
add(Object) - Method in class org.apache.groovy.json.internal.ValueList
 
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(GroovyCategorySupport.CategoryMethod) - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
 
add(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
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(List<String>) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
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(Object) - Method in class org.codehaus.groovy.util.FastArray
 
add(T) - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Adds the specified value to the queue.
add(T) - Method in class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
adds a value to the list
addAll(int, 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.EmptyRange
Always throws UnsupportedOperationException for an empty range.
addAll(Collection<? extends T>) - Method in class groovy.lang.ListWithDefault
 
addAll(int, Collection<? extends T>) - Method in class groovy.lang.ListWithDefault
 
addAll(Collection) - Method in class groovy.lang.Sequence
 
addAll(int, Collection) - Method in class groovy.lang.Sequence
 
addAll(Collection<? extends E>) - Method in class groovy.swing.impl.ListWrapperListModel
 
addAll(int, Collection<? extends E>) - Method in class groovy.swing.impl.ListWrapperListModel
 
addAll(Collection) - Method in class groovy.util.ObservableList
 
addAll(int, Collection) - Method in class groovy.util.ObservableList
 
addAll(Collection<? extends E>) - Method in class groovy.util.ObservableSet
 
addAll(Collection<T>, T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies the collection by adding all of the elements in the specified array to the collection.
addAll(List<T>, int, T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this list by inserting all of the elements in the specified array into the list at the specified position.
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>, Iterable<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds all items from the iterable to the Collection.
addAll(FastArray) - Method in class org.codehaus.groovy.util.FastArray
 
addAll(Object[], int) - Method in class org.codehaus.groovy.util.FastArray
 
addAll(List) - Method in class org.codehaus.groovy.util.FastArray
 
addAllListeners(PropertyChangeListener, Object, Set) - Method in class org.codehaus.groovy.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
 
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
 
addArgumentExpression(AST, List<Expression>) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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(List<Object>) - Method in class groovy.sql.BatchingPreparedStatementWrapper
 
addBatch(String) - Method in class groovy.sql.BatchingStatementWrapper
 
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.codehaus.groovy.binding.AggregateBinding
 
addBoolean(boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addByte(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
addCase(CaseStatement) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
addCatch(CatchStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
addCategoryMethodCallError(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addCell(TableLayoutCell) - Method in class groovy.swing.impl.TableLayout
Adds a new cell to the current grid
addCell(TableLayoutCell) - Method in class groovy.swing.impl.TableLayoutRow
Adds a new cell to this row
addChangeListener(PreferenceChangeListener) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
addChar(byte) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
addChar(char) - 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.util.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
 
addClassNode(ClassNode) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a ClassNode directly to the unit (ie.
addClassNodeToCompile(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.ast.CompileUnit
this method actually does not compile a class.
addClassNodeToResolve(CompileUnit.ConstructedOuterNestedClassNode) - Method in class org.codehaus.groovy.ast.CompileUnit
Add a constructed class node as a placeholder to resolve outer nested class further.
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.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(Object, ValueModel) - Method in class groovy.model.DefaultTableModel
 
addColumn(Object, Object, ValueModel) - Method in class groovy.model.DefaultTableModel
 
addColumn(DefaultTableColumn) - Method in class groovy.model.DefaultTableModel
Adds a new column definition to the table
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
 
addConfiguredJavac(Javac) - Method in class org.codehaus.groovy.ant.Groovyc
Add the configured nested javac task if present to initiate joint compilation.
addConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addConstructor(int, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.ast.ClassNode
 
addConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
addConstructor(int, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
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
 
addDeclaredMethodMapsFromSuperInterfaces(ClassNode, Map<String, MethodNode>) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
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
 
addDefaultParameterMethods(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
Creates a new helper method for each combination of default parameter expressions
addDefaultParameters(List, 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
 
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, 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) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
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, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience wrapper for addError().
addError(String, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience wrapper for addError().
addError(SyntaxException) - Method in class org.codehaus.groovy.control.SourceUnit
This method adds a SyntaxException to the error collector.
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, SourceUnit) - Method in class org.codehaus.groovy.transform.AnnotationCollectorTransform
Adds a new syntax error to the source unit and then continues.
addError(String, ASTNode) - Method in interface org.codehaus.groovy.transform.ErrorCollecting
 
addError(String, ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addErrorAndContinue(SyntaxException, 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
 
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, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
 
addException(Exception) - Method in class org.codehaus.groovy.control.SourceUnit
This method adds an exception to the error collector.
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
 
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(Message) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a fatal exception to the message set and throws the unit as a PhaseFailedException.
addField(FieldNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addField(String, int, ClassNode, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldFirst(FieldNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addFieldFirst(String, int, ClassNode, Expression) - 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
 
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 set of files (nested fileset attribute).
addFirstPhaseOperation(CompilationUnit.PrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addFloat(float) - Method in class org.apache.groovy.json.internal.CharBuf
 
addFloat(Float) - Method in class org.apache.groovy.json.internal.CharBuf
 
addGeneratedClosureConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
addGeneratedConstructor(ClassNode, int, Parameter[], ClassNode[], Statement) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method that is marked as @Generated.
addGeneratedConstructor(ClassNode, ConstructorNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method that is marked as @Generated.
addGeneratedInnerClass(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add an inner class that is marked as @Generated.
addGeneratedInnerClass(InnerClassNode) - Method in class org.codehaus.groovy.ast.CompileUnit
 
addGeneratedMethod(ClassNode, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Return an existing method if one exists or else create a new method and mark it as @Generated.
addGeneratedMethod(ClassNode, MethodNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Add a method and mark it as @Generated.
addGlobalTransforms(ASTTransformationsContext) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
addGlobalTransformsAfterGrab(ASTTransformationsContext) - Static method in class org.codehaus.groovy.transform.ASTTransformationVisitor
 
addGroovyObjectInterfaceAndMethods(ClassNode, String) - Method in class org.codehaus.groovy.classgen.Verifier
 
addHandler(TypeCheckingExtension) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
addImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
addImport(String, ClassNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addImport(String, ClassNode, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addImport(String, String) - Method in class org.codehaus.groovy.control.customizers.ImportCustomizer
 
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
 
addInterfaceMethods(ClassNode, Map<String, MethodNode>) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
addInterfaceName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
ADDITIONAL_CLASSES - Static variable in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
additiveExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
addJsonEscapedString(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(String, boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonEscapedString(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
 
addJsonFieldName(char[]) - Method in class org.apache.groovy.json.internal.CharBuf
 
addJsonFieldName(char[], boolean) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLine(String) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLine(CharSequence) - Method in class org.apache.groovy.json.internal.CharBuf
 
addListeners(PropertyChangeListener, Object, Set) - Method in class org.codehaus.groovy.binding.BindPath
Add listeners to a specific object.
addLoggerFieldToClass(ClassNode, String, String) - Method in class groovy.util.logging.Commons.CommonsLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String) - Method in class groovy.util.logging.Log.JavaUtilLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String) - Method in class groovy.util.logging.Log4j.Log4jLoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String) - Method in class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
 
addLoggerFieldToClass(ClassNode, String, String) - Method in class groovy.util.logging.Slf4j.Slf4jLoggingStrategy
 
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.
addLong(long) - Method in class org.apache.groovy.json.internal.CharBuf
 
addLong(Long) - Method in class org.apache.groovy.json.internal.CharBuf
 
addMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
addMapEntryExpression(Expression, Expression) - 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 meta class change listener for constant meta classes
addMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Adds a listener for constant meta classes.
addMetaMethod(MetaMethod) - Method in class groovy.lang.DelegatingMetaClass
 
addMetaMethod(MetaMethod) - Method in class groovy.lang.MetaClassImpl
adds a MetaMethod to this class.
addMetaMethod(MetaMethod) - Method in interface groovy.lang.MutableMetaClass
Adds a new MetaMethod to the MetaClass
addMetaMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
addMetaMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
addMetaMethodToIndex(MetaMethod, MetaMethodIndex.Header) - Method in class groovy.lang.MetaClassImpl
 
addMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
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(MethodNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
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(String, Closure) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
addMethod$$bridge(ClassNode, boolean, String, int, ClassNode, Parameter[], ClassNode[], Statement) - Method in class org.codehaus.groovy.classgen.Verifier
 
addMethodGenerics(MethodNode, Map<String, ClassNode>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
addMethodToList(Object, MetaMethod) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
addMixin(MixinNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addMixinClass(MixinInMetaClass) - Method in class groovy.lang.ExpandoMetaClass
 
addModel(String, Object) - Method in class groovy.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.inspect.swingui.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.SourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
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[], Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
addNonRemovableMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in interface groovy.lang.MetaClassRegistry
Adds a meta class change listener for constant meta classes.
addNonRemovableMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Adds a listener for constant meta classes.
addNotify() - Method in class groovy.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.
addOperationCallListeners(Map<String, Map<String, Map<String, Object>>>) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
Registers listeners for operation calls (i.e.
addPhaseOperation(CompilationUnit.SourceUnitOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addPhaseOperation(CompilationUnit.PrimaryClassNodeOperation, int) - Method in class org.codehaus.groovy.control.CompilationUnit
 
addPhaseOperation(CompilationUnit.GroovyClassOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
 
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(PropertyNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
addProperty(String, int, ClassNode, Expression, Statement, Statement) - 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.model.ValueHolder
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.ui.text.TextUndoManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableList
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableList
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
addPropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableSet
 
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.model.DefaultTableModel
Adds a property model column to the table
addPropertyColumn(Object, String, Class, boolean) - Method in class groovy.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
 
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
 
addReturnIfNeeded(MethodNode) - Static method in class org.codehaus.groovy.classgen.ReturnAdder
addReturnIfNeeded(MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
addReturnType(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
addShort(short) - Method in class org.apache.groovy.json.internal.CharBuf
 
addShutdownHook(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the usage of addShutdownHook without getting the runtime first.
addSource(File) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a source file to the unit.
addSource(URL) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a source file to the unit.
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(SourceUnit) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a SourceUnit to the unit.
addSource(File) - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
addSource(URL) - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
addSources(String[]) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a set of file paths to the unit.
addSources(File[]) - Method in class org.codehaus.groovy.control.CompilationUnit
Adds a set of source files to the unit.
addSources(String[]) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
addSources(File[]) - 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, List<AnnotationNode>) - 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.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(ClassNode, String, String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
addStaticImport(ClassNode, String, String, List<AnnotationNode>) - Method in class org.codehaus.groovy.ast.ModuleNode
 
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.syntax.ASTHelper
 
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.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.ui.text.FindReplaceUtility
 
addTextToNode() - Method in class groovy.util.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.v7.TypeTransformers
Adds a type transformer applied at runtime.
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
adds an url to the classpath of this classloader
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(WarningMessage) - Method in class org.codehaus.groovy.control.ErrorCollector
Adds a WarningMessage to the message set.
addWarning(int, String, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience wrapper for addWarning() that won't create an object unless it is relevant.
addWarning(int, String, Object, CSTNode, SourceUnit) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience wrapper for addWarning() that won't create an object unless it is relevant.
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.
afterReferenceCreation(Reference) - Method in class org.codehaus.groovy.util.ReferenceManager
 
afterVisit(TreeContextAction) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
afterVisit(Closure<?>) - 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.
AggregateBinding - Class in org.codehaus.groovy.binding
An aggregation of multiple bindings
AggregateBinding() - Constructor for class org.codehaus.groovy.binding.AggregateBinding
 
ALIGN_CENTER - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
ALIGN_JUSTIFIED - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
ALIGN_LEFT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
ALIGN_RIGHT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
alignGenericTypes(GenericsType[], GenericsType[], GenericsType[]) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Deprecated.
You shouldn't call this method because it is inherently unreliable
ALIGNMENT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
ALL - Static variable in class org.codehaus.groovy.control.Phases
 
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(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
All classes and interfaces in this package optionally limited to just the included ones.
allClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
allClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
ALLOW_RESOLVE - Static variable in class org.codehaus.groovy.runtime.MethodClosure
 
ALLOWED_JDKS - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
An array of the valid targetBytecode values
allowRegexpLiteral() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
allParametersAndArgumentsMatch(Parameter[], ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Checks that arguments and parameter types match.
AllTestSuite - Class in groovy.util
AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy from inside a Java IDE.
AllTestSuite() - Constructor for class groovy.util.AllTestSuite
 
ALPHA_0 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_0 - Static variable in class org.apache.groovy.json.internal.CharScanner
 
ALPHA_1 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_2 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_3 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_4 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_5 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_6 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_7 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_8 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_9 - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
ALPHA_9 - Static variable in class org.apache.groovy.json.internal.CharScanner
 
alreadyVisitedMethods - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
AND - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
and(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise AND together two Numbers.
and(BitSet, BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise AND together two BitSets.
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.typehandling.NumberMath
 
and(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(byte, short) - 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(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(short, short) - 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(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
and(int, short) - 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, long) - 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, short) - 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(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
and(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
andExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
andX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
AnnotatedNode - Class in org.codehaus.groovy.ast
Base class for any AST node which is capable of being annotated
AnnotatedNode() - Constructor for class org.codehaus.groovy.ast.AnnotatedNode
 
AnnotatedNodeUtils - Class in org.apache.groovy.ast.tools
Utility class for working with AnnotatedNodes
annotation(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
annotation() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
ANNOTATION - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATION - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ANNOTATION_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATION_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ANNOTATION_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
Annotation_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
annotationArguments() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
AnnotationCollector - Annotation Type in groovy.transform
The AnnotationCollector can be used to define aliases for groups of annotations.
AnnotationCollectorMode - Enum in groovy.transform
 
AnnotationCollectorTransform - Class in org.codehaus.groovy.transform
This class is the base for any annotation alias processor.
AnnotationCollectorTransform() - Constructor for class org.codehaus.groovy.transform.AnnotationCollectorTransform
 
AnnotationCollectorTransform.ClassChanger - Class in org.codehaus.groovy.transform
Class used by CompilationUnit to transform the alias class into what is needed by the compiler.
AnnotationConstantExpression - Class in org.codehaus.groovy.ast.expr
Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker).
AnnotationConstantExpression(AnnotationNode) - Constructor for class org.codehaus.groovy.ast.expr.AnnotationConstantExpression
 
AnnotationConstantsVisitor - Class in org.codehaus.groovy.control
Visitor to resolve constants in annotation definitions.
AnnotationConstantsVisitor() - Constructor for class org.codehaus.groovy.control.AnnotationConstantsVisitor
 
annotationDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
annotationDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationMemberArrayInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationMemberArrayValueInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationMemberValueInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationMemberValuePair() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
annotationMemberValuePairs() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
annotations() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
ANNOTATIONS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ANNOTATIONS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
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
 
anonymousInnerClassDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ansiSupported - Variable in class org.codehaus.groovy.tools.shell.IO
Whether ansi support is available
AntBuilder - Class in groovy.util
Allows Ant tasks to be used with a Groovy builder-style markup.
AntBuilder() - Constructor for class groovy.util.AntBuilder
 
AntBuilder(Project) - Constructor for class groovy.util.AntBuilder
 
AntBuilder(Project, Target) - Constructor for class groovy.util.AntBuilder
 
AntBuilder(Task) - Constructor for class groovy.util.AntBuilder
 
AntlrASTProcessor - Interface in org.codehaus.groovy.antlr
An interface for processing antlr AST objects
AntlrASTProcessSnippets - Class in org.codehaus.groovy.antlr
 
AntlrASTProcessSnippets() - Constructor for class org.codehaus.groovy.antlr.AntlrASTProcessSnippets
 
AntlrParserPlugin - Class in org.codehaus.groovy.antlr
A parser plugin which adapts the JSR Antlr Parser to the Groovy runtime.
AntlrParserPlugin() - Constructor for class org.codehaus.groovy.antlr.AntlrParserPlugin
 
AntlrParserPluginFactory - Class in org.codehaus.groovy.antlr
 
AntlrParserPluginFactory() - Constructor for class org.codehaus.groovy.antlr.AntlrParserPluginFactory
 
AntProjectPropertiesDelegate - Class in org.codehaus.groovy.ant
 
AntProjectPropertiesDelegate(Project) - Constructor for class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
AntProjectPropertiesDelegate(Map) - Constructor for class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
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(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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the contents of an Array, and checks whether a predicate is valid for at least one element.
any(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(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 - Static variable in class org.codehaus.groovy.syntax.Types
 
ANY_END_OF_STATEMENT - Static variable in class org.codehaus.groovy.syntax.Types
 
append(CharSequence) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(CharSequence, int, int) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(char) - Method in class groovy.text.markup.DelegatingIndentWriter
 
append(Node) - Method in class groovy.util.Node
Appends a child to the current node.
append(char) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a single character to this Writer.
append(CharSequence) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a character sequence to this Writer.
append(CharSequence, int, int) - Method in class org.apache.groovy.io.StringBuilderWriter
Appends a portion of a character sequence to the StringBuilder.
append(File, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
append(File, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
append(File, InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
append(File, Object, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
append(Appendable, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Appends an object to an Appendable using Groovy's default representation for the object.
append(Path, Object) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append the text at the end of the Path without writing a BOM.
append(Path, Reader) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(Path, Writer) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append the text supplied by the Writer at the end of the File without writing a BOM.
append(Path, byte[]) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append bytes to the end of a Path.
append(Path, InputStream) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append binary data to the file.
append(Path, Object, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append the text at the end of the Path.
append(Path, Object, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
Append the text at the end of the Path, using a specified encoding.
append(Path, Writer, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
Append the text supplied by the Writer at the end of the File, using a specified encoding.
append(Path, Reader, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
Append the text supplied by the Reader 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, 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, 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, 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, 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(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, 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.
appendNamespaceAttributes(Element, Map<Object, Object>) - Method in class groovy.xml.DOMBuilder
 
appendNode(Object, Map) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Object) - Method in class groovy.util.Node
Creates a new node as a child of the current node.
appendNode(Object, Object) - 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(Object) - Method in class groovy.util.slurpersupport.Attribute
NOP, because an node can not be appended to an attribute.
appendNode(Object) - Method in class groovy.util.slurpersupport.GPathResult
 
appendNode(Object) - Method in class groovy.util.slurpersupport.NoChildren
NOP
appendNode(Object, GPathResult) - Method in class groovy.util.slurpersupport.Node
 
appendNode(Object) - Method in class groovy.util.slurpersupport.NodeChild
 
appendNode(Object) - Method in class groovy.util.slurpersupport.NodeChildren
 
appendNode(Element, Object) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, Map) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, String) - Static method in class groovy.xml.dom.DOMCategory
 
appendNode(Element, Object, Map, String) - Static method in class groovy.xml.dom.DOMCategory
 
apply(T) - Method in interface org.apache.groovy.internal.util.Function
 
apply(String, int, int, Object, Vector, Vector) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Allow an anonymous function to be declared and invoked
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.
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
 
applyToGeneratedGroovyClasses(CompilationUnit.GroovyClassOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
 
applyToPrimaryClassNodes(CompilationUnit.PrimaryClassNodeOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
A loop driver for applying operations to all primary ClassNodes in our AST.
applyToSourceUnits(CompilationUnit.SourceUnitOperation) - Method in class org.codehaus.groovy.control.CompilationUnit
A loop driver for applying operations to all SourceUnits.
applyUnsharpFilter(MethodHandle, int, MethodHandle) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeTransformers
Apply a transformer as filter.
areCategoryMethodCalls(List<MethodNode>, String, ClassNode[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
argList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
args(Expression...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(List<Expression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(Parameter[]) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args(String...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
args - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
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.v7.TypeHelper
Realizes an unsharp equal for the class.
ArgumentListExpression - Class in org.codehaus.groovy.ast.expr
Represents one or more arguments being passed into a method
ArgumentListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Expression[]) - Constructor for class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
ArgumentListExpression(Parameter[]) - 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
 
arguments(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
argumentSize(Expression) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
ARRAY - Static variable in class groovy.sql.Sql
 
ARRAY(Object) - Static method in class groovy.sql.Sql
 
array(char...) - Static method in class org.apache.groovy.json.internal.Chr
 
array - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
array - Variable in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
ARRAY_DECLARATOR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ARRAY_DECLARATOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ARRAY_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
ARRAY_INIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
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 either using a fixed size or an initializer expression
ArrayExpression(ClassNode, List<Expression>, List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
 
ArrayExpression(ClassNode, List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ArrayExpression
Creates an array using an initializer expression
arrayGet(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
arrayGet(MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
 
ArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayGetAtMetaMethod
 
arrayInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
ArrayIterator<T> - Class in org.codehaus.groovy.util
 
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.v7.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
 
arraySet(boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
arraySet(MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
 
arraySizeExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ArrayUtil - Class in org.codehaus.groovy.runtime
This is a generated class used internally during the writing of bytecode within the CallSiteWriter logic.
ArrayUtil() - Constructor for class org.codehaus.groovy.runtime.ArrayUtil
 
ArrayUtils - Class in org.apache.groovy.json.internal
 
ArrayUtils() - Constructor for class org.apache.groovy.json.internal.ArrayUtils
 
asArray(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Converts the given object into an array; if its an array then just cast otherwise wrap it in an array
asArray(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asBoolean() - Method in class groovy.util.slurpersupport.NoChildren
Returns false.
asBoolean(GroovyResultSet) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Coerce a GroovyResultSet to a boolean value.
asBoolean(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an object instance to a boolean value.
asBoolean(Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a Boolean instance to a boolean value.
asBoolean(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a collection 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(Iterator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an iterator 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(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce an Object array to a boolean value.
asBoolean(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a byte array to a boolean value.
asBoolean(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a short array to a boolean value.
asBoolean(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces an int array to a boolean value.
asBoolean(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a long array to a boolean value.
asBoolean(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a float array to a boolean value.
asBoolean(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a double array to a boolean value.
asBoolean(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a boolean array to a boolean value.
asBoolean(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces a char array to a boolean value.
asBoolean(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a character to a boolean value.
asBoolean(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerce a number to a boolean value.
asBoolean(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asBoolean() - Method in class org.codehaus.groovy.runtime.NullObject
A null object always coerces to false.
asBoolean(GroovyResultSet) - Static method in class org.codehaus.groovy.runtime.SqlGroovyMethods
Deprecated.
asBoolean(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Coerce a string (an instance of CharSequence) to a boolean value.
asBoolean(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Coerce a Matcher 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.
ascendingKeySet() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns a unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
asCollection(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this Iterable to a Collection.
asCollection(T[]) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asCollection(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
asConstantString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
asEntryWeigher(Weigher<? super V>) - Static method in class org.apache.groovy.util.concurrentlinkedhashmap.Weighers
A entry weigher backed by the specified weigher.
asExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
asExpression(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.expr.CastExpression
 
asImmutable(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Map.
asImmutable(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable SortedMap.
asImmutable(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable List.
asImmutable(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Set.
asImmutable(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable SortedSet.
asImmutable(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable Collection.
asIterator(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, Closure) - 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(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of asList instead
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() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
ASM_API_VERSION - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
 
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.
assertArrayEquals(Object[], Object[]) - Method in class groovy.util.GroovyTestCase
Asserts that the arrays are equivalent and contain the same values
assertContains(char, char[]) - Method in class groovy.util.GroovyTestCase
Asserts that the array of characters contains a given char
assertContains(int, int[]) - Method in class groovy.util.GroovyTestCase
Asserts that the array of ints contains a given int
assertEquals(String, Object, Object) - Static method in class groovy.util.GroovyTestCase
 
assertEquals(Object, Object) - Static method in class groovy.util.GroovyTestCase
 
assertEquals(String, String) - Static method in class groovy.util.GroovyTestCase
 
assertFailed(Object, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
assertFailed(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
assertInspect(Object, String) - Method in class groovy.util.GroovyTestCase
Asserts that the value of inspect() on the given object matches the given text string
AssertionRenderer - Class in org.codehaus.groovy.runtime.powerassert
Creates a string representation of an assertion and its recorded values.
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.util.GroovyTestCase
Asserts that the array of characters has a given length
assertLength(int, int[]) - Method in class groovy.util.GroovyTestCase
Asserts that the array of ints has a given length
assertLength(int, Object[]) - Method in class groovy.util.GroovyTestCase
Asserts that the array of objects has a given length
assertNodeType(int, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
assertNoLabelsMissed() - Method in class org.codehaus.groovy.control.LabelVerifier
 
assertScript(String) - Static method in class groovy.test.GroovyAssert
Asserts that the script runs without any exceptions
assertScript(String) - Method in class groovy.util.GroovyTestCase
assertStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
assertToString(Object, String) - Method in class groovy.util.GroovyTestCase
Asserts that the value of toString() on the given object matches the given text string
assertTypeNotNull(ClassNode, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
assertValidIdentifier(String, String, ASTNode) - Static method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ASSIGN - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ASSIGN - Static variable in class org.codehaus.groovy.syntax.Types
 
ASSIGNMENT_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
assignmentExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
assignStatement(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
assignToArray(Expression, Expression, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
assignToArray(Expression, Expression, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
assignToArray(Expression, Expression, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
assignX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
asSql(GString, List<Object>) - Method in class groovy.sql.Sql
Hook to allow derived classes to override sql generation from GStrings.
asString(Throwable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the detail information of Throwable instance's stack trace
asSynchronized(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Map.
asSynchronized(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedMap.
asSynchronized(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Collection.
asSynchronized(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized List.
asSynchronized(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Set.
asSynchronized(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedSet.
ast - Variable in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ast - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ast - Variable in class org.codehaus.groovy.control.SourceUnit
The root of the Abstract Syntax Tree for the source
AstBuilderTransformation - Class in org.codehaus.groovy.ast.builder
Transformation to capture ASTBuilder from code statements.
AstBuilderTransformation() - Constructor for class org.codehaus.groovy.ast.builder.AstBuilderTransformation
 
ASTHelper - Class in org.codehaus.groovy.syntax
A common base class of AST helper methods which can be shared across the classic and new parsers
ASTHelper(SourceUnit, ClassLoader) - Constructor for class org.codehaus.groovy.syntax.ASTHelper
 
ASTHelper() - Constructor for class org.codehaus.groovy.syntax.ASTHelper
 
ASTNode - Class in org.codehaus.groovy.ast
Base class for any AST node.
ASTNode() - Constructor for class org.codehaus.groovy.ast.ASTNode
 
ASTNodePredicate - Interface in org.codehaus.groovy.macro.matcher
 
ASTParserException - Exception in org.codehaus.groovy.antlr
Thrown when trying to parse the AST
ASTParserException(ASTRuntimeException) - Constructor for exception org.codehaus.groovy.antlr.ASTParserException
 
ASTParserException(String, ASTRuntimeException) - Constructor for exception org.codehaus.groovy.antlr.ASTParserException
 
ASTRuntimeException - Exception in org.codehaus.groovy.antlr
Used within the Groovy's AntlrParserPlugin
ASTRuntimeException(AST, String) - Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
 
ASTRuntimeException(AST, String, Throwable) - Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
 
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
This visitor walks the AST tree and collects references to Annotations that are annotated themselves by GroovyASTTransformation.
ASTTransformationCollectorCodeVisitor(SourceUnit, GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
 
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
 
astTransformationsContext - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ASTTransformationVisitor - Class in org.codehaus.groovy.transform
This class handles the invocation of the ASTAnnotationTransformation when it is encountered by a tree walk.
asType(Iterable, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given iterable to another type.
asType(Collection, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given collection to another type.
asType(Object[], Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given array to either a List, Set, or SortedSet.
asType(Closure, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces the closure to an implementation of the given class.
asType(Map, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Coerces this map to the given type, using the map's keys as the public method names, and values as the implementation.
asType(Number, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform this number to a the given type, using the 'as' operator.
asType(Object, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts a given object to a type.
asType(CharSequence, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asType(GString, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asType(String, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asType(File, Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asType(Path, Class<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Converts this Path to a Writable or delegates to default DefaultGroovyMethods.asType(Object, Class).
asType(Class) - Method in class org.codehaus.groovy.runtime.NullObject
Type conversion method for null.
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(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(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(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(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.
asUnmodifiable(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Map.
asUnmodifiable(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a SortedMap.
asUnmodifiable(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a List.
asUnmodifiable(Set<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Set.
asUnmodifiable(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a SortedSet.
asUnmodifiable(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates an unmodifiable view of a Collection.
asUnwrappedArray(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
asWrapperArray(Object, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
asWritable() - Method in class groovy.lang.Closure
 
asWritable(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asWritable(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
asWritable(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Converts this Path to a Writable.
asWritable(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Allows a file to return a Writable implementation that can output itself to a Writer stream.
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.
at - Variable in class groovy.lang.EmptyRange
The value at which the range originates (may be null).
AT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
AT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
atDollarDollarEscape() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
atDollarSlashEscape() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
atMultiCommentStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
attribute(Object) - Method in class groovy.util.Node
Provides lookup of attributes by key.
Attribute - Class in groovy.util.slurpersupport
Lazy evaluated representation of a node attribute.
Attribute(String, String, GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.Attribute
 
attributeDelegates - Variable in class groovy.util.FactoryBuilderSupport
 
AttributeExpression - Class in org.codehaus.groovy.ast.expr
Represents an attribute access (accessing the field of a class) such as the expression "foo.@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 - Class in groovy.util.slurpersupport
Lazy evaluated representation of a node's attributes.
Attributes(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.Attributes
 
Attributes(GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.Attributes
 
attributes() - Method in class groovy.util.slurpersupport.Node
Returns a map of the attributes of this Node.
attributes() - Method in class groovy.util.slurpersupport.NodeChild
Returns a map containing all attributes of the Node of this NodeChild.
attributes(Element) - Static method in class groovy.xml.dom.DOMCategory
 
attrX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
atValidDollarEscape() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
AUTO_DOWNLOAD_SETTING - Static variable in class groovy.grape.Grape
 
AUTO_INDENT - Static variable in class groovy.ui.text.TextEditor
 
autoboxType(Class) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
autoboxType(Class) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
AutoClone - Annotation Type in groovy.transform
Class annotation used to assist in the creation of Cloneable classes.
AutoCloneASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @AutoClone annotation.
AutoCloneASTTransformation() - Constructor for class org.codehaus.groovy.transform.AutoCloneASTTransformation
 
AutoCloneStyle - Enum in groovy.transform
Intended style to use for cloning when using the @AutoClone annotation.
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
 

B

BACKGROUND - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
BAND - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BAND - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
BAND_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BAND_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
bArrayGet(byte[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from byte[] using normalized index
bArraySet(byte[], int, byte) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from byte[] using normalized index
barrierLock - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Lock used only for its memory effects.
BarrierLock() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock
 
BaseDuration - Class in groovy.time
Base class for date and time durations.
BaseDuration(int, int, int, int, int, int, int) - Constructor for class groovy.time.BaseDuration
 
BaseDuration(int, int, int, int, int) - Constructor for class groovy.time.BaseDuration
 
BaseDuration.From - Class in groovy.time
 
BaseJsonParser - Class in org.apache.groovy.json.internal
Base JSON parser.
BaseJsonParser() - Constructor for class org.apache.groovy.json.internal.BaseJsonParser
 
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
 
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
 
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.v7.IndyGuardsFiltersAndSignatures
 
BeanUtils - Class in org.codehaus.groovy.ast.tools
 
BeanUtils() - Constructor for class org.codehaus.groovy.ast.tools.BeanUtils
 
beforeGet(Object, String) - Method in interface groovy.lang.PropertyAccessInterceptor
Intercepts a getXXX call and returns a result.
beforeInvoke(Object, String, Object[]) - Method in class groovy.lang.BenchmarkInterceptor
This code is executed before the method is called.
beforeInvoke(Object, String, Object[]) - Method in interface groovy.lang.Interceptor
This code is executed before the method is optionally called.
beforeInvoke(Object, String, Object[]) - Method in class groovy.lang.TracingInterceptor
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
beforeMethodCall(MethodCall) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to perform additional tasks before the type checker actually visits a method call.
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, 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.
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.
BIDI_LEVEL - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
BIG_SUFFIX - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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_INTEGER_LITERAL - Static variable in class groovy.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(int, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
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, MethodCaller, MethodCaller) - Constructor for class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
BinaryLongExpressionHelper(WriterController) - 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(Closure) - Method in class groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
 
bind(Closure) - Method in class groovy.xml.streamingmarkupsupport.Builder
 
bind() - Method in class org.codehaus.groovy.binding.AggregateBinding
 
bind() - Method in class org.codehaus.groovy.binding.BindingProxy
 
bind() - Method in interface org.codehaus.groovy.binding.BindingUpdatable
Causes automatic updating of bound values to be turned on.
bind() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
bind() - Method in class org.codehaus.groovy.binding.PropertyPathFullBinding
 
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(Map) - Constructor for class groovy.lang.Binding
 
Binding(String[]) - Constructor for class groovy.lang.Binding
A helper constructor used in main(String[]) method calls
BINDING_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
BindingProxy - Class in org.codehaus.groovy.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.codehaus.groovy.binding.BindingProxy
 
bindings - Variable in class org.codehaus.groovy.binding.AggregateBinding
 
BindingUpdatable - Interface in org.codehaus.groovy.binding
 
BindPath - Class in org.codehaus.groovy.binding
The bind path object.
BindPath() - Constructor for class org.codehaus.groovy.binding.BindPath
 
binExpWriter - Variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
binX(Expression, Token, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
BIT - Static variable in class groovy.sql.Sql
 
BIT(Object) - Static method in class groovy.sql.Sql
 
bitAndImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
BITWISE_AND - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_AND_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_NEGATION - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_OR_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_XOR - Static variable in class org.codehaus.groovy.syntax.Types
 
BITWISE_XOR_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
bitwiseNegate(BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise NEGATE a BitSet.
bitwiseNegate(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise NEGATE a Number.
bitwiseNegate(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
bitwiseNegate(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
bitwiseNegate(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
bitwiseNegate(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
bitwiseNegate(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Turns a CharSequence into a regular expression Pattern
bitwiseNegate(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
bitwiseNegate(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
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 - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BLOCK - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
block(VariableScope, 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(Statement...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
blockExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
BlockRecorder() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
BlockRecorder(Runnable) - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
BlockStatement - Class in org.codehaus.groovy.ast.stmt
A list of statements and a scope.
BlockStatement() - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
 
BlockStatement(List<Statement>, VariableScope) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
Creates a BlockStatement with a scope and children statements.
BlockStatement(Statement[], VariableScope) - Constructor for class org.codehaus.groovy.ast.stmt.BlockStatement
Creates a BlockStatement with a scope and children statements.
blockStatements2Types - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
This field used for type derivation Check IfStatement matched pattern : Object var1; if (!(var1 instanceOf Runnable)){ return } // Here var1 instance of Runnable
BNOT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BNOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
BOLD - Static variable in class groovy.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.v7.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
 
BooleanArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
BooleanArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.BooleanArrayPutAtMetaMethod
 
BooleanCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
BooleanCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass
 
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(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
BooleanExpression - Class in org.codehaus.groovy.ast.expr
Represents a boolean expression
BooleanExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.BooleanExpression
 
BooleanExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
BooleanExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.BooleanExpressionTransformer
 
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
bootstrap method for method calls from Groovy compiled code with indy enabled.
bootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
since Groovy 2.1.0
bootstrapCurrent(MethodHandles.Lookup, String, MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
since Groovy 2.1.0
bootstrapCurrentSafe(MethodHandles.Lookup, String, MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
since Groovy 2.1.0
bootstrapSafe(MethodHandles.Lookup, String, MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Deprecated.
since Groovy 2.1.0
BOR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
BOR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BOR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
bound - Variable in class org.codehaus.groovy.binding.AggregateBinding
 
boundClassNode - Static variable in class groovy.beans.BindableASTTransformation
 
box(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Deprecated.
box(MethodVisitor, Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Deprecated.
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(short) - 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(float) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
box(double) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
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(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() - Method in class groovy.util.slurpersupport.GPathResult
Provides an Iterator over all the nodes of this GPathResult using a breadth-first traversal.
breadthFirst(Element) - Static method in class groovy.xml.dom.DOMCategory
 
breakStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
BSR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BSR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
BSR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BSR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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<T> - Interface in groovy.util
An iterator 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.
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(GroovyObject) - Method in interface groovy.lang.Buildable
 
build(GroovyObject) - Method in class groovy.lang.GString
 
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(Class) - Method in class groovy.util.FactoryBuilderSupport
 
build(Script) - Method in class groovy.util.FactoryBuilderSupport
 
build(String, GroovyClassLoader) - Method in class groovy.util.FactoryBuilderSupport
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.Attribute
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.Attributes
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.NoChildren
NOP
build(GroovyObject, Map, Map<String, String>) - Method in class groovy.util.slurpersupport.Node
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.NodeChild
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.NodeChildren
 
build(GroovyObject, Map, Map<String, String>) - Method in class groovy.util.slurpersupport.ReplacementNode
 
build(GroovyObject) - Method in class groovy.util.slurpersupport.ReplacementNode
 
build() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Creates a new ConcurrentLinkedHashMap instance.
build(BuilderASTTransformation, AnnotatedNode, AnnotationNode) - Method in interface org.codehaus.groovy.transform.BuilderASTTransformation.BuilderStrategy
 
Buildable - Interface in groovy.lang
 
buildAST(SourceUnit, ClassLoader, Reduction) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
buildAST(SourceUnit, ClassLoader, Reduction) - Method in interface org.codehaus.groovy.control.ParserPlugin
 
buildAttributes(Map) - Static method in class groovy.util.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
 
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 - Class in groovy.xml.streamingmarkupsupport
 
Builder(Map) - Constructor for class groovy.xml.streamingmarkupsupport.Builder
 
Builder() - Constructor for class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.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
 
BuilderSupport - Class in groovy.util
An abstract base class for creating arbitrary nested trees of objects or events
BuilderSupport() - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
BuilderSupport(Closure, BuilderSupport) - Constructor for class groovy.util.BuilderSupport
 
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
 
buildName(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
buildTokenTypeASTClassMap() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
builtInType() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
builtInTypeArraySpec(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
builtInTypeSpec(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
bundle - Variable in class org.codehaus.groovy.util.ManagedConcurrentMap
 
bundle - Variable in class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
 
BXOR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BXOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
BXOR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
BXOR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
by(T) - Method in class groovy.lang.IntRange
Creates a new NumberRange with the same from and to as this IntRange but with a step size of stepSize.
by(T) - Method in class groovy.lang.NumberRange
For a NumberRange with step size 1, creates a new NumberRange with the same from and to as this NumberRange but with a step size of stepSize.
byte_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byte_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Byte_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
byte_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
byteArray() - Static method in class org.apache.groovy.util.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
 
ByteArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ByteArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ByteArrayPutAtMetaMethod
 
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
An 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
 
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<KEY,VALUE> - Interface in org.apache.groovy.json.internal
Cache
cache - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
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 - Class in org.codehaus.groovy.reflection
 
CachedClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.CachedClass
 
cachedClass - Variable in class org.codehaus.groovy.reflection.CachedMethod
 
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(CachedClass, Constructor) - Constructor for class org.codehaus.groovy.reflection.CachedConstructor
 
CachedConstructor(Constructor) - Constructor for class org.codehaus.groovy.reflection.CachedConstructor
 
cachedConstructor - Variable in class org.codehaus.groovy.reflection.CachedConstructor
 
CachedField - Class in org.codehaus.groovy.reflection
 
CachedField(Field) - Constructor for class org.codehaus.groovy.reflection.CachedField
 
CachedMethod - Class in org.codehaus.groovy.reflection
 
CachedMethod(CachedClass, Method) - Constructor for class org.codehaus.groovy.reflection.CachedMethod
 
CachedMethod(Method) - Constructor for class org.codehaus.groovy.reflection.CachedMethod
 
cachedMethod - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CachedMethodComparatorByName() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
 
CachedMethodComparatorWithString() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
 
cachedMethodForSuper - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CachedSAMClass - Class in org.codehaus.groovy.reflection.stdclasses
 
CachedSAMClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
 
cachedStaticMethod - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
CacheEntry(Class[], MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
 
cacheStatements(Closure) - Method in class groovy.sql.Sql
Caches every created preparedStatement in Closure closure Every cached preparedStatement is closed after closure has been called.
CacheType - Enum in org.apache.groovy.json.internal
 
CachingGroovyEngine - Class in org.codehaus.groovy.bsf
A Caching implementation of the GroovyEngine
CachingGroovyEngine() - Constructor for class org.codehaus.groovy.bsf.CachingGroovyEngine
 
CachingTemplateResolver(Map<String, URL>) - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
Creates a new caching template resolver.
CachingTemplateResolver() - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
Creates a new caching template resolver using a concurrent hash map as the backing cache.
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(Map) - Method in class groovy.json.JsonBuilder
Named arguments can be passed to the JSON builder instance to create a root JSON object
call(List) - Method in class groovy.json.JsonBuilder
A list of elements as arguments to the JSON builder creates a root JSON array
call(Object...) - Method in class groovy.json.JsonBuilder
Varargs elements as arguments to the JSON builder create a root JSON array
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(Collection, Closure) - Method in class groovy.json.JsonBuilder
call(Closure) - Method in class groovy.json.JsonBuilder
A closure passed to a JSON builder will 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(String) - Method in class groovy.json.StreamingJsonBuilder
The empty args call will create a key whose value will be an empty JSON object:
 new StringWriter().with { w ->
     def json = new groovy.json.StreamingJsonBuilder(w)
     json.person()

     assert w.toString() == '{"person":{}}'
 }
call(List) - Method in class groovy.json.StreamingJsonBuilder
A list of elements as arguments to the JSON builder creates 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(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(Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
call(Closure) - Method in class groovy.json.StreamingJsonBuilder
A closure passed to a JSON builder will create a root JSON object
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, 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, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
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(String, List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and a JSON array
call(String, Object...) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and a JSON array
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, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
call(String, Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and value of a JSON attribute
call(String, Object, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and value of a JSON attribute
call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the name and another JSON object
call(String, JsonOutput.JsonUnescaped) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes an unescaped value.
call(String, Writable) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
Writes the given Writable as the value of the given attribute name
call() - Method in class groovy.lang.Closure
Invokes the closure without any parameters, returning any value if applicable.
call(Object...) - Method in class groovy.lang.Closure
 
call(Object) - Method in class groovy.lang.Closure
Invokes the closure, returning any value if applicable.
call(ClassVisitor, ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
call(String) - Method in class groovy.sql.Sql
Performs a stored procedure call.
call(GString) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given embedded parameters.
call(String, List<Object>) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, Object[]) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters.
call(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(Object, String, Object[]) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Call the named method of the given object.
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
 
call(ArgumentListExpression, Parameter[], MethodNode) - Method in interface org.codehaus.groovy.classgen.Verifier.DefaultArgsAction
 
call(ClassVisitor, ClassNode) - Method in class org.codehaus.groovy.control.CompilationUnit.ClassgenCallback
 
call(GroovyClass) - Method in class org.codehaus.groovy.control.CompilationUnit.GroovyClassOperation
 
call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
 
call(ProcessingUnit, int) - Method in class org.codehaus.groovy.control.CompilationUnit.ProgressCallback
 
call(SourceUnit) - Method in class org.codehaus.groovy.control.CompilationUnit.SourceUnitOperation
 
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(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
call(Object...) - Method in class org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper
normal closure call
call(Object, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
call(Object, Object, Object, 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(String, Object) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
call(Object...) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
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, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callConstructor(Object, Object, Object, 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) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callConstructor(Object, Object, Object, 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
 
callCurrent(GroovyObject, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callCurrent(GroovyObject, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callCurrent(GroovyObject, Object, Object, Object, 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
 
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, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callSafe(Object, Object, Object, 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) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callSafe(Object, Object, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
CallSite - Interface in org.codehaus.groovy.runtime.callsite
 
callSite - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
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, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
callStatic(Class, Object[]) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object, Object, Object) - Method in interface org.codehaus.groovy.runtime.callsite.CallSite
 
callStatic(Class, Object, Object, Object, 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
 
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.v7.Selector
 
callWithAllRows(GString, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning a list of lists with the rows of the ResultSet(s).
callWithAllRows(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning a list of lists with the rows of the ResultSet(s).
callWithRows(GString, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning the rows of the ResultSet.
callWithRows(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs a stored procedure call with the given parameters, calling the closure once with all result objects, and also returning the rows of the ResultSet.
callWithRows(String, List<Object>, int, Closure) - Method in class groovy.sql.Sql
Base internal method for call(), callWithRows(), and callWithAllRows() style of methods.
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
 
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
 
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 - Static variable in class org.codehaus.groovy.control.Phases
 
canReopenSource() - Method in class org.codehaus.groovy.control.io.AbstractReaderSource
Returns true if the source can be restarted (ie.
canReopenSource() - Method in class org.codehaus.groovy.control.io.InputStreamReaderSource
Returns true if the source can be restarted (ie.
canReopenSource() - Method in interface org.codehaus.groovy.control.io.ReaderSource
Returns true if the source can be restarted (ie.
canRun(Class<?>, GroovyClassLoader) - Method in class groovy.junit5.plugin.JUnit5Runner
Utility method to check via reflection if the parsed class appears to be a JUnit5 test, i.e.
canRun(Class<?>, GroovyClassLoader) - Method in interface org.apache.groovy.plugin.GroovyRunner
Returns true if this runner is able to run the given class.
canRun(Class<?>, GroovyClassLoader) - Method in class org.apache.groovy.plugin.testng.TestNgRunner
Utility method to check via reflection if the parsed class appears to be a TestNG test, i.e.
capacity - Variable in class org.apache.groovy.json.internal.CharBuf
 
capacity() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
capacity() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
capitalize(String) - Static method in class org.codehaus.groovy.classgen.Verifier
Capitalizes the start of the given bean property name
capitalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
capitalize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
capitalize(String) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
This is the complement to the java.beans.Introspector.decapitalize(String) method.
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.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
cArrayGet(char[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from char[] using normalized index
cArraySet(char[], int, char) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from char[] using normalized index
CASE_GROUP - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
CASE_GROUP - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
casesGroup() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
caseSList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
caseStatements(AST, List<CaseStatement>) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
castArgumentsToClassArray(Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
castExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
CastExpression - Class in org.codehaus.groovy.ast.expr
Represents a type cast expression
CastExpression(ClassNode, Expression) - Constructor for class org.codehaus.groovy.ast.expr.CastExpression
 
CastExpression(ClassNode, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.CastExpression
 
CastExpressionOptimizer - Class in org.codehaus.groovy.transform.sc.transformers
 
CastExpressionOptimizer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.CastExpressionOptimizer
 
castNonPrimitiveToBool(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
castNonPrimitiveToBool(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
castToBool(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
ensure last marked parameter on the stack is a primitive boolean if mark==stack size, we assume an empty expression or statement.
castToBoolean(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Method used for coercing an object to a boolean value, thanks to an asBoolean() method added on types.
castToChar(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
castToChar(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToClass(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToEnum(Object, Class<? extends Enum>) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
this class requires that the supplied enum is not fitting a Collection case for casting
castToMixedType(Object, Class) - Method in class groovy.lang.ExpandoMetaClass
 
castToNonPrimitiveIfNecessary(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
castToNonPrimitiveIfNecessary(ClassNode, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
This converts sourceType to a non primitive by using Groovy casting.
castToNumber(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToNumber(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToString(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
castToType(Object, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
Provides a hook for type casting of the given object to the required type
castToType(Object, Class) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castToVargsArray - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
castToVargsArray(Object[], int, Class<?>) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
castX(ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
castX(ClassNode, Expression, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
catchException - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
catchS(Parameter, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
catchStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
CatchStatement - Class in org.codehaus.groovy.ast.stmt
Represents a catch (Exception var) { } statement
CatchStatement(Parameter, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.CatchStatement
 
Category - Annotation Type in groovy.lang
Transforms an instance-style Groovy class or interface to become a static-style conventional Groovy category.
CategoryASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Category annotation.
CategoryASTTransformation() - Constructor for class org.codehaus.groovy.transform.CategoryASTTransformation
 
CategoryMethod(CachedMethod, Class) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
 
CategoryMethodList(String, int, GroovyCategorySupport.CategoryMethodList) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
 
cause - Variable in exception org.codehaus.groovy.control.ConfigurationException
 
cause - Variable in class org.codehaus.groovy.control.messages.SyntaxErrorMessage
 
center(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
center(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
center(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
center(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
center(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad 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.
center(String, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
center(String, Number, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
chainInvolvedTypes(OptimizingStatementWriter.OptimizeFlagsCollector) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
CHAR - Static variable in class groovy.sql.Sql
 
CHAR(Object) - Static method in class groovy.sql.Sql
 
CHAR_LITERAL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
char_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
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.ui.text.StructuredSyntaxHandler
 
characters(char[], int, int) - Method in class groovy.util.XmlParser
 
characters(char[], int, int) - Method in class groovy.util.XmlSlurper
 
CharacterSource - Interface in org.apache.groovy.json.internal
 
charArray - Variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
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(char[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf(byte[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf(int) - Constructor for class org.apache.groovy.json.internal.CharBuf
 
CharBuf() - 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
 
checkBoundaryCompatibility() - Method in class groovy.lang.ObjectRange
throws IllegalArgumentException if to and from are incompatible, meaning they e.g.
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaClassSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(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.PogoMetaMethodSite
 
checkCall(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaClassSite
 
checkCall(Object, Object[]) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
checkCall(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.PojoMetaMethodSite
 
checkCall(Object, Object, Object, 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) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCall(Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
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.StaticMetaMethodSite
 
checkCall(Object, Object, Object, Object, Object) - Method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
checkCast(ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkCircularReference(ClassNode, ClassNode, Expression) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
checkClosureParameters(Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Deprecated.
this method is unused, replaced with DelegatesTo inference.
checkCollectionType(Collection) - Method in class groovy.lang.Sequence
Checks that each member of the given collection are of the correct type
checkCompatibleAssignmentTypes(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true or false depending on whether the right classnode can be assigned to the left classnode.
checkCompatibleAssignmentTypes(ClassNode, ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
checkCompatibleAssignmentTypes(ClassNode, ClassNode, Expression, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
checkEquals(ComplexKeyHashMap.Entry, Object) - Method in class groovy.lang.MetaClassImpl.Index
 
checkEquals(TripleKeyHashMap.Entry, Object, Object, Object) - Method in class org.codehaus.groovy.util.TripleKeyHashMap
 
checkEscaping(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
checkExplicitMethod(String, Object, Reference) - Method in class groovy.util.FactoryBuilderSupport
 
checkFiles(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
checkFinalArgNotOverridden(ClassNode, FieldNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
checkForbiddenSpreadArgument(ArgumentListExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkForNamedParams(String, List<Object>) - Method in class groovy.sql.Sql
 
checkGroovyConstructorMap(Expression, ClassNode, MapExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
checkGroovyStyleConstructor(ClassNode, ClassNode[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
checkGroovyStyleConstructor(ClassNode, ClassNode[], ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Checks that a constructor style expression is valid regarding the number of arguments and the argument types.
checkIfGroovyObjectMethod(MetaMethod) - Method in class groovy.lang.MetaClassImpl
Checks if the metaMethod is a method from the GroovyObject interface such as setProperty, getProperty and invokeMethod
checkIfStdMethod(MetaMethod) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
checkImmutable(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.
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
 
checkIncludeExclude(AnnotationNode, List<String>, List<String>, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
checkIncludeExclude(AnnotationNode, List<String>, List<String>, List<ClassNode>, List<ClassNode>, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
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
 
checkModel() - Method in class groovy.inspect.swingui.TableSorter
 
checkNotInterface(ClassNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
checkOnMethodStart - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
checkParameters(Class[]) - Method in class groovy.lang.MetaMethod
Checks that the given parameters are valid to call this method
checkParameters() - Method in class org.codehaus.groovy.ant.Groovyc
 
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
 
checkPropNames(Object, Map<String, Object>) - Static method in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
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
 
childAt(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
childNodes() - Method in class groovy.util.slurpersupport.Attribute
Throws a GroovyRuntimeException, because an attribute can have no children.
childNodes() - Method in class groovy.util.slurpersupport.Attributes
Throws a GroovyRuntimeException, because attributes can have no children.
childNodes() - Method in class groovy.util.slurpersupport.GPathResult
Returns an iterator over the child nodes of this GPathResult.
childNodes() - Method in class groovy.util.slurpersupport.NoChildren
Returns an empty Iterator.
childNodes() - Method in class groovy.util.slurpersupport.Node
Returns an iterator over the child nodes of this Node.
childNodes() - Method in class groovy.util.slurpersupport.NodeChild
 
childNodes() - Method in class groovy.util.slurpersupport.NodeChildren
 
childOfType(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
children() - Method in class groovy.util.Node
Returns a List of the nodes children.
children() - Method in class groovy.util.slurpersupport.GPathResult
Returns the children of this GPathResult as a GPathResult object.
children() - Method in class groovy.util.slurpersupport.Node
Returns a list of the children of this Node.
children(Element) - Static method in class groovy.xml.dom.DOMCategory
 
children() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the number of non-root elements in the node.
childrenOfType(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
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.v7.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(T[], int...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Chops the array into pieces, returning lists with sizes corresponding to the supplied chop sizes.
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.
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
 
CLASS() - Constructor for class groovy.transform.Undefined.CLASS
 
CLASS_CLASS_IDX - Static variable in class groovy.inspect.Inspector
 
CLASS_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
CLASS_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
CLASS_FOR_NAME - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
CLASS_GENERATION - Static variable in class org.codehaus.groovy.control.Phases
 
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
 
classBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
Visitor to transform 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
 
classDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
classDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
classes() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
classes() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
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
 
ClassExtender - Class in org.codehaus.groovy.runtime
Deprecated.
ClassExtender() - Constructor for class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
classField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
classgenCallback - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ClassgenCallback() - Constructor for class org.codehaus.groovy.control.CompilationUnit.ClassgenCallback
 
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
This class is a Helper for ClassNode and classes handling ClassNodes.
ClassHelper() - Constructor for class org.codehaus.groovy.ast.ClassHelper
 
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
 
classList2args(List<String>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
classLoader - Variable in class org.codehaus.groovy.control.ProcessingUnit
The ClassLoader to use during processing
ClassLoaderForClassArtifacts - Class in org.codehaus.groovy.reflection
 
ClassLoaderForClassArtifacts(Class) - Constructor for class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
className - Variable in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
CLASSNAME_RESOLVER_KEY - Static variable in class groovy.util.ObjectGraphBuilder
 
CLASSNAME_RESOLVER_REFLECTION - Static variable in class groovy.util.ObjectGraphBuilder
 
CLASSNAME_RESOLVER_REFLECTION_ROOT - Static variable in class groovy.util.ObjectGraphBuilder
 
classNamed(GroovyClassDoc, String) - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
classNamed(GroovyClassDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
classNamedExact(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
ClassNode - Class in org.codehaus.groovy.ast
Represents a class in the AST.
ClassNode(Class) - Constructor for class org.codehaus.groovy.ast.ClassNode
Creates a 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
 
classNode(String) - Method in class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
classNodeFor(Class) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
classNodeFor(String) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
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 - Variable in class org.codehaus.groovy.control.CompilationUnit
 
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
ClassNodeUtils - Class in org.codehaus.groovy.ast.tools
Deprecated.
ClassNodeUtils() - Constructor for class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
 
classOrInterfaceType(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
classSourcesByPublicClassName - Variable in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
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
 
classTypeSpec(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
classValidator - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
classX(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
classX(Class) - 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
 
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.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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
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 class org.codehaus.groovy.runtime.memoize.CommonCache
Clear the cache
clear() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Clear the cache
clear() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Clear the cache
clear() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Removes all mappings from this map.
clear() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
clear() - Method in class org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
clear(Container) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all components from the Container.
clear(DefaultListModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all elements from the DefaultListModel.
clear(JComboBox) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all items from the JComboBox.
clear(DefaultComboBoxModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all items from the model.
clear(DefaultMutableTreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all children nodes from the DefaultMutableTreeNode.
clear(JTabbedPane) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Removes all elements from the JTabbedPane.
clear() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
clear() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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
 
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.UnlimitedConcurrentCache
Clear the cache
clearAndCopy() - Method in class org.apache.groovy.json.internal.LazyMap
 
clearBatch() - Method in class groovy.sql.BatchingStatementWrapper
 
clearCache() - Method in class groovy.lang.GroovyClassLoader
Removes all classes from the class cache.
clearCache() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
clearCaches() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
clearCaches(String) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
CLEARED_PROPERTY - Static variable in class groovy.util.ObservableMap
 
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
Clear the parameterized type cache It is useful to IDE as the type being compiled are continuously being edited/altered, see GROOVY-8675
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(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.
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(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.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
clearTime(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
clearTime(Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
clipBoardAvailable() - Method in class groovy.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.util.ConfigObject
Returns a shallow copy of this ConfigObject, keys and configuration entries are not cloned.
clone() - Method in class groovy.util.Node
Creates a new Node with the same name, no parent, shallow cloned attributes and if the value is a NodeList, a (deep) clone of those nodes.
clone() - Method in class groovy.util.NodeList
Creates a new NodeList containing the same elements as the original (but cloned in the case of Nodes).
clone() - Method in class org.apache.groovy.json.internal.LazyMap
 
clone() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
clone() - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
clone() - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
clone() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns a shallow copy of this ConcurrentReaderHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.codehaus.groovy.runtime.NullObject
Since this is implemented as a singleton, we should avoid the use of the clone method
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
 
CLOSABLE_BLOCK - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
CLOSABLE_BLOCK_OP - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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.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.antlr.UnicodeEscapingReader
Closes this reader by calling close on the underlying reader.
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.ui.text.FindReplaceUtility
 
CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.CharScanner
 
CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.CharScanner
 
closeQuietly(Closeable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
Close the Closeable.
closeRange(Label) - Method in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
closeResources(Connection, Statement, ResultSet) - Method in class groovy.sql.DataSet
 
closeResources(Connection, Statement) - Method in class groovy.sql.DataSet
 
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(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.
closeResources(Connection, Statement, ResultSet) - Method in class groovy.sql.Sql
An extension point allowing derived classes to change the behavior of resource closing.
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) - Method in class groovy.sql.Sql
An extension point allowing the behavior of resource closing to be overridden in derived classes.
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.
CLOSING_VISIT - Static variable in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
closingVisit(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
closure - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
Closure<V> - Class in groovy.lang
Represents any closure object in Groovy.
Closure(Object, Object) - Constructor for class groovy.lang.Closure
 
Closure(Object) - Constructor for class groovy.lang.Closure
Constructor used when the "this" object for the Closure is null.
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_LIST - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
CLOSURE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ClosureComparator<T> - Class in groovy.util
A Comparator which uses a closure to compare 2 values being equal
ClosureComparator(Closure) - Constructor for class groovy.util.ClosureComparator
 
ClosureConverter(Class<?>, Closure<?>) - Constructor for class groovy.json.DefaultJsonGenerator.ClosureConverter
 
ClosureException - Exception in groovy.lang
An exception thrown by a closure invocation
ClosureException(Closure, Throwable) - Constructor for exception groovy.lang.ClosureException
 
closureExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
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(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ClosureListExpression
 
ClosureListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ClosureListExpression
 
ClosureMetaClass - Class in org.codehaus.groovy.runtime.metaclass
A meta class 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.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.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure) - Constructor for class groovy.model.ClosureModel
 
ClosureModel(ValueModel, Closure, Closure, Class) - Constructor for class groovy.model.ClosureModel
 
ClosureParams - Annotation Type in groovy.transform.stc
Parameter annotation aimed at helping IDEs or the static type checker to infer the parameter types of a closure.
CLOSUREPARAMS_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
ClosureRenderer - Class in groovy.swing.impl
 
ClosureRenderer() - Constructor for class groovy.swing.impl.ClosureRenderer
 
ClosureRenderer(Closure) - Constructor for class groovy.swing.impl.ClosureRenderer
 
closureSharedVariablesAssignmentTypes - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
A map used to store every type used in closure shared variable assignments.
ClosureSignatureConflictResolver - Class in groovy.transform.stc
If multiple candidate signatures are found after applying type hints, a conflict resolver can attempt to resolve the ambiguity.
ClosureSignatureConflictResolver() - Constructor for class groovy.transform.stc.ClosureSignatureConflictResolver
 
ClosureSignatureHint - Class in groovy.transform.stc
A closure signature hint class is always used in conjunction with the ClosureParams annotation.
ClosureSignatureHint() - Constructor for class groovy.transform.stc.ClosureSignatureHint
 
ClosureSourceBinding - Class in org.codehaus.groovy.binding
 
ClosureSourceBinding(Closure) - Constructor for class org.codehaus.groovy.binding.ClosureSourceBinding
 
ClosureSourceBinding(Closure, Object[]) - Constructor for class org.codehaus.groovy.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.codehaus.groovy.binding
 
ClosureTriggerBinding(Map<String, TriggerBinding>) - Constructor for class org.codehaus.groovy.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.UseExistingReference - Interface in org.codehaus.groovy.classgen.asm
 
closureX(Parameter[], Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
closureX(Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cls - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
clsHashCode31 - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
CMP - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
cmpX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Builds a binary expression that compares two values.
CODE_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
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(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
 
col - Variable in class org.codehaus.groovy.antlr.GroovySourceToken
 
colLast - Variable in class org.codehaus.groovy.antlr.GroovySourceToken
 
collate(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size.
collate(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates an array.
collate(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
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(T[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates an array into sub-lists.
collate(List<T>, int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
collate(Iterable<T>, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this iterable into sub-lists of length size.
collate(T[], int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this array into sub-lists.
collate(List<T>, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
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, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Collates this array into into sub-lists.
collate(List<T>, int, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
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, 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(Object, Collection<T>, 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(S[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure, returning a list of transformed values.
collect(S[], Collection<T>, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Array transforming each item into a new value using the transform closure and adding it to the supplied collector.
collect(Iterator<S>, 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(Iterator<S>, Collection<T>, 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(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable version instead
collect(Collection<S>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable version instead
collect(Collection<S>, Collection<T>, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable version instead
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(Iterable<S>, 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<S>, Collection<T>, 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(Map<K, V>, Collection<T>, 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.
collectAll(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use collectNested instead
collectAll(Collection, Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use collectNested instead
collectAllInterfaceMethodsByName(ClassNode, String, List<MethodNode>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
collectAllInterfaces(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Collects all interfaces of a class node, including those defined by the super class.
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(Map<S, T>, 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<K, V>, 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(Collection<?>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectEntries instead
collectEntries(Iterator<E>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries for Iterators.
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(Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectEntries instead
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(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(Collection<?>, Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectEntries instead
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(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 of the transformed entries added to it.
collectEntries(Collection<?>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectEntries instead
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(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(E[], Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this array transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(E[], Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collectEntries(E[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this array transforming each item using the transform closure and returning a map of the resulting transformed entries.
collectEntries(E[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A variant of collectEntries using the identity closure as the transform.
collection() - Static method in class org.apache.groovy.util.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
 
collectMany(Collection<E>, Closure<Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectMany instead
collectMany(Collection<E>, Collection<T>, Closure<Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectMany instead
collectMany(Iterable<E>, Closure<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(Iterable<E>, Collection<T>, Closure<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(Map<K, V>, Collection<T>, Closure<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<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(E[], Closure<Collection<? extends T>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Projects each item from a source array to a collection and concatenates (flattens) the resulting collections into a single list.
collectMany(Iterator<E>, Closure<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.
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.
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, Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of collectNested instead
collectNested(Iterable, Collection, 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.
collector - Variable in exception org.codehaus.groovy.control.MultipleCompilationErrorsException
 
collectReplacements(String, Closure<String>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterate 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.
COLON - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
COLON - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
COLON - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
COLON - Static variable in class org.codehaus.groovy.syntax.Types
 
combinations(Object[]) - Static method in class groovy.util.GroovyCollections
Finds all combinations of items from the given collections.
combinations(Collection) - Static method in class groovy.util.GroovyCollections
Deprecated.
use combinations(Iterable)
combinations(Iterable) - Static method in class groovy.util.GroovyCollections
Finds all combinations of items from the given Iterable aggregate of collections.
combinations(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of combinations instead
combinations(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds GroovyCollections#combinations(Iterable) as a method on Iterables.
combinations(Iterable, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds GroovyCollections#combinations(Iterable, Closure) as a method on collections.
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 interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
COMMA - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
COMMA - Static variable in class org.codehaus.groovy.syntax.Types
 
commandLineCompile(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Same as main(args) except that exceptions are thrown out instead of causing the VM to exit.
commandLineCompile(String[], boolean) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Same as main(args) except that exceptions are thrown out instead of causing the VM to exit and the lookup for .groovy files can be controlled
commandLineCompileWithErrorHandling(String[], boolean) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Primary entry point for compiling from the command line (using the groovyc script).
comment(Object) - Method in class groovy.text.markup.BaseTemplate
Renders the supplied object using its Object.toString() method inside a comment markup block (<!-- ...
COMMENT - Static variable in class groovy.ui.text.GroovyFilter
 
comment(String) - Method in class groovy.xml.MarkupBuilderHelper
Produce a comment in the output.
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, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a cache with limited size
CommonCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a LRU cache with the specified initial capacity and max size.
CommonCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a LRU cache with the default initial capacity
CommonCache(Map<K, V>) - Constructor for class org.codehaus.groovy.runtime.memoize.CommonCache
Constructs a cache backed by the specified Map instance
Commons - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using Apache Commons logging.
Commons.CommonsLoggingStrategy - Class in groovy.util.logging
 
CommonsLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Commons.CommonsLoggingStrategy
 
COMPARABLE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
compare(Object, Object) - Method in class groovy.inspect.Inspector.MemberComparator
 
compare(int, int) - Method in class groovy.inspect.swingui.TableSorter
 
compare(T, T) - Method in class groovy.util.ClosureComparator
 
compare(T, T) - Method in class groovy.util.OrderBy
 
compare(Object, Object) - Method in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
 
compare(Object, Object) - Method in class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
 
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_TO - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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, 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.inspect.swingui.TableSorter
 
compareTo(Object) - Method in class groovy.lang.GString
 
compareTo(Comparable, Comparable) - Method in class groovy.lang.ObjectRange
 
compareTo(BaseDuration) - Method in class groovy.time.BaseDuration
 
compareTo(Object) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
compareTo(Object) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
compareTo(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Character and a Number.
compareTo(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a Number and a Character.
compareTo(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Characters.
compareTo(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare two Numbers.
compareTo(Object) - 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(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
compareTo(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
compareTo(Object) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
compareTo(Object) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
compareTo(Object) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
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, Throwable) - Constructor for exception org.codehaus.groovy.control.CompilationFailedException
 
CompilationFailedException(int, ProcessingUnit) - Constructor for exception org.codehaus.groovy.control.CompilationFailedException
 
CompilationOptions() - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler.CompilationOptions
 
compilationUnit() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
compilationUnit - Variable in class org.codehaus.groovy.control.ASTTransformationsContext
 
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 - Variable in class org.codehaus.groovy.transform.StaticTypesTransformation
 
compilationUnit - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
CompilationUnit.ClassgenCallback - Class in org.codehaus.groovy.control
A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree.
CompilationUnit.GroovyClassOperation - Class in org.codehaus.groovy.control
 
CompilationUnit.PrimaryClassNodeOperation - Class in org.codehaus.groovy.control
An callback interface for use in the applyToPrimaryClassNodes loop driver.
CompilationUnit.ProgressCallback - Class 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
An callback interface for use in the applyToSourceUnits loop driver.
CompilationUnitAware - Interface in groovy.transform
This interface is for AST transformations which must be aware of the compilation unit where they are applied.
compile(String) - Method in class groovy.util.AllTestSuite
 
compile(String) - Method in class groovy.util.GroovyTestSuite
 
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(int) - Method in class org.codehaus.groovy.control.CompilationUnit
Compiles the compilation unit from sources.
compile(String) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
compile(Reader) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
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(String[]) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a series of Files from file names.
compile(String, String) - Method in class org.codehaus.groovy.tools.Compiler
Compiles a string of code.
compile(String[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
compile(File[]) - Method in class org.codehaus.groovy.tools.FileSystemCompiler
 
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
 
compile() - Method in class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
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(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
Copy constructor.
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.
CompileStack - Class in org.codehaus.groovy.classgen.asm
This class is a helper for AsmClassGenerator.
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.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, CompilerConfiguration) - Constructor for class org.codehaus.groovy.ast.CompileUnit
 
CompileUnit(GroovyClassLoader, CodeSource, CompilerConfiguration) - Constructor for class org.codehaus.groovy.ast.CompileUnit
 
CompileUnit.ConstructedOuterNestedClassNode - Class in org.codehaus.groovy.ast
Represents a resolved type as a placeholder, SEE GROOVY-7812
complain(String) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
complain(String) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
completePhase() - Method in class org.codehaus.groovy.control.ProcessingUnit
Marks the current phase complete and processes any errors.
COMPLEX_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
ComplexKeyHashMap - Class in org.codehaus.groovy.util
 
ComplexKeyHashMap() - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
 
ComplexKeyHashMap(boolean) - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
 
ComplexKeyHashMap(int) - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap
 
ComplexKeyHashMap.Entry - Class in org.codehaus.groovy.util
 
ComplexKeyHashMap.EntryIterator - Interface in org.codehaus.groovy.util
 
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.ui.text.StructuredSyntaxHandler
 
COMPONENT_ELEMENT_NAME - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
COMPOSED_TEXT_ATTRIBUTE - Static variable in class groovy.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
 
CompositeVisitor - Class in org.codehaus.groovy.antlr.treewalker
A composite of many visitors.
CompositeVisitor(List) - Constructor for class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
A composite of the supplied list of antlr AST visitors.
compoundStatement() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
computeValue(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue.ComputeValue
 
computeValue(Class<?>) - Method in class org.codehaus.groovy.reflection.v7.GroovyClassValueJava7
 
concurrencyLevel(int) - Method in class org.apache.groovy.util.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, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a cache with limited size
ConcurrentCommonCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a LRU cache with the specified initial capacity and max size.
ConcurrentCommonCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a LRU cache with the default initial capacity(16)
ConcurrentCommonCache(Map<K, V>) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Constructs a cache backed by the specified Map instance
ConcurrentCommonCache.Action<K,V,R> - Interface in org.codehaus.groovy.runtime.memoize
 
ConcurrentLinkedHashMap<K,V> - Class in org.apache.groovy.util.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.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(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(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() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Constructs a new, empty map with a default initial capacity and 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
 
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, int, EvictableCache.EvictionStrategy) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a cache with limited size
ConcurrentSoftCache(int, int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a LRU cache with the specified initial capacity and max size.
ConcurrentSoftCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a LRU cache with the default initial capacity(16)
ConcurrentSoftCache(Map<K, SoftReference<V>>) - Constructor for class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
Constructs a cache backed by the specified Map instance
conditionalExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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(URL) - Constructor for class groovy.util.ConfigObject
 
ConfigObject() - 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.
configure(Statement) - Method in class groovy.sql.Sql
Provides a hook for derived classes to be able to configure JDBC statements.
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(CompilerConfiguration) - Method in class org.codehaus.groovy.control.CompilationUnit
Configures its debugging mode and classloader classpath from a given compiler configuration.
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.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
 
configure(InputStream) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
configures this loader with a stream
configureAnnotation(AnnotationNode) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
configureAnnotation(AnnotationNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configureAnnotationFromDefinition(AnnotationNode, AnnotationNode) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
Deprecated.
configureAnnotationNodeFromDefinition(AnnotationNode, AnnotationNode) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
configureAnnotationNodeFromDefinition(AnnotationNode, AnnotationNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configureAST(ASTNode, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
configureClassNode(CompileUnit, ClassNode) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
configureClassNode(CompileUnit, ClassNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
configured - Variable in class org.codehaus.groovy.control.CompilationUnit
 
configureParser(FileSystemCompiler.CompilationOptions) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
configureTypeVariableDefinition(ClassNode, ClassNode[]) - Static method in class org.codehaus.groovy.vmplugin.v5.Java5
 
configureTypeVariableReference(String) - Static method in class org.codehaus.groovy.vmplugin.v5.Java5
 
ConsoleSupport - Class in groovy.ui
Base class for console
ConsoleSupport() - Constructor for class groovy.ui.ConsoleSupport
 
ConsoleTextEditor - Class in groovy.ui
Component which provides a styled editor for the console.
ConsoleTextEditor() - Constructor for class groovy.ui.ConsoleTextEditor
Creates a new instance of ConsoleTextEditor
constant() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
ConstructedOuterNestedClassNode(ClassNode, String) - Constructor for class org.codehaus.groovy.ast.CompileUnit.ConstructedOuterNestedClassNode
 
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
 
constructorBody() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
constructorCallExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
constructorDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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 meta class - 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, Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
ConstructorNode(int, Parameter[], ClassNode[], Statement) - Constructor for class org.codehaus.groovy.ast.ConstructorNode
 
constructors() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
constructors(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
constructors() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
constructors(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
constructors() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
constructors(boolean) - 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 class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
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, 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.
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.
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.
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.
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(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(char[], char, int, int) - Static method in class org.apache.groovy.json.internal.Chr
 
contains(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
contains(Iterable, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true if this iterable contains the item.
contains(int[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(long[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(short[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(char[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(double[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(float[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(byte[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(Object[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Checks whether the array contains the given value.
contains(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
contains(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Tests if some key maps into the specified value in this table.
contains(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provide an implementation of contains() like Collection.contains(Object) to make CharSequences more polymorphic.
contains(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
containsAll(Collection) - Method in class groovy.lang.IntRange
 
containsAll(Collection<?>) - Method in class groovy.lang.ListWithDefault
 
containsAll(Collection<?>) - Method in class groovy.swing.impl.ListWrapperListModel
 
containsAll(Collection) - Method in class groovy.util.ObservableList
 
containsAll(Collection<?>) - Method in class groovy.util.ObservableSet
 
containsAll(Iterable, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns true if this iterable contains all of the elements in the specified array.
containsAll(Collection, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
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.util.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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
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.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
 
containsKey(String) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
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.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.
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.control.messages.LocatedMessage
 
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
 
continueStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
controlStructureVariables - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
CONVERSION - Static variable in class org.codehaus.groovy.control.Phases
 
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 an delegate.
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(String, String) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
convert(String, String, boolean, boolean) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
convert() - Method in class org.codehaus.groovy.control.SourceUnit
Generates an AST from the CST.
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, String) - Constructor for class org.codehaus.groovy.runtime.ConvertedClosure
to create a ConvertedClosure object.
ConvertedClosure(Closure) - 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.codehaus.groovy.binding.AbstractFullBinding
 
converters - Variable in class groovy.json.DefaultJsonGenerator
 
converters - Variable in class groovy.json.JsonGenerator.Options
 
convertGroovy(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
Converts the Antlr AST to the Groovy AST.
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.
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
param instance array to the type array
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(SoftReference<V>) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
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
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() - Method in class org.codehaus.groovy.ast.VariableScope
 
copy(ClosureMetaMethod) - Static method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod
 
copy(Class, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copy(MetaMethodIndex.Header, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copy() - Method in class org.codehaus.groovy.util.FastArray
 
copy(Object) - Method in interface org.codehaus.groovy.util.SingleKeyHashMap.Copier
 
copy(SingleKeyHashMap, SingleKeyHashMap, SingleKeyHashMap.Copier) - Static method in class org.codehaus.groovy.util.SingleKeyHashMap
 
copyAllMethodsToSuper(MetaMethodIndex.Header, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
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.
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.
copyBinaryResource(String, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine
 
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 meta data from the other node to this one
copyNonPrivateMethods(Class, Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNonPrivateMethods(MetaMethodIndex.Header, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNonPrivateMethodsDown(Class, Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNonPrivateMethodsFromSuper(MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Header, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
copyRange(char[], int, int) - Static method in class org.apache.groovy.json.internal.ArrayUtils
 
copyStatementsWithSuperAdjustment(ClosureExpression, BlockStatement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
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.
copyWith(Calendar, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
copyWith(Date, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
correctArguments(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
correctToGenericsSpec(Map<String, ClassNode>, MethodNode) - 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>, 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[]) - 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
 
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(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(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use count(Iterable, Closure)
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(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use count(Iterable, Closure)
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(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(Object[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences which satisfy the given closure from inside this array.
count(int[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(long[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(short[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(char[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(boolean[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(double[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(float[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(byte[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Counts the number of occurrences of the given value inside this array.
count(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
count - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The total number of mappings in the hash table.
count(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Count the number of occurrences of a sub CharSequence.
count(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
countBy(Collection, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of countBy instead
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(E[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all array members into groups determined by the supplied mapping closure and counts the group size.
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.
countTestCases() - Method in class org.codehaus.groovy.runtime.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(Class, MetaClassRegistry) - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
Creates a metaclass implementation for theClass.
create(int) - Static method in class org.apache.groovy.json.internal.CharBuf
 
create(char[]) - Static method in class org.apache.groovy.json.internal.CharBuf
 
create(int, String, Token, Token) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
Create an AST node with the token type and text passed in, but with the same background information as another supplied Token (e.g.
create(WriterController) - Method in interface org.codehaus.groovy.classgen.asm.MopWriter.Factory
 
create(String, ProcessingUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified text.
create(String, Object, ProcessingUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified text.
create(SyntaxException, SourceUnit) - Static method in class org.codehaus.groovy.control.messages.Message
Creates a new Message from the specified SyntaxException.
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(Class) - Static method in class org.codehaus.groovy.tools.shell.util.Logger
 
create(Class, String) - Static method in class org.codehaus.groovy.tools.shell.util.Logger
 
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
 
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.codehaus.groovy.binding.ClosureTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.codehaus.groovy.binding.EventTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.codehaus.groovy.binding.PropertyBinding
 
createBinding(SourceBinding, TargetBinding) - Method in class org.codehaus.groovy.binding.SwingTimerTriggerBinding
 
createBinding(SourceBinding, TargetBinding) - Method in interface org.codehaus.groovy.binding.TriggerBinding
 
createBindings() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
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
 
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(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
createClosureClass(ClosureExpression, int) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesClosureWriter
 
createCollector(CompilationUnit, SourceUnit) - Method in class groovy.lang.GroovyClassLoader
creates a ClassCollector for a new compilation.
createCompilationOptions() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Deprecated.
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, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
createConstructorSite(CallSite, Object[]) - Method in class groovy.lang.MetaClassImpl
Create a CallSite
createConstructorSite(CallSite, MetaClassImpl, CachedConstructor, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.ConstructorSite
 
createConstructorStatement(AbstractASTTransformation, ClassNode, PropertyNode, boolean) - Method in class groovy.transform.options.ImmutablePropertyHandler
Deprecated.
createConstructorStatement(AbstractASTTransformation, ClassNode, PropertyNode, Parameter) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
createConstructorStatementDefault(FieldNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
createConstructorStatementDefault(FieldNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
createCopy() - Method in class org.codehaus.groovy.runtime.MethodKey
Creates an immutable copy that we can cache.
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
 
createEntry(K, int, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
createEntry(K, int, V) - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
 
createEntry() - Method in class org.codehaus.groovy.util.TripleKeyHashMap
 
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
 
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
 
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
 
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 setup 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
 
createIdlingManager(ReferenceQueue) - Static method in class org.codehaus.groovy.util.ReferenceManager
 
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.util.slurpersupport.GPathResult
 
createJavac() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
createLexerNode() - Method in class groovy.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() - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
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(Object) - Method in class groovy.util.AntBuilder
 
createNode(Object, Object) - Method in class groovy.util.AntBuilder
 
createNode(Object, Map, Object) - Method in class groovy.util.AntBuilder
 
createNode(Object, Map) - Method in class groovy.util.AntBuilder
 
createNode(Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Object) - Method in class groovy.util.BuilderSupport
 
createNode(Object, Map) - Method in class groovy.util.BuilderSupport
 
createNode(Object, 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) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Object) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Map) - Method in class groovy.util.NodeBuilder
 
createNode(Object, Map, Object) - Method in class groovy.util.NodeBuilder
 
createNode(Node, Object, Map) - Method in class groovy.util.XmlParser
Creates a new node with the given parent, name, and attributes.
createNode(Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.DOMBuilder
 
createNode(Object, Map) - Method in class groovy.xml.DOMBuilder
 
createNode(Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object, Map) - Method in class groovy.xml.MarkupBuilder
 
createNode(Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Map) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object, Map, Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
createNode(Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Map, Object) - Method in class groovy.xml.SAXBuilder
 
createNode(Object, Map) - 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
 
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.util.GroovyMBean
Construct a simple key based on the method name and the number of parameters
createParserPlugin() - Method in class org.codehaus.groovy.antlr.AntlrParserPluginFactory
 
createParserPlugin() - Method in class org.codehaus.groovy.control.ParserPluginFactory
 
createPogoCallCurrentSite(CallSite, Class, String, Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
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
 
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, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createPogoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
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, 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 org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
createPojoMetaMethodSite(CallSite, MetaClassImpl, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createPojoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
createPojoWrapper(Object, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
createPreparedQueryCommand(String, List<Object>) - 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.util.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
 
createReference(T, V, ReferenceQueue) - Method in enum org.codehaus.groovy.util.ReferenceType
 
createSaxParserFactory() - Static method in class groovy.xml.FactorySupport
 
createScript(String, Binding) - Method in class groovy.util.GroovyScriptEngine
Creates a Script with a given scriptName and binding.
createScript(Class, Binding) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
createSegment(Object, int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
createSegment(Object, int) - Method in class org.codehaus.groovy.util.ManagedConcurrentMap
 
createSetStatement(Expression) - Method in class groovy.beans.VetoableASTTransformation
Creates a statement body similar to: field = value.
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.util.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, Class[]) - Method in class org.codehaus.groovy.reflection.CachedMethod
 
createStaticMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
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
 
createStringBufferWriter(StringBuffer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
createStringWriter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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
 
createTempDir() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
createTemplate(Reader) - Method in class groovy.text.GStringTemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTemplate(Reader, String) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTemplate(URL) - 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
 
createTemplate(String) - Method in class groovy.text.TemplateEngine
 
createTemplate(File) - Method in class groovy.text.TemplateEngine
 
createTemplate(URL) - Method in class groovy.text.TemplateEngine
 
createTemplate(Reader) - Method in class groovy.text.XmlTemplateEngine
 
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
 
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(String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(String, String, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(Reader, Map<String, String>) - Method in class groovy.text.markup.MarkupTemplateEngine
 
createTypeCheckedModelTemplate(Reader, 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
 
createView(Closure) - Method in class groovy.sql.DataSet
 
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
 
CTOR_CALL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
CTOR_CALL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
CTOR_IDENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ctorHead() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ctorX(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
CURRENT_BUILDER - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_FACTORY - Static variable in class groovy.util.FactoryBuilderSupport
 
CURRENT_JVM_VERSION - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
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
 
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.v7.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
Creates the curried closure.
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 a implementation of DL distance between two Object arrays instead of character streams.
dArrayGet(double[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from double[] using normalized index
dArraySet(double[], int, double) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from double[] using normalized index
data - Variable in class org.codehaus.groovy.control.messages.SimpleMessage
 
DATALINK - Static variable in class groovy.sql.Sql
 
DATALINK(Object) - Static 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
 
dataSet(String) - Method in class groovy.sql.Sql
 
dataSet(Class<?>) - Method in class groovy.sql.Sql
 
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.
DateGroovyMethods - Class in org.codehaus.groovy.runtime
Deprecated.
use DateUtilExtensions instead
DateGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
 
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.
DateUtilExtensions() - Constructor for class org.apache.groovy.dateutil.extensions.DateUtilExtensions
 
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(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
debug - Variable in class org.codehaus.groovy.control.CompilationUnit
 
DEBUG - Static variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
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 - Variable in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
debugCharDescription(int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
DEC - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DEC - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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.ui.text.GroovyFilter
 
DECIMAL_INTEGER_LITERAL - Static variable in class groovy.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
 
decimalExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
declaration() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
DECLARATION_MODIFIER - Static variable in class org.codehaus.groovy.syntax.Types
 
declarationExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
DeclarationExpression - Class in org.codehaus.groovy.ast.expr
Represents one or more local variables.
DeclarationExpression(VariableExpression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.DeclarationExpression
Creates a DeclarationExpression for VariableExpressions like "def x" or "String y = 'foo'".
DeclarationExpression(Expression, Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.DeclarationExpression
Creates a DeclarationExpression for Expressions like "def (x, y) = [1, 2]"
declaratorBrackets(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
declareBean(BSFDeclaredBean) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Declare a bean
declaredVariableExpression - Variable in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
declareNamespace(Map) - Method in class groovy.util.slurpersupport.GPathResult
Adds the specified map of prefix to namespace mappings to this GPathResult.
declareNamespace(Map) - Method in class groovy.xml.NamespaceBuilder
 
declareNamespace(Map) - Method in class groovy.xml.NamespaceBuilderSupport
 
declaresInterface(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
declS(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
declStatement(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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 name of a method without the super trait specific prefix.
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
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_CAPACITY - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
DEFAULT_CAPACITY - Static variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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_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
This class defines new groovy methods which appear on normal JDK 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
 
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.model
Represents a column using a ValueModel to extract the value.
DefaultTableColumn(ValueModel) - Constructor for class groovy.model.DefaultTableColumn
 
DefaultTableColumn(Object, ValueModel) - Constructor for class groovy.model.DefaultTableColumn
 
DefaultTableColumn(Object, Object, ValueModel) - Constructor for class groovy.model.DefaultTableColumn
 
DefaultTableModel - Class in groovy.model
A default table model made up of PropertyModels on a Value model.
DefaultTableModel(ValueModel) - Constructor for class groovy.model.DefaultTableModel
 
DefaultTableModel(ValueModel, ValueModel) - Constructor for class groovy.model.DefaultTableModel
 
DefaultTableModel.MyTableColumnModel - Class in groovy.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() - 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
 
define(Closure) - Method in class groovy.lang.ExpandoMetaClass
 
define(String, byte[]) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
define(byte[], String) - Method in class org.codehaus.groovy.reflection.SunClassLoader
 
defineClass(ClassNode, String, String) - Method in class groovy.lang.GroovyClassLoader
Loads the given class node returning the implementation Class.
defineClass(String, byte[]) - Method in class groovy.lang.GroovyClassLoader
open up the super class define that takes raw bytes
defineClass(String, byte[], ProtectionDomain) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
helper method to define Reflector classes.
defineClassAndGetConstructor(String, byte[]) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
defineNamespace(Map, String, String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
defineNamespaces(Element, Map) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
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(Variable, boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
creates a temporary variable.
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.
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.
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 - Annotation Type in groovy.lang
Annotation to automatically delegate part of the functionality of an owner class to the annotated delegation target.
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_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 - Annotation Type in groovy.lang
This annotation can be used by API or DSL writers to document parameters which accept a closure.
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.Target - Annotation Type in groovy.lang
Parameter annotation used to specify 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
 
delegationMetadata - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
deleteDir(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
deleteDir(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Deletes a directory with all contained files and subdirectories.
deleteDir(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
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.DefaultGroovyMethods
Deprecated.
denormalize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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.
denormalize(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
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(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() - Method in class groovy.util.slurpersupport.GPathResult
Provides an Iterator over all the nodes of this GPathResult 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 add 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
 
descendingKeySet() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingKeySetWithLimit(int) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingMap() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
descendingMapWithLimit(int) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
describeAttribute(MBeanAttributeInfo) - Method in class groovy.util.GroovyMBean
Description of the specified attribute name.
describeAttribute(String) - Method in class groovy.util.GroovyMBean
Description of the specified attribute name.
describeOperation(String) - Method in class groovy.util.GroovyMBean
Get the description of the specified operation.
describeOperation(MBeanOperationInfo) - Method in class groovy.util.GroovyMBean
Description of the operation.
description(AST) - Static method in exception org.codehaus.groovy.antlr.ASTRuntimeException
 
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
 
despreadList(List, boolean) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
despreadList(Object[], Object[], int[]) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
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
 
die() - Method in class groovy.ui.text.TextUndoManager
 
die() - Static method in class org.apache.groovy.json.internal.Exceptions
 
die(String) - Static method in class org.apache.groovy.json.internal.Exceptions
 
die(Class<T>, String) - Static method in class org.apache.groovy.json.internal.Exceptions
 
differentExpr(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
differentFieldExpr(FieldNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
differentPropertyExpr(PropertyNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
digest(CharSequence, String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
digest the CharSequence instance
digest(byte[], String) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
digest the byte array
DIGIT - Static variable in class groovy.ui.text.GroovyFilter
 
DIGIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DIGIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DIGITS_WITH_UNDERSCORE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DIGITS_WITH_UNDERSCORE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DIGITS_WITH_UNDERSCORE_OPT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DIGITS_WITH_UNDERSCORE_OPT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DirectFastStringService - Class in org.apache.groovy.jsondirect
Internal class for fast processing of Strings during JSON parsing - direct field writing version.
DirectFastStringService() - Constructor for class org.apache.groovy.jsondirect.DirectFastStringService
 
DirectFastStringServiceFactory - Class in org.apache.groovy.jsondirect
 
DirectFastStringServiceFactory() - Constructor for class org.apache.groovy.jsondirect.DirectFastStringServiceFactory
 
directories() - Method in class org.codehaus.groovy.ant.FileScanner
 
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
 
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.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.
disjoint(Collection, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
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.
displayHelp(Options) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
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.ui.text.FindReplaceUtility
 
dispose() - Method in class groovy.util.FactoryBuilderSupport
 
DISTINCT - Static variable in class groovy.sql.Sql
 
DISTINCT(Object) - Static method in class groovy.sql.Sql
 
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 interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DIV - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
div(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Character by a Number.
div(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Number by a Character.
div(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide one Character by another.
div(Number, Number) - Static method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
Divide two Numbers.
div(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, short) - 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, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(byte, double) - 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, short) - 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, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(short, double) - 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, short) - 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, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(int, double) - 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, short) - 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, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(long, double) - 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, short) - 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, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
div(float, double) - 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, short) - 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, float) - 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.v7.IndyMath
 
DIV_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DIV_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
DO_DYNAMIC - Static variable in class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
doAsType(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
doCall(Object...) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
doCall(T) - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
doCall(Object) - Method in class org.codehaus.groovy.runtime.MethodClosure
 
doCast(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
doCast(MethodVisitor, Class) - 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
 
doesKnow(String) - Method in class org.codehaus.groovy.reflection.SunClassLoader
 
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
 
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.util.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 - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DOLLAR_REGEXP_CTOR_END - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DOLLAR_REGEXP_LITERAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DOLLAR_REGEXP_SYMBOL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DOLLAR_VALUE - Static variable in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
DOMBuilder - Class in groovy.xml
A helper class for creating a W3C DOM tree
DOMBuilder(Document) - Constructor for class groovy.xml.DOMBuilder
 
DOMBuilder(DocumentBuilder) - Constructor for class groovy.xml.DOMBuilder
 
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
 
DomToGroovy - Class in org.codehaus.groovy.tools.xml
A SAX handler for turning XML into Groovy scripts
DomToGroovy(PrintWriter) - Constructor for class org.codehaus.groovy.tools.xml.DomToGroovy
 
DomToGroovy(IndentPrinter) - Constructor for class org.codehaus.groovy.tools.xml.DomToGroovy
 
DONE - Static variable in class groovy.lang.Closure
 
DONT_LOAD_DEFAULT - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
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.
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 meta class for an object, by delegating to the appropriate DefaultGroovyMethods helper method.
doStartElement(Object, Attributes) - Method in class groovy.xml.SAXBuilder
 
DOT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
DOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
dot(String, String) - Static method in class org.codehaus.groovy.syntax.ASTHelper
 
dot(String) - Method in class org.codehaus.groovy.syntax.ASTHelper
A synonym for dot( base, "" ).
DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
DOT_DOT_DOT - Static variable in class org.codehaus.groovy.syntax.Types
 
dotExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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_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
 
DoubleArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
DoubleArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.DoubleArrayPutAtMetaMethod
 
DoubleCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
DoubleCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
 
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
 
doWith(CommonCache<K, V>) - Method in interface org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.Action
 
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(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.
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.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
downto(Calendar, Calendar, Closure) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
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(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(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(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(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(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(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(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(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.
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(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(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(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the head of this array if they are available.
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(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(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method.
drop(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A String variant of the equivalent CharSequence method.
dropMethodCache(String) - Method in class groovy.lang.MetaClassImpl
 
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(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(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(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(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Drops the given number of elements from the tail of this array if they are available.
dropStaticMethodCache(String) - Method in class groovy.lang.MetaClassImpl
 
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(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(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(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(T[], Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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(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(CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Create 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(GString, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method.
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.v7.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(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
dump(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Generates a detailed dump string of an object showing its class, hashCode and fields.
dumpTree(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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.
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_MEMBER - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
DYNAMIC_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
dynamicMemberExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
DynamicVariable - Class in org.codehaus.groovy.ast
 
DynamicVariable(String, boolean) - Constructor for class org.codehaus.groovy.ast.DynamicVariable
 

E

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(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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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.
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(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through an Iterator, 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(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through a List, passing each item to the given 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(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through using a closure.
eachByte(Byte[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Traverse through each byte of this Byte array.
eachByte(byte[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Traverse through each byte of this byte array.
eachByte(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(File, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(InputStream, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(URL, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(URL, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachByte(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Traverse through each byte of the specified stream.
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(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Traverse through each byte of this Path
eachByte(Path, int, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Traverse through the bytes of this Path, 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(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(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(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.
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.DefaultGroovyMethods
Deprecated.
eachDir(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Invokes the closure for each subdirectory in this directory, ignoring regular files.
eachDir(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure for each subdirectory in this directory, ignoring regular files.
eachDirMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachDirMatch(Path, Object, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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(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.
eachDirRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachDirRecurse(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Recursively processes each descendant subdirectory in this directory.
eachDirRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Recursively processes each descendant subdirectory in this directory.
eachFile(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFile(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFile(Path, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Invokes the closure for each 'child' file in this 'parent' folder/directory.
eachFile(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Invokes the closure for each 'child' file in this 'parent' folder/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.
eachFileMatch(File, FileType, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFileMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFileMatch(Path, FileType, Object, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
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(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.
eachFileRecurse(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFileRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachFileRecurse(Path, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Processes each descendant file in this directory and any sub-directories.
eachFileRecurse(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Processes each descendant file in this directory and any sub-directories.
eachFileRecurse(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any sub-directories.
eachFileRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any sub-directories.
eachLine(CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(CharSequence, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(File, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(File, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(InputStream, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(InputStream, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(URL, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(URL, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(Reader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachLine(Reader, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(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, 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, 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(Reader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line.
eachLine(Reader, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line.
eachLine(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this path line by line.
eachLine(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line.
eachLine(Path, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line.
eachLine(Path, String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line.
eachLine(File, int, 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(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, 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(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(CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through this CharSequence 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(String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
eachLine(String, int, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
eachMatch(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachMatch(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachMatch(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachMatch(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachMatch(T, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Process each regex group matched substring of the given CharSequence.
eachMatch(T, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Process each regex group matched substring of the given pattern.
eachMatch(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Process each regex group matched substring of the given pattern.
eachMatch(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Process each regex group matched substring of the given string.
eachObject(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
eachObject(ObjectInputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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.codehaus.groovy.runtime.NioGroovyMethods
Iterates through the given file object by object.
eachObject(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the given file object by object.
eachPermutation(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of eachPermutation instead
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(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, 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, 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, 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<Object>, 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, 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(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(String, List<Object>, 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, 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, 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.
eachRow(String, List<Object>, 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, 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(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(String, List<Object>, 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, 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(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(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(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, 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.
eachWithIndex(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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.
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(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(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(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(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(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through using a closure.
EDITOR_FONT - Static variable in class groovy.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, int) - Constructor for class groovy.util.ObservableList.ElementAddedEvent
 
ElementAddedEvent(Object, Object) - Constructor for class groovy.util.ObservableSet.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, int) - Constructor for class groovy.util.ObservableList.ElementRemovedEvent
 
ElementRemovedEvent(Object, Object) - Constructor for class groovy.util.ObservableSet.ElementRemovedEvent
 
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.
ElementUpdatedEvent(Object, Object, Object, int) - Constructor for class groovy.util.ObservableList.ElementUpdatedEvent
 
ELIST - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ELIST - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ELVIS_OPERATOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
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
 
EMPTY_ARRAY - Static variable in class groovy.lang.MetaMethod
 
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.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_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_STAT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EMPTY_STAT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
emptyArguments(Expression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
EmptyExpression - Class in org.codehaus.groovy.ast.expr
This class is a place holder for an empty expression.
EmptyExpression() - Constructor for class org.codehaus.groovy.ast.expr.EmptyExpression
 
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
Represents an empty statement
EmptyStatement() - Constructor for class org.codehaus.groovy.ast.stmt.EmptyStatement
 
enable() - Static method in class groovy.lang.ExpandoMetaClassCreationHandle
Enables the ExpandoMetaClassCreationHandle with the registry ExpandoMetaClassCreationHandle.enable();
enableAssert(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
Enable the "assert" keyword
enableAssert(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Enable the "assert" keyword
enableEnum(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
Enable the "enum" keyword
enableEnum(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Enable the "enum" keyword
enableGlobally() - Static method in class groovy.lang.ExpandoMetaClass
Call to enable global use of ExpandoMetaClass within the registry.
enclosingBinaryExpressions - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
enclosingBlocks - 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
 
enclosingConstructorCalls - 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
 
enclosingPropertyExpressions - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
enclosingReturnStatements - 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[], 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.
encodeBase64(byte[]) - 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() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
end - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
 
endDocument() - Method in class groovy.ui.text.StructuredSyntaxHandler
 
endDocument() - Method in class groovy.util.XmlParser
 
endDocument() - Method in class groovy.util.XmlSlurper
 
endElement(String, String, String) - Method in class groovy.ui.text.StructuredSyntaxHandler
 
endElement(String, String, String) - Method in class groovy.util.XmlParser
 
endElement(String, String, String) - Method in class groovy.util.XmlSlurper
 
endPrefixMapping(String) - Method in class groovy.util.XmlParser
 
endsWith(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
endsWith(String) - Method in class org.codehaus.groovy.runtime.WritablePath
 
endsWithAny(CharSequence, CharSequence...) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tests if this CharSequence ends with any specified suffixes.
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.
entry - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
Entry() - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
Entry() - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
Entry(ReferenceBundle, ManagedConcurrentMap.Segment, K, int) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
Entry() - Constructor for class org.codehaus.groovy.util.SingleKeyHashMap.Entry
 
Entry() - Constructor for class org.codehaus.groovy.util.TripleKeyHashMap.Entry
 
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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
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.UnlimitedConcurrentCache
 
entrySet - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
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.concurrentlinkedhashmap.Weighers
A weigher where an entry has a weight of 1.
EntryWeigher<K,V> - Interface in org.apache.groovy.util.concurrentlinkedhashmap
A class that can determine the weight of an entry.
EntryWithValue(ReferenceBundle, ManagedConcurrentMap.Segment, K, int, V) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
 
entryX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ENUM_CONSTANT_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ENUM_CONSTANT_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ENUM_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ENUM_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
Enum_Type - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
enumArguments(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
enumBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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.codehaus.groovy.antlr.java.JavaRecognizer
 
enumConstantBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
EnumConstantClassNode - Class in org.codehaus.groovy.ast
Represents the anonymous inner class for an enum constant This subtype is needed so that EnumVisitor can differentiate between the scenarios when a InnerClassNode represents anonymous inner class for an enu constant and when it represents an enum class defined inside another class
EnumConstantClassNode(ClassNode, String, int, ClassNode) - Constructor for class org.codehaus.groovy.ast.EnumConstantClassNode
 
enumConstantDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
enumConstantField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
enumDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
enumDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
EnumVisitor - Class in org.codehaus.groovy.classgen
 
EnumVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.EnumVisitor
 
EOF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EOF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
EOF - Static variable in class org.codehaus.groovy.syntax.Token
 
EOF - Static variable in class org.codehaus.groovy.syntax.Types
 
eol() - Static method in class org.codehaus.groovy.tools.Utilities
Returns the end-of-line marker.
EQ - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
eq(Object, Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Check for equality of non-null references x and y.
equal(CachedClass[], Class[]) - Static method in class groovy.lang.MetaMethod
 
equal(CachedClass[], CachedClass[]) - Static method in class groovy.lang.MetaMethod
 
EQUAL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EQUAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
equalityExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
equalParameterTypes(Parameter[], Parameter[]) - Static method in class org.codehaus.groovy.classgen.asm.MopWriter
 
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.GString
 
equals(GString) - Method in class groovy.lang.GString
 
equals(Object) - Method in class groovy.lang.IntRange
Determines if this object is equal to another object.
equals(IntRange) - Method in class groovy.lang.IntRange
Compares an IntRange to another IntRange.
equals(Object) - Method in class groovy.lang.ListWithDefault
 
equals(Object) - Method in class groovy.lang.MapWithDefault
 
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(ObjectRange) - Method in class groovy.lang.ObjectRange
Compares an ObjectRange to another ObjectRange.
equals(Object) - Method in class groovy.lang.Sequence
 
equals(Sequence) - Method in class groovy.lang.Sequence
 
equals(Object) - Method in class groovy.lang.SpreadMap
 
equals(SpreadMap) - Method in class groovy.lang.SpreadMap
 
equals(Object) - Method in class groovy.lang.Tuple
 
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(MapEntry) - 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.util.slurpersupport.GPathResult
 
equals(Object) - Method in class groovy.xml.QName
Tests this QName for equality with another object.
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.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
equals(Object) - Method in class org.codehaus.groovy.antlr.LineColumn
 
equals(Object) - Method in class org.codehaus.groovy.ast.ASTNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.ClassNode
 
equals(Object) - Method in class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
equals(ASTNode, ASTNode) - Method in interface org.codehaus.groovy.macro.matcher.NodeComparator
 
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(int[], int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare the contents of this array to the contents of the given array.
equals(Object[], List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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(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(Map, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compares two Maps treating coerced numerical values as identical.
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(MethodKey) - 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.runtime.WritablePath
 
EQUALS - Static variable in class org.codehaus.groovy.syntax.Types
 
equals(Object) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
EQUALS - Static variable in class org.codehaus.groovy.vmplugin.v7.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
 
equalsNullExpr(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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(SAXParseException) - Method in class groovy.ui.text.StructuredSyntaxHandler
 
error(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
error(String, Throwable) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
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_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 - 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.
errorCollector - Variable in class org.codehaus.groovy.control.ProcessingUnit
a helper to share errors and report them
errorCollectors - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
errorDetails(String) - Method in interface org.apache.groovy.json.internal.CharacterSource
 
errorDetails(String, char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
errorDetails(String) - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
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.
ESC - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ESC - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ESCAPE - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
escapeBackslashes(String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
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
 
ESCAPED_DOLLAR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ESCAPED_SLASH - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
escapeJava(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using JavaScript 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.
escapeQuote(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
escapeXml(String) - Static method in class groovy.xml.XmlUtil
Escape the following characters " ' & < > with their XML entities, e.g.
Eval - Class in groovy.util
Allow easy integration from Groovy into Java through convenience methods.
Eval() - Constructor for class groovy.util.Eval
 
eval(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Evaluate an expression.
eval(BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
eval(ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyCompiledScript
 
eval(Reader, ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
eval(String, ScriptContext) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
eval(ScriptEngine, String, Binding) - Static method in class org.codehaus.groovy.jsr223.ScriptExtensions
Executes the specified script.
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
evaluate(GroovyCodeSource) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(String) - Method in class groovy.lang.GroovyShell
Evaluates some script against the current Binding and returns the result
evaluate(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(File) - 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
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.lang.Script
A helper method to allow the dynamic evaluation of groovy expressions using this scripts binding as the variable scope
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(String) - Method in class groovy.ui.ConsoleSupport
 
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
 
evaluateCompareExpression(MethodCaller, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
evaluateCompareExpression(MethodCaller, BinaryExpression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
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
A helper method that can be used to evaluate 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.codehaus.groovy.binding
 
EventTriggerBinding(Object, String) - Constructor for class org.codehaus.groovy.binding.EventTriggerBinding
 
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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Used to determine if the given predicate closure is valid (i.e.
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(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(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.
EvictableCache<K,V> - Interface in org.codehaus.groovy.runtime.memoize
Represents an evictable memoize cache with its essential methods
EvictableCache.EvictionStrategy - Enum in org.codehaus.groovy.runtime.memoize
Represents a eviction strategy for the cache with limited size
EvictionListener<K,V> - Interface in org.apache.groovy.util.concurrentlinkedhashmap
A listener registered for notification when an entry is evicted.
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 - Class in org.apache.groovy.json.internal
 
Exceptions() - Constructor for class org.apache.groovy.json.internal.Exceptions
 
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.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.
exclusiveOrExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
exec(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Execute a script.
exec(String, int, int, Object) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Execute a script.
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(String) - Method in class groovy.sql.Sql
Executes the given piece of SQL.
execute(String, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL.
execute(String, List<Object>) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
execute(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Executes the given piece of SQL with parameters.
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(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(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() - 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(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String, String[], File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String, List, File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String[], String[], File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String[], List, File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(List, String[], File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(List, List, File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
execute(String) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Executes the command specified by self as a command-line process.
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, 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[]) - 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(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.
executeBatch() - Method in class groovy.sql.BatchingStatementWrapper
 
executeInsert(String) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, List<Object>) - Method in class groovy.sql.Sql
Executes the given SQL statement (typically an INSERT statement).
executeInsert(String, List<Object>, 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.
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(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).
executePreparedQuery(String, List<Object>) - 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(String) - Method in class groovy.sql.Sql
Executes the given SQL update.
executeUpdate(String, List<Object>) - 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.
executeUpdate(String, Object[]) - Method in class groovy.sql.Sql
Executes the given SQL update with parameters.
executeUpdate(GString) - Method in class groovy.sql.Sql
Executes the given SQL update with embedded expressions inside.
existsProperty(PropertyExpression, boolean, ClassCodeVisitorSupport) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
existsProperty(PropertyExpression, boolean) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
existsProperty(PropertyExpression, boolean, ClassCodeVisitorSupport) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
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.
expand(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
expand(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
expand(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
expand(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
expand(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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.DefaultGroovyMethods
Deprecated.
expandLine(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
expandLine(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Expands all tabs into spaces.
expandLine(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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(Class, boolean, boolean, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
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, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
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, MetaMethod[]) - Constructor for class groovy.lang.ExpandoMetaClass
 
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.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
 
explicitConstructorInvocation() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
Catch obvious constructor calls, but not the expr.super(...) calls
explicitMethods - Variable in class groovy.util.FactoryBuilderSupport
 
explicitProperties - Variable in class groovy.util.FactoryBuilderSupport
 
EXPONENT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EXPONENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
EXPR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EXPR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
expression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
expression(AST, boolean) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
expression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
Expression - Class in org.codehaus.groovy.ast.expr
Represents a base class for expressions which evaluate as an object
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, String) - Constructor for class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
ExpressionAsVariableSlot(WriterController, Expression) - Constructor for class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
expressionList(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
expressionList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
expressionSwitch(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ExpressionTransformer - Interface in org.codehaus.groovy.ast.expr
Provides a way to transform expressions
ExpressionUtils - Class in org.apache.groovy.ast.tools
 
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_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
EXTENDS_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
extension - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
extension - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
EXTENSION_METHOD_CACHE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
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, boolean) - Constructor for class org.codehaus.groovy.transform.stc.ExtensionMethodNode
 
ExtensionMethodNode(MethodNode, String, int, ClassNode, Parameter[], ClassNode[], Statement) - 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
 
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
 
extractPlaceholders(ClassNode, Map<GenericsType.GenericsTypeName, GenericsType>) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
For a given classnode, fills in the supplied map with the parameterized types it defines.
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
When instanceof checks are found in the code, we store temporary type information data in the TypeCheckingContext.temporaryIfBranchTypeInformation table.
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
 
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 - 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
get value from float[] using normalized index
fArraySet(float[], int, float) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from float[] using normalized index
FastArray - Class in org.codehaus.groovy.util
 
FastArray(int) - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray() - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray(Collection) - Constructor for class org.codehaus.groovy.util.FastArray
 
FastArray(Object[]) - 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
 
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 - Variable in class org.codehaus.groovy.reflection.CachedField
 
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
 
fieldDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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(Field) - Method in class groovy.inspect.Inspector
 
fieldInfo(PropertyValue) - 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(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
fields() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
fields(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
fields() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
fields(boolean) - 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 class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
fieldX(FieldNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
fieldX(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
file - Static variable in class groovy.util.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.
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
 
FilteredAttributes - Class in groovy.util.slurpersupport
Lazy evaluated representation of a node's attributes filtered by a Closure.
FilteredAttributes(GPathResult, Closure, Map<String, String>) - Constructor for class groovy.util.slurpersupport.FilteredAttributes
 
FilteredNodeChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of child nodes filtered by a Closure.
FilteredNodeChildren(GPathResult, Closure, Map<String, String>) - Constructor for class groovy.util.slurpersupport.FilteredNodeChildren
 
filterLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(File, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(File, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(InputStream, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(InputStream, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(InputStream, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(URL, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(URL, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(URL, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
filterLine(URL, Writer, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(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(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Filter lines from an input stream using a closure predicate.
filterLine(InputStream, String, 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(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Filters the lines of a Path and creates a Writable in return to stream the filtered lines.
filterLine(Path, String, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
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.codehaus.groovy.runtime.NioGroovyMethods
Filter the lines from this Path, and write them to the given writer based on the given closure predicate.
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, 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(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(URL, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Filter lines from a URL using a closure predicate.
filterLine(URL, String, 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.
FINAL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FINAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
Finalizable - Interface in org.codehaus.groovy.util
 
FINALIZATION - Static variable in class org.codehaus.groovy.control.Phases
 
finalizeRef() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
Deprecated.
use finalizeReference
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.ManagedConcurrentMap.Entry
 
finalizeReference() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
 
finalizeReference() - Method in class org.codehaus.groovy.util.ManagedReference
 
finallyClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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 - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
FIND - Static variable in class groovy.ui.text.TextEditor
 
find(Closure) - Method in class groovy.util.slurpersupport.Attribute
 
find(Closure) - Method in class groovy.util.slurpersupport.GPathResult
Returns the first child of this GPathResult matching the condition(s) specified in the passed closure.
find(Closure) - Method in class groovy.util.slurpersupport.NoChildren
Returns this.
find(Closure) - Method in class groovy.util.slurpersupport.NodeChild
 
find(Closure) - Method in class groovy.util.slurpersupport.NodeChildren
 
find(Constructor) - Static method in class org.codehaus.groovy.reflection.CachedConstructor
 
find(Method) - Static method in class org.codehaus.groovy.reflection.CachedMethod
 
find(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition.
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(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition.
find(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first element in the array that matches the given closure condition.
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(Map<K, V>, Closure<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first entry matching the closure condition.
find(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(String, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
find(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(String, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
find(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
find(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
find(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
FIND_ACTION - Static variable in class groovy.ui.text.FindReplaceUtility
 
FIND_ACTION_COMMAND - Static variable in class groovy.ui.text.FindReplaceUtility
 
FIND_NEXT - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
FIND_NEXT - Static variable in class groovy.ui.text.TextEditor
 
FIND_PREVIOUS - Static variable in class groovy.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
Get the actual type according to the placeholder name
findAll(Closure) - Method in class groovy.sql.DataSet
Return a lazy-implemented filtered view of this DataSet.
findAll(Closure) - Method in class groovy.util.slurpersupport.Attribute
 
findAll(Closure) - Method in class groovy.util.slurpersupport.Attributes
 
findAll(Closure) - Method in class groovy.util.slurpersupport.GPathResult
Returns the children of this GPathResult matching the condition(s) specified in the passed closure.
findAll(Closure) - Method in class groovy.util.slurpersupport.NoChildren
Returns this.
findAll(Closure) - Method in class groovy.util.slurpersupport.NodeChild
 
findAll(Closure) - Method in class groovy.util.slurpersupport.NodeChildren
 
findAll(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition.
findAll(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all elements of the array matching the given 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(List<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>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the elements of the array 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(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all items matching the IDENTITY Closure (i.e. matching Groovy truth).
findAll(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all entries matching the closure condition.
findAll(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(CharSequence, CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(CharSequence, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(String, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(String, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
findAll(String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(String, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
findAll(String, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
findAll(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
findAll(String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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
 
findArg(String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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(SourceUnit, CompilationUnit, String) - Method in class groovy.transform.stc.ClosureSignatureHint
Finds a class node given a string representing the type.
findClassNode(String, CompilationUnit) - Method in class org.codehaus.groovy.control.ClassNodeResolver
Extension point for custom lookup logic of finding ClassNodes.
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.
findDGMMethodsByNameAndArguments(ClassNode, String, ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
findDGMMethodsByNameAndArguments(ClassLoader, ClassNode, String, ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsByNameAndArguments(ClassNode, String, ClassNode[], List<MethodNode>) - 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
 
findDGMMethodsForClassNode(ClassNode, String) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
findDGMMethodsForClassNode(ClassLoader, ClassNode, String) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
findDGMMethodsForClassNode(ClassNode, String, TreeSet<MethodNode>) - 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
 
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(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(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(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(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(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(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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Array 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
Iterates over the elements of an Array, starting from a specified startIndex, and returns the index of the first item that satisfies the condition specified by 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(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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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
Iterates over the elements of an Array, starting from a specified startIndex, and returns the index values of the items that match the condition specified in the closure.
findInstanceOfNotReturnExpression(IfStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Check IfStatement matched pattern : Object var1; if (!(var1 instanceOf Runnable)){ return } // Here var1 instance of Runnable
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(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(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(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(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(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(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the elements of an Array 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
Iterates over the elements of an Array, starting from a specified startIndex, and returns the index of the last item that matches the condition specified in the closure.
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
This method returns the list of methods named against the supplied parameter that are defined on the specified receiver, but it will also add "non existing" methods that will be generated afterwards by the compiler, for example if a method is using default values and that the specified class node isn't 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
Get the parameterized type by search the whole class hierarchy according to generics class and actual receiver.
findParameterizedTypeFromCache(ClassNode, ClassNode) - 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.ui.text
 
findResource(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
findResources(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
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, 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(Collection<S>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable version instead
findResult(Collection<S>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable version instead
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<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(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<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(S[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
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
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(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(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.
findResults(Collection<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of findResults instead
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<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(U[], Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the Array 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.
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
 
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 classnode
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(List<ObservableMap.PropertyEvent>) - Method in class groovy.util.ObservableMap
 
fireMultiPropertyEvent(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.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(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the List.
first(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the Iterable.
first(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first item from the array.
FIRST_LINE_INDENT - Static variable in class groovy.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
 
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(String) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(GString) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
firstRow(String, List<Object>) - 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.
firstRow(String, Object[]) - Method in class groovy.sql.Sql
Performs the given SQL query and return the first row of the result set.
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
 
fixEOLs(String) - Method in class groovy.util.GroovyTestCase
Returns a copy of a string in which all EOLs are \n.
FlatNodeListTraversal - Class in org.codehaus.groovy.antlr.treewalker
A simple iterator over an ordered (flat) List of the nodes of the AST.
FlatNodeListTraversal(Visitor) - Constructor for class org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal
 
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(Map) - Method in class groovy.util.ConfigObject
Flattens this ConfigObject populating the results into the target Map
flatten(Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a Collection.
flatten(Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
flatten(List<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a List.
flatten(Set<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a Set.
flatten(SortedSet<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten a SortedSet.
flatten(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an array.
flatten(Collection<T>, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of flatten instead
flatten(Iterable<T>, Closure<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Flatten an Iterable.
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_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
float_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
FLOAT_SUFFIX - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
FloatArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
FloatArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.FloatArrayPutAtMetaMethod
 
FloatCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
FloatCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
 
FloatingPointMath - Class in org.codehaus.groovy.runtime.typehandling
FloatingPoint (Double and Float) NumberMath operations
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.ui.text.StructuredSyntaxHandler
 
FONT_SIZE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
FOR_CONDITION - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FOR_CONDITION - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
FOR_EACH_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FOR_EACH_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
FOR_IN_ITERABLE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
FOR_INIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FOR_INIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
FOR_ITERATOR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
FOR_ITERATOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
FOR_LOOP_DUMMY - Static variable in class org.codehaus.groovy.ast.stmt.ForStatement
 
force - Variable in class org.codehaus.groovy.ant.GroovycTask
 
forCond() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
forEachClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
FOREGROUND - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
forInit() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
forIter() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
fork(ASTNode) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
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(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.
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.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
format(Date, String, TimeZone) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
format(Calendar, String) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
format(Object, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
format(Object, boolean, int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
format(Object, boolean, int, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
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.
formatArgumentList(ClassNode[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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.model
Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
FormModel() - Constructor for class groovy.model.FormModel
 
FormModel(Map) - Constructor for class groovy.model.FormModel
 
forName(String) - Static method in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
forStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
forStatement() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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
 
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.
From() - Constructor for class groovy.time.BaseDuration.From
 
from - Variable in class org.codehaus.groovy.runtime.RangeInfo
 
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
 
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.codehaus.groovy.binding
 
fullSize() - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
fullSize() - Method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
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

GE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
GE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
GENERAL_END_OF_STATEMENT - Static variable in class org.codehaus.groovy.syntax.Types
 
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
 
generateCompilerConfigurationFromOptions(CommandLine) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Deprecated.
Generated - Annotation Type in groovy.transform
The Generated annotation is used to mark members that have been generated.
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_PROXY_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
generatedClasses - Variable in class org.codehaus.groovy.control.CompilationUnit
 
GeneratedClosure - Interface in org.codehaus.groovy.runtime
Marker interface to identify closures generated by the groovy compiler.
GeneratedGroovyProxy - Interface in groovy.lang
An interface implemented by some Groovy proxies which gives access to the proxied object.
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
 
generateFileNamesFromOptions(CommandLine) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Deprecated.
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
 
generateScriptName() - Method in class groovy.lang.GroovyClassLoader
 
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
 
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, ClassNode[], ClassNode) - Constructor for class org.codehaus.groovy.ast.GenericsType
 
GenericsType(ClassNode) - Constructor for class org.codehaus.groovy.ast.GenericsType
 
GenericsType.GenericsTypeName - Class in org.codehaus.groovy.ast
Represents GenericsType name TODO In order to distinguish GenericsType with same name(See GROOVY-8409), we should add a property to keep the declaring class.
GenericsTypeName(String) - Constructor for class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
GenericsUtils - Class in org.codehaus.groovy.ast.tools
Utility methods to deal with generic 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
 
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
 
genStaticMetaMethodSite(CachedMethod, ClassWriter, String) - Static method in class org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
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(Object) - Method in class groovy.lang.MapWithDefault
 
get(int) - Method in class groovy.lang.NumberRange
 
get(int) - Method in class groovy.lang.ObjectRange
 
get() - Method in class groovy.lang.ParameterArray
 
get() - Method in class groovy.lang.Reference
 
get(int) - Method in class groovy.lang.Tuple
 
get(int) - Method in class groovy.lang.Tuple1
 
get(int) - Method in class groovy.lang.Tuple2
 
get(int) - Method in class groovy.lang.Tuple3
 
get(int) - Method in class groovy.lang.Tuple4
 
get(int) - Method in class groovy.lang.Tuple5
 
get(int) - Method in class groovy.lang.Tuple6
 
get(int) - Method in class groovy.lang.Tuple7
 
get(int) - Method in class groovy.lang.Tuple8
 
get(int) - Method in class groovy.lang.Tuple9
 
get(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
get(ServletRequest, String) - Static method in class groovy.servlet.ServletCategory
 
get(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
get(Object) - Method in class groovy.sql.GroovyRowResult
Find the property value for the given name (ignoring case).
get(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
get(Object) - Method in class groovy.util.ConfigObject
 
get(String) - Method in class groovy.util.Node
Provides lookup of elements by non-namespaced name
get(int) - Method in class groovy.util.ObservableList
 
get(Object) - Method in class groovy.util.ObservableMap
 
get(Object) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
get(Element, String) - Static method in class groovy.xml.dom.DOMCategory
 
get(NodeList, String) - Static method in class groovy.xml.dom.DOMCategory
 
get(NamedNodeMap, String) - Static method in class groovy.xml.dom.DOMCategory
 
get(String) - Method in class groovy.xml.Namespace
Returns the QName for the given localName.
get() - Method in interface org.apache.groovy.internal.util.Supplier
 
get(KEY) - Method in interface org.apache.groovy.json.internal.Cache
 
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(K) - Method in class org.apache.groovy.json.internal.SimpleCache
 
get(int) - Method in class org.apache.groovy.json.internal.ValueList
 
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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
get(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
get(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue
 
get(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
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 value - unless there is no entry for the given key in which case add the default value to the map and return that.
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(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(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() - Method in class org.codehaus.groovy.runtime.ScriptReference
 
get(int) - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the specified element, or null.
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(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(Object) - Method in class org.codehaus.groovy.tools.gse.StringSetMap
 
get(String, String) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
get(String) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
get(K) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
 
get(K, int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
get(int) - Method in class org.codehaus.groovy.util.FastArray
 
get() - Method in class org.codehaus.groovy.util.LazyReference
 
get(Object) - Method in class org.codehaus.groovy.util.ListHashMap
 
get(K) - Method in class org.codehaus.groovy.util.ManagedConcurrentValueMap
Returns the value stored for the given key at the point of call.
get() - Method in class org.codehaus.groovy.util.ManagedReference
 
get() - Method in interface org.codehaus.groovy.util.Reference
 
get(Object) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
get(Object, Object, Object) - Method in class org.codehaus.groovy.util.TripleKeyHashMap
 
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
 
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
 
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(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.
getAllProperties(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
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() - Static method in class org.codehaus.groovy.util.ReleaseInfo
 
getAnchor() - Method in class groovy.swing.impl.TableLayoutCell
 
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>, boolean) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
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>, boolean) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
getAndPut(K, MemoizeCache.ValueProvider<? super K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
The implementation of `getAndPut` is not atomic
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.UnlimitedConcurrentCache
The implementation of `getAndPut` is not atomic
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.TupleConstructorASTTransformation
 
getAnnotations() - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
getAnnotations() - Method in class org.codehaus.groovy.ast.ClassNode
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
getAnnotations() - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getAnnotations(ClassNode) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
getAntProject() - Method in class groovy.util.AntBuilder
 
getAntXmlContext() - Method in class groovy.util.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
 
getAssertionWriter() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getAssertionWriter() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getAst() - Method in exception org.codehaus.groovy.antlr.ASTParserException
 
getAst() - Method in exception org.codehaus.groovy.antlr.ASTRuntimeException
 
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(int) - Method in class groovy.lang.ListWithDefault
Overwrites subscript operator handling by redirecting to ListWithDefault.get(int).
getAt(ServletContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(HttpSession, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(ServletRequest, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(PageContext, String) - Static method in class groovy.servlet.ServletCategory
 
getAt(int) - Method in interface groovy.sql.GroovyResultSet
Supports integer-based subscript operators for accessing at numbered columns starting at zero.
getAt(String) - Method in interface groovy.sql.GroovyResultSet
Gets the value of the designated column in the current row as an Object.
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(QName) - Method in class groovy.util.Node
Provides lookup of elements by QName.
getAt(String) - Method in class groovy.util.NodeList
Provides lookup of elements by non-namespaced name.
getAt(QName) - Method in class groovy.util.NodeList
Provides lookup of elements by QName.
getAt(int) - Method in class groovy.util.slurpersupport.GPathResult
Supports the subscript operator for a GPathResult.
getAt(IntRange) - Method in class groovy.util.slurpersupport.GPathResult
Supports the range subscript operator for a GPathResult.
getAt(int) - Method in class groovy.util.slurpersupport.NodeChild
 
getAt(Node, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodeListsHolder, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodesHolder, int) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(Node, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodeListsHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
getAt(DOMCategory.NodesHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
 
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(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Date.
getAt(Calendar, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for a Calendar.
getAt(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
getAt(Calendar, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
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(List<T>, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for a 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(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>, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for an eager or lazy 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>, 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(T[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Select a List of items from an array using a Collection to identify the indices to be selected.
getAt(T[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the range subscript operator for an Array
getAt(T[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(T[], EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(T[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the 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(Iterator<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Iterator.
getAt(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for an Iterable.
getAt(Map<K, V>, K) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for a Map.
getAt(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator for Collection.
getAt(byte[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a byte array
getAt(char[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a char array
getAt(short[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a short array
getAt(int[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for an int array
getAt(long[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a long array
getAt(float[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a float array
getAt(double[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a double array
getAt(boolean[], Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a range for a boolean array
getAt(byte[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a byte array
getAt(char[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a char array
getAt(short[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a short array
getAt(int[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for an int array
getAt(long[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a long array
getAt(float[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a float array
getAt(double[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a double array
getAt(boolean[], IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an IntRange for a boolean array
getAt(byte[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a byte array
getAt(char[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a char array
getAt(short[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a short array
getAt(int[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for an int array
getAt(long[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a long array
getAt(float[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a float array
getAt(double[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a double array
getAt(boolean[], ObjectRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with an ObjectRange for a byte array
getAt(byte[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a byte array
getAt(char[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a char array
getAt(short[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a short array
getAt(int[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for an int array
getAt(long[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a long array
getAt(float[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a float array
getAt(double[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a double array
getAt(boolean[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support the subscript operator with a collection for a boolean array
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(CharSequence, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(CharSequence, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(CharSequence, IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(CharSequence, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(Matcher, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(Matcher, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(String, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(String, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(String, IntRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(String, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getAt(CharSequence, Collection) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Select a List of characters from a CharSequence using a Collection to identify the indices to be selected.
getAt(CharSequence, EmptyRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for CharSequence or StringBuffer with EmptyRange
getAt(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the subscript operator for CharSequence.
getAt(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the subscript operator for GString.
getAt(CharSequence, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for CharSequence with IntRange
getAt(GString, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for GString with IntRange
getAt(CharSequence, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for CharSequence
getAt(GString, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for GString
getAt(Matcher, Collection) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Select a List of values from a Matcher using a Collection to identify the indices to be selected.
getAt(Matcher, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the subscript operator, e.g.
getAt(String, Collection) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
getAt(String, EmptyRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
getAt(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the subscript operator for String.
getAt(String, IntRange) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for String with IntRange
getAt(String, Range) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for String
getAt(Container, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for Container.
getAt(ButtonGroup, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for ButtonGroup.
getAt(ListModel, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for ListModel.
getAt(JComboBox, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for JComboBox.
getAt(TableModel, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for TableModel.
getAt(TableColumnModel, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for TableColumnModel.
getAt(TreePath, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for TreePath.
getAt(TreeNode, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for TreeNode.
getAt(JMenu, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for JMenu.
getAt(JMenuBar, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for JMenuBar.
getAt(JTabbedPane, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for JTabbedPane.
getAt(JToolBar, int) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Support the subscript operator for JToolBar.
getAttribute(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
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, boolean) - Method in class groovy.lang.MetaClassImpl
Retrieves the value of an attribute (field).
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(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getAttribute(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getAttribute(Class, Object, String, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getAttributeDelegates() - Method in class groovy.util.FactoryBuilderSupport
 
getAttributeValue(Attr) - Method in class org.codehaus.groovy.tools.xml.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.
getBaseTemplateClass() - Method in class groovy.text.markup.TemplateConfiguration
 
getBean() - Method in class org.codehaus.groovy.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.util.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
 
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
Returns 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).
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
 
getBytes() - Method in class groovy.lang.GString
 
getBytes(String) - Method in class groovy.lang.GString
 
getBytes(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getBytes(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getBytes(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getBytes(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of this InputStream and return it as a byte[].
getBytes(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Read the content of the Path and returns it as a byte[].
getBytes(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of the File and returns it as a byte[].
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) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of this URL and returns it as a byte[].
getBytes() - Method in class org.codehaus.groovy.tools.GroovyClass
 
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
 
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
Get the immediate calling class, ignoring MOP frames.
getCallingClass(int) - Static method in class org.codehaus.groovy.reflection.ReflectionUtils
Get 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
Get 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.CALL_TYPES
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 class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
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
 
getCharFromSizeOneString(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
getChars(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getChars(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getChars(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given CharSequence into an array of characters.
getChars(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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.GroovyRootDocBuilder
 
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
 
getClassesToResolve() - Method in class org.codehaus.groovy.ast.CompileUnit
 
getClassgenCallback() - Method in class org.codehaus.groovy.control.CompilationUnit
 
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(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalName(Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalName(String) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassInternalNames(ClassNode[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getClassList(AnnotationNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
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.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(ClassNode, boolean) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
getClassNode() - Method in class org.codehaus.groovy.classgen.Verifier
 
getClassNode() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns the ClassNode
getClassNode(String) - Method in class org.codehaus.groovy.control.CompilationUnit
Convenience routine to get the named ClassNode.
getClassNode() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getClassNode() - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
getClassNodeResolver() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getClassPath() - Method in class groovy.lang.GroovyClassLoader
gets the currently used classpath.
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
 
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.
getClassSourcesByPublicClassName() - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
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.codehaus.groovy.binding.ClosureSourceBinding
 
getClosure() - Method in class org.codehaus.groovy.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
 
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
 
getCodec(int, ClassLoader) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.SignatureCodecFactory
 
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 exception org.codehaus.groovy.antlr.ASTRuntimeException
 
getColumn() - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
getColumn() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
getColumn() - Method in class org.codehaus.groovy.antlr.LineColumn
 
getColumn() - Method in interface org.codehaus.groovy.antlr.SourceInfo
get starting column
getColumn() - Method in class org.codehaus.groovy.antlr.UnicodeLexerSharedInputState
 
getColumn() - Method in class org.codehaus.groovy.runtime.powerassert.Value
 
getColumnClass(int) - Method in class groovy.inspect.swingui.TableMap
 
getColumnClass(int) - Method in class groovy.model.DefaultTableModel
 
getColumnCount() - Method in class groovy.inspect.swingui.TableMap
 
getColumnCount() - Method in class groovy.model.DefaultTableModel
 
getColumnLast() - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
getColumnLast() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
getColumnLast() - Method in interface org.codehaus.groovy.antlr.SourceInfo
get ending column
getColumnList() - Method in class groovy.model.DefaultTableModel
 
getColumnList() - Method in class groovy.model.DefaultTableModel.MyTableColumnModel
 
getColumnMark() - Method in class groovy.io.LineColumnReader
 
getColumnModel() - Method in class groovy.model.DefaultTableModel
 
getColumnModel(int) - Method in class groovy.model.DefaultTableModel
 
getColumnName(int) - Method in class groovy.inspect.swingui.TableMap
 
getColumnName(int) - Method in class groovy.model.DefaultTableModel
 
getColumnNumber() - Method in class org.codehaus.groovy.ast.ASTNode
 
getCommandStyle() - Method in class groovy.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.AsmClassGenerator
 
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 class org.codehaus.groovy.control.ErrorCollector
 
getConfiguration() - Method in class org.codehaus.groovy.control.ProcessingUnit
Get 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
getConstantTypesWhiteList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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 a empty string is returned.
getContent() - Method in class groovy.json.JsonBuilder
 
getContent() - Method in class groovy.json.JsonDelegate
 
getContent() - Method in class groovy.util.ObservableList
 
getContent() - Method in class groovy.util.ObservableMap
 
getContent() - Method in class groovy.util.ObservableSet
 
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
 
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.codehaus.groovy.binding.AbstractFullBinding
 
getConverter() - Method in interface org.codehaus.groovy.binding.FullBinding
 
getConverter() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
getCorrectedClassNode(ClassNode, ClassNode, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
getCorrectedReceiver() - Method in class org.codehaus.groovy.vmplugin.v7.Selector
Returns NullObject.getNullObject() if the receiver (args[0]) is null.
getCount(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getCount(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Find 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
 
getCurrentCall() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
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
 
getCv() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getData() - Method in class org.codehaus.groovy.transform.stc.Receiver
 
getDataSource() - Method in class groovy.sql.Sql
 
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.
getDateString(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
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 time portion of this Date instance, according to the locale-specific format used by DateFormat.
getDateTimeString(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
getDay(Integer) - 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.
getDaylightSavingsOffset(BaseDuration) - Static method in class groovy.time.TimeCategory
 
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
Finds a constructor matching the given parameters in this class.
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.
getDeclaredMethodMapsFromInterfaces(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
getDeclaredMethods(String) - Method in class org.codehaus.groovy.ast.ClassNode
This methods returns a list of all methods of the given name defined in the current 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
Add 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.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.ui.ConsoleTextEditor
 
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.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
getDefaultSystemCharset() - Static method in class groovy.util.CharsetToolkit
Retrieve the default charset of the system.
getDefaultValueForPrimitive(ClassNode) - Static method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
getDescription() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getDescription(int) - Static method in class org.codehaus.groovy.control.Phases
Returns a description of the specified phase.
getDescription() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns a description of the node.
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
Return 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.
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.util.XmlSlurper
 
getDocumentLocator() - Method in class groovy.util.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.util.XmlParser
 
getDTDHandler() - Method in class groovy.util.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
 
getEighth() - Method in class groovy.lang.Tuple9
 
getElementAt(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
getElementCode(ElementType) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
getElementCode(ElementType) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
getElementName(String, String, String) - Method in class groovy.util.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.ast.CompileUnit.ConstructedOuterNestedClassNode
 
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.
getEnclosingConstructorCall() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the constructor call which is on the top of the stack, or null if there's no such element.
getEnclosingConstructorCalls() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of enclosing constructor calls.
getEnclosingMethod() - Method in class org.codehaus.groovy.ast.ClassNode
 
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.
getEnclosingPropertyExpression() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the property expression which is on the top of the stack, or null if there's no such element.
getEnclosingPropertyExpressions() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the current stack of property expressions.
getEnclosingReturnStatement() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Returns the return statement which is on the top of the stack, or null if there's no such element.
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.util.XmlParser
 
getEntityResolver() - Method in class groovy.util.XmlSlurper
 
getEntrySetIterator() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getEntrySetIterator() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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
 
getErrorCount() - Method in class org.codehaus.groovy.control.ErrorCollector
Returns the number of errors.
getErrorHandler() - Method in class groovy.util.XmlParser
 
getErrorHandler() - Method in class groovy.util.XmlSlurper
 
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.
getEvalShell() - Method in class org.codehaus.groovy.bsf.GroovyEngine
 
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.codehaus.groovy.binding.EventTriggerBinding
 
getEvents() - Method in class groovy.util.ObservableMap.MultiPropertyEvent
 
getException(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience routine to return 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
 
getExpression(int) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
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(int) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
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(int) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
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
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
getExpressions() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
getExpressionsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
getExpressionsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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.
getFalseExpression() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
getFeature(String) - Method in class groovy.util.XmlParser
 
getFeature(String) - Method in class groovy.util.XmlSlurper
 
getField() - Method in class groovy.lang.MetaBeanProperty
Gets the field of this property
getField() - Method in exception groovy.lang.MissingFieldException
 
getField(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Return the (potentially inherited) field of the classnode.
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() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
getField() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getField - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
getField() - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
getField(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
getFieldIndex() - Method in class org.codehaus.groovy.ast.ClassNode
 
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(BuilderASTTransformation, AnnotationNode, ClassNode) - Method in class groovy.transform.builder.SimpleStrategy
 
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 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
 
getFifth() - Method in class groovy.lang.Tuple6
 
getFifth() - Method in class groovy.lang.Tuple7
 
getFifth() - Method in class groovy.lang.Tuple8
 
getFifth() - Method in class groovy.lang.Tuple9
 
getFile() - Method in class groovy.lang.GroovyCodeSource
 
getFile() - Method in class org.codehaus.groovy.control.io.FileReaderSource
 
getFileList() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the list of files to be compiled.
getFileName() - Method in class org.codehaus.groovy.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.codehaus.groovy.runtime.WritablePath
 
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
 
getFirst() - Method in class groovy.lang.Tuple2
 
getFirst() - Method in class groovy.lang.Tuple3
 
getFirst() - Method in class groovy.lang.Tuple4
 
getFirst() - Method in class groovy.lang.Tuple5
 
getFirst() - Method in class groovy.lang.Tuple6
 
getFirst() - Method in class groovy.lang.Tuple7
 
getFirst() - Method in class groovy.lang.Tuple8
 
getFirst() - Method in class groovy.lang.Tuple9
 
getFirstChildText(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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.
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
 
getFourth() - Method in class groovy.lang.Tuple5
 
getFourth() - Method in class groovy.lang.Tuple6
 
getFourth() - Method in class groovy.lang.Tuple7
 
getFourth() - Method in class groovy.lang.Tuple8
 
getFourth() - Method in class groovy.lang.Tuple9
 
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
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
Get the getter method.
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(String, Class) - Static method in class groovy.lang.MetaProperty
Gets the name for the getter for this property
getGetterName(PropertyNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getGlobalTransformNames() - Method in class org.codehaus.groovy.control.ASTTransformationsContext
 
getGrabUrls() - Method in class org.codehaus.groovy.tools.LoaderConfiguration
The extra grab configuration.
getGroovyClassDocs() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
getGroovyClassLoader() - Method in class groovy.util.GroovyScriptEngine
Returns the GroovyClassLoader associated with this script engine instance.
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
 
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
 
getHash() - Method in interface org.codehaus.groovy.util.AbstractConcurrentMapBase.Entry
 
getHash() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
getHeader(Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getHierarchy() - Method in class org.codehaus.groovy.reflection.CachedClass
 
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.
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
getImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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 or not 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 or not the java runtime should be included in this task's classpath.
getInclusive() - Method in class groovy.lang.IntRange
Returns the inclusive 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(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.DefaultGroovyMethods
Returns indices of the array.
getIndy() - Method in class org.codehaus.groovy.ant.Groovyc
Get the value of the indy flag.
getInferredReturnType(ASTNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns the inferred return type of a closure or a 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
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
 
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 class groovy.lang.MetaClassRegistryChangeEvent
Returns the instance this event is for.
getInstance(Class) - Static method in class groovy.lang.ProxyMetaClass
convenience factory method for the most usual case.
getInstance() - Static method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns a reference to the one and only registry instance.
getInstance(int) - Static method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Singleton of MetaClassRegistry.
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
 
getInstanceNonPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
getInstanceProperties(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstanceProperties(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
getInstancePropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getInstancePropertyFields(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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
 
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.v5.Java5
 
getInvokeSpecialHandle(Method, Object) - Method in class org.codehaus.groovy.vmplugin.v7.Java7
 
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
 
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.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
getKey() - Method in class org.codehaus.groovy.util.SingleKeyHashMap.Entry
 
getKeyExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
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
getLanguageName() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
This is also different than scripting.dev.java.net which used an initial lowercase.
getLanguageVersion() - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getLastAction() - Static method in class groovy.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(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Get the last hidden matcher that the system used to do a match.
getLastMatcher() - Static method in class org.codehaus.groovy.runtime.RegexSupport
 
getLeftExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getLexer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
getLine() - Method in class groovy.io.LineColumnReader
 
getLine() - Method in exception org.codehaus.groovy.antlr.ASTRuntimeException
 
getLine() - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
getLine() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
getLine() - Method in class org.codehaus.groovy.antlr.LineColumn
 
getLine() - Method in interface org.codehaus.groovy.antlr.SourceInfo
get start line
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.
getLine() - Method in exception org.codehaus.groovy.syntax.SyntaxException
Retrieve the line upon which the error occurred.
getLineLast() - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
getLineLast() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
getLineLast() - Method in interface org.codehaus.groovy.antlr.SourceInfo
get ending line
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.
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.codehaus.groovy.tools.xml.DomToGroovy
 
getLocalPart() - Method in class groovy.xml.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
 
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
 
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
 
getMemberList(AnnotationNode, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
getMembers() - Method in class org.codehaus.groovy.ast.AnnotationNode
 
getMemberStringList(AnnotationNode, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberStringValue(AnnotationNode, String, String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
getMemberStringValue(AnnotationNode, 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(Class) - Method in interface groovy.lang.MetaClassRegistry
The main function of the registry If a meta class exists then return it otherwise create one, put it in the registry and return it
getMetaClass() - Method in class groovy.lang.Sequence
 
getMetaClass(Class<T>) - Method in class org.apache.groovy.metaclass.Realm
 
getMetaClass() - Method in class org.codehaus.groovy.reflection.ClassInfo
Returns the MetaClass for the Class associated with this ClassInfo.
getMetaClass(Object) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
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(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(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(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMetaClass(Class) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getMetaClass() - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
getMetaClass(Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getMetaClass(Object) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
getMetaClass() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
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 meta classes.
getMetaClassRegistryChangeEventListeners() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Gets an array of all registered ConstantMetaClassListener instances.
getMetaDataMap() - Method in class org.codehaus.groovy.ast.ASTNode
 
getMetaDataMap() - Method in class org.codehaus.groovy.ast.CompileUnit
 
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() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
getMetaMethod() - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
 
getMetaMethod(String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getMetaMethod(String, Class[]) - 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
 
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(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 parent class.
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
 
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(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.
getMethodDescriptor(Class, Class[]) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
getMethodDescriptor() - Method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
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.util.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 the method pointer for the given object 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 the method pointer for the given object name
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 meta class
getMethods() - Method in class org.codehaus.groovy.ast.ClassNode
 
getMethods(String) - Method in class org.codehaus.groovy.ast.ClassNode
This methods creates a list of all methods with this name of the current class and of all super classes
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(Class, String) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getMethods() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
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 a empty string is returned.
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(Class, String, Class[], boolean) - Method in class groovy.lang.MetaClassImpl
 
getMethodWithoutCaching(int, Class, String, Class[], boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
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
getModel() - Method in class groovy.inspect.swingui.TableMap
 
getModel(String) - Method in class groovy.model.FormModel
 
getModel() - Method in class groovy.text.markup.BaseTemplate
 
getModel() - Method in class org.codehaus.groovy.binding.BindingProxy
 
getModifiedExpando() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
getModifier() - Method in enum groovy.transform.options.Visibility
 
getModifiers() - Method in class groovy.lang.MetaBeanProperty
Gets the visibility modifiers for the property as defined by the getter and setter methods.
getModifiers() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getModifiers() - Method in class groovy.lang.MetaMethod
Returns the modifiers for this method
getModifiers() - Method in class groovy.lang.MetaProperty
Returns the access modifier.
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
 
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
getMOPMethodName(CachedClass, String, boolean) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
getMopName() - Method in class groovy.lang.MetaMethod
 
getName() - Method in interface groovy.lang.ClosureInvokingMethod
The method name
getName() - Method in class groovy.lang.GroovyCodeSource
 
getName() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getName() - Method in class groovy.lang.MetaMethod
Returns the name of the method represented by this class
getName() - Method in class groovy.lang.MetaProperty
Return the name of the property
getName() - Method in class groovy.lang.PropertyValue
 
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() - Method in class groovy.util.GroovyTestCase
Overload the getName() method to make the test cases look more like AgileDox (thanks to Joe Walnes for this tip!)
getName(String) - Method in class groovy.xml.MarkupBuilder
 
getName(String) - Method in class groovy.xml.NamespaceBuilderSupport
 
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.tools.WideningCategories.LowestUpperBoundClassNode
 
getName() - Method in interface org.codehaus.groovy.ast.Variable
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.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(int) - Method in class org.codehaus.groovy.runtime.WritablePath
 
getName() - Method in class org.codehaus.groovy.tools.GroovyClass
 
getName() - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
getNameCount() - Method in class org.codehaus.groovy.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.util.XmlNodePrinter.NamespaceContext
 
getNamespaceTagHints() - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
getNamespaceURI() - Method in class groovy.xml.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
 
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
 
getNextHelperMethodIndex() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
getNextInnerClassIdx() - Method in class org.codehaus.groovy.classgen.GeneratorContext
 
getNextNode(Iterator) - Method in class groovy.util.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 a given target.
getNinth() - Method in class groovy.lang.Tuple9
 
getNode() - Method in exception groovy.lang.GroovyRuntimeException
 
getNode() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getNodeMetaData(Object) - Method in class org.codehaus.groovy.ast.ASTNode
Gets the node meta data.
getNodeMetaData() - Method in class org.codehaus.groovy.ast.ASTNode
Returns an unmodifiable view of the current node metadata.
getNodeMetaData(Object) - Method in class org.codehaus.groovy.ast.CompileUnit
Gets the node meta data for the provided key.
getNodeMetaData() - Method in class org.codehaus.groovy.ast.CompileUnit
Returns an unmodifiable view of the current node metadata.
getNodes() - Method in class org.codehaus.groovy.antlr.treewalker.NodeCollector
 
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
 
getNotNull(CachedClass) - Method in class groovy.lang.MetaClassImpl.Index
 
getNow() - Method in class groovy.time.BaseDuration.From
 
getNullable(CachedClass) - Method in class groovy.lang.MetaClassImpl.Index
 
getNullObject() - Static method in class org.codehaus.groovy.runtime.NullObject
get the NullObject reference
getNumberOfPages() - Method in class groovy.ui.text.TextEditor
 
getObject() - Method in class groovy.inspect.Inspector
Gets the object being inspected.
getObject() - Method in interface groovy.sql.ExpandedVariable
 
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.
getOldMetaClass() - Method in class groovy.lang.MetaClassRegistryChangeEvent
Get the old MetaClass
getOnPopHandlers() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
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
 
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
the type before wrapping primitives type of the variable
getOrPut(K, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
 
getOrPut(K, int, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
getOrPut(Object) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
getOrPut(Object, Object, Object) - Method in class org.codehaus.groovy.util.TripleKeyHashMap
 
getOrPutEntry(SingleKeyHashMap.Entry) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
getOrPutMethods(String, MetaMethodIndex.Header) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
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
Helper method to avoid casting to inner class
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.ast.InnerClassNode
 
getOutermostClass() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
getOutermostClass() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
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.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.metaclass.MixedInMetaClass
 
getOwner() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getOwnerClass() - Method in class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
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.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(GString) - Method in class groovy.sql.Sql
Hook to allow derived classes to override behavior associated with extracting params from a GString.
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.
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(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
 
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
 
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.codehaus.groovy.ast.VariableScope
 
getParent() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getParent() - Method in class org.codehaus.groovy.runtime.WritablePath
 
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
 
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
 
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 underlieng integer Phase number.
getPlainNodeReference() - Method in class org.codehaus.groovy.ast.ClassNode
 
getPlainNodeReference() - Method in class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
getPlugin() - Static method in class org.codehaus.groovy.vmplugin.VMPluginFactory
 
getPluginDefaultGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
getPluginDefaultGroovyMethods() - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
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.v5.Java5
 
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.xml.Namespace
Returns the prefix mapped to this namespace
getPrefix() - Method in class groovy.xml.QName
Gets the Prefix for this QName
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.ui.text.TextEditor
 
getPrintAction() - Method in class groovy.ui.ConsoleTextEditor
 
getPrinter() - Method in class groovy.xml.MarkupBuilder
 
getProgram(String...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineFactory
 
getProgressCallback() - Method in class org.codehaus.groovy.control.CompilationUnit
 
getProject() - Method in class groovy.util.AntBuilder
# Gets the Ant project in which the tasks are executed
getPromptStyle() - Method in class groovy.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
Get all the properties defined for this type
getProperties() - Method in interface groovy.lang.MetaObjectProtocol
Obtain a list of all meta properties available on this meta class
getProperties() - Method in class groovy.util.Expando
 
getProperties() - Method in class org.codehaus.groovy.ast.ClassNode
 
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.
getProperties() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getProperties() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
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(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
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(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(Object, String) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case getProperty method has been overridden by ExpandoMetaClass
getProperty(String) - Method in interface groovy.lang.GroovyObject
Retrieves a property value.
getProperty(String) - Method in class groovy.lang.GroovyObjectSupport
 
getProperty(String) - Method in class groovy.lang.GroovyShell
 
getProperty(Object) - Method in class groovy.lang.MetaArrayLengthProperty
Get this property from the given object.
getProperty(Object) - Method in class groovy.lang.MetaBeanProperty
Get the property of the given object.
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(Object, String) - Method in class groovy.lang.MetaClassImpl
Retrieves a property on the given object for the specified arguments.
getProperty(Object) - Method in class groovy.lang.MetaExpandoProperty
 
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) - Method in class groovy.lang.MetaProperty
 
getProperty() - Method in exception groovy.lang.MissingPropertyException
 
getProperty(Class, Object, String, boolean, boolean) - Method in class groovy.lang.ProxyMetaClass
Interceptors the call to getProperty if a PropertyAccessInterceptor is available
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(Class, Object, String, boolean, boolean) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
getProperty() - Method in class groovy.model.PropertyModel
 
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.util.GroovyMBean
 
getProperty(String) - Method in class groovy.util.slurpersupport.GPathResult
Returns the specified Property of this GPathResult.
getProperty(String) - Method in class groovy.util.XmlParser
 
getProperty(String) - Method in class groovy.util.XmlSlurper
 
getProperty(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
getProperty() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
getProperty(String) - Method in class org.codehaus.groovy.binding.BindingProxy
 
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(String) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
getProperty(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getProperty(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
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 org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getProperty(Class, Object, String, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
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 will always fail
getProperty(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
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(String) - Method in class groovy.util.ObservableList
 
getPropertyChangeListeners() - Method in class groovy.util.ObservableMap
 
getPropertyChangeListeners(String) - Method in class groovy.util.ObservableMap
 
getPropertyChangeListeners() - Method in class groovy.util.ObservableSet
 
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(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.
getPropertyName() - Method in class org.codehaus.groovy.binding.PropertyBinding
 
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(Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
getPropertySafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
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 or property if no good solutions can be found a empty string is returned.
getPropNameForAccessor(String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Returns the property name, e.g.
getPropNameForAccessor(String) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
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.xml.QName
Returns the fully qualified name of this QName
getQuietly(Object) - Method in class org.apache.groovy.util.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.util.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
 
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
getReceiversWhiteList() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
getRecompileGroovySource() - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
getRedoAction() - Method in class groovy.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
 
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
 
getReplacement() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
getReplacementCount() - Static method in class groovy.ui.text.FindReplaceUtility
 
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
 
getResource(String) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getResource(String) - Method in class org.codehaus.groovy.tools.RootLoader
returns the URL of a resource, or null if it is not found
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
 
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
 
getReturnType() - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
getReturnType() - Method in class groovy.lang.MetaMethod
Access 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.codehaus.groovy.binding.AbstractFullBinding
 
getReverseConverter() - Method in interface org.codehaus.groovy.binding.FullBinding
 
getReverseConverter() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
getRightExpression() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
getRoot() - Method in class org.codehaus.groovy.runtime.WritablePath
 
getRoot() - Method in class org.codehaus.groovy.syntax.CSTNode
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 it's type.
getRoot() - Method in class org.codehaus.groovy.syntax.Reduction
Returns the root of the node, the Token that indicates it's type.
getRoot() - Method in class org.codehaus.groovy.syntax.Token
Returns the root of the node.
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.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.inspect.swingui.TableMap
 
getRowCount() - Method in class groovy.model.DefaultTableModel
 
getRowIndex() - Method in class groovy.swing.impl.TableLayoutRow
 
getRowModel() - Method in class groovy.model.DefaultTableModel
 
getRows() - Method in class groovy.model.DefaultTableModel
 
getRowsModel() - Method in class groovy.model.DefaultTableModel
 
getRowspan() - Method in class groovy.swing.impl.TableLayoutCell
 
getSAMMethod(Class<?>) - Static method in class org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
returns the abstract method from a SAM type, 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.ui.text.TextEditor
 
getSearchText() - Static method in class groovy.ui.text.FindReplaceUtility
 
getSecond() - Method in class groovy.lang.Tuple2
 
getSecond() - Method in class groovy.lang.Tuple3
 
getSecond() - Method in class groovy.lang.Tuple4
 
getSecond() - Method in class groovy.lang.Tuple5
 
getSecond() - Method in class groovy.lang.Tuple6
 
getSecond() - Method in class groovy.lang.Tuple7
 
getSecond() - Method in class groovy.lang.Tuple8
 
getSecond() - Method in class groovy.lang.Tuple9
 
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.
getSelector(MutableCallSite, Class, String, int, boolean, boolean, boolean, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v7.Selector
Returns the Selector
getService() - Method in class org.apache.groovy.json.DefaultFastStringServiceFactory
 
getService() - Method in interface org.apache.groovy.json.FastStringServiceFactory
 
getService() - Method in class org.apache.groovy.jsondirect.DirectFastStringServiceFactory
 
getSetter() - Method in class groovy.lang.MetaBeanProperty
Get the setter method.
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(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
 
getSeventh() - Method in class groovy.lang.Tuple7
 
getSeventh() - Method in class groovy.lang.Tuple8
 
getSeventh() - Method in class groovy.lang.Tuple9
 
getShell() - Method in class groovy.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(KEY) - Method in interface org.apache.groovy.json.internal.Cache
 
getSilent(K) - Method in class org.apache.groovy.json.internal.SimpleCache
 
getSixth() - Method in class groovy.lang.Tuple6
 
getSixth() - Method in class groovy.lang.Tuple7
 
getSixth() - Method in class groovy.lang.Tuple8
 
getSixth() - Method in class groovy.lang.Tuple9
 
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
 
getSnippet() - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
getSnippet(LineColumn, LineColumn) - Method in class org.codehaus.groovy.antlr.SourceBuffer
Obtains a snippet of the source code within the bounds specified
getSoftBundle() - Static method in class org.codehaus.groovy.util.ReferenceBundle
 
getSource() - Method in class org.codehaus.groovy.control.SourceUnit
 
getSource() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
getSourceBinding() - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
getSourceBinding() - Method in interface org.codehaus.groovy.binding.FullBinding
 
getSourceBinding() - Method in class org.codehaus.groovy.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.model.ClosureModel
 
getSourceModel() - Method in interface groovy.model.NestedValueModel
 
getSourceModel() - Method in class groovy.model.PropertyModel
 
getSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
Gets the sourcepath to be used for this compilation.
getSourceUnit() - Method in class groovy.grape.GrabAnnotationTransformation
 
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.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.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.codehaus.groovy.binding.ClosureSourceBinding
 
getSourceValue() - Method in class org.codehaus.groovy.binding.ClosureTriggerBinding
 
getSourceValue() - Method in class org.codehaus.groovy.binding.PropertyBinding
 
getSourceValue() - Method in interface org.codehaus.groovy.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
getStarImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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
 
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
getStatementsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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
getStaticImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
getStaticMetaMethod(String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
getStaticMetaMethod(String, Class[]) - 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, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
getStaticMetaMethod(String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
getStaticMetaMethod(String, Class[]) - 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
Detect whether a static property with the given name is within the class or a super class.
getStaticProperty(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
getStaticStarImports() - Method in class org.codehaus.groovy.ast.ModuleNode
 
getStaticStarImportsBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
getStaticStarImportsWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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
 
getSubList(List, List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getSummariesByPublicClassName() - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
getSummariesBySourceName() - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
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
 
getSuperNonPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
getSuperPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
getSuperPropertyFields(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
getSwitchPoint() - Method in class org.apache.groovy.internal.metaclass.MetaClassConstant
 
getSyntaxError(int) - Method in class org.codehaus.groovy.control.ErrorCollector
Convenience routine to return the specified error's underlying SyntaxException, or null if it isn't one.
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.codehaus.groovy.binding.BindPath
 
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.
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.
getTable() - Method in class groovy.swing.impl.ClosureRenderer
 
getTable() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
getTable() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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
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.codehaus.groovy.binding.AbstractFullBinding
 
getTargetBinding() - Method in interface org.codehaus.groovy.binding.FullBinding
 
getTargetBinding() - Method in class org.codehaus.groovy.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.util.GroovyTestCase
 
getText() - Method in class groovy.json.JsonOutput.JsonUnescaped
 
getText() - Method in class groovy.json.JsonToken
 
getText(String) - Method in class groovy.ui.GroovyMain
Deprecated. 
getText() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
get the source token text
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.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.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.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
Provides a nicely formatted string of the method definition.
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.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(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(URL, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(URL, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(URL, Map, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(InputStream, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
getText(BufferedReader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
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(BufferedReader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read the content of the BufferedReader and return it as a String.
getText(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Read the content of the Path using the specified encoding and return it as a String.
getText(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Read the content of the Path and returns 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(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(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Read the content of the File and returns it as a String.
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, Map) - 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 data from this URL and return it as a String.
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(String) - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
getTextEditor() - Method in class groovy.ui.ConsoleTextEditor
 
getTextNodeData(Text) - Method in class org.codehaus.groovy.tools.xml.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
 
getThird() - Method in class groovy.lang.Tuple4
 
getThird() - Method in class groovy.lang.Tuple5
 
getThird() - Method in class groovy.lang.Tuple6
 
getThird() - Method in class groovy.lang.Tuple7
 
getThird() - Method in class groovy.lang.Tuple8
 
getThird() - Method in class groovy.lang.Tuple9
 
getThisObject() - Method in class groovy.lang.Closure
 
getThrowsClauseText(ClassNode[]) - Static method in class org.codehaus.groovy.ast.AstToTextHelper
 
getTimeStamp(Class) - Method in class groovy.lang.GroovyClassLoader
gets the time stamp of a given class.
getTimeStamp() - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
getTimestamp(Class) - Static method in class org.codehaus.groovy.classgen.Verifier
 
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.
getTimeString(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
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.
getTokensBlacklist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
getTokenStartColumn() - Method in class org.codehaus.groovy.antlr.UnicodeLexerSharedInputState
 
getTokensWhitelist() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
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
 
getTransformer(ASTNode[], SourceUnit) - Method in class org.codehaus.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.
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.codehaus.groovy.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
 
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 class groovy.model.ClosureModel
 
getType() - Method in class groovy.model.DefaultTableColumn
 
getType() - Method in class groovy.model.PropertyModel
 
getType() - Method in class groovy.model.ValueHolder
 
getType() - Method in interface groovy.model.ValueModel
 
getType() - Method in 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.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.Parameter
 
getType() - Method in class org.codehaus.groovy.ast.PropertyNode
 
getType() - Method in interface org.codehaus.groovy.ast.Variable
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(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.
getType() - Method in class org.codehaus.groovy.util.ReferenceBundle
 
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 the list of type checking annotations class nodes.
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(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
getTypeDescription() - Method in class org.codehaus.groovy.reflection.CachedClass
 
getTypeDescription() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
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.
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.ui.ConsoleTextEditor
 
getUnescapedUnicodeColumnCount() - Method in class org.codehaus.groovy.antlr.UnicodeEscapingReader
 
getUnescapedUnicodeOffsetCount() - Method in class org.codehaus.groovy.antlr.UnicodeEscapingReader
 
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<Object>, List<Tuple>) - Method in class groovy.sql.Sql
 
getUpdateStrategy() - Method in class org.codehaus.groovy.binding.PropertyBinding
 
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
 
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
 
getValidator() - Method in enum groovy.json.JsonTokenType
 
getValidator() - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
getValidator() - Method in interface org.codehaus.groovy.binding.FullBinding
 
getValidator() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
getValue() - Method in class groovy.json.JsonToken
Return the value represented by this token (ie.
getValue(int) - Method in class groovy.lang.GString
 
getValue() - Method in class groovy.lang.PropertyValue
 
getValue() - Method in class groovy.model.ClosureModel
 
getValue(Object, int, int) - Method in class groovy.model.DefaultTableColumn
Evaluates the value of a cell
getValue() - Method in class groovy.model.PropertyModel
 
getValue() - Method in class groovy.model.ValueHolder
 
getValue() - Method in interface groovy.model.ValueModel
 
getValue() - Method in interface groovy.sql.InParameter
The object holding the data value.
getValue() - Method in class groovy.swing.impl.ClosureRenderer
 
getValue() - Method in class groovy.util.MapEntry
 
getValue() - Method in class org.apache.groovy.json.internal.MapItemValue
 
getValue() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
getValue(int) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
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() - Method in interface org.codehaus.groovy.util.AbstractConcurrentMapBase.Entry
 
getValue() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
getValue() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
getValue() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
 
getValueAt(int, int) - Method in class groovy.inspect.swingui.TableMap
 
getValueAt(int, int) - Method in class groovy.inspect.swingui.TableSorter
 
getValueAt(int, int) - Method in class groovy.model.DefaultTableModel
 
getValueCount() - Method in class groovy.lang.GString
 
getValueExpression() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
getValueModel() - Method in class groovy.model.DefaultTableColumn
 
getValues() - Method in class groovy.lang.GString
 
getValues() - Method in class 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.powerassert.ValueRecorder
 
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() - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
getVariable() - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
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.v5.Java5
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v6.Java6
 
getVersion() - Method in class org.codehaus.groovy.vmplugin.v7.Java7
 
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
 
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
 
getWhere() - Method in class groovy.sql.SqlWhereVisitor
 
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.v7.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.util.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.
globalTransformNames - Variable in class org.codehaus.groovy.control.ASTTransformationsContext
 
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
 
GPathResult - Class in groovy.util.slurpersupport
Base class for representing lazy evaluated GPath expressions.
GPathResult(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.GPathResult
Creates a new GPathResult named name with the parent parent, the namespacePrefix namespacePrefix and the namespaceTagHints specified in the namespaceTagHints Map.
grab(String) - Static method in class groovy.grape.Grape
 
grab(Map<String, Object>) - Static method in class groovy.grape.Grape
 
grab(Map<String, Object>, Map...) - 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, 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, 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>, 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>, 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>, 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[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the array of items and returns a collection of items that match the given filter - calling the DefaultGroovyMethods.isCase(java.lang.Object, java.lang.Object) method used by switch statements.
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(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(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(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(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over the array returning each element that matches using the IDENTITY Closure as a filter - effectively returning all elements which satisfy Groovy truth.
Groovifier - Class in org.codehaus.groovy.antlr.java
 
Groovifier(String[]) - Constructor for class org.codehaus.groovy.antlr.java.Groovifier
 
Groovifier(String[], boolean) - Constructor for class org.codehaus.groovy.antlr.java.Groovifier
 
GROOVY - Static variable in class groovy.inspect.Inspector
 
Groovy - Class in org.codehaus.groovy.ant
Executes a series of Groovy statements.
Groovy() - Constructor for class org.codehaus.groovy.ant.Groovy
 
groovy.beans - package groovy.beans
 
groovy.cli - package groovy.cli
 
groovy.grape - package groovy.grape
 
groovy.inspect - package groovy.inspect
Classes for inspecting object properties through introspection.
groovy.inspect.swingui - package groovy.inspect.swingui
 
groovy.io - package groovy.io
Classes for Groovier Input/Output.
groovy.jmx.builder - package groovy.jmx.builder
 
groovy.json - package groovy.json
 
groovy.junit5.plugin - package groovy.junit5.plugin
 
groovy.lang - package groovy.lang
Core Groovy language classes for implementing data structures, closures, metadata and so forth.
groovy.mock.interceptor - package groovy.mock.interceptor
 
groovy.model - package groovy.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
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.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.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.ui.text - package groovy.ui.text
Text processing helpers for the interactive command line terminal.
groovy.util - package groovy.util
Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans.
groovy.util.logging - package groovy.util.logging
 
groovy.util.slurpersupport - package groovy.util.slurpersupport
Helper classes for XmlSlurper.
groovy.xml - package groovy.xml
 
groovy.xml.dom - package groovy.xml.dom
Groovy XML Dom processing classes.
groovy.xml.streamingmarkupsupport - package groovy.xml.streamingmarkupsupport
XmlBuilder related classes to support streaming XML.
GROOVY_CAST_EXCEPTION - Static variable in class org.codehaus.groovy.vmplugin.v7.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
flags for method and property calls
GROOVY_OBJECT_GET_PROPERTY - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
GROOVY_OBJECT_INVOKER - Static variable in class org.codehaus.groovy.vmplugin.v7.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
 
GroovyAnnotationRef - Interface in org.codehaus.groovy.groovydoc
 
GroovyAssert - Class in groovy.test
GroovyAssert contains a set of static assertion and test helper methods and is supposed to be a Groovy extension of JUnit 4's Assert class.
GroovyAssert() - Constructor for class groovy.test.GroovyAssert
 
GroovyAssert - Class in groovy.util
Deprecated.
Use the GroovyAssert class instead
GroovyAssert() - Constructor for class groovy.util.GroovyAssert
Deprecated.
 
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(String) - Constructor for error org.codehaus.groovy.GroovyBugError
constructs a bug error using the given text
GroovyBugError(Exception) - Constructor for error org.codehaus.groovy.GroovyBugError
Constructs a bug error using the given exception
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, Exception) - Constructor for exception org.codehaus.groovy.runtime.typehandling.GroovyCastException
 
GroovyCastException(Object, Class) - 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 Class loader as parent.
GroovyClassLoader(ClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
creates a GroovyClassLoader using the given ClassLoader as parent
GroovyClassLoader(GroovyClassLoader) - Constructor for class groovy.lang.GroovyClassLoader
creates a GroovyClassLoader using the given GroovyClassLoader as parent.
GroovyClassLoader(ClassLoader, CompilerConfiguration, boolean) - Constructor for class groovy.lang.GroovyClassLoader
creates a GroovyClassLoader.
GroovyClassLoader(ClassLoader, CompilerConfiguration) - Constructor for class groovy.lang.GroovyClassLoader
creates a GroovyClassLoader using the given ClassLoader as parent.
GroovyClassLoader.ClassCollector - Class in groovy.lang
 
GroovyClassLoader.InnerLoader - Class in groovy.lang
 
GroovyClassOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.GroovyClassOperation
 
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 implementaion 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(String, String, 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(File, String) - Constructor for class groovy.lang.GroovyCodeSource
 
GroovyCodeSource(File) - 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
GroovyCollections - Class in groovy.util
A Collections utility class
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 org.codehaus.groovy.ant
Access to the GroovyDoc tool from Ant.
Groovydoc() - Constructor for class org.codehaus.groovy.ant.Groovydoc
 
GroovyDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyDocErrorReporter - Interface in org.codehaus.groovy.groovydoc
 
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
 
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
 
GroovyEngine - Class in org.codehaus.groovy.bsf
A BSF Engine for the Groovy scripting language.
GroovyEngine() - Constructor for class org.codehaus.groovy.bsf.GroovyEngine
 
GroovyException - Exception in org.codehaus.groovy
 
GroovyException() - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String, Throwable) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(boolean) - Constructor for exception org.codehaus.groovy.GroovyException
 
GroovyException(String, boolean) - 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.ui.text
 
GroovyFilter(DefaultStyledDocument) - Constructor for class groovy.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.
GroovyLexer - Class in org.codehaus.groovy.antlr.parser
 
GroovyLexer(InputStream) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyLexer
 
GroovyLexer(Reader) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyLexer
 
GroovyLexer(InputBuffer) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyLexer
 
GroovyLexer(LexerSharedInputState) - Constructor for class org.codehaus.groovy.antlr.parser.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.util
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.util.GroovyMBean
 
GroovyMBean(MBeanServerConnection, String, boolean) - Constructor for class groovy.util.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName) - Constructor for class groovy.util.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName, boolean) - Constructor for class groovy.util.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
A useful 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
 
GroovyPrintStream - Class in groovy.io
A PrintStream that outputs objects in Groovy style.
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.
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.
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(Writer) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(Writer, boolean) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(OutputStream) - Constructor for class groovy.io.GroovyPrintWriter
 
GroovyPrintWriter(OutputStream, 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(ResultSet) - Constructor for class groovy.sql.GroovyResultSetProxy
Creates a new proxy instance.
GroovyResultSetProxy(GroovyResultSetExtension) - Constructor for class groovy.sql.GroovyResultSetProxy
Creates a new proxy instance with a custom extension.
GroovyRootDoc - Interface in org.codehaus.groovy.groovydoc
 
GroovyRootDocBuilder - Class in org.codehaus.groovy.tools.groovydoc
 
GroovyRootDocBuilder(GroovyDocTool, String[], List<LinkArgument>, Properties) - Constructor for class org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
 
GroovyRowResult - Class in groovy.sql
Represents an extent of objects.
GroovyRowResult(Map) - Constructor for class groovy.sql.GroovyRowResult
 
GroovyRunner - Interface in org.apache.groovy.plugin
Classes which can run scripts should implement this interface.
GroovyRunner - Interface in org.codehaus.groovy.plugin
Deprecated.
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, ASTNode) - Constructor for exception groovy.lang.GroovyRuntimeException
 
GroovyRuntimeException(String, Throwable) - 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(URL[]) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(URL[], ClassLoader) - 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) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(String, ClassLoader) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(ResourceConnector) - Constructor for class groovy.util.GroovyScriptEngine
 
GroovyScriptEngine(ResourceConnector, 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
 
groovyScriptFactory(String) - Static method in class org.codehaus.groovy.antlr.LexerFrame
Creates a Groovy language LexerFrame for the given script text
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(ClassLoader, CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(Binding, CompilerConfiguration) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, Binding) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader) - Constructor for class groovy.lang.GroovyShell
 
GroovyShell(ClassLoader, 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
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.
GroovySourceAST - Class in org.codehaus.groovy.antlr
We have an AST subclass so we can track source information.
GroovySourceAST() - Constructor for class org.codehaus.groovy.antlr.GroovySourceAST
 
GroovySourceAST(Token) - Constructor for class org.codehaus.groovy.antlr.GroovySourceAST
 
GroovySourceToken - Class in org.codehaus.groovy.antlr
This is a Token sub class to track line information
GroovySourceToken(int) - Constructor for class org.codehaus.groovy.antlr.GroovySourceToken
Constructor using a token type
GroovyStarter - Class in org.codehaus.groovy.tools
Helper class to initialize the Groovy runtime.
GroovyStarter() - Constructor for class org.codehaus.groovy.tools.GroovyStarter
 
GroovySunClassLoader - Class in org.codehaus.groovy.runtime.callsite
 
GroovySunClassLoader() - Constructor for class org.codehaus.groovy.runtime.callsite.GroovySunClassLoader
 
GroovySunClassLoader(int) - Constructor for class org.codehaus.groovy.runtime.callsite.GroovySunClassLoader
 
GroovySystem - Class in groovy.lang
 
GroovyTag - Interface in org.codehaus.groovy.groovydoc
 
GroovyTestCase - Class in groovy.util
A JUnit 3 TestCase base class in Groovy.
GroovyTestCase() - Constructor for class groovy.util.GroovyTestCase
 
GroovyTestSuite - Class in groovy.util
A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application.
GroovyTestSuite() - Constructor for class groovy.util.GroovyTestSuite
 
GroovyTokenTypes - Interface in org.codehaus.groovy.antlr.parser
 
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
 
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(Collection<T>, Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of groupBy instead
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(T[], Closure<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all array members into groups determined by the supplied mapping closure.
groupBy(Collection, Object...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of groupBy instead
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(Object[], Object...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all array members into (sub)groups determined by the supplied mapping closures as per the Iterable variant of this method.
groupBy(Collection, List<Closure>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of groupBy instead
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[], List<Closure>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts all array members into (sub)groups determined by the supplied mapping closures as per the list variant of this method.
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.
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.
grow(char[], int) - Static method in class org.apache.groovy.json.internal.Chr
 
grow(char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
grow(V[]) - Static method in class org.apache.groovy.json.internal.LazyMap
 
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(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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_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
 
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.
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
 
GT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
GT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 

H

hadEscape() - Method in interface org.apache.groovy.json.internal.CharacterSource
 
hadEscape() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
handle(Exception) - Static method in class org.apache.groovy.json.internal.Exceptions
 
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(String, Throwable) - Static method in class org.apache.groovy.json.internal.Exceptions
 
handle - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
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.
handled - Variable in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
handleException(String, Exception) - Method in class groovy.ui.ConsoleSupport
 
handleException(SAXException) - Method in class groovy.xml.SAXBuilder
 
handleException(Exception) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
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.
handler() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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.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.
HAS_CATEGORY_IN_CURRENT_THREAD_GUARD - Static variable in class org.codehaus.groovy.vmplugin.v7.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
 
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.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
 
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
Check 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 meta class 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 meta class 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
 
hasDeclaredMethod(ClassNode, String, int) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
hasDefaultImplementation(MethodNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Indicates whether a method in a trait interface has a default implementation.
hasDefaultImplementation(Method) - 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
Determine if an explicit (non-generated) constructor is in the class.
hasFiles() - Method in class org.codehaus.groovy.ant.FileScanner
 
hasGroup(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
hasGroup(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Check whether a Matcher contains a group or not.
hash(Object) - Method in class groovy.util.MapEntry
Helper method to handle object hashes for possibly null values
hash - Variable in class org.codehaus.groovy.reflection.ClassInfo
 
hash - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
hash - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
hash(int) - Static method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
hash(K) - Static method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
hash - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
hash(int) - Static method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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.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.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.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.util.slurpersupport.GPathResult
 
hashCode() - Method in class groovy.xml.QName
Returns a hash code value for this QName object.
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.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
hashCode() - Method in class org.codehaus.groovy.antlr.LineColumn
 
hashCode() - Method in class org.codehaus.groovy.ast.ASTNode
 
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.tools.WideningCategories.LowestUpperBoundClassNode
 
hashCode(String) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Computes a hash code for a string.
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.runtime.WritablePath
 
hashCode() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
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
 
HASHSET_CONSTRUCTOR - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
hasImplicitParameter(ClosureExpression) - Static method in class org.codehaus.groovy.ast.tools.ClosureUtils
 
hasImportsResolved() - Method in class org.codehaus.groovy.ast.ModuleNode
 
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
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
 
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.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.util.slurpersupport.NodeIterator
 
hasNext() - Method in class org.codehaus.groovy.ant.FileIterator
 
hasNext() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
hasNext() - Method in interface org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.EntryIterator
 
hasNext() - Method in class org.codehaus.groovy.runtime.ReverseListIterator
hasNext() - Method in class org.codehaus.groovy.util.ArrayIterator
 
hasNext() - Method in interface org.codehaus.groovy.util.ComplexKeyHashMap.EntryIterator
 
hasNext() - Method in class org.codehaus.groovy.util.IteratorBufferedIterator
 
hasNext() - Method in class org.codehaus.groovy.util.ListBufferedIterator
 
hasNoArgConstructor(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
 
hasNoRealSourcePosition() - Method in class org.codehaus.groovy.ast.AnnotatedNode
Currently only ever 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
 
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(ClassNode, String, Expression, boolean) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Returns true if the given method has a possibly matching static method with the given name and arguments.
hasPossibleStaticMethod(String, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
Returns true 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.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
hasPossibleStaticProperty(ClassNode, String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Return true if we have a static accessor
hasPossibleStaticProperty(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
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(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
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
 
hasRHSIncompleteGenericTypeInfo(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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
 
hasSetter(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Deprecated.
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
 
hasStaticProperty(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
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.
hasVisibility(int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
Returns true if the modifiers flags contain a visibility modifier
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
 
head() - Method in interface groovy.util.BufferedIterator
 
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.DefaultGroovyMethods
Returns the first item from the Object array.
head - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
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.
Header(Class) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
Header(Class, Class) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
HEX_DIGIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
HEX_DIGIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
HEX_INTEGER_LITERAL - Static variable in class groovy.ui.text.GroovyFilter
 
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in class groovy.ui.text.GroovyFilter
 
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.ui.text.StructuredSyntaxHandler
 
ICON_ELEMENT_NAME - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
IDENT - Static variable in class groovy.ui.text.GroovyFilter
 
IDENT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
IDENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
IDENTICAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
identicalExpr(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
identifier(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
Extracts an identifier from the Antlr AST
identifier() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
IDENTIFIER - Static variable in class org.codehaus.groovy.syntax.Types
 
identifierStar() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
IDENTITY - Static variable in class groovy.lang.Closure
 
identity(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the closure to be called for the object reference self.
identPrimary() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
Match a, a.b.c refs, a.b.c(...) refs, a.b.c[], a.b.c[].class, and a.b.c.class refs.
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.
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(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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.util.XmlParser
 
ignorableWhitespace(char[], int, int) - Method in class groovy.util.XmlSlurper
 
IllegalPropertyAccessException - Exception in groovy.lang
An exception occurred if a dynamic property dispatch fails with a field not accessible.
IllegalPropertyAccessException(String, Class, int) - Constructor for exception groovy.lang.IllegalPropertyAccessException
 
IllegalPropertyAccessException(Field, Class) - Constructor for exception groovy.lang.IllegalPropertyAccessException
 
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_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
IMPLEMENTS_CLAUSE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
implementsClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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.
IMPLICIT_PARAMETERS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
IMPLICIT_THIS - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
flags for method and property calls
implies(Boolean, Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Logical implication of two boolean operators
IMPORT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
IMPORT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
ImportCustomizer - Class in org.codehaus.groovy.control.customizers
This compilation customizer allows addiing 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
 
importDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
importDefinition() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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 of a single class
ImportNode(ClassNode, String) - Constructor for class org.codehaus.groovy.ast.ImportNode
Represent an import of an entire package, i.e. import package.Classname
ImportNode(String) - Constructor for class org.codehaus.groovy.ast.ImportNode
Represent an import of an entire package, i.e. import package.*
ImportNode(ClassNode) - Constructor for class org.codehaus.groovy.ast.ImportNode
Represent a static import of a Class, i.e. import static package.Classname.*
ImportNode(ClassNode, String, String) - Constructor for class org.codehaus.groovy.ast.ImportNode
Represent a static import of a field or method, i.e. import static package.Classname.name
in(int, Object) - Static method in class groovy.sql.Sql
Create a new InParameter
in(char, 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(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 - Variable in class org.codehaus.groovy.tools.shell.IO
Preferred input reader.
INC - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
INC - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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.
includeGroovy(String) - Method in class groovy.text.markup.BaseTemplate
Includes another template inside this template.
includeUnescaped(String) - Method in class groovy.text.markup.BaseTemplate
Includes contents of another file, not as a template but as unescaped text.
inclusiveOrExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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, Throwable, int, int) - Constructor for exception groovy.transform.stc.IncorrectTypeHintException
 
IncorrectTypeHintException(MethodNode, String, 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.
incrementIndent() - Method in class groovy.util.IndentPrinter
 
Incubating - Annotation Type in org.apache.groovy.lang.annotation
Annotation to indicate 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(int) - Constructor for class groovy.lang.MetaClassImpl.Index
 
Index() - Constructor for class groovy.lang.MetaClassImpl.Index
 
Index(boolean) - Constructor for class groovy.lang.MetaClassImpl.Index
 
index - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
index - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
INDEX_OP - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
INDEX_OP - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
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
 
indexExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
indexX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
IndyArrayAccess - Class in org.codehaus.groovy.vmplugin.v7
Class for handling array access through invokedynamic using static callsite information
IndyArrayAccess() - Constructor for class org.codehaus.groovy.vmplugin.v7.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.v7
This class contains guards, runtime filters and MethodType signatures used by indy.
IndyGuardsFiltersAndSignatures() - Constructor for class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
IndyInterface - Class in org.codehaus.groovy.vmplugin.v7
Bytecode level interface for bootstrap methods used by invokedynamic.
IndyInterface() - Constructor for class org.codehaus.groovy.vmplugin.v7.IndyInterface
 
IndyInterface.CALL_TYPES - Enum in org.codehaus.groovy.vmplugin.v7
Enum for easy differentiation between call types
IndyMath - Class in org.codehaus.groovy.vmplugin.v7
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.v7.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
This method is responsible for performing 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
Given a loop collection type, returns the inferred type of the loop element.
inferMapExpressionType(MapExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
inferReturnTypeGenerics(ClassNode, MethodNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
If a method call returns a parameterized type, then we can perform additional inference on the return type, so that the type gets actual type parameters.
inferReturnTypeGenerics(ClassNode, MethodNode, Expression, GenericsType[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
If a method call returns a parameterized type, then we can perform additional inference on the return type, so that the type gets actual type parameters.
INFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
info() - Method in class groovy.util.GroovyMBean
 
info(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
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 sub class.
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(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() - Method in class org.apache.groovy.json.internal.CharBuf
 
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(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the Iterable excluding the last item.
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(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an Iterator containing all of the items from this iterator except the last one.
init(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the Object array excluding the last item.
init(int) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
init(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
init(int) - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
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.ui.ConsoleTextEditor
 
initHash() - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
INITIAL_EXPRESSION - Static variable in class org.codehaus.groovy.classgen.Verifier
 
initialCapacity(int) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
INITIALIZATION - Static variable in class org.codehaus.groovy.control.Phases
 
initialize() - Method in class groovy.lang.DelegatingMetaClass
 
initialize() - Method in class groovy.lang.ExpandoMetaClass
 
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(AST) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
initialize(Token) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
initialize(BSFManager, String, Vector) - Method in class org.codehaus.groovy.bsf.CachingGroovyEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Initialize the engine.
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
 
initializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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(Collection<T>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Performs the same function as the version of inject that takes an initial value, but uses the head of the Collection as the initial value, and iterates over the tail.
inject(Collection<E>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given Collection, passing in the initial value to the 2-arg 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).
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(Object, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given Object, passing in the first value to the closure along with the first item.
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(E[], Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given array as with inject(Object[],initialValue,closure), but using the first element of the array as the initialValue, and then iterating the remaining elements of the array.
inject(E[], U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given array, passing in the initial value to the closure along with the first item.
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.codehaus.groovy.tools.xml.DomToGroovy
 
InnerClassCompletionVisitor - Class in org.codehaus.groovy.classgen
 
InnerClassCompletionVisitor(CompilationUnit, SourceUnit) - Constructor for class org.codehaus.groovy.classgen.InnerClassCompletionVisitor
 
innerClassDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
innerClasses - Variable in class org.codehaus.groovy.ast.ClassNode
 
innerClasses - Variable in class org.codehaus.groovy.classgen.ClassGenerator
 
innerClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
innerClasses(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
innerClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
innerClasses(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
innerClasses() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
innerClasses(boolean) - 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 class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
InnerClassNode - Class in org.codehaus.groovy.ast
Represents an inner class declaration
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
 
innerInterfaceDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
inSamePackage(Class, Class) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class groovy.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.InvokerHelper
 
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
 
installAutoTabAction(JTextComponent) - Static method in class groovy.ui.text.GroovyFilter
 
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.grape.Grape
 
instance - Static variable in class groovy.lang.ExpandoMetaClassCreationHandle
 
INSTANCE - Static variable in class groovy.util.ProxyGenerator
 
INSTANCE - Static variable in class org.codehaus.groovy.ast.expr.EmptyExpression
 
INSTANCE - Static variable in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
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.runtime.typehandling.NumberMathModificationInfo
 
INSTANCE_INIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
INSTANCE_INIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
INSTANCEOF_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
instanceofExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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(Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Map, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Closure, Class) - Method in class groovy.util.ProxyGenerator
 
instantiateAggregateFromBaseClass(Class, Object[]) - 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 - Static variable in class org.codehaus.groovy.control.Phases
 
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_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
get value from int[] using normalized index
intArraySet(int[], int, int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from int[] using normalized index
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(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide two Characters.
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(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(byte, short) - 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(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(short, short) - 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(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(int, short) - 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(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
intdiv(long, short) - 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 - 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 - 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
 
integerExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
IntegerMath - Class in org.codehaus.groovy.runtime.typehandling
Integer NumberMath operations
INTERCEPTABLE_INVOKER - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
interceptConstruction - Variable in class groovy.mock.interceptor.MockProxyMetaClass
 
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.
interceptor - Variable in class groovy.lang.ProxyMetaClass
 
INTERFACE_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
INTERFACE_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
interfaceBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
interfaceDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
interfaceDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
interfaceExtends() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
interfaceField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
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(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
 
Internal - Annotation Type in groovy.transform
The Internal annotation is used to mark members that are internal.
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(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<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both collections.
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>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the intersection of both iterables.
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<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the intersection of a List and an Iterable.
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<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<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the intersection of a SortedSet 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.
IntRange - Class in groovy.lang
Represents a list of Integer objects starting at a specified from value up (or down) to and potentially including a given to value.
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.
IntRange(boolean, int, int) - Constructor for class groovy.lang.IntRange
Creates a new inclusive aware IntRange.
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.v5.Java5
 
invalidateCallSites() - Method in class org.codehaus.groovy.vmplugin.v7.Java7
 
invalidateCallSites() - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
invalidateSwitchPoints() - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Callback for constant meta class update change
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(String, Object[], String[]) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
 
invoke(Object, Object[]) - Method in class groovy.lang.MetaClassImpl.MetaConstructor
 
invoke(Object, Object[]) - Method in class groovy.lang.MetaMethod
Invoke this method
invoke(Object, Method, Object[]) - Method in class groovy.sql.GroovyResultSetProxy
Invokes a method for the GroovyResultSet.
invoke(Object[]) - Method in class org.codehaus.groovy.reflection.CachedConstructor
 
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, 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, 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, String, Object[]) - Static method in class org.codehaus.groovy.runtime.ReflectionMethodInvoker
Invoke a method through reflection.
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
 
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(String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeConstructorOf(Class, 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
This ("indy") is the Optimization Option value 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.v7.IndyGuardsFiltersAndSignatures
invokeHandle(Object, Object[]) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
invokeHandle(Object, Object[]) - Method in class org.codehaus.groovy.vmplugin.v7.Java7
 
invokeHandle(Object, Object[]) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
Invokes a handle produced by #getInvokeSpecialdHandle
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(Object, String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(Object, String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
invokeMethod(String, Object) - Method in class groovy.lang.ExpandoMetaClass
 
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(String, Object) - Method in interface groovy.lang.GroovyObject
Invokes the given method.
invokeMethod(String, Object) - Method in class groovy.lang.GroovyObjectSupport
 
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(Class, Object, String, Object[], boolean, boolean) - Method in interface groovy.lang.MetaClass
Invokes a method on the given receiver for the specified arguments.
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 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.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 interface groovy.lang.MetaObjectProtocol
Invokes a method on the given object, with the given name and single argument.
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(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(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(Object, String, Object[]) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
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) - Method in class groovy.util.BuilderSupport
Convenience method when no arguments are required
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) - Method in class groovy.util.FactoryBuilderSupport
Convenience method when no arguments are required
invokeMethod(String, Object) - Method in class groovy.util.FactoryBuilderSupport
 
invokeMethod(String, Object) - Method in class groovy.util.GroovyMBean
 
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 - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeMethod(Object, String, Object...) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
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(String, Object) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Invokes the given method on the object.
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(Object, String, Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
invokeMethod(String, Object) - Method in class org.codehaus.groovy.runtime.NullObject
Tries to invoke a method on null, which will always fail
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(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 - Static variable in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
invokeStaticMethod(String, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
invokeStaticMethod(Class, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
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
 
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
 
IO - Class in org.apache.groovy.json.internal
 
IO() - Constructor for class org.apache.groovy.json.internal.IO
 
IO - Class in org.codehaus.groovy.tools.shell
Container for input/output handles.
IO(InputStream, OutputStream, OutputStream) - Constructor for class org.codehaus.groovy.tools.shell.IO
Construct a new IO container.
IO() - Constructor for class org.codehaus.groovy.tools.shell.IO
Construct a new IO container using system streams.
io - Static variable in class org.codehaus.groovy.tools.shell.util.Logger
 
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 Files, URLs, URIs which appear on normal JDK classes inside the Groovy environment.
IOGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.IOGroovyMethods
 
is(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Identity check.
is(Object) - Method in class org.codehaus.groovy.runtime.NullObject
The method "is" is used to test for equal references.
IS_NULL - Static variable in class org.codehaus.groovy.vmplugin.v7.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.codehaus.groovy.runtime.WritablePath
 
isAbstract() - Method in class groovy.lang.MetaMethod
Returns whether or not 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
 
isAbstract() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
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.DefaultGroovyMethods
Deprecated.
isAllWhitespace(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isAllWhitespace(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
True if a CharSequence only contains whitespace characters.
isAllWhitespace(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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.
isAnnotationCompatible() - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
Check if the current runtime allows Annotation usage.
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() - Method in class org.codehaus.groovy.ast.ClassNode
 
isArray - Variable in class org.codehaus.groovy.reflection.CachedClass
 
isArray(Class) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
isArrayAccessExpression(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Returns true for expressions of the form x[...]
isAssertEnabled() - Method in class org.codehaus.groovy.antlr.java.JavaLexer
Query the "assert" keyword state
isAssertEnabled() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Query the "assert" keyword state
isAssignableFrom(Class) - Method in class org.codehaus.groovy.reflection.CachedClass
 
isAssignableFrom(Class, Class) - Static method in class org.codehaus.groovy.reflection.ReflectionCache
 
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, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isAssignment(int) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isAtLeast(BigDecimal, BigDecimal) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a BigDecimal to another.
isAtLeast(BigDecimal, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Compare a BigDecimal to a String representing a number.
isAtLeast(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Compare a String representing a number 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(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of a BigDecimal category, if the provided type is a BigInteger category or a BigDecimal.
isBigDecCategory(Class) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
 
isBigDecimal(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isBigDecimal(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isBigDecimal(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a BigDecimal.
isBigDecimal(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isBigIntCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of a BigInteger category, if the provided type is a long category or a BigInteger.
isBigInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isBigInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isBigInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a BigInteger.
isBigInteger(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
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
Determine whether or not the getCallingClass methods will return any sensible results.
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(Class, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Special 'Case' implementation for Class, which allows testing for a certain class in a switch statement.
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(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(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isCase(GString, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isCase(Pattern, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isCase(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
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(GString, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
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.
isCase(String, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isCellEditable(int, int) - Method in class groovy.inspect.swingui.TableMap
 
isCellEditable(int, int) - Method in class groovy.model.DefaultTableModel
 
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 the class node for the Class class and if the parametrized type is a neither a placeholder or a wildcard.
isClassInnerClassOrEqualTo(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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.
isClosureCall(String, Expression, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
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.FieldNode
Deprecated. 
isClosureSharedVariable() - Method in class org.codehaus.groovy.ast.Parameter
 
isClosureSharedVariable() - Method in class org.codehaus.groovy.ast.PropertyNode
 
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
Tells if the provided class node is compatible with this generic type definition
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.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
 
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
 
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.
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
 
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(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.
isDigit(char) - Static method in class org.codehaus.groovy.syntax.Numbers
Returns true if the specified character is a base-10 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 meta classes are disabled.
isDouble(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Used to check if a type is an double or Double.
isDouble(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isDouble(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isDouble(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a Double.
isDouble(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isDoubleCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of a double category, if the provided type is a BigDecimal, a float, double.
isDoubleCategory(Class) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
 
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
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
isDynamic() - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
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
 
isEditable() - Method in class groovy.model.ClosureModel
 
isEditable() - Method in class groovy.model.PropertyModel
 
isEditable() - Method in class groovy.model.ValueHolder
 
isEditable() - Method in interface groovy.model.ValueModel
 
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.util.slurpersupport.GPathResult
Returns true if the GPathResult is empty, i.e.
isEmpty(NodeList) - Static method in class groovy.xml.dom.DOMCategory
 
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.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
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(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Check whether an Iterable has elements
 def items = [1]
 def iterable = { [ hasNext:{ !items.isEmpty() }, next:{ items.pop() } ] as Iterator } as Iterable
 assert !iterable.isEmpty()
 iterable.iterator().next()
 assert iterable.isEmpty()
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.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.runtime.metaclass.MetaMethodIndex
 
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.ComplexKeyHashMap
 
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() - Method in class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
returns if the list is empty
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
 
isEnumEnabled() - Method in class org.codehaus.groovy.antlr.java.JavaLexer
Query the "enum" keyword state
isEnumEnabled() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Query the "enum" keyword state
isEnumSubclass(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Deprecated.
isEofToken(Token) - Method in class org.codehaus.groovy.control.SourceUnit
 
isEqual(K, int) - Method in interface org.codehaus.groovy.util.AbstractConcurrentMap.Entry
 
isEqual(K, int) - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
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
 
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).
isExpanded() - Method in class groovy.swing.impl.ClosureRenderer
 
isExpandEmptyElements() - Method in class groovy.text.markup.TemplateConfiguration
 
isExpandEmptyElements() - Method in class groovy.util.XmlNodePrinter
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isExpandEmptyElements() - Method in class groovy.xml.MarkupBuilder
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isExpressionEndingToken(int) - Static method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Return true for an operator or punctuation which can end an expression.
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
Its 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
 
isFinal() - Method in class org.codehaus.groovy.ast.FieldNode
 
isFinal() - Method in class org.codehaus.groovy.ast.MethodNode
 
isFinal() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isFinal() - Method in class org.codehaus.groovy.reflection.CachedField
 
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(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Used to check if a type is a float or Float.
isFloat(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isFloat(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isFloat(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a Float.
isFloat(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isFloatingCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of a floating category, if the provided type is a a float, double.
isFloatingPoint(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isFocused() - Method in class groovy.swing.impl.ClosureRenderer
 
isGenerated(MethodNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
isGenericSetMethod(MetaMethod) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isGenericsPlaceHolder() - Method in class org.codehaus.groovy.ast.ClassNode
 
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
 
isGroovyObject() - Method in class groovy.lang.DelegatingMetaClass
 
isGroovyObject - Variable in class groovy.lang.MetaClassImpl
 
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
 
isGStringOrGStringStringLUB(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
isHandlesNodeChildren() - Method in class groovy.util.AbstractFactory
 
isHandlesNodeChildren() - Method in interface groovy.util.Factory
Does this factory "Own" it's 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
 
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
 
isInClosure() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isInClosure() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isInClosureConstructor() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isInClosureConstructor() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
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
Check whether invoke dynamic enabled
isInfo() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.INFO.
isInitialized() - Method in class groovy.lang.ExpandoMetaClass
Checks if the meta class is initialized.
isInitialized() - Method in class groovy.lang.MetaClassImpl
 
isInitialized() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
isInitialized() - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
isInnerClass(ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Detect whether a given ClassNode is a inner class (non-static).
isInnerClass(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
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
 
isInstanceOf(Expression, ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
isInstanceof(ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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() - 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
 
isInStaticContext - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
isInt(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Used to check if a type is an int or Integer.
isIntCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of an int category, if the provided type is a byte, char, short, int.
isIntCategory(Class) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
 
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.DefaultGroovyMethods
Deprecated.
isInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as an Integer.
isInteger(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isInteger(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isInterface() - Method in class org.codehaus.groovy.ast.ClassNode
 
isInterface() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
isInterface - Variable in class org.codehaus.groovy.reflection.CachedClass
 
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
 
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.
isJsonDate(char[], int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
isKeepIgnorableWhitespace() - Method in class groovy.util.XmlParser
Returns the current keep ignorable whitespace setting.
isKeepIgnorableWhitespace() - Method in class groovy.util.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
 
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
 
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
 
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.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.DefaultGroovyMethods
Deprecated.
isLong(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isLong(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a Long.
isLong(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isLong(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
isLongCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
It is of a long category, if the provided type is a long, its wrapper or if it is a long category.
isLongCategory(Class) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
 
isLowerCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determine if a Character is lowercase.
isMap - Variable in class groovy.lang.MetaClassImpl
 
isMethod(MetaMethod) - Method in class groovy.lang.MetaMethod
Returns true if this this metamethod represents the same method as the argument.
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
 
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
isMopMethod(String) - Static method in class org.codehaus.groovy.classgen.asm.MopWriter
method to determine if a method is a MOP method.
isMultiLineTabbed() - Method in class groovy.ui.text.TextEditor
Whether using the tab key indents the selected lines of code
isMultiLineTabbed(boolean) - Method in class groovy.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.util.XmlNodePrinter
Check if namespace handling is enabled.
isNamespaceAware() - Method in class groovy.util.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.codehaus.groovy.binding.PropertyBinding
 
isNonnegative(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is zero or positive.
isNonnegative(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is zero or positive.
isNonpositive(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is zero or negative.
isNonpositive(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is zero or negative.
isNotClinit() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isNotClinit() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isNotExplicitThisInClosure(boolean) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
isNotExplicitThisInClosure(boolean) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
isNull(Object) - Static method in class org.codehaus.groovy.vmplugin.v7.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.classgen.AsmClassGenerator
Deprecated.
isNullConstant(Expression) - Static method in class org.codehaus.groovy.transform.sc.transformers.BinaryExpressionTransformer
 
isNullConstant(Expression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
isNullExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
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.DefaultGroovyMethods
Deprecated.
isNumber(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
isNumber(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Determine if a CharSequence can be parsed as a Number.
isNumber(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
isNumberCategory(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
 
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
Determine 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.
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.
isOneExpr(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
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
 
isOrigByte() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
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
 
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
 
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
 
isOrigInt() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigInt() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
isOrigIntArray() - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
isOrigIntArray() - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
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
 
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
 
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
 
isOrImplements(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
isOvertypeMode() - Static method in class groovy.ui.text.TextEditor
 
isPackageAllowed() - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
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
 
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
 
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.
isPhaseComplete() - Method in class org.codehaus.groovy.control.ProcessingUnit
 
isPlaceholder() - Method in class org.codehaus.groovy.ast.GenericsType
 
isPositive(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this duration is positive, excluding zero.
isPositive(ChronoPeriod) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns true if this period is positive, excluding zero.
isPostJDK5(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 1.5+ compatible bytecode version.
isPostJDK7(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 1.7+ compatible bytecode version.
isPostJDK8(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 1.8+ compatible bytecode version.
isPostJDK9(String) - Static method in class org.codehaus.groovy.control.CompilerConfiguration
Checks if the specified bytecode version string represents a JDK 1.8+ compatible bytecode version.
isPrefixRegistered(String, String) - Method in class groovy.util.XmlNodePrinter.NamespaceContext
 
isPreserveWhitespace() - Method in class groovy.util.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() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
 
isPrimitive - Variable in class org.codehaus.groovy.reflection.CachedClass
 
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
 
isPrimitiveType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
Test to determine if a ClassNode is a primitive type.
isPrimitiveType(Type) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveType(String) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveType(ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.util.TypeUtil
 
isPrimitiveTypeLiteral(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
isPrivate() - Method in class groovy.lang.MetaMethod
Returns whether or not this method is private.
isPrivate() - Method in class org.codehaus.groovy.ast.FieldNode
 
isPrivate() - Method in class org.codehaus.groovy.ast.MethodNode
 
isPrivate() - Method in class org.codehaus.groovy.ast.PropertyNode
 
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 class groovy.lang.MetaMethod
Returns whether or not this method is protected.
isProtected() - Method in class org.codehaus.groovy.ast.FieldNode
 
isProtected() - Method in class org.codehaus.groovy.ast.MethodNode
 
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 class groovy.lang.MetaMethod
Returns whether or not this method is public.
isPublic() - Method in class org.codehaus.groovy.ast.FieldNode
 
isPublic() - Method in class org.codehaus.groovy.ast.MethodNode
 
isPublic() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isPublic() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isPublic(Method) - Static method in class org.codehaus.groovy.runtime.metaclass.MethodHelper
 
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
 
isPublicClass(String) - Method in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
isQuiet() - Method in class org.codehaus.groovy.tools.shell.IO
Check if the verbosity level is set to IO.Verbosity.QUIET.
isRecompilable(Class) - Method in class groovy.lang.GroovyClassLoader
Indicates if a class is recompilable.
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, int) - Static method in class org.codehaus.groovy.control.messages.WarningMessage
Returns true if a warning would be relevant to the specified level.
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.
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
 
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
 
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
 
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.v7.IndyGuardsFiltersAndSignatures
called by handle
isSAMType(ClassNode) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
isSaveStreams() - Method in class groovy.util.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
 
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 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
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
Test if a node is an inner class node, and if it is, then checks if the enclosing method is skipped.
isSourceNewer(URL, Class) - Method in class groovy.lang.GroovyClassLoader
Decides if the given source is newer than a class.
isSourceNewer(GroovyScriptEngine.ScriptCacheEntry) - Method in class groovy.util.GroovyScriptEngine
 
isSourceUnit() - Method in class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
returns true if a SourecUnit 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() - Method in interface groovy.lang.ClosureInvokingMethod
Is it a static method?
isStatic - Variable in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
isStatic() - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
isStatic() - Method in class groovy.lang.MetaMethod
Returns whether or not this method is static.
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.FieldNode
 
isStatic() - Method in class org.codehaus.groovy.ast.ImportNode
 
isStatic() - Method in class org.codehaus.groovy.ast.MethodNode
 
isStatic() - Method in class org.codehaus.groovy.ast.PropertyNode
 
isStatic(InnerClassNode) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
isStatic() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
isStatic() - Method in class org.codehaus.groovy.reflection.CachedField
 
isStatic() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
isStatic(Method) - Static method in class org.codehaus.groovy.runtime.metaclass.MethodHelper
 
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
 
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)
isSuperCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isSuperclass(Class, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
isSuperExpression(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isSuperExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isSynchronized() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
isSynchronized() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
isSynthetic() - Method in class org.codehaus.groovy.ast.AnnotatedNode
returns true if this node is added by the compiler.
isSynthetic() - Method in interface org.codehaus.groovy.groovydoc.GroovyMemberDoc
 
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.ui.text.TextEditor
 
isTabsAsSpaces(boolean) - Method in class groovy.ui.text.TextEditor
 
isTargetAllowed(int) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
isThisCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
isThisExpression(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isThisExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
isThisExpression(Expression) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
Deprecated.
isThisOrSuper(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
 
isTrait() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
isTrait(ClassNode) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns true if the specified class node is a trait.
isTrait(Class<?>) - Static method in class org.codehaus.groovy.transform.trait.Traits
Returns true if the specified class 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.util.XmlParser
Returns the current trim whitespace setting.
isTrueExpr(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
isTrueExpression() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
isTrueX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
isType(int, AST) - Static method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
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
Determine 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.ui.text.TextEditor
 
isUpperCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Determine 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 node 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
 
isValid() - Method in interface org.codehaus.groovy.util.AbstractConcurrentMapBase.Entry
 
isValid() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
isValidAccessorName(String) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Detect whether the given accessor name starts with "get", "set" or "is" followed by at least one character.
isValidAccessorName(String) - Static method in class org.codehaus.groovy.ast.tools.ClassNodeUtils
Deprecated.
isValidAttribute(AbstractASTTransformation, AnnotationNode, String) - Method in class groovy.transform.options.PropertyHandler
 
isValidExactMethod(Object[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
isValidExactMethod(Class[]) - 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.v7.Selector
 
isVargsMethod - Variable in class org.codehaus.groovy.reflection.ParameterTypes
 
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.
isVoid() - Method in class org.codehaus.groovy.reflection.CachedClass
 
isVoidMethod() - Method in class org.codehaus.groovy.ast.MethodNode
 
isVolatile() - Method in class org.codehaus.groovy.ast.FieldNode
 
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.
isWhitespaceIncluded() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Are whitespace tokens included?
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
 
isZeroExpr(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
isZeroX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ITALIC - Static variable in class groovy.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.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.transform.stc.StaticTypeCheckingVisitor
 
iterateClassNodeToCompile() - Method in class org.codehaus.groovy.ast.CompileUnit
 
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 meta classes 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
 
iterator() - Method in class groovy.util.Node
Returns an Iterator of the children of the node.
iterator() - Method in class groovy.util.ObservableList
 
iterator() - Method in class groovy.util.ObservableSet
 
iterator() - Method in class groovy.util.Proxy
 
iterator() - Method in class groovy.util.slurpersupport.Attribute
 
iterator() - Method in class groovy.util.slurpersupport.Attributes
 
iterator() - Method in class groovy.util.slurpersupport.GPathResult
 
iterator() - Method in class groovy.util.slurpersupport.NoChildren
Returns an empty Iterator.
iterator() - Method in class groovy.util.slurpersupport.NodeChild
 
iterator() - Method in class groovy.util.slurpersupport.NodeChildren
 
iterator() - Method in class org.apache.groovy.json.internal.ValueList
 
iterator() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns an iterator for all runners that are registered.
iterator(ResultSetMetaData) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Return an Iterator given a ResultSetMetaData.
iterator() - Method in class org.codehaus.groovy.ant.FileScanner
 
iterator() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
iterator() - Method in class org.codehaus.groovy.control.CompilationUnit
Returns an iterator on the unit's SourceUnits.
iterator(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Attempts to create an Iterator for the given object by first converting it to a Collection.
iterator(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Attempts to create an Iterator for the given object by first converting it to a Collection.
iterator(Enumeration<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an Enumeration to behave like an Iterator.
iterator(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An identity function for iterators, supporting 'duck-typing' when trying to get an iterator for each object within a collection, some of which may already be iterators.
iterator(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
iterator(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
iterator(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
iterator(DataInputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
iterator(Reader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates an iterator which will traverse through the reader a line at a time.
iterator(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Standard iterator for a input stream which iterates through the stream content in a byte-based fashion.
iterator(DataInputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Standard iterator for a data input stream which iterates through the stream content a Byte at a time.
iterator() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Returns an iterator to iterate over all constant meta classes.
iterator() - Method in class org.codehaus.groovy.runtime.NullObject
iterator() method to be able to iterate on null.
iterator(ResultSetMetaData) - Static method in class org.codehaus.groovy.runtime.SqlGroovyMethods
Deprecated.
iterator(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns an Iterator which traverses each match.
iterator(Container) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the Container one Component at a time.
iterator(ButtonGroup) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the ButtonGroup one AbstractButton at a time.
iterator(ListModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the ListModel one element at a time.
iterator(DefaultListModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the DefaultListModel one element at a time.
iterator(JComboBox) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the ComboBox one item at a time.
iterator(MutableComboBoxModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the MutableComboBoxModel one item at a time.
iterator(TableModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the TableModel one row at a time.
iterator(DefaultTableModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the DefaultTableModel one item at a time.
iterator(TableColumnModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the TableColumnModel one TableColumn at a time.
iterator(TreePath) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the TreePath one path at a time.
iterator(TreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the TreeNode one node at a time.
iterator(JMenu) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the JMenu one component at a time.
iterator(JMenuBar) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the JMenuBar one menu at a time.
iterator(JPopupMenu) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the JPopupMenu one MenuElement at a time.
iterator(JTabbedPane) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Returns an Iterator which traverses the JTabbedPane one Component tab at a time.
iterator() - Method in class org.codehaus.groovy.runtime.WritablePath
 
iterator(NodeList) - Static method in class org.codehaus.groovy.runtime.XmlGroovyMethods
Makes NodeList iterable by returning a read-only Iterator which traverses over each Node.
iterator() - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Returns an iterator over all non-null values in this queue.
iterator() - Method in class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
returns an iterator, which allows the removal of elements.
Iterator_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
IteratorBufferedIterator<T> - Class in org.codehaus.groovy.util
An implementation for BufferedIterator wraps Iterator.
IteratorBufferedIterator(Iterator<T>) - Constructor for class org.codehaus.groovy.util.IteratorBufferedIterator
 
IteratorClosureAdapter<T> - Class in org.codehaus.groovy.runtime
A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way
IteratorClosureAdapter(Object) - Constructor for class org.codehaus.groovy.runtime.IteratorClosureAdapter
 

J

Janitor - Class in org.codehaus.groovy.control
An agent that can be used to defer cleanup operations to a later time.
Janitor() - Constructor for class org.codehaus.groovy.control.Janitor
 
JAVA - Static variable in class groovy.inspect.Inspector
 
Java2GroovyConverter - Class in org.codehaus.groovy.antlr.java
 
Java2GroovyConverter(String[]) - Constructor for class org.codehaus.groovy.antlr.java.Java2GroovyConverter
 
Java2GroovyMain - Class in org.codehaus.groovy.antlr.java
 
Java2GroovyMain() - Constructor for class org.codehaus.groovy.antlr.java.Java2GroovyMain
 
Java2GroovyProcessor - Class in org.codehaus.groovy.antlr.java
 
Java2GroovyProcessor() - Constructor for class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
Java5 - Class in org.codehaus.groovy.vmplugin.v5
java 5 based functions
Java5() - Constructor for class org.codehaus.groovy.vmplugin.v5.Java5
 
Java6 - Class in org.codehaus.groovy.vmplugin.v6
Java 6 based functions.
Java6() - Constructor for class org.codehaus.groovy.vmplugin.v6.Java6
 
Java7 - Class in org.codehaus.groovy.vmplugin.v7
Java 7 based functions.
Java7() - Constructor for class org.codehaus.groovy.vmplugin.v7.Java7
 
Java8 - Class in org.codehaus.groovy.vmplugin.v8
Java 8 based functions.
Java8() - Constructor for class org.codehaus.groovy.vmplugin.v8.Java8
 
Java9 - Class in org.codehaus.groovy.vmplugin.v9
Java 9 based functions will be added here if needed.
Java9() - Constructor for class org.codehaus.groovy.vmplugin.v9.Java9
 
JAVA_LANG_OBJECT - Static variable in class org.codehaus.groovy.ast.tools.GenericsUtils
 
JAVA_OBJECT - Static variable in class groovy.sql.Sql
 
JAVA_OBJECT(Object) - Static method in class groovy.sql.Sql
 
JavaAwareCompilationUnit - Class in org.codehaus.groovy.tools.javac
Compilation Unit capable of compiling Java source files.
JavaAwareCompilationUnit(CompilerConfiguration) - Constructor for class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
JavaAwareCompilationUnit(CompilerConfiguration, GroovyClassLoader) - Constructor for class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
JavaAwareCompilationUnit(CompilerConfiguration, GroovyClassLoader, GroovyClassLoader) - Constructor for class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
JavaAwareResolveVisitor - Class in org.codehaus.groovy.tools.javac
 
JavaAwareResolveVisitor(CompilationUnit) - Constructor for class org.codehaus.groovy.tools.javac.JavaAwareResolveVisitor
 
JavacCompilerFactory - Class in org.codehaus.groovy.tools.javac
 
JavacCompilerFactory() - Constructor for class org.codehaus.groovy.tools.javac.JavacCompilerFactory
 
JavacJavaCompiler - Class in org.codehaus.groovy.tools.javac
 
JavacJavaCompiler(CompilerConfiguration) - Constructor for class org.codehaus.groovy.tools.javac.JavacJavaCompiler
 
JavaCompiler - Interface in org.codehaus.groovy.tools.javac
 
JavaCompilerFactory - Interface in org.codehaus.groovy.tools.javac
 
JavaLexer - Class in org.codehaus.groovy.antlr.java
 
JavaLexer(InputStream) - Constructor for class org.codehaus.groovy.antlr.java.JavaLexer
 
JavaLexer(Reader) - Constructor for class org.codehaus.groovy.antlr.java.JavaLexer
 
JavaLexer(InputBuffer) - Constructor for class org.codehaus.groovy.antlr.java.JavaLexer
 
JavaLexer(LexerSharedInputState) - Constructor for class org.codehaus.groovy.antlr.java.JavaLexer
 
JavaRecognizer - Class in org.codehaus.groovy.antlr.java
Java 1.5 Recognizer Run 'java Main [-showtree] directory-full-of-java-files' [The -showtree option pops up a Swing frame that shows the AST constructed from the parser.] Run 'java Main ' Contributing authors: Jeremy Rayner groovy@ross-rayner.com John Mitchell johnm@non.net Terence Parr parrt@magelang.com John Lilley jlilley@empathy.com Scott Stanchfield thetick@magelang.com Markus Mohnen mohnen@informatik.rwth-aachen.de Peter Williams pete.williams@sun.com Allan Jacobs Allan.Jacobs@eng.sun.com Steve Messick messick@redhills.com John Pybus john@pybus.org Version 1.00 December 9, 1997 -- initial release Version 1.01 December 10, 1997 fixed bug in octal def (0..7 not 0..8) Version 1.10 August 1998 (parrt) added tree construction fixed definition of WS,comments for mac,pc,unix newlines added unary plus Version 1.11 (Nov 20, 1998) Added "shutup" option to turn off last ambig warning.
JavaRecognizer(TokenBuffer, int) - Constructor for class org.codehaus.groovy.antlr.java.JavaRecognizer
 
JavaRecognizer(TokenBuffer) - Constructor for class org.codehaus.groovy.antlr.java.JavaRecognizer
 
JavaRecognizer(TokenStream, int) - Constructor for class org.codehaus.groovy.antlr.java.JavaRecognizer
 
JavaRecognizer(TokenStream) - Constructor for class org.codehaus.groovy.antlr.java.JavaRecognizer
 
JavaRecognizer(ParserSharedInputState) - Constructor for class org.codehaus.groovy.antlr.java.JavaRecognizer
 
JavaStubCompilationUnit - Class in org.codehaus.groovy.tools.javac
Compilation unit to only generate stubs.
JavaStubCompilationUnit(CompilerConfiguration, GroovyClassLoader, File) - Constructor for class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
JavaStubCompilationUnit(CompilerConfiguration, GroovyClassLoader) - Constructor for class org.codehaus.groovy.tools.javac.JavaStubCompilationUnit
 
JavaStubGenerator - Class in org.codehaus.groovy.tools.javac
 
JavaStubGenerator(File, boolean, boolean, String) - Constructor for class org.codehaus.groovy.tools.javac.JavaStubGenerator
 
JavaStubGenerator(File) - Constructor for class org.codehaus.groovy.tools.javac.JavaStubGenerator
 
JavaTokenTypes - Interface in org.codehaus.groovy.antlr.java
 
JavaUtilLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log.JavaUtilLoggingStrategy
 
JaxbExtensions - Class in org.apache.groovy.jaxb.extensions
This class defines new groovy methods which appear on Jaxb-related JDK classes (JAXBContext, Marshaller) inside the Groovy environment.
JaxbExtensions() - Constructor for class org.apache.groovy.jaxb.extensions.JaxbExtensions
 
JComboBoxProperties - Class in groovy.swing.binding
 
JComboBoxProperties() - Constructor for class groovy.swing.binding.JComboBoxProperties
 
JComponentProperties - Class in groovy.swing.binding
 
JComponentProperties() - Constructor for class groovy.swing.binding.JComponentProperties
 
JDK10 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("10") is the value for targetBytecode to compile for a JDK 10.
JDK11 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("11") is the value for targetBytecode to compile for a JDK 11.
JDK12 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("12") is the value for targetBytecode to compile for a JDK 12.
JDK13 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("13") is the value for targetBytecode to compile for a JDK 13.
JDK14 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("14") is the value for targetBytecode to compile for a JDK 14.
JDK4 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("1.4") is the value for targetBytecode to compile for a JDK 1.4.
JDK5 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("1.5") is the value for targetBytecode to compile for a JDK 1.5.
JDK6 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("1.6") is the value for targetBytecode to compile for a JDK 1.6.
JDK7 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("1.7") is the value for targetBytecode to compile for a JDK 1.7.
JDK8 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("1.8") is the value for targetBytecode to compile for a JDK 1.8.
JDK9 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
This ("9") is the value for targetBytecode to compile for a JDK 9.
JDK_TO_BYTECODE_VERSION_MAP - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
JDK version to bytecode version mapping
JmxBuilderException - Exception in groovy.jmx.builder
Runtime exception used by JmxBuilder.
JmxBuilderException() - Constructor for exception groovy.jmx.builder.JmxBuilderException
Default constructor for exception.
JmxBuilderException(String) - Constructor for exception groovy.jmx.builder.JmxBuilderException
Parameterized constructor.
JmxBuilderException(Throwable) - Constructor for exception groovy.jmx.builder.JmxBuilderException
Parameterized constructor.
JmxBuilderException(String, Throwable) - Constructor for exception groovy.jmx.builder.JmxBuilderException
Parameterized constructor.
JmxBuilderModelMBean - Class in groovy.jmx.builder
The JmxBuilderModelMBean is the MBean class that proxies exported POGO/POJO inside the MBeanServer.
JmxBuilderModelMBean(Object) - Constructor for class groovy.jmx.builder.JmxBuilderModelMBean
 
JmxBuilderModelMBean() - Constructor for class groovy.jmx.builder.JmxBuilderModelMBean
 
JmxBuilderModelMBean(ModelMBeanInfo) - Constructor for class groovy.jmx.builder.JmxBuilderModelMBean
 
JmxEventEmitter - Class in groovy.jmx.builder
The JmxEventEmitter is a JMX Broadcaster class that is used to send generic events on the MBeanServer's event bus.
JmxEventEmitter() - Constructor for class groovy.jmx.builder.JmxEventEmitter
 
JmxEventEmitterMBean - Interface in groovy.jmx.builder
This is the management interface for JmxEventEmitter.
JmxEventListener - Class in groovy.jmx.builder
The JmxEventListener class is used by the builder to listen to events on the event bus.
JmxEventListener() - Constructor for class groovy.jmx.builder.JmxEventListener
 
join(Iterator<Object>, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the toString() representation of each item from the iterator, with the given String as a separator between each item.
join(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of join instead
join(Iterable, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the toString() representation of each item in this Iterable, with the given String as a separator between each item.
join(Object[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the toString() representation of each items in this array, with the given String as a separator between each item.
join(boolean[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(byte[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(char[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(double[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(float[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(int[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(long[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
join(short[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates the string representation of each items in this array, with the given String as a separator between each item.
JScrollBarProperties - Class in groovy.swing.binding
 
JScrollBarProperties() - Constructor for class groovy.swing.binding.JScrollBarProperties
 
JSliderProperties - Class in groovy.swing.binding
 
JSliderProperties() - Constructor for class groovy.swing.binding.JSliderProperties
 
JSON_DATE_FORMAT - Static variable in class groovy.json.JsonGenerator.Options
 
JSON_DATE_FORMAT_LOCALE - Static variable in class groovy.json.JsonGenerator.Options
 
JSON_TIME_LENGTH - Static variable in class org.apache.groovy.json.internal.Dates
 
JsonBuilder - Class in groovy.json
A builder for creating JSON payloads.
JsonBuilder() - Constructor for class groovy.json.JsonBuilder
Instantiates a JSON builder.
JsonBuilder(JsonGenerator) - Constructor for class groovy.json.JsonBuilder
Instantiates a JSON builder with a configured generator.
JsonBuilder(Object) - Constructor for class groovy.json.JsonBuilder
Instantiates a JSON builder with some existing data structure.
JsonBuilder(Object, JsonGenerator) - Constructor for class groovy.json.JsonBuilder
Instantiates a JSON builder with some existing data structure and a configured generator.
JsonDelegate - Class in groovy.json
Utility class used as delegate of closures representing JSON objects.
JsonDelegate() - Constructor for class groovy.json.JsonDelegate
 
JsonException - Exception in groovy.json
JsonException is the exception thrown by the JSON builder and slurper classes, whenever a problem occurs when creating or parsing JSON data structures.
JsonException() - Constructor for exception groovy.json.JsonException
 
JsonException(String) - Constructor for exception groovy.json.JsonException
 
JsonException(String, Throwable) - Constructor for exception groovy.json.JsonException
 
JsonException(Throwable) - Constructor for exception groovy.json.JsonException
 
JsonFastParser - Class in org.apache.groovy.json.internal
This works in index overlay mode or chop mode.
JsonFastParser() - Constructor for class org.apache.groovy.json.internal.JsonFastParser
 
JsonFastParser(boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
 
JsonFastParser(boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
 
JsonFastParser(boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
 
JsonFastParser(boolean, boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
 
JsonGenerator - Interface in groovy.json
Generates JSON from objects.
JsonGenerator.Converter - Interface in groovy.json
Handles converting a given type.
JsonGenerator.Options - Class in groovy.json
A builder used to construct a JsonGenerator instance that allows control over the serialized JSON output.
JsonInternalException(String) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
JsonInternalException(String, Throwable) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
JsonInternalException(Throwable) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
JsonLexer - Class in groovy.json
The lexer reads JSON tokens in a streaming fashion from the underlying reader.
JsonLexer(Reader) - Constructor for class groovy.json.JsonLexer
Instantiates a lexer with a reader from which to read JSON tokens.
JsonOutput - Class in groovy.json
Class responsible for the actual String serialization of the possible values of a JSON structure.
JsonOutput() - Constructor for class groovy.json.JsonOutput
 
JsonOutput.JsonUnescaped - Class in groovy.json
Represents unescaped JSON
JsonParser - Interface in groovy.json
This is the parser interface that backs the new JsonSlurper.
JsonParserCharArray - Class in org.apache.groovy.json.internal
Converts an input JSON String into Java objects works with String or char array as input.
JsonParserCharArray() - Constructor for class org.apache.groovy.json.internal.JsonParserCharArray
 
JsonParserLax - Class in org.apache.groovy.json.internal
 
JsonParserLax() - Constructor for class org.apache.groovy.json.internal.JsonParserLax
 
JsonParserLax(boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
 
JsonParserLax(boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
 
JsonParserLax(boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
 
JsonParserLax(boolean, boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
 
JsonParserType - Enum in groovy.json
Allows selection of parser type for new new JsonSlurper.
JsonParserUsingCharacterSource - Class in org.apache.groovy.json.internal
Converts an input JSON String into Java objects works with String or char array as input.
JsonParserUsingCharacterSource() - Constructor for class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
JsonSlurper - Class in groovy.json
This has the same interface as the original JsonSlurper written for version 1.8.0, but its implementation has completely changed.
JsonSlurper() - Constructor for class groovy.json.JsonSlurper
 
JsonSlurperClassic - Class in groovy.json
This is the original slurper included in case someone relies on its exact behavior.
JsonSlurperClassic() - Constructor for class groovy.json.JsonSlurperClassic
 
JsonStringDecoder - Class in org.apache.groovy.json.internal
 
JsonStringDecoder() - Constructor for class org.apache.groovy.json.internal.JsonStringDecoder
 
JsonToken - Class in groovy.json
A JSON token, with a type, line / column information, and the text of that token.
JsonToken() - Constructor for class groovy.json.JsonToken
 
JsonTokenType - Enum in groovy.json
The original slurper and lexer use this class.
JsonUnescaped(CharSequence) - Constructor for class groovy.json.JsonOutput.JsonUnescaped
 
JSpinnerProperties - Class in groovy.swing.binding
 
JSpinnerProperties() - Constructor for class groovy.swing.binding.JSpinnerProperties
 
JTableProperties - Class in groovy.swing.binding
 
JTableProperties() - Constructor for class groovy.swing.binding.JTableProperties
 
JTextComponentProperties - Class in groovy.swing.binding
 
JTextComponentProperties() - Constructor for class groovy.swing.binding.JTextComponentProperties
 
jump(int) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
jump(int, Label) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
JUnit4Utils - Class in org.codehaus.groovy.vmplugin.v5
Deprecated.
JUnit4Utils() - Constructor for class org.codehaus.groovy.vmplugin.v5.JUnit4Utils
Deprecated.
 
JUnit5Runner - Class in groovy.junit5.plugin
Integration code for running JUnit5 tests in Groovy.
JUnit5Runner() - Constructor for class groovy.junit5.plugin.JUnit5Runner
 
JVM_ERROR_MESSAGE - Static variable in class org.codehaus.groovy.classgen.ExtendedVerifier
 

K

key - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
key - Variable in class org.codehaus.groovy.util.SingleKeyHashMap.Entry
 
key1 - Variable in class org.codehaus.groovy.util.TripleKeyHashMap.Entry
 
key2 - Variable in class org.codehaus.groovy.util.TripleKeyHashMap.Entry
 
key3 - Variable in class org.codehaus.groovy.util.TripleKeyHashMap.Entry
 
KeyIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeyIterator
 
keys() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
keys() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Get all keys associated to cached values
keys() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Get all keys associated to cached values
keys() - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Get all keys associated to cached values
keys() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Get all keys associated to cached values
keys() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns an enumeration of the keys in this table.
keys() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
keySet() - Method in class groovy.lang.MapWithDefault
 
keySet() - Method in class groovy.sql.GroovyRowResult
 
keySet() - Method in class groovy.util.ConfigObject
 
keySet() - Method in class groovy.util.ObservableMap
 
keySet() - Method in class org.apache.groovy.json.internal.LazyMap
 
keySet() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Set of all keys associated with registered runners.
keySet() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
keySet() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
keySet() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
keySet() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
keySet() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
 
keySet - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
keySet() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.codehaus.groovy.util.ListHashMap
 
KEYWORD - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_ABSTRACT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_AS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_ASSERT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_BOOLEAN - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_BREAK - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_BYTE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CASE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CATCH - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CHAR - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CLASS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CONST - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_CONTINUE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_DEF - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_DEFAULT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_DEFMACRO - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_DO - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_DOUBLE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_ELSE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_EXTENDS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_FALSE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_FINAL - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_FINALLY - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_FLOAT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_FOR - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_GOTO - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_IDENTIFIER - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_IF - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_IMPLEMENTS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_IMPORT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_IN - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_INSTANCEOF - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_INT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_INTERFACE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_LONG - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_MIXIN - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_NATIVE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_NEW - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_NULL - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_PACKAGE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_PRIVATE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_PROPERTY - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_PROTECTED - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_PUBLIC - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_RETURN - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_SHORT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_STATIC - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_SUPER - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_SWITCH - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_SYNCHRONIZED - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_THIS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_THROW - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_THROWS - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_TRANSIENT - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_TRUE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_TRY - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_VOID - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_VOLATILE - Static variable in class org.codehaus.groovy.syntax.Types
 
KEYWORD_WHILE - Static variable in class org.codehaus.groovy.syntax.Types
 
keywords - Variable in class org.codehaus.groovy.tools.xml.DomToGroovy
 
klazz - Variable in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
knownClasses - Variable in class org.codehaus.groovy.reflection.SunClassLoader
 
KnownImmutable - Annotation Type in groovy.transform
Class annotation used as a marker for immutable classes.

L

label(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
LABELED_ARG - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LABELED_STAT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LABELED_STAT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
labelledStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
LabelRange() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
 
LabelVerifier - Class in org.codehaus.groovy.control
This class checks the handling of labels in the AST
LabelVerifier(SourceUnit) - Constructor for class org.codehaus.groovy.control.LabelVerifier
 
LAND - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LAND - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LARGE_FONT - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
lArrayGet(long[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from long[] using normalized index
lArraySet(long[], int, long) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from long[] using normalized index
last(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last item from the List.
last(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last item from the Iterable.
last(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last item from the array.
lastImplicitItType - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
The type of the last encountered "it" implicit parameter
lastIndexOf(Object) - Method in class groovy.lang.ListWithDefault
 
lastIndexOf(Object) - Method in class groovy.swing.impl.ListWrapperListModel
 
lastIndexOf(Object) - Method in class groovy.util.ObservableList
 
lastReturned - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
lastSigTokenType - Variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
lastSigTokenType - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
lastWrite - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
field written to only to guarantee lock ordering.
layout(Map, String) - Method in class groovy.text.markup.BaseTemplate
Imports a template and renders it using the specified model, allowing fine grained composition of templates and layouting.
layout(Map, String, boolean) - Method in class groovy.text.markup.BaseTemplate
Imports a template and renders it using the specified model, allowing fine grained composition of templates and layouting.
Lazy - Annotation Type in groovy.lang
Field annotation to simplify lazy initialization.
LAZY_REF - Static variable in class groovy.util.ObjectGraphBuilder
 
LazyASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Lazy annotation
LazyASTTransformation() - Constructor for class org.codehaus.groovy.transform.LazyASTTransformation
 
lazyInitLock - Variable in class org.codehaus.groovy.ast.ClassNode
 
LazyMap - Class in org.apache.groovy.json.internal
This maps only builds once you ask for a key for the first time.
LazyMap() - Constructor for class org.apache.groovy.json.internal.LazyMap
 
LazyMap(int) - Constructor for class org.apache.groovy.json.internal.LazyMap
 
LazyReference<T> - Class in org.codehaus.groovy.util
Soft reference with lazy initialization under lock
LazyReference(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.LazyReference
 
LazyValueMap - Class in org.apache.groovy.json.internal
This class is important to the performance of the parser.
LazyValueMap(boolean) - Constructor for class org.apache.groovy.json.internal.LazyValueMap
 
LazyValueMap(boolean, int) - Constructor for class org.apache.groovy.json.internal.LazyValueMap
 
LBRACK - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LBRACK - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LCURLY - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LCURLY - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LEFT_CURLY_BRACE - Static variable in class org.codehaus.groovy.syntax.Types
 
LEFT_INDENT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
LEFT_OF_MATCHED_CONTAINER - Static variable in class org.codehaus.groovy.syntax.Types
 
LEFT_PARENS - Static variable in class groovy.ui.text.GroovyFilter
 
LEFT_PARENTHESIS - Static variable in class org.codehaus.groovy.syntax.Types
 
LEFT_SHIFT - Static variable in class org.codehaus.groovy.syntax.Types
 
LEFT_SHIFT_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
LEFT_SQUARE_BRACKET - Static variable in class org.codehaus.groovy.syntax.Types
 
leftShift(Closure) - Method in class groovy.lang.Closure
Support for Closure reverse composition.
leftShift(Object) - Method in class groovy.lang.Closure
Alias for calling a Closure for non-closure arguments.
leftShift(Closure) - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaConstructor
 
leftShift(Object) - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
leftShift(Object) - Method in class groovy.util.slurpersupport.GPathResult
Overloads the left shift operator to provide an easy way to lazily append Objects to this GPathResult.
leftShift(LocalDate, LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime from this date and the provided LocalTime.
leftShift(LocalDate, OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a OffsetDateTime from this date and the provided OffsetTime.
leftShift(LocalDateTime, ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime of this date/time and the provided ZoneOffset.
leftShift(LocalDateTime, ZoneId) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a OffsetDateTime of this date/time and the provided ZoneId.
leftShift(LocalTime, LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime of this time and the provided LocalDate.
leftShift(LocalTime, ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetTime of this time and the provided ZoneOffset.
leftShift(MonthDay, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate of this month/day and the provided year.
leftShift(MonthDay, Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate of this month/day and the provided Year.
leftShift(OffsetTime, LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime of this time and the provided LocalDate.
leftShift(Year, Month) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a YearMonth of this year and the provided Month.
leftShift(Year, MonthDay) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate of this year on the given MonthDay.
leftShift(YearMonth, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate of this year/month and the given day of the month.
leftShift(ZoneId, LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZonedDateTime of this zone and the given LocalDateTime.
leftShift(ZoneOffset, LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime of this offset and the provided LocalDateTime.
leftShift(ZoneOffset, LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime of this offset and the provided LocalTime.
leftShift(Month, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Creates a MonthDay at the provided day of the month.
leftShift(Month, Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Creates a YearMonth at the provided Year.
leftShift(Collection<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a Collection.
leftShift(List<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a List.
leftShift(Set<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a Set.
leftShift(SortedSet<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a SortedSet.
leftShift(BlockingQueue<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append objects to a BlockingQueue.
leftShift(Map<K, V>, Map.Entry<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append Map.Entry values to a Map.
leftShift(Map<K, V>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Overloads the left shift operator to provide an easy way to put one maps entries into another map.
leftShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the left shift operator for integral types.
leftShift(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(StringBuffer, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(StringBuilder, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(Socket, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(Socket, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(Writer, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(OutputStream, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(ObjectOutputStream, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(OutputStream, InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(OutputStream, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(File, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(File, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(File, InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
leftShift(Writer, Object) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Overloads the leftShift operator for Writer to allow an object to be written using Groovy's default representation for the object.
leftShift(Appendable, Object) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Overloads the leftShift operator for Appendable to allow an object to be appended using Groovy's default representation for the object.
leftShift(OutputStream, Object) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Overloads the leftShift operator to provide an append mechanism to add values to a stream.
leftShift(ObjectOutputStream, Object) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Overloads the leftShift operator to add objects to an ObjectOutputStream.
leftShift(OutputStream, InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Pipe an InputStream into an OutputStream for efficient stream copying.
leftShift(OutputStream, byte[]) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Overloads the leftShift operator to provide an append mechanism to add bytes to a stream.
leftShift(Path, Object) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the text to the Path.
leftShift(Path, byte[]) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write bytes to a Path.
leftShift(Path, InputStream) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Append binary data to the file.
leftShift(Process, Object) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Overloads the left shift operator (<<) to provide an append mechanism to pipe data to a Process.
leftShift(Process, byte[]) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Overloads the left shift operator to provide an append mechanism to pipe into a Process
leftShift(File, Object) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the text to the File.
leftShift(File, byte[]) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write bytes to a File.
leftShift(File, InputStream) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Append binary data to the file.
leftShift(Socket, Object) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Overloads the left shift operator to provide an append mechanism to add things to the output stream of a socket
leftShift(Socket, byte[]) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Overloads the left shift operator to provide an append mechanism to add bytes to the output stream of a socket
leftShift(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a CharSequence.
leftShift(String, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a String.
leftShift(StringBuffer, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a StringBuffer.
leftShift(StringBuilder, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Overloads the left shift operator to provide syntactic sugar for appending to a StringBuilder.
leftShift(Container, Component) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a Container.
leftShift(ButtonGroup, AbstractButton) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add buttons to a ButtonGroup.
leftShift(DefaultListModel, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add elements to a DefaultListModel.
leftShift(JComboBox, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add items to a JComboBox.
leftShift(MutableComboBoxModel, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add items to a MutableComboBoxModel.
leftShift(DefaultTableModel, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add rows to a DefaultTableModel.
leftShift(TableColumnModel, TableColumn) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add columns to a TableColumnModel.
leftShift(TreePath, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add paths to a treePath.
leftShift(MutableTreeNode, MutableTreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add nodes to a MutableTreeNode.
leftShift(DefaultMutableTreeNode, DefaultMutableTreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add nodes to a DefaultMutableTreeNode.
leftShift(JMenu, Action) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a menu.
leftShift(JMenu, Component) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a menu.
leftShift(JMenu, JMenuItem) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a menu.
leftShift(JMenu, String) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a menu.
leftShift(JMenu, GString) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a menu.
leftShift(JMenuBar, JMenu) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add menus to a menuBar.
leftShift(JPopupMenu, Action) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a popupMenu.
leftShift(JPopupMenu, Component) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a popupMenu.
leftShift(JPopupMenu, JMenuItem) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a popupMenu.
leftShift(JPopupMenu, String) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a popupMenu.
leftShift(JPopupMenu, GString) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a popupMenu.
leftShift(JToolBar, Action) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Overloads the left shift operator to provide an easy way to add components to a toolBar.
leftShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
For this operation, consider the operands independently.
leftShift(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
leftShift(StringBuilder, Object) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a StringBuilder.
leftShift(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
leftShift(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
leftShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
leftShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
leftShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
leftShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
LEGACY_MODULE_META_INF_FILE - Static variable in class org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner
 
LegacyHashMapPropertyHandler - Class in groovy.transform.options
The @Immutable transformation in earlier versions of Groovy tried to be smart in the case of an immutable class with a single HashMap property, the supplied Map constructor tried to be compatible with both expected tuple behavior and expected named-argument behavior by peeking into the supplied map and guessing as to which approach might be applicable.
LegacyHashMapPropertyHandler() - Constructor for class groovy.transform.options.LegacyHashMapPropertyHandler
 
len() - Method in class org.apache.groovy.json.internal.CharBuf
 
len() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
len() - Method in interface org.apache.groovy.json.internal.ValueMap
Return size w/o hydrating the map.
len() - Method in class org.apache.groovy.json.internal.ValueMapImpl
 
length() - Method in class groovy.lang.GString
 
length() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
length() - Method in class org.apache.groovy.json.internal.CharBuf
 
length() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
length() - Method in class org.apache.groovy.json.internal.ValueContainer
 
LETTER - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LETTER_BIG_E - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
LETTER_BIG_E - Static variable in class org.apache.groovy.json.internal.CharScanner
 
LETTER_E - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
LETTER_E - Static variable in class org.apache.groovy.json.internal.CharScanner
 
level - Variable in class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
 
lexer - Variable in class groovy.ui.text.StructuredSyntaxDocumentFilter
The root of the lexical parsing tree.
LexerFrame - Class in org.codehaus.groovy.antlr
Swing application to graphically display the tokens produced by the lexer.
LexerFrame(Class, Class) - Constructor for class org.codehaus.groovy.antlr.LexerFrame
Constructor used when invoking as a standalone application
LexerFrame(Class, Class, Reader) - Constructor for class org.codehaus.groovy.antlr.LexerFrame
Constructor used when invoking for a specific file
LIKELY_ERRORS - Static variable in class org.codehaus.groovy.control.messages.WarningMessage
 
line - Variable in class org.codehaus.groovy.antlr.GroovySourceToken
 
LINE_SPACING - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
LineColumn - Class in org.codehaus.groovy.antlr
An object representing a line and column position
LineColumn(int, int) - Constructor for class org.codehaus.groovy.antlr.LineColumn
 
LineColumnReader - Class in groovy.io
The LineColumnReader is an extension to BufferedReader that keeps track of the line and column information of where the cursor is.
LineColumnReader(Reader) - Constructor for class groovy.io.LineColumnReader
Constructor wrapping a Reader (FileReader, FileReader, InputStreamReader, etc.)
lineLast - Variable in class org.codehaus.groovy.antlr.GroovySourceToken
 
LINK_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
LinkArgument - Class in org.codehaus.groovy.tools.groovydoc
Represents a link pair (href, packages).
LinkArgument() - Constructor for class org.codehaus.groovy.tools.groovydoc.LinkArgument
 
LINKEDHASHMAP_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
list() - Method in class groovy.util.slurpersupport.Attributes
 
list() - Method in class groovy.util.slurpersupport.GPathResult
Creates a list of objects representing this GPathResult.
list(NodeList) - Static method in class groovy.xml.dom.DOMCategory
 
list() - Method in class org.apache.groovy.json.internal.ValueList
 
list() - Static method in class org.apache.groovy.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a List and its weight is the number of elements.
list2args(List) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
LIST_CONSTRUCTOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LIST_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
listAttributeDescriptions() - Method in class groovy.util.GroovyMBean
List of string representations of all of the attributes on the MBean.
listAttributeNames() - Method in class groovy.util.GroovyMBean
List of the names of each of the attributes on the MBean
listAttributeValues() - Method in class groovy.util.GroovyMBean
The values of each of the attributes on the MBean
ListBufferedIterator<T> - Class in org.codehaus.groovy.util
An implementation for BufferedIterator wraps ListIterator.
ListBufferedIterator(List<T>) - Constructor for class org.codehaus.groovy.util.ListBufferedIterator
 
listDependencies(ClassLoader) - Static method in class groovy.grape.Grape
 
listDependencies(ClassLoader) - Method in interface groovy.grape.GrapeEngine
 
listener(EvictionListener<K, V>) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an optional listener that is registered for notification when an entry is evicted.
listExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ListExpression - Class in org.codehaus.groovy.ast.expr
Represents a list expression [1, 2, 3] which creates a mutable List
ListExpression() - Constructor for class org.codehaus.groovy.ast.expr.ListExpression
 
ListExpression(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.ListExpression
 
ListExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
ListExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.ListExpressionTransformer
 
listFiles - Variable in class org.codehaus.groovy.ant.Groovyc
 
ListHashMap<K,V> - Class in org.codehaus.groovy.util
This class represents a Map that is optimized for a small number of entries.
ListHashMap() - Constructor for class org.codehaus.groovy.util.ListHashMap
 
ListHashMap(int) - Constructor for class org.codehaus.groovy.util.ListHashMap
 
listIterator() - Method in class groovy.lang.ListWithDefault
 
listIterator(int) - Method in class groovy.lang.ListWithDefault
 
listIterator() - Method in class groovy.swing.impl.ListWrapperListModel
 
listIterator(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
listIterator() - Method in class groovy.util.ObservableList
 
listIterator(int) - Method in class groovy.util.ObservableList
 
ListOfExpressionsExpression - Class in org.codehaus.groovy.transform.sc
This class is used internally by the compiler to transform expressions like multiple assignments into a list of assignments.
ListOfExpressionsExpression() - Constructor for class org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
 
ListOfExpressionsExpression(List<Expression>) - Constructor for class org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
 
listOperationDescriptions() - Method in class groovy.util.GroovyMBean
Description of all of the operations available on the MBean.
listOperationNames() - Method in class groovy.util.GroovyMBean
Names of all the operations available on the MBean.
ListWithDefault<T> - Class in groovy.lang
A wrapper for List which automatically grows the list when either ListWithDefault.get(int) or ListWithDefault.getAt(int) is called with an index greater than or equal to size().
ListWrapperListModel<E> - Class in groovy.swing.impl
A ListModel implementation that's backed by a live List.
ListWrapperListModel(List<E>) - Constructor for class groovy.swing.impl.ListWrapperListModel
 
listX(List<Expression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
LITERAL - Static variable in class org.codehaus.groovy.syntax.Types
 
LITERAL_as - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_assert - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_assert - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_boolean - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_boolean - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_break - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_break - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_byte - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_byte - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_case - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_case - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_catch - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_catch - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_char - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_char - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_class - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_class - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_continue - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_continue - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_def - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_default - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_default - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_do - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_double - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_double - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_else - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_else - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_enum - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_enum - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
LITERAL_extends - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_extends - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_false - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_false - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_finally - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_finally - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_float - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_float - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_for - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_for - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_if - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_if - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_implements - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_implements - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_import - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_import - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_in - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_instanceof - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_instanceof - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_int - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_int - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_interface - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_interface - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_long - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_long - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_native - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_native - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_new - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_new - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_null - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_null - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_package - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_package - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_private - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_private - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_protected - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_protected - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_public - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_public - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
LITERAL_return - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_return - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_short - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_short - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_static - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_static - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_super - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_super - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_switch - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_switch - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_synchronized - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_synchronized - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_this - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_this - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_threadsafe - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_threadsafe - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_throw - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_throw - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_throws - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_throws - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_trait - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_transient - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_transient - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_true - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_true - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_try - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_try - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_void - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_void - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_volatile - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_volatile - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LITERAL_while - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LITERAL_while - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
literalExpression(AST, Object) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
LNOT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LNOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
load(ClassLoader) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Loads GroovyRunner instances using the ServiceLoader facility.
load(MethodVisitor, ClassNode, int) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
load(ClassNode, int) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
LOAD_DEFAULT - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
loadArguments(List<Expression>, Parameter[]) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
loadArguments(List<Expression>, Parameter[]) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
loadClass(String, boolean, boolean, boolean) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
loadClass(String, boolean, boolean) - Method in class groovy.lang.GroovyClassLoader
loads a class from a file or a parent classloader.
loadClass(String, boolean, boolean, boolean) - Method in class groovy.lang.GroovyClassLoader
loads a class from a file or a parent classloader.
loadClass(String) - Method in class groovy.lang.GroovyClassLoader
 
loadClass(String, boolean) - Method in class groovy.lang.GroovyClassLoader
Implemented here to check package access prior to returning an already loaded class.
loadClass(String) - Method in class org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts
 
loadClass(String, boolean) - Method in class org.codehaus.groovy.reflection.SunClassLoader
 
loadClass(String, boolean) - Method in class org.codehaus.groovy.runtime.callsite.CallSiteClassLoader
 
loadClass(String, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
Loads a class per name.
loadClass(String, boolean) - Method in class org.codehaus.groovy.tools.RootLoader
loads a class using the name of the class
loadDgmInfo() - Static method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
loadDriver(String) - Static method in class groovy.sql.Sql
Attempts to load the JDBC driver on the thread, current or system class loaders
loader - Variable in class groovy.util.GroovyTestSuite
 
loader - Variable in class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
LoaderConfiguration - Class in org.codehaus.groovy.tools
Class used to configure a RootLoader from a stream or by using its methods.
LoaderConfiguration() - Constructor for class org.codehaus.groovy.tools.LoaderConfiguration
creates a new loader configuration
loadFactor - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The load factor for the hash table.
loadFactor() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
loadFromRes(String) - Method in class org.codehaus.groovy.reflection.SunClassLoader
 
loadGroovySource(String) - Method in interface groovy.lang.GroovyResourceLoader
Loads a Groovy source file given its name.
loadInstanceField(FieldExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
RHS instance field.
loadOrStoreVariable(BytecodeVariable, boolean) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
loadParameters(CachedMethod, int, MethodVisitor) - Static method in class org.codehaus.groovy.tools.DgmConverter
 
loadReference(String, WriterController) - Static method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
loadScriptByName(String) - Method in class groovy.util.GroovyScriptEngine
Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading.
loadStaticField(FieldExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
loadTest(String) - Method in class groovy.util.AllTestSuite
 
loadTestSuite() - Method in class groovy.util.GroovyTestSuite
 
loadThisOrOwner() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
Loads either this object or if we're inside a closure then load the top level owner
loadWrapper(Expression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
LOCAL_VARIABLE_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
localText() - Method in class groovy.util.Node
Returns the list of any direct String nodes of this node.
localText() - Method in class groovy.util.slurpersupport.Node
Returns the list of any direct String nodes of this node.
localText() - Method in class groovy.util.slurpersupport.NodeChild
Returns the list of any direct String nodes of this NodeChild.
localText(Element) - Static method in class groovy.xml.dom.DOMCategory
Returns the list of any direct String nodes of this node.
localVarX(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
localVarX(String, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
LocatedMessage - Class in org.codehaus.groovy.control.messages
A base class for compilation messages.
LocatedMessage(String, CSTNode, SourceUnit) - Constructor for class org.codehaus.groovy.control.messages.LocatedMessage
 
LocatedMessage(String, Object, CSTNode, SourceUnit) - Constructor for class org.codehaus.groovy.control.messages.LocatedMessage
 
location() - Method in interface org.apache.groovy.json.internal.CharacterSource
This is mostly for debugging and testing.
location - Variable in class org.apache.groovy.json.internal.CharBuf
 
location() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
lock() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
lock() - Method in class org.codehaus.groovy.util.LockableObject
 
LockableObject - Class in org.codehaus.groovy.util
A bit simplified lock designed to be inherited by.
LockableObject() - Constructor for class org.codehaus.groovy.util.LockableObject
 
log - Variable in class groovy.sql.BatchingStatementWrapper
 
LOG - Static variable in class groovy.sql.Sql
Hook to allow derived classes to access the log
LOG - Static variable in class groovy.swing.impl.TableLayoutCell
 
log - Static variable in class groovy.util.GroovyTestCase
 
Log - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using java.util.logging.
log - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
log() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
LOG - Static variable in class org.codehaus.groovy.runtime.MetaClassHelper
 
log(String) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
LOG - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Logger
Log.JavaUtilLoggingStrategy - Class in groovy.util.logging
This class contains the logic of how to weave a Java Util Logging logger into the host class.
Log4j - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using Log4j logging.
Log4j.Log4jLoggingStrategy - Class in groovy.util.logging
 
Log4j2 - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using Log4j2 logging.
Log4j2.Log4j2LoggingStrategy - Class in groovy.util.logging
 
Log4j2LoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
 
Log4jLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log4j.Log4jLoggingStrategy
 
LOG_ENABLED - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
boolean to indicate if logging for indy is enabled
LogASTTransformation - Class in org.codehaus.groovy.transform
This class provides an AST Transformation to add a log field to a class.
LogASTTransformation() - Constructor for class org.codehaus.groovy.transform.LogASTTransformation
 
LogASTTransformation.AbstractLoggingStrategy - Class in org.codehaus.groovy.transform
 
LogASTTransformation.LoggingStrategy - Interface in org.codehaus.groovy.transform
A LoggingStrategy defines how to wire a new logger instance into an existing class.
LoggableClassVisitor - Class in org.codehaus.groovy.classgen.asm.util
A ClassVisitor proxy, which can log bytecode generation
LoggableClassVisitor(ClassVisitor) - Constructor for class org.codehaus.groovy.classgen.asm.util.LoggableClassVisitor
 
LoggableTextifier - Class in org.codehaus.groovy.classgen.asm.util
Logging bytecode generation, which can make debugging easy
LoggableTextifier() - Constructor for class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
Logger - Class in org.codehaus.groovy.tools.shell.util
Provides a very, very basic logging API.
LoggingHelper - Class in org.codehaus.groovy.ant
Helper to make logging from Ant easier.
LoggingHelper(Task) - Constructor for class org.codehaus.groovy.ant.LoggingHelper
 
LOGICAL_AND - Static variable in class org.codehaus.groovy.syntax.Types
 
LOGICAL_AND_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
LOGICAL_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
LOGICAL_OR - Static variable in class org.codehaus.groovy.syntax.Types
 
LOGICAL_OR_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
logicalAndExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
logicalOrExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
logMethodCall(Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
long_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
long_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Long_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
long_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
LongArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
LongArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayGetAtMetaMethod
 
LongArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
LongArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.LongArrayPutAtMetaMethod
 
LongCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
LongCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.LongCachedClass
 
LongMath - Class in org.codehaus.groovy.runtime.typehandling
Long NumberMath operations
longUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
longValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
longValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
longValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
longValue() - Method in interface org.apache.groovy.json.internal.Value
 
longValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
LONGVARBINARY - Static variable in class groovy.sql.Sql
 
LONGVARBINARY(Object) - Static method in class groovy.sql.Sql
 
LONGVARCHAR - Static variable in class groovy.sql.Sql
 
LONGVARCHAR(Object) - Static method in class groovy.sql.Sql
 
LongWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
LongWrapper(long) - Constructor for class org.codehaus.groovy.runtime.wrappers.LongWrapper
 
lookup(String, int) - Static method in class org.codehaus.groovy.syntax.Types
Returns the type for the specified symbol/keyword text.
LOOKUP - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
LOOKUP constant used for for example unreflect calls
lookupClassNodeFor(String) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Lookup a ClassNode by its name from the source unit
lookupKeyword(String) - Static method in class org.codehaus.groovy.syntax.Types
Returns the type for the specified keyword text.
lookupNamespace(String) - Method in class groovy.util.slurpersupport.GPathResult
Returns the namespace mapped to the specified prefix.
LookupResult(SourceUnit, ClassNode) - Constructor for class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
creates a new LookupResult.
lookupSymbol(String) - Static method in class org.codehaus.groovy.syntax.Types
Returns the type for the specified symbol text.
LOOP - Static variable in class org.codehaus.groovy.syntax.Types
 
LoopingStatement - Interface in org.codehaus.groovy.ast.stmt
This is an AST Node that provides some sort of looping mechanism.
LOR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
lowestUpperBound(List<ClassNode>) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Given a list of class nodes, returns the first common supertype.
lowestUpperBound(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.WideningCategories
Given two class nodes, returns the first common supertype, or the class itself if there are equal.
LowestUpperBoundClassNode(String, ClassNode, ClassNode...) - Constructor for class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
 
lpad(char[], int, char) - Static method in class org.apache.groovy.json.internal.Chr
 
LPAREN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LPAREN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LRUCache<K,V> - Class in org.codehaus.groovy.runtime.memoize
A cache backed by a ConcurrentLinkedHashMap
LRUCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.LRUCache
 
LT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
LT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
LT - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ltX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 

M

macro(Object, Closure) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(MacroContext, ClosureExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(Object, boolean, Closure) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(MacroContext, ConstantExpression, ClosureExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(Object, CompilePhase, Closure) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(MacroContext, PropertyExpression, ClosureExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(Object, CompilePhase, boolean, Closure) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
macro(MacroContext, PropertyExpression, ConstantExpression, ClosureExpression) - Static method in class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
Macro - Annotation Type in org.codehaus.groovy.macro.runtime
 
macro(String, List<Closure<Expression>>, Class<T>) - Method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
macro(boolean, String, List<Closure<Expression>>, Class<T>) - Method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
macro(CompilePhase, String, List<Closure<Expression>>, Class<T>) - Method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
macro(CompilePhase, boolean, String, List<Closure<Expression>>, Class<T>) - Method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
 
MacroBuilder - Enum in org.codehaus.groovy.macro.runtime
Runtime support for
MacroClass - Class in org.codehaus.groovy.macro.transform
since 2.5.0
MacroClass() - Constructor for class org.codehaus.groovy.macro.transform.MacroClass
 
MacroClassTransformation - Class in org.codehaus.groovy.macro.transform
Transforms MacroClass calls into it's ClassNode
MacroClassTransformation() - Constructor for class org.codehaus.groovy.macro.transform.MacroClassTransformation
 
MacroContext - Class in org.codehaus.groovy.macro.runtime
Macro method context.
MacroContext(CompilationUnit, SourceUnit, MethodCallExpression) - Constructor for class org.codehaus.groovy.macro.runtime.MacroContext
 
MacroGroovyMethods - Class in org.codehaus.groovy.macro.methods
 
MacroGroovyMethods() - Constructor for class org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
MacroGroovyMethods.MacroValuePlaceholder - Class in org.codehaus.groovy.macro.methods
 
macroMethod(T) - Method in enum org.codehaus.groovy.macro.runtime.MacroStub
 
MacroStub - Enum in org.codehaus.groovy.macro.runtime
Stub for macro calls.
MacroTransformation - Class in org.codehaus.groovy.macro.transform
 
MacroTransformation() - Constructor for class org.codehaus.groovy.macro.transform.MacroTransformation
 
MacroValuePlaceholder() - Constructor for class org.codehaus.groovy.macro.methods.MacroGroovyMethods.MacroValuePlaceholder
 
main(String[]) - Static method in class groovy.lang.GroovyShell
 
main(String[]) - Static method in class groovy.ui.GroovyMain
Main CLI interface.
main(String[]) - Static method in class groovy.util.GroovyScriptEngine
Simple testing harness for the GSE.
main(String[]) - Static method in class groovy.util.GroovyTestSuite
 
main(String[]) - Static method in class org.codehaus.groovy.ant.FileSystemCompilerFacade
 
main(String[]) - Static method in class org.codehaus.groovy.ant.Groovy
 
main(String[]) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyMain
 
main(String[]) - Static method in class org.codehaus.groovy.antlr.LexerFrame
 
main(String[]) - Static method in class org.codehaus.groovy.tools.DgmConverter
 
main(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
Primary entry point for compiling from the command line (using the groovyc script).
main(String[]) - Static method in class org.codehaus.groovy.tools.GroovyStarter
 
main(String[]) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
MAIN_METHOD_NAME - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
make(Class) - Static method in class groovy.mock.interceptor.MockProxyMetaClass
convenience factory method for the most usual case.
make(Class, boolean) - Static method in class groovy.mock.interceptor.MockProxyMetaClass
convenience factory method allowing interceptConstruction to be set.
make() - Method in interface groovy.text.Template
 
make(Map) - Method in interface groovy.text.Template
 
make(JavaLexer) - Static method in class org.codehaus.groovy.antlr.java.JavaRecognizer
This factory is the correct way to wire together a Groovy parser and lexer.
make(InputStream) - Static method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
make(Reader) - Static method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
make(InputBuffer) - Static method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
make(LexerSharedInputState) - Static method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
make(Class[]) - Static method in class org.codehaus.groovy.ast.ClassHelper
Creates an array of ClassNodes using an array of classes.
make(Class) - Static method in class org.codehaus.groovy.ast.ClassHelper
Creates a ClassNode using a given class.
make(Class, boolean) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
make(String) - Static method in class org.codehaus.groovy.ast.ClassHelper
Creates a ClassNode using a given class.
make(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.Receiver
 
makeArgumentList(Expression) - Static method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeArray() - Method in class org.codehaus.groovy.ast.ClassNode
Returns a ClassNode representing an array of the class represented by this ClassNode
makeArray(Object, Class, int) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
makeCached(Class) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
makeCachedCall(Expression, ClassExpression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
makeCachedCall(Expression, ClassExpression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeCachedCall(Expression, ClassExpression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
makeCall(Expression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeCall(Expression, ClassExpression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeCall(Expression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
makeCallSite(Expression, String, Expression, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeCallSite(Expression, String, Expression, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeCallSite(Expression, String, Expression, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeCallSiteArrayInitializer() - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeCallSiteArrayInitializer() - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeCallSiteArrayInitializer() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeClassForNameCall(Expression, Expression, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
if Class.forName(x) is recognized, make a direct method call
makeClassSafe(Class) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
makeClassSafe0(ClassNode, GenericsType...) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
makeClassSafeWithGenerics(Class, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
makeClassSafeWithGenerics(ClassNode, GenericsType...) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
makeCommonArray(Object[], int, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
makeCompileUnit() - Method in class org.codehaus.groovy.ant.Groovyc
Deprecated.
This method is not in use anymore. Use Groovyc.makeCompileUnit(GroovyClassLoader) instead.
makeCompileUnit(GroovyClassLoader) - Method in class org.codehaus.groovy.ant.Groovyc
 
makeController(WriterController) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterControllerFactoryImpl
 
makeController(WriterController) - Method in interface org.codehaus.groovy.classgen.asm.WriterControllerFactory
 
makeDeclaringAndActualGenericsTypeMap(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
map declaring generics type to actual generics type, e.g.
makeDeclaringAndActualGenericsTypeMapOfExactType(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Backported from 3.0.0 The method is similar with GenericsUtils.makeDeclaringAndActualGenericsTypeMap(ClassNode, ClassNode), The main difference is that the method will try to map all placeholders found to the relevant exact types, but the other will not try even if the parameterized type has placeholders
makeDelegateCall(String, String, String, String[], int) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
Generate a call to the delegate object.
makeDelegateToClosureCall(String, String, String, String[], int) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
 
makeDescriptorWithoutReturnType(MethodNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
Deprecated.
use MethodNodeUtils#methodDescriptorWithoutReturnType(MethodNode) instead
makeDirectCall(Expression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeDirectCall(Expression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
makeDynamic(MethodCall) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Used to instruct the type checker that the call is a dynamic method call.
makeDynamic(MethodCall, ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Used to instruct the type checker that the call is a dynamic method call.
makeDynamic(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Instructs the type checker that a property access is dynamic, returning an instance of an Object.
makeDynamic(PropertyExpression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Instructs the type checker that a property access is dynamic.
makeDynamic(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Instructs the type checker that an unresolved variable is a dynamic variable of type Object.
makeDynamic(VariableExpression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
Instructs the type checker that an unresolved variable is a dynamic variable.
makeEnumNode(String, int, ClassNode[], ClassNode) - Static method in class org.codehaus.groovy.antlr.EnumHelper
 
makeFallBack(MutableCallSite, Class<?>, String, int, MethodType, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Makes a fallback method for an invalidated method selection
makeGenericsType(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
makeGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeGroovyObjectGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeGroovyObjectGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeGroovyObjectGetPropertySite(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeModule() - Method in class org.codehaus.groovy.syntax.ASTHelper
 
makeOutputArea(String) - Method in class org.codehaus.groovy.tools.groovydoc.FileOutputTool
 
makeOutputArea(String) - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
makeOutputArea(String) - Method in interface org.codehaus.groovy.tools.groovydoc.OutputTool
 
makeOwnerList(Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Given an object expression (a receiver expression), generate the list of potential receiver types.
makeParameter(CompileUnit, Type, Class, Annotation[], String) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
makePostfix(CSTNode, boolean) - Static method in class org.codehaus.groovy.syntax.Types
Converts a node from a generic type to a specific postfix type.
makePrefix(CSTNode, boolean) - Static method in class org.codehaus.groovy.syntax.Types
Converts a node from a generic type to a specific prefix type.
makeReference() - Static method in class org.codehaus.groovy.ast.ClassHelper
 
makeSingleArgumentCall(Expression, String, Expression) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeSingleArgumentCall(Expression, String, Expression) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeSingleArgumentCall(Expression, String, Expression) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
makeSingleArgumentCall(Expression, String, Expression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeSingleArgumentCall(Expression, String, Expression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeSiteEntry() - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
makeSiteEntry() - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
makeSiteEntry() - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
makeToken(int, AST) - Static method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
makeToken(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
makeTransitiveHull() - Method in class org.codehaus.groovy.tools.gse.StringSetMap
 
makeType(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
makeTypeWithArguments(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
makeUncachedCall(Expression, ClassExpression, Expression, Expression, Expression, MethodCallerMultiAdapter, boolean, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
makeWithoutCaching(Class) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
makeWithoutCaching(Class, boolean) - Static method in class org.codehaus.groovy.ast.ClassHelper
 
makeWithoutCaching(String) - Static method in class org.codehaus.groovy.ast.ClassHelper
Creates a ClassNode using a given class.
ManagedConcurrentLinkedQueue<T> - Class in org.codehaus.groovy.util
A queue that stores values wrapped in a Reference, the type of which is determined by the provided ReferenceBundle.
ManagedConcurrentLinkedQueue(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Creates an empty ManagedConcurrentLinkedQueue that will use the provided ReferenceBundle to store values as the given Reference type.
ManagedConcurrentMap<K,V> - Class in org.codehaus.groovy.util
 
ManagedConcurrentMap(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap
 
ManagedConcurrentMap.Entry<K,V> - Class in org.codehaus.groovy.util
 
ManagedConcurrentMap.EntryWithValue<K,V> - Class in org.codehaus.groovy.util
 
ManagedConcurrentMap.Segment<K,V> - Class in org.codehaus.groovy.util
 
ManagedConcurrentValueMap<K,V> - Class in org.codehaus.groovy.util
This is a basic implementation of a map able to forget its values.
ManagedConcurrentValueMap(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentValueMap
 
ManagedLinkedList<T> - Class in org.codehaus.groovy.util
Deprecated.
ManagedLinkedList(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
 
ManagedReference<T> - Class in org.codehaus.groovy.util
 
ManagedReference(ReferenceType, ReferenceManager, T) - Constructor for class org.codehaus.groovy.util.ManagedReference
 
ManagedReference(ReferenceBundle, T) - Constructor for class org.codehaus.groovy.util.ManagedReference
 
map() - Static method in class org.apache.groovy.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Map and its weight is the number of entries.
MAP_CONSTRUCTOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
MAP_ENTRY_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
MAP_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
MapConstructor - Annotation Type in groovy.transform
Class annotation used to assist in the creation of map constructors in classes.
MapConstructorASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @MapConstructor annotation.
MapConstructorASTTransformation() - Constructor for class org.codehaus.groovy.transform.MapConstructorASTTransformation
 
MapEntry - Class in groovy.util
A Map.Entry implementation.
MapEntry(Object, Object) - Constructor for class groovy.util.MapEntry
 
mapEntryExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
MapEntryExpression - Class in org.codehaus.groovy.ast.expr
Represents an entry inside a map expression such as 1 : 2.
MapEntryExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MapEntryExpression
 
MapEntryOrKeyValue - Class in groovy.transform.stc
A special hint which handles a common use case in the Groovy methods that work on maps.
MapEntryOrKeyValue() - Constructor for class groovy.transform.stc.MapEntryOrKeyValue
 
mapExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
MapExpression - Class in org.codehaus.groovy.ast.expr
Represents a map expression [1 : 2, "a" : "b", x : y] which creates a mutable Map
MapExpression() - Constructor for class org.codehaus.groovy.ast.expr.MapExpression
 
MapExpression(List<MapEntryExpression>) - Constructor for class org.codehaus.groovy.ast.expr.MapExpression
 
MapItemValue - Class in org.apache.groovy.json.internal
This holds a mapping from value key to value value to maximize laziness.
MapItemValue(Value, Value) - Constructor for class org.apache.groovy.json.internal.MapItemValue
 
Maps - Class in org.apache.groovy.util
Map utilities.
Maps() - Constructor for class org.apache.groovy.util.Maps
 
MapWithDefault<K,V> - Class in groovy.lang
A wrapper for Map which allows a default value to be specified.
mapX(List<MapEntryExpression>) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
mark(int) - Method in class groovy.io.LineColumnReader
Marks the present position in the stream.
mark() - Method in class org.codehaus.groovy.control.CompilationUnit
Updates the phase marker on all sources.
mark(int) - Method in class org.codehaus.groovy.util.CharSequenceReader
Mark the current position.
markAsExpression() - Method in class org.codehaus.groovy.syntax.CSTNode
Marks the node a complete expression.
markAsExpression() - Method in class org.codehaus.groovy.syntax.Reduction
Marks the node a complete expression.
markAsGenerated(ClassNode, T) - Static method in class org.apache.groovy.ast.tools.AnnotatedNodeUtils
 
markAsGenerated(ClassNode, T, boolean) - Static method in class org.apache.groovy.ast.tools.AnnotatedNodeUtils
 
markSupported() - Method in class org.codehaus.groovy.util.CharSequenceReader
Mark is supported (returns true).
MarkupBuilder - Class in groovy.xml
A helper class for creating XML or HTML markup.
MarkupBuilder() - Constructor for class groovy.xml.MarkupBuilder
Prints markup to System.out
MarkupBuilder(PrintWriter) - Constructor for class groovy.xml.MarkupBuilder
Sends markup to the given PrintWriter
MarkupBuilder(Writer) - Constructor for class groovy.xml.MarkupBuilder
Sends markup to the given Writer but first wrapping it in a PrintWriter
MarkupBuilder(IndentPrinter) - Constructor for class groovy.xml.MarkupBuilder
Sends markup to the given IndentPrinter.
MarkupBuilderHelper - Class in groovy.xml
A helper class for MarkupBuilder.
MarkupBuilderHelper(MarkupBuilder) - Constructor for class groovy.xml.MarkupBuilderHelper
 
MarkupTemplateEngine - Class in groovy.text.markup
A template engine which leverages StreamingMarkupBuilder to generate XML/XHTML.
MarkupTemplateEngine() - Constructor for class groovy.text.markup.MarkupTemplateEngine
 
MarkupTemplateEngine(TemplateConfiguration) - Constructor for class groovy.text.markup.MarkupTemplateEngine
 
MarkupTemplateEngine(ClassLoader, TemplateConfiguration) - Constructor for class groovy.text.markup.MarkupTemplateEngine
 
MarkupTemplateEngine(ClassLoader, TemplateConfiguration, TemplateResolver) - Constructor for class groovy.text.markup.MarkupTemplateEngine
 
MarkupTemplateEngine(ClassLoader, File, TemplateConfiguration) - Constructor for class groovy.text.markup.MarkupTemplateEngine
Convenience constructor to build a template engine which searches for templates into a directory
MarkupTemplateEngine.CachingTemplateResolver - Class in groovy.text.markup
A template resolver which avoids calling ClassLoader.getResource(String) if a template path already has been queried before.
MarkupTemplateEngine.DefaultTemplateResolver - Class in groovy.text.markup
 
MarkupTemplateEngine.TemplateResource - Class in groovy.text.markup
 
marshal(Marshaller, T) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Marshall an object to a xml String.
marshal(JAXBContext, T) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Marshall an object to a xml String.
mASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mAT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mAT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MATCH_REGEX - Static variable in class org.codehaus.groovy.syntax.Types
 
matchByClass(Class<ASTNode>...) - Static method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
MATCHED_CONTAINER - Static variable in class org.codehaus.groovy.syntax.Types
 
Matcher_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
matches(Object) - Method in class groovy.xml.QName
Tests if this QName matches another object.
matches(ASTNode) - Method in interface org.codehaus.groovy.macro.matcher.ASTNodePredicate
 
matches(ASTNodePredicate) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
matches(Closure<Boolean>) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
matches(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
matches(String, Pattern) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
matches(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tells whether or not a CharSequence matches the given compiled regular expression Pattern.
matches(String, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
matchesPartially(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Given a matcher that matches a string against a pattern, this method returns true when the string matches the pattern or if a longer string, could match the pattern.
matching(String) - Method in enum groovy.json.JsonTokenType
Tells if an input string matches a token.
matchRegex(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.
matchRegex(Object, Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
MATH_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
max(T[]) - Static method in class groovy.util.GroovyCollections
Selects the maximum value found in an array of items, so min([2, 4, 6] as Object[]) == 6.
max(Collection<T>) - Static method in class groovy.util.GroovyCollections
Deprecated.
use max(Iterable)
max(Iterable<T>) - Static method in class groovy.util.GroovyCollections
Selects the maximum value found in an Iterable.
max(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects an entry in the map having the maximum calculated value as determined by the supplied closure.
max(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of max instead
max(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds max() method to Iterable objects.
max(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds max() method to Iterator objects.
max(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds max() method to Object arrays.
max(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of max instead
max(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the item in the iterable which when passed as a parameter to the supplied closure returns the maximum value.
max(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found from the Iterator using the closure to determine the correct ordering.
max(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found from the Object array using the closure to determine the correct ordering.
max(Collection<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of max instead
max(Iterable<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the Iterable using the given comparator.
max(Iterator<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found from the Iterator using the given comparator.
max(T[], Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found from the Object array using the given comparator.
MAX_ARGS - Static variable in class org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
 
MAX_CONSTRUCTOR_SCORE - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
MAX_FIELD_SCORE - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
MAX_METHOD_SCORE - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
MAX_RECOMENDATIONS - Static variable in class org.codehaus.groovy.runtime.MethodRankHelper
 
MAXIMUM_CAPACITY - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
MAXIMUM_CAPACITY - Static variable in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
MAXIMUM_CAPACITY - Static variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
maximumNumberOfParameters - Variable in class groovy.lang.Closure
 
maximumWeightedCapacity(long) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.
mBAND(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBAND(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBAND_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBAND_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBIG_SUFFIX(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBNOT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBNOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBOR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBOR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBOR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBOR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBSR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBSR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBSR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBSR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBXOR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBXOR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mBXOR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mBXOR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mCHAR_LITERAL(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mCLOSABLE_BLOCK_OP(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mCOLON(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mCOLON(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mCOMMA(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mCOMMA(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mCOMPARE_TO(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
md5(CharSequence) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Calculate md5 of the CharSequence instance
md5(byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Calculate md5 of the byte array
mDEC(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDEC(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDIGIT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDIGIT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDIGITS_WITH_UNDERSCORE(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDIGITS_WITH_UNDERSCORE(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDIGITS_WITH_UNDERSCORE_OPT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDIGITS_WITH_UNDERSCORE_OPT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDIV(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDIV(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDIV_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mDIV_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDOLLAR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDOLLAR_REGEXP_CTOR_END(boolean, boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDOLLAR_REGEXP_LITERAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDOLLAR_REGEXP_SYMBOL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mDOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
me(String) - Static method in class groovy.util.Eval
Evaluates the specified String expression and returns the result.
me(String, Object, String) - Static method in class groovy.util.Eval
Evaluates the specified String expression and makes the parameter available inside the script, returning the result.
MEDIUM_FONT - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
mELVIS_OPERATOR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MEMBER_DECLARER_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_EXCEPTIONS_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_MODIFIER_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_NAME_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_ORIGIN_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_PARAMS_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_POINTER - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
MEMBER_TYPE_IDX - Static variable in class groovy.inspect.Inspector
 
MEMBER_VALUE_IDX - Static variable in class groovy.inspect.Inspector
 
MemberComparator() - Constructor for class groovy.inspect.Inspector.MemberComparator
 
memberHasValue(AnnotationNode, String, Object) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
memoize() - Method in class groovy.lang.Closure
Creates a caching variant of the closure.
Memoize - Class in org.codehaus.groovy.runtime.memoize
Implements memoize for Closures.
Memoize() - Constructor for class org.codehaus.groovy.runtime.memoize.Memoize
 
memoizeAtLeast(int) - Method in class groovy.lang.Closure
Creates a caching variant of the closure with automatic cache size adjustment and lower limit on the cache size.
memoizeAtMost(int) - Method in class groovy.lang.Closure
Creates a caching variant of the closure with upper limit on the cache size.
memoizeBetween(int, int) - Method in class groovy.lang.Closure
Creates a caching variant of the closure with automatic cache size adjustment and lower and upper limits on the cache size.
MemoizeCache<K,V> - Interface in org.codehaus.groovy.runtime.memoize
Represents a memoize cache with its essential methods
MemoizeCache.ValueProvider<K,V> - Interface in org.codehaus.groovy.runtime.memoize
Represents a provider used to create value
Memoized - Annotation Type in groovy.transform
Method annotation that creates a cache for the results of the execution of the annotated method.
MemoizedASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the Memoized annotation.
MemoizedASTTransformation() - Constructor for class org.codehaus.groovy.transform.MemoizedASTTransformation
 
mEQUAL(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mEQUAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
merge(ConfigObject) - Method in class groovy.util.ConfigObject
Merges the given map with this ConfigObject overriding any matching configuration entries in this ConfigObject
mESC(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mESC(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mESCAPED_DOLLAR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mESCAPED_SLASH(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
Message - Class in org.codehaus.groovy.control.messages
A base class for compilation messages.
Message() - Constructor for class org.codehaus.groovy.control.messages.Message
 
message - Variable in class org.codehaus.groovy.control.messages.SimpleMessage
 
MessageSource - Class in org.codehaus.groovy.tools.shell.util
Message source backed up by one or more ResourceBundle instances for simple i18n support.
MessageSource(String[]) - Constructor for class org.codehaus.groovy.tools.shell.util.MessageSource
 
MessageSource(String) - Constructor for class org.codehaus.groovy.tools.shell.util.MessageSource
 
MessageSource(Class[]) - Constructor for class org.codehaus.groovy.tools.shell.util.MessageSource
 
MessageSource(Class) - Constructor for class org.codehaus.groovy.tools.shell.util.MessageSource
 
META_CLASS_INVOKE_STATIC_METHOD - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
META_METHOD_INVOKER - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
META_PROPERTY_GETTER - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
MetaArrayLengthProperty - Class in groovy.lang
Represents the length property of an array
MetaArrayLengthProperty() - Constructor for class groovy.lang.MetaArrayLengthProperty
Sole constructor setting name to "length" and type to int
MetaBeanProperty - Class in groovy.lang
Represents a property on a bean which may have a getter and/or a setter
MetaBeanProperty(String, Class, MetaMethod, MetaMethod) - Constructor for class groovy.lang.MetaBeanProperty
Sole constructor setting name, type (class), getter and setter.
MetaClass - Interface in groovy.lang
A MetaClass within Groovy defines the behaviour of any given Groovy or Java class.
MetaClass<T> - Class in org.apache.groovy.metaclass
A MetaClass within Groovy defines the behaviour of any given Groovy or Java class
metaClass - Variable in class org.codehaus.groovy.runtime.callsite.MetaClassSite
 
metaClass(Class, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sets/updates the metaclass for a given class to a closure.
metaClass(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sets/updates the metaclass for a given object to a closure.
METACLASS_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
MetaClassConstant<T> - Class in org.apache.groovy.internal.metaclass
The one and only implementation of a meta class.
MetaClassConstant(Class<T>) - Constructor for class org.apache.groovy.internal.metaclass.MetaClassConstant
 
MetaClassConstructorSite - Class in org.codehaus.groovy.runtime.callsite
Call site for constructor meta class - cached method - not cached
MetaClassConstructorSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.MetaClassConstructorSite
 
MetaClassCreationHandle() - Constructor for class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
 
MetaClassHelper - Class in org.codehaus.groovy.runtime
 
MetaClassHelper() - Constructor for class org.codehaus.groovy.runtime.MetaClassHelper
 
MetaClassImpl - Class in groovy.lang
Allows methods to be dynamically added to existing classes at runtime
MetaClassImpl(Class, MetaMethod[]) - Constructor for class groovy.lang.MetaClassImpl
Constructor
MetaClassImpl(Class) - Constructor for class groovy.lang.MetaClassImpl
Constructor that sets the methods to null
MetaClassImpl(MetaClassRegistry, Class, MetaMethod[]) - Constructor for class groovy.lang.MetaClassImpl
Constructor with registry
MetaClassImpl(MetaClassRegistry, Class) - Constructor for class groovy.lang.MetaClassImpl
Constructor with registry setting methods to null
MetaClassImpl.Index - Class in groovy.lang
 
MetaClassImpl.MetaConstructor - Class in groovy.lang
This is a helper class introduced in Groovy 2.1.0, which is used only by indy.
MetaClassRegistry - Interface in groovy.lang
A MetaClassRegistry is an object that is responsible for managing the a cache of MetaClass instances.
MetaClassRegistry.MetaClassCreationHandle - Class in groovy.lang
Class used as base for the creation of MetaClass implementations.
MetaClassRegistryChangeEvent - Class in groovy.lang
An event used to propagate meta class updates
MetaClassRegistryChangeEvent(Object, Object, Class, MetaClass, MetaClass) - Constructor for class groovy.lang.MetaClassRegistryChangeEvent
Constructs a new MetaClassRegistryChangeEvent Object
MetaClassRegistryChangeEventListener - Interface in groovy.lang
A listener called whenever a constant MetaClass is set, removed or replaced.
MetaClassRegistryImpl - Class in org.codehaus.groovy.runtime.metaclass
A registry of MetaClass instances which caches introspection and reflection information and allows methods to be dynamically added to existing classes at runtime
MetaClassRegistryImpl() - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
MetaClassRegistryImpl(int) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
MetaClassRegistryImpl(boolean) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
MetaClassRegistryImpl(int, boolean) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
MetaClassSite - Class in org.codehaus.groovy.runtime.callsite
Call site which holds reference to meta class
MetaClassSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.MetaClassSite
 
MetaExpandoProperty - Class in groovy.lang
Represents a property in an Expando object
MetaExpandoProperty(Map.Entry) - Constructor for class groovy.lang.MetaExpandoProperty
 
MetaInfExtensionModule - Class in org.codehaus.groovy.runtime.m12n
A SimpleExtensionModule implementation which reads extension classes metadata from META-INF.
MetaMethod - Class in groovy.lang
Represents a Method on a Java object a little like Method except without using reflection to invoke the method
MetaMethod() - Constructor for class groovy.lang.MetaMethod
Constructor for a metamethod with an empty parameter list
MetaMethod(Class[]) - Constructor for class groovy.lang.MetaMethod
Constructor wit a list of parameter classes
metaMethodIndex - Variable in class groovy.lang.MetaClassImpl
 
MetaMethodIndex - Class in org.codehaus.groovy.runtime.metaclass
 
MetaMethodIndex(CachedClass) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
MetaMethodIndex.CacheEntry - Class in org.codehaus.groovy.runtime.metaclass
 
MetaMethodIndex.Entry - Class in org.codehaus.groovy.runtime.metaclass
 
MetaMethodIndex.EntryIterator - Interface in org.codehaus.groovy.runtime.metaclass
 
MetaMethodIndex.Header - Class in org.codehaus.groovy.runtime.metaclass
 
MetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
Call site which caches meta method
MetaMethodSite(CallSite, MetaClass, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.MetaMethodSite
 
MetaObjectProtocol - Interface in groovy.lang
An interface that defines the API usable by clients of Groovy's Meta Object Protocol (MOP).
MetaProperty - Class in groovy.lang
Represents a property on a bean which may have a getter and/or a setter
MetaProperty(String, Class) - Constructor for class groovy.lang.MetaProperty
Constructor that sets the property name and type (class)
metaRegistry - Static variable in class org.codehaus.groovy.runtime.InvokerHelper
 
method - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
 
method - Variable in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
method - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
METHOD_CALL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
METHOD_CALL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
METHOD_CALL_STARTERS - Static variable in class org.codehaus.groovy.syntax.Types
 
METHOD_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
METHOD_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
METHOD_MISSING - Static variable in class groovy.lang.MetaClassImpl
 
METHOD_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
methodCall(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
MethodCall - Interface in org.codehaus.groovy.ast.expr
Interface defining common methods for method calls.
MethodCaller - Class in org.codehaus.groovy.classgen.asm
A helper class to invoke methods more easily in ASM
MethodCaller() - Constructor for class org.codehaus.groovy.classgen.asm.MethodCaller
 
MethodCaller(int, Class, String) - Constructor for class org.codehaus.groovy.classgen.asm.MethodCaller
 
MethodCallerMultiAdapter - Class in org.codehaus.groovy.classgen.asm
 
MethodCallerMultiAdapter() - Constructor for class org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
 
methodCallExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
MethodCallExpression - Class in org.codehaus.groovy.ast.expr
A method call on an object or class
MethodCallExpression(Expression, String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MethodCallExpression
 
MethodCallExpression(Expression, Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MethodCallExpression
 
MethodCallExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
MethodCallExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.MethodCallExpressionTransformer
 
MethodCallTransformation - Class in org.codehaus.groovy.ast
 
MethodCallTransformation() - Constructor for class org.codehaus.groovy.ast.MethodCallTransformation
 
MethodClosure - Class in org.codehaus.groovy.runtime
Represents a method on an object using a closure which can be invoked at any time
MethodClosure(Object, String) - Constructor for class org.codehaus.groovy.runtime.MethodClosure
 
methodDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
methodDescriptor(MethodNode) - Static method in class org.apache.groovy.ast.tools.MethodNodeUtils
Return the method node's descriptor which includes its return type, name and parameter types without generics.
methodDescriptorWithoutReturnType(MethodNode) - Static method in class org.apache.groovy.ast.tools.MethodNodeUtils
Return the method node's descriptor including its name and parameter types without generics.
methodHeaders - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
MethodHelper - Class in org.codehaus.groovy.runtime.metaclass
Some reflection helper methods
MethodHelper() - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodHelper
 
methodInfo(Method) - Method in class groovy.inspect.Inspector
 
methodInfo(Constructor) - Method in class groovy.inspect.Inspector
 
methodInfo(MetaMethod) - Method in class groovy.inspect.Inspector
 
MethodInvocationTrap - Class in org.codehaus.groovy.ast
 
MethodInvocationTrap(ReaderSource, SourceUnit) - Constructor for class org.codehaus.groovy.ast.MethodInvocationTrap
 
MethodKey - Class in org.codehaus.groovy.runtime
An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
MethodKey(Class, String, boolean) - Constructor for class org.codehaus.groovy.runtime.MethodKey
 
MethodMetaProperty - Class in org.codehaus.groovy.runtime.metaclass
Wrapper for a method for a property get or set.
MethodMetaProperty(String, MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
 
MethodMetaProperty.GetBeanMethodMetaProperty - Class in org.codehaus.groovy.runtime.metaclass
Wrapper for a method realizing the property getter.
MethodMetaProperty.GetMethodMetaProperty - Class in org.codehaus.groovy.runtime.metaclass
Wrapper for a method realizing the property get.
methodMissing(String, Object) - Method in class groovy.text.markup.BaseTemplate
This is the main method responsible for writing a tag and its attributes.
methodMissingDelegate - Variable in class groovy.util.FactoryBuilderSupport
 
methodName - Variable in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
MethodNode - Class in org.codehaus.groovy.ast
Represents a method declaration
MethodNode() - Constructor for class org.codehaus.groovy.ast.MethodNode
 
MethodNode(String, int, ClassNode, Parameter[], ClassNode[], Statement) - Constructor for class org.codehaus.groovy.ast.MethodNode
 
MethodNodeUtils - Class in org.apache.groovy.ast.tools
Utility class for working with MethodNodes
methodPointerExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
MethodPointerExpression - Class in org.codehaus.groovy.ast.expr
Represents a method pointer on an object such as foo.&bar which means find the method pointer for the bar method on the foo instance.
MethodPointerExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
MethodRankHelper - Class in org.codehaus.groovy.runtime
Utility class for MissingMethodException, MissingPropertyException etc.
MethodRankHelper() - Constructor for class org.codehaus.groovy.runtime.MethodRankHelper
 
methods() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
methods(boolean) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
methods - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
methods() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
methods(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
methods() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
methods(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
methods() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of methods
methods(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
MethodSelectionException - Exception in org.codehaus.groovy.runtime.metaclass
This exception is thrown if the runtime is unable to select a method.
MethodSelectionException(String, FastArray, Class[]) - Constructor for exception org.codehaus.groovy.runtime.metaclass.MethodSelectionException
Creates a new MethodSelectionException.
methodsForSuper - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
methodsToBeVisited - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
mEXPONENT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mEXPONENT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mGE(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mGE(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mGT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mGT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mHEX_DIGIT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mHEX_DIGIT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mIDENT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mIDENT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mIDENTICAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
millis - Variable in class groovy.time.BaseDuration
 
min(T[]) - Static method in class groovy.util.GroovyCollections
Selects the minimum value found in an array of items, so min([2, 4, 6] as Object[]) == 2.
min(Collection<T>) - Static method in class groovy.util.GroovyCollections
Deprecated.
use min(Iterable)
min(Iterable<T>) - Static method in class groovy.util.GroovyCollections
Selects the minimum value found in an Iterable of items.
min(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of min instead
min(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds min() method to Collection objects.
min(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds min() method to Iterator objects.
min(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds min() method to Object arrays.
min(Collection<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of min instead
min(Iterable<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the Iterable using the given comparator.
min(Iterator<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found from the Iterator using the given comparator.
min(T[], Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found from the Object array using the given comparator.
min(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of min instead
min(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the item in the iterable which when passed as a parameter to the supplied closure returns the minimum value.
min(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects an entry in the map having the minimum calculated value as determined by the supplied closure.
min(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found from the Iterator using the closure to determine the correct ordering.
min(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found from the Object array using the closure to determine the correct ordering.
mINC(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mINC(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mindmap(String) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
MindMapPrinter - Class in org.codehaus.groovy.antlr.treewalker
An antlr AST visitor that prints a format suitable for viewing in http://freemind.sourceforge.net
MindMapPrinter(PrintStream, String[]) - Constructor for class org.codehaus.groovy.antlr.treewalker.MindMapPrinter
A visitor that prints a format suitable for viewing in http://freemind.sourceforge.net
MindMapPrinter(PrintStream, String[], SourceBuffer) - Constructor for class org.codehaus.groovy.antlr.treewalker.MindMapPrinter
 
MINIMUM_BYTECODE_VERSION - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
MINIMUM_CAPACITY - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
MINIMUM_CAPACITY - Static variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
minimumSize() - Method in class groovy.lang.NonEmptySequence
 
minimumSize() - Method in class groovy.lang.Sequence
 
minus(DatumDependentDuration) - Method in class groovy.time.DatumDependentDuration
 
minus(Duration) - Method in class groovy.time.DatumDependentDuration
 
minus(Duration) - Method in class groovy.time.Duration
 
minus(TimeDuration) - Method in class groovy.time.Duration
 
minus(DatumDependentDuration) - Method in class groovy.time.Duration
 
minus(TimeDatumDependentDuration) - Method in class groovy.time.Duration
 
minus(Date, BaseDuration) - Static method in class groovy.time.TimeCategory
 
minus(Date, Date) - Static method in class groovy.time.TimeCategory
Subtract one date from the other.
minus(Duration) - Method in class groovy.time.TimeDatumDependentDuration
 
minus(DatumDependentDuration) - Method in class groovy.time.TimeDatumDependentDuration
 
minus(Duration) - Method in class groovy.time.TimeDuration
 
minus(DatumDependentDuration) - Method in class groovy.time.TimeDuration
 
minus(Duration, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Duration that is seconds seconds shorter that this duration.
minus(Instant, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an Instant that is seconds seconds before this instant.
minus(LocalDate, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate that is days days before this date.
minus(LocalDate, LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Calculates the number of days between two dates
minus(LocalDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime that is seconds seconds before this date/time.
minus(LocalTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalTime that is seconds seconds before this time.
minus(OffsetDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime that is seconds seconds before this date/time.
minus(OffsetTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetTime that is seconds seconds before this time.
minus(Period, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period that is days days shorter than this period.
minus(Year, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Year that is years years before this year.
minus(YearMonth, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a YearMonth that is months months before this year/month.
minus(ZonedDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZonedDateTime that is seconds seconds before this date/time.
minus(DayOfWeek, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the DayOfWeek that is days many days before this day of the week.
minus(Month, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Month that is months months before this month.
minus(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Subtract a number of days from this date and returns the new date.
minus(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Subtract a number of days from this date and returns the new date.
minus(Timestamp, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Subtract a number of days from this Timestamp and returns the new Timestamp object.
minus(Calendar, Calendar) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Subtract another date from this one and return the number of days of the difference.
minus(Date, Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Subtract another Date from this one and return the number of days of the difference.
MINUS - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
MINUS - Static variable in class org.apache.groovy.json.internal.CharScanner
 
MINUS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
MINUS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
minus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
minus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
minus(Timestamp, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
minus(Calendar, Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
minus(Date, Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
minus(Set<T>, Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set composed of the elements of the first Set minus the elements of the given Collection.
minus(Set<T>, Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set composed of the elements of the first Set minus the elements from the given Iterable.
minus(Set<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set composed of the elements of the first Set minus the given element.
minus(SortedSet<T>, Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the elements of the first SortedSet minus the elements of the given Collection.
minus(SortedSet<T>, Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the elements of the first SortedSet minus the elements of the given Iterable.
minus(SortedSet<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet composed of the elements of the first SortedSet minus the given element.
minus(T[], Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array composed of the elements of the first array minus the elements of the given Iterable.
minus(T[], Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array composed of the elements of the first array minus the elements of the given array.
minus(List<T>, Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the elements of the first list minus every occurrence of elements of the given Collection.
minus(Collection<T>, Collection<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new Collection composed of the elements of the first Collection minus every occurrence of elements of the given Collection.
minus(List<T>, Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new List composed of the elements of the first List minus every occurrence of elements of the given Iterable.
minus(Iterable<T>, Iterable<?>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new Collection composed of the elements of the first Iterable minus every occurrence of elements of the given Iterable.
minus(List<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new List composed of the elements of the first List minus every occurrence of the given element to remove.
minus(Iterable<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new Collection composed of the elements of the first Iterable minus every occurrence of the given element to remove.
minus(T[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a new object array composed of the elements of the first array minus the element to remove.
minus(Map<K, V>, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Map composed of the entries of the first map minus the entries of the given map.
minus(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtract a Number from a Character.
minus(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtract a Character from a Number.
minus(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Subtract one Character from another.
minus(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
minus(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
minus(Number, Number) - Static method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
Subtraction of two Numbers.
minus(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Remove a part of a CharSequence by replacing the first occurrence of target within self with '' and returns the result.
minus(CharSequence, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Remove a part of a CharSequence.
minus(String, Pattern) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
minus(String, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
minus(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(byte, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(byte, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(short, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(int, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(long, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(float, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
minus(double, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
MINUS - Static variable in class org.codehaus.groovy.syntax.Types
 
minus(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
minus(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
minus(double, double) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
MINUS_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
MINUS_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
MINUS_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
MINUS_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
 
minutes - Variable in class groovy.time.BaseDuration
 
missesGenericsTypes(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
MissingClassException - Exception in groovy.lang
An exception occurred if a dynamic method dispatch fails with an unknown class.
MissingClassException(String, ASTNode, String) - Constructor for exception groovy.lang.MissingClassException
 
MissingClassException(ClassNode, String) - Constructor for exception groovy.lang.MissingClassException
 
MissingFieldException - Exception in groovy.lang
An exception occurred if a dynamic field dispatch fails with an unknown field.
MissingFieldException(String, Class) - Constructor for exception groovy.lang.MissingFieldException
 
MissingFieldException(String, Class, Throwable) - Constructor for exception groovy.lang.MissingFieldException
 
MissingFieldException(String, String, Class) - Constructor for exception groovy.lang.MissingFieldException
 
MissingMethodException - Exception in groovy.lang
An exception occurred if a dynamic method dispatch fails with an unknown method.
MissingMethodException(String, Class, Object[]) - Constructor for exception groovy.lang.MissingMethodException
 
MissingMethodException(String, Class, Object[], boolean) - Constructor for exception groovy.lang.MissingMethodException
 
MissingMethodExceptionNoStack - Exception in org.codehaus.groovy.runtime.metaclass
 
MissingMethodExceptionNoStack(String, Class, Object[]) - Constructor for exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
 
MissingMethodExceptionNoStack(String, Class, Object[], boolean) - Constructor for exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
 
MissingMethodExecutionFailed - Exception in org.codehaus.groovy.runtime.metaclass
A stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException.
MissingMethodExecutionFailed(String, Class, Object[], boolean, Throwable) - Constructor for exception org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
 
MissingPropertyException - Exception in groovy.lang
An exception occurred if a dynamic property dispatch fails with an unknown property.
MissingPropertyException(String, Class) - Constructor for exception groovy.lang.MissingPropertyException
 
MissingPropertyException(String, Class, Throwable) - Constructor for exception groovy.lang.MissingPropertyException
 
MissingPropertyException(String) - Constructor for exception groovy.lang.MissingPropertyException
 
MissingPropertyException(String, String, Class) - Constructor for exception groovy.lang.MissingPropertyException
 
MissingPropertyExceptionNoStack - Exception in org.codehaus.groovy.runtime.metaclass
 
MissingPropertyExceptionNoStack(String, Class) - Constructor for exception org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
 
mixedContent(NodeList) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
MixedInMetaClass - Class in org.codehaus.groovy.runtime.metaclass
 
MixedInMetaClass(Object, Object) - Constructor for class org.codehaus.groovy.runtime.metaclass.MixedInMetaClass
 
Mixin - Annotation Type in groovy.lang
Deprecated.
static mixins have been deprecated in favour of traits (trait keyword).
mixin(MetaClass, List<Class>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend object with category methods.
mixin(Class, List<Class>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend class globally with category methods.
mixin(Class, Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend class globally with category methods.
mixin(Class, Class[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend class globally with category methods.
mixin(MetaClass, Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend class globally with category methods.
mixin(MetaClass, Class[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Extend class globally with category methods.
MixinASTTransformation - Class in org.codehaus.groovy.ast
Deprecated.
static mixins have been deprecated in favour of traits (trait keyword).
MixinASTTransformation() - Constructor for class org.codehaus.groovy.ast.MixinASTTransformation
Deprecated.
 
mixinClassesToMetaClass(MetaClass, List<Class>) - Static method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
MixinInMetaClass - Class in org.codehaus.groovy.reflection
 
MixinInMetaClass(ExpandoMetaClass, CachedClass) - Constructor for class org.codehaus.groovy.reflection.MixinInMetaClass
 
MixinInstanceMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
MetaMethod for mixed in classes
MixinInstanceMetaMethod(MetaMethod, MixinInMetaClass) - Constructor for class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod
 
MixinInstanceMetaProperty - Class in org.codehaus.groovy.runtime.metaclass
MetaProperty for mixed in classes
MixinInstanceMetaProperty(MetaProperty, MixinInMetaClass) - Constructor for class org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
 
MixinNode - Class in org.codehaus.groovy.ast
Represents a mixin which can be applied to any ClassNode to implement mixins
MixinNode(String, int, ClassNode) - Constructor for class org.codehaus.groovy.ast.MixinNode
 
MixinNode(String, int, ClassNode, ClassNode[]) - Constructor for class org.codehaus.groovy.ast.MixinNode
 
ML_COMMENT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
ML_COMMENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
mLAND(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLAND(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLBRACK(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLBRACK(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLCURLY(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLCURLY(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLE(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLE(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLETTER(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLNOT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLNOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLOR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLOR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLPAREN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLPAREN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mLT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mLT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mlTextRunSet - Variable in class groovy.ui.text.StructuredSyntaxDocumentFilter
The position tree of multi-line comments.
mMEMBER_POINTER(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mMINUS(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mMINUS(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mMINUS_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mMINUS_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mML_COMMENT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mML_COMMENT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mMOD(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mMOD(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mMOD_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mMOD_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mNLS(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mNOT_EQUAL(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mNOT_EQUAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mNOT_IDENTICAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mNUM_INT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mNUM_INT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MockOutputTool - Class in org.codehaus.groovy.tools.groovydoc
 
MockOutputTool() - Constructor for class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
MockProxyMetaClass - Class in groovy.mock.interceptor
The ProxyMetaClass for the MockInterceptor.
MockProxyMetaClass(MetaClassRegistry, Class, MetaClass) - Constructor for class groovy.mock.interceptor.MockProxyMetaClass
 
MockProxyMetaClass(MetaClassRegistry, Class, MetaClass, boolean) - Constructor for class groovy.mock.interceptor.MockProxyMetaClass
 
MOD - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
MOD - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
mod(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Performs a division modulus operation.
mod(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
mod(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
mod(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
MOD - Static variable in class org.codehaus.groovy.syntax.Types
 
mod(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
mod(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
MOD_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
MOD_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
MOD_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
model - Variable in class groovy.inspect.swingui.TableMap
 
MODEL_ATTRIBUTE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
modifier() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
modifiers(AST, List<AnnotationNode>, int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
modifiers() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
MODIFIERS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
MODIFIERS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
modifiers() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
modifiers - Variable in class org.codehaus.groovy.reflection.CachedClass
 
modifiers() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
modifiers() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
modifiers() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
modifierSpecifier() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
modifierSpecifier() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
modifierSpecifier() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
modifierSpecifier() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
modImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
modImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
modImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
modImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
modImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
MODULE_FACTORY_KEY - Static variable in class org.codehaus.groovy.runtime.m12n.StandardPropertiesModuleFactory
 
MODULE_INSTANCE_CLASSES_KEY - Static variable in class org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
 
MODULE_META_INF_FILE - Static variable in class org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner
 
MODULE_META_INF_FILE - Static variable in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Deprecated.
MODULE_NAME_KEY - Static variable in class org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
 
MODULE_STATIC_CLASSES_KEY - Static variable in class org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
 
MODULE_VERSION_KEY - Static variable in class org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
 
ModuleNode - Class in org.codehaus.groovy.ast
Represents a module, which consists typically of a class declaration but could include some imports, some statements and multiple classes intermixed with statements like scripts in Python or Ruby
ModuleNode(SourceUnit) - Constructor for class org.codehaus.groovy.ast.ModuleNode
 
ModuleNode(CompileUnit) - Constructor for class org.codehaus.groovy.ast.ModuleNode
 
mONE_NL(boolean, boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
months - Variable in class groovy.time.BaseDuration
 
MOP_GET - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
MOP_INVOKE_CONSTRUCTOR - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
MOP_INVOKE_METHOD - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
mopMethods - Variable in class org.codehaus.groovy.reflection.CachedClass
 
mOPTIONAL_DOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MopWriter - Class in org.codehaus.groovy.classgen.asm
 
MopWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.MopWriter
 
MopWriter.Factory - Interface in org.codehaus.groovy.classgen.asm
 
moveColumn(int, int) - Method in class groovy.model.DefaultTableModel.MyTableColumnModel
 
MPE - Static variable in exception groovy.lang.MissingPropertyException
 
mPLUS(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mPLUS(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mPLUS_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mPLUS_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mQUESTION(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mQUESTION(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mRANGE_EXCLUSIVE(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mRANGE_INCLUSIVE(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mRBRACK(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mRBRACK(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mRCURLY(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mRCURLY(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mREGEX_FIND(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mREGEX_MATCH(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mREGEXP_CTOR_END(boolean, boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mREGEXP_LITERAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mREGEXP_SYMBOL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mRPAREN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mRPAREN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSEMI(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSEMI(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSH_COMMENT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSL(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSL_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSL_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSL_COMMENT(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSL_COMMENT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSPREAD_DOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTAR(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSTAR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTAR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSTAR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTAR_STAR(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTAR_STAR_ASSIGN(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTRING_CH(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTRING_CTOR_END(boolean, boolean, boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTRING_LITERAL(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mSTRING_LITERAL(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mSTRING_NL(boolean, boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mTRIPLE_DOT(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MULTI_PROPERTY - Static variable in class groovy.util.ObservableMap.MultiPropertyEvent
 
multicatch() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
MULTICATCH - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
multicatch_types() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
MULTICATCH_TYPES - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
MultiElementAddedEvent(Object, int, List) - Constructor for class groovy.util.ObservableList.MultiElementAddedEvent
 
MultiElementAddedEvent(Object, List) - Constructor for class groovy.util.ObservableSet.MultiElementAddedEvent
 
MultiElementRemovedEvent(Object, List) - Constructor for class groovy.util.ObservableList.MultiElementRemovedEvent
 
MultiElementRemovedEvent(Object, List) - Constructor for class groovy.util.ObservableSet.MultiElementRemovedEvent
 
MultiLineRun(int, int) - Constructor for class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
MultiLineRun(int, int, int) - Constructor for class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
MultipleCompilationErrorsException - Exception in org.codehaus.groovy.control
Represents multiple other exceptions
MultipleCompilationErrorsException(ErrorCollector) - Constructor for exception org.codehaus.groovy.control.MultipleCompilationErrorsException
 
MultipleSetterProperty - Class in org.codehaus.groovy.runtime.metaclass
This class represents a property with multiple setters.
MultipleSetterProperty(String) - Constructor for class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
multiplicativeExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
multiply(Duration, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the multiplication operator; equivalent to calling the Duration.multipliedBy(long) method.
multiply(Period, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the multiply operator; equivalent to calling the Period.multipliedBy(int) method.
multiply(Collection<T>, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
use the Iterable variant instead
multiply(Iterable<T>, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection composed of the elements of this Iterable, repeated a certain number of times.
multiply(List<T>, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the elements of this Iterable, repeated a certain number of times.
multiply(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Character by a Number.
multiply(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Number by a Character.
multiply(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply two Characters.
multiply(BigDecimal, Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a BigDecimal and a Double.
multiply(BigDecimal, BigInteger) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a BigDecimal and a BigInteger.
multiply(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
multiply(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
multiply(Number, Number) - Static method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
Multiply two Numbers.
multiply(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Repeat a CharSequence a certain number of times.
multiply(String, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
multiply(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
multiply(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(byte, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(byte, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(short, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(int, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(long, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(float, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
multiply(double, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
MULTIPLY - Static variable in class org.codehaus.groovy.syntax.Types
 
multiply(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
multiply(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
multiply(double, double) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
MULTIPLY_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
multiplyImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
MultiPropertyEvent(Object, ObservableMap.PropertyEvent[]) - Constructor for class groovy.util.ObservableMap.MultiPropertyEvent
 
MutableMetaClass - Interface in groovy.lang
An interface that defines methods that implementers of mutable Meta classes should specify.
MutualPropertyBinding - Class in org.codehaus.groovy.binding
 
mVOCAB(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mVOCAB(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
mWS(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
mWS(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
MY_TYPE - Static variable in class org.codehaus.groovy.transform.BaseScriptASTTransformation
 
MY_TYPE - Static variable in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
MY_TYPE_NAME - Static variable in class org.codehaus.groovy.transform.BuilderASTTransformation
 
MyTableColumnModel() - Constructor for class groovy.model.DefaultTableModel.MyTableColumnModel
 

N

n2sort() - Method in class groovy.inspect.swingui.TableSorter
 
name - Variable in class groovy.lang.MetaProperty
 
name() - Method in class groovy.util.GroovyMBean
 
name() - Method in class groovy.util.Node
Returns an Object representing the name of the node.
name() - Method in class groovy.util.slurpersupport.Attribute
 
name() - Method in class groovy.util.slurpersupport.Attributes
 
name - Variable in class groovy.util.slurpersupport.GPathResult
 
name() - Method in class groovy.util.slurpersupport.GPathResult
Returns the name of this GPathResult.
name() - Method in class groovy.util.slurpersupport.Node
Returns the name of this Node.
name(Node) - Static method in class groovy.xml.dom.DOMCategory
 
name - Variable in class org.codehaus.groovy.control.SourceUnit
A descriptive name of the source unit.
name() - Method in interface org.codehaus.groovy.groovydoc.GroovyAnnotationRef
Name of the annotation being referenced.
name() - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
name() - Method in interface org.codehaus.groovy.groovydoc.GroovyParameter
 
name() - Method in interface org.codehaus.groovy.groovydoc.GroovyTag
The tag name, e.g.
name - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
 
name - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
name() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
 
name - Variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
name - Variable in class org.codehaus.groovy.tools.shell.util.Logger
 
name - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
NAME_ARGS_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
NAME_ATTRIBUTE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
NAMED_PARAMS_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
NAMED_VALUE - Static variable in class org.codehaus.groovy.syntax.Types
 
NamedArgumentListExpression - Class in org.codehaus.groovy.ast.expr
Represents one or more arguments being passed into a method by name
NamedArgumentListExpression() - Constructor for class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
NamedArgumentListExpression(List<MapEntryExpression>) - Constructor for class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
NamedDelegate - Annotation Type in groovy.transform
Marker interface used to indicate that the property names of the annotated parameter represent valid key names when using named arguments and that the property types are applicable for type checking purposes.
NamedParam - Annotation Type in groovy.transform
Marker interface used to indicate that the name of the annotated parameter (or specified optional name) is a valid key name when using named arguments and that the parameter type is applicable for type checking purposes.
NamedParams - Annotation Type in groovy.transform
Collector annotation for NamedParam.
NamedVariant - Annotation Type in groovy.transform
Allows construction of a named-arg equivalent method or constructor.
NamedVariantASTTransformation - Class in org.codehaus.groovy.transform
 
NamedVariantASTTransformation() - Constructor for class org.codehaus.groovy.transform.NamedVariantASTTransformation
 
namePrefix - Variable in class groovy.servlet.AbstractHttpServlet
a.fink: it was in AbstractHttpServlet.removeNamePrefix(java.lang.String), but was extracted to var for optimization
names - Variable in class org.codehaus.groovy.control.CompilationUnit
 
Namespace - Class in groovy.xml
A simple helper class which acts as a factory of QName instances.
Namespace() - Constructor for class groovy.xml.Namespace
 
Namespace(String) - Constructor for class groovy.xml.Namespace
 
Namespace(String, String) - Constructor for class groovy.xml.Namespace
 
namespace(String) - Method in class groovy.xml.NamespaceBuilder
 
namespace(String, String) - Method in class groovy.xml.NamespaceBuilder
 
namespace(String) - Method in class groovy.xml.NamespaceBuilderSupport
 
namespace(String, String) - Method in class groovy.xml.NamespaceBuilderSupport
 
NamespaceAwareHashMap - Class in groovy.util.slurpersupport
 
NamespaceAwareHashMap() - Constructor for class groovy.util.slurpersupport.NamespaceAwareHashMap
 
NamespaceBuilder - Class in groovy.xml
A helper class for creating namespaces for GroovyMarkup
NamespaceBuilder(BuilderSupport) - Constructor for class groovy.xml.NamespaceBuilder
 
NamespaceBuilderSupport - Class in groovy.xml
A helper class for creating namespaced GroovyMarkup
NamespaceBuilderSupport(BuilderSupport) - Constructor for class groovy.xml.NamespaceBuilderSupport
 
NamespaceBuilderSupport(BuilderSupport, String) - Constructor for class groovy.xml.NamespaceBuilderSupport
 
NamespaceBuilderSupport(BuilderSupport, String, String) - Constructor for class groovy.xml.NamespaceBuilderSupport
 
NamespaceBuilderSupport(BuilderSupport, String, String, boolean) - Constructor for class groovy.xml.NamespaceBuilderSupport
 
NamespaceBuilderSupport(BuilderSupport, Map) - Constructor for class groovy.xml.NamespaceBuilderSupport
 
NamespaceContext() - Constructor for class groovy.util.XmlNodePrinter.NamespaceContext
 
NamespaceContext(XmlNodePrinter.NamespaceContext) - Constructor for class groovy.util.XmlNodePrinter.NamespaceContext
 
namespaceMap - Variable in class groovy.util.slurpersupport.GPathResult
 
namespaceMethodMap - Variable in class groovy.xml.streamingmarkupsupport.Builder
 
namespacePrefix - Variable in class groovy.util.slurpersupport.GPathResult
 
namespaceSpecificTags - Variable in class groovy.xml.streamingmarkupsupport.Builder.Built
 
namespaceTagHints - Variable in class groovy.util.slurpersupport.GPathResult
 
namespaceURI() - Method in class groovy.util.slurpersupport.Attribute
Returns the URI of the namespace of this Attribute.
namespaceURI() - Method in class groovy.util.slurpersupport.Node
Returns the URI of the namespace of this Node.
namespaceURI() - Method in class groovy.util.slurpersupport.NodeChild
Returns the URI of the namespace of this NodeChild.
nameWithDots() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
 
nameWithDots() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
nativeParamTypes - Variable in class org.codehaus.groovy.reflection.ParameterTypes
 
NAVIGATE - Static variable in class org.codehaus.groovy.syntax.Types
 
ncurry(int, Object...) - Method in class groovy.lang.Closure
Support for Closure currying at a given index.
ncurry(int, Object) - Method in class groovy.lang.Closure
Support for Closure currying at a given index.
NE - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
needSortedInput() - Method in class org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
 
needsPropertyChangeSupport(ClassNode, SourceUnit) - Method in class groovy.beans.BindableASTTransformation
Snoops through the declaring class and all parents looking for methods void addPropertyChangeListener(PropertyChangeListener), void removePropertyChangeListener(PropertyChangeListener), and void firePropertyChange(String, Object, Object).
needsVetoableChangeSupport(ClassNode, SourceUnit) - Method in class groovy.beans.VetoableASTTransformation
Snoops through the declaring class and all parents looking for a field of type VetoableChangeSupport.
negate() - Method in class groovy.lang.GString
Turns a String into a regular expression pattern
negateBoolean(MethodVisitor) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Negate a boolean on stack.
negative(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the unary minus operator; equivalent to calling the Duration.negated() method.
negative(Period) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the unary minus operator; equivalent to calling the Period.negated() method.
NestedValueModel - Interface in groovy.model
Represents a nested value model such as a PropertyModel or a ClosureModel
newArrayDeclarator() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
newAssignmentExpression(Variable, Expression) - Static method in class org.codehaus.groovy.ast.expr.BinaryExpression
Creates an assignment expression in which the specified expression is written into the specified variable name.
newClass(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
newContainer() - Static method in class org.codehaus.groovy.syntax.Reduction
Creates a new Reduction with Token.NULL as it's root.
newContext() - Method in class groovy.util.FactoryBuilderSupport
Pushes a new context on the stack.
newDataInputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newDataInputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a data input stream for this file
newDataInputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a data input stream for this file
newDataOutputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newDataOutputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a new data output stream for this file.
newDataOutputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a new data output stream for this file.
newDecimal(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents a decimal number.
newExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
object instantiation.
newIdentifier(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents an identifier.
Newify - Annotation Type in groovy.lang
Annotation that supports writing constructor call expressions without the 'new' keyword.
NewifyASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Newify AST transform.
NewifyASTTransformation() - Constructor for class org.codehaus.groovy.transform.NewifyASTTransformation
 
newInitializationExpression(String, ClassNode, Expression) - Static method in class org.codehaus.groovy.ast.expr.BinaryExpression
Creates variable initialization expression in which the specified expression is written into the specified variable name.
newInputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newInputStream(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newInputStream(URL, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newInputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a buffered input stream for this file.
newInputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered input stream for this file.
newInputStream(URL) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered input stream for this URL.
newInputStream(URL, Map) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered input stream for this URL.
newInstance(List<T>, boolean, Closure) - Static method in class groovy.lang.ListWithDefault
 
newInstance(Map<K, V>, Closure) - Static method in class groovy.lang.MapWithDefault
 
newInstance(String) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL.
newInstance(String, Properties) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL and some properties.
newInstance(String, Properties, String) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL, some properties and a driver class name.
newInstance(String, String, String) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL, a username and a password.
newInstance(String, String, String, String) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL, a username, a password and a driver class name.
newInstance(String, String) - Static method in class groovy.sql.Sql
Creates a new Sql instance given a JDBC connection URL and a driver class name.
newInstance(Map<String, Object>) - Static method in class groovy.sql.Sql
Creates a new Sql instance given parameters in a Map.
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in interface groovy.util.Factory
 
newInstance() - Static method in class groovy.util.NodeBuilder
 
newInstance(Class, Map) - Method in class groovy.util.ObjectGraphBuilder.DefaultNewInstanceResolver
 
newInstance(Class, Map) - Method in interface groovy.util.ObjectGraphBuilder.NewInstanceResolver
Create a new instance of Class klass.
newInstance() - Static method in class groovy.xml.DOMBuilder
 
newInstance(boolean, boolean) - Static method in class groovy.xml.DOMBuilder
 
newInstance(BuilderSupport, String) - Static method in class groovy.xml.NamespaceBuilder
 
newInstance(BuilderSupport) - Static method in class groovy.xml.NamespaceBuilder
 
newInstance(BuilderSupport, String, String) - Static method in class groovy.xml.NamespaceBuilder
 
newInstance(Map, BuilderSupport) - Static method in class groovy.xml.NamespaceBuilder
 
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in class org.codehaus.groovy.control.customizers.builder.CustomizersFactory
 
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in class org.codehaus.groovy.control.customizers.builder.ImportCustomizerFactory
 
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in class org.codehaus.groovy.control.customizers.builder.InlinedASTCustomizerFactory
 
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in class org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory
 
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory
 
newInstance(boolean) - Static method in class org.codehaus.groovy.control.ParserPluginFactory
newInstance() - Static method in class org.codehaus.groovy.control.ParserPluginFactory
Creates a new instance of ParserPluginFactory.
newInstance(Class<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convenience method to dynamically create a new instance of this class.
newInstance(Class<T>, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper to construct a new instance from the given arguments.
NewInstanceMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class.
NewInstanceMetaMethod(CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
 
newInteger(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents an integer.
newInterface(Class, String) - Static method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
newKeyword(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents a keyword.
newLine() - Method in class groovy.text.markup.BaseTemplate
Adds a new line to the output.
NEWLINE - Static variable in class org.codehaus.groovy.syntax.Types
 
newlineCheck(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
NewMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
Base class for NewInstanceMetaMethod and NewStaticMetaMethod
NewMetaMethod(CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.NewMetaMethod
 
newMethod(String, Class) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
newMethod(String, ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
newMethod(String, Callable<ClassNode>) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
newModule(Properties, ClassLoader) - Static method in class org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
 
newModule(Properties, ClassLoader) - Method in class org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
 
newModule(Properties, ClassLoader) - Method in class org.codehaus.groovy.runtime.m12n.StandardPropertiesModuleFactory
 
newObjectInputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectInputStream(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectInputStream(InputStream, ClassLoader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectInputStream(File, ClassLoader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectInputStream(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create an object input stream for this input stream.
newObjectInputStream(InputStream, ClassLoader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create an object input stream for this input stream using the given class loader.
newObjectInputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create an object input stream for this file.
newObjectInputStream(Path, ClassLoader) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create an object input stream for this path using the given class loader.
newObjectInputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create an object input stream for this file.
newObjectInputStream(File, ClassLoader) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create an object input stream for this file using the given class loader.
newObjectOutputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectOutputStream(OutputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newObjectOutputStream(OutputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create an object output stream for this output stream.
newObjectOutputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create an object output stream for this path.
newObjectOutputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create an object output stream for this file.
newOutputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newOutputStream(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a buffered output stream for this file.
newOutputStream(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a buffered output stream for this file.
newPlaceholder(int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token with the specified meaning.
newPrintWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newPrintWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newPrintWriter(Writer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newPrintWriter(Writer) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new PrintWriter for this Writer.
newPrintWriter(OutputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new PrintWriter for this OutputStream.
newPrintWriter(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new PrintWriter for this file.
newPrintWriter(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new PrintWriter for this file, using specified charset.
newPrintWriter(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new PrintWriter for this file.
newPrintWriter(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new PrintWriter for this file, using specified charset.
newReader(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(InputStream, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(URL, Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(URL, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(URL, Map, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newReader(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a reader for this input stream.
newReader(InputStream, String) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a reader for this input stream, using the specified charset as the encoding.
newReader(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a buffered reader for this file.
newReader(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a buffered reader for this file, using the specified charset as the encoding.
newReader(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a buffered reader for this file.
newReader(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a buffered reader for this file, using the specified charset as the encoding.
newReader(URL) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered reader for this URL.
newReader(URL, Map) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered reader for this URL.
newReader(URL, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered reader for this URL using the given encoding.
newReader(URL, Map, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered reader for this URL using the given encoding.
newRealm(String, Realm) - Static method in class org.apache.groovy.metaclass.Realm
 
newSAXParser(String, Source...) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and optionally providing the schema sources to validate with.
newSAXParser(String, boolean, boolean, Source...) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and optionally providing the schema sources to validate with.
newSAXParser(String, File) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and a File containing the schema to validate against.
newSAXParser(String, boolean, boolean, File) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and a File containing the schema to validate against.
newSAXParser(String, URL) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and an URL pointing to the schema to validate against.
newSAXParser(String, boolean, boolean, URL) - Static method in class groovy.xml.XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and an URL pointing to the schema to validate against.
newScope() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
newScope(Closure) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
newScript(Class<?>, Binding) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
newStatic(Class, String) - Static method in class org.codehaus.groovy.ast.FieldNode
 
newStatic(Class, String) - Static method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
newStatic(Class, String, boolean, boolean) - Static method in class org.codehaus.groovy.classgen.asm.MethodCallerMultiAdapter
 
NewStaticMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
A MetaMethod implementation where the underlying method is really a static helper method on some class.
NewStaticMetaMethod(CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.NewStaticMetaMethod
 
newString(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents a double-quoted string.
newSymbol(int, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents a symbol, using a library for the text.
newSymbol(String, int, int) - Static method in class org.codehaus.groovy.syntax.Token
Creates a token that represents a symbol, using a library for the type.
newValue - Static variable in enum groovy.util.ObservableList.ChangeType
 
newValue - Static variable in enum groovy.util.ObservableMap.ChangeType
 
newValue - Static variable in enum groovy.util.ObservableSet.ChangeType
 
newVirtual(Class, String) - Static method in class org.codehaus.groovy.classgen.asm.MethodCaller
 
newVisitor(SourceUnit, ClassNode) - Method in class org.codehaus.groovy.transform.sc.StaticCompileTransformation
 
newVisitor(SourceUnit, ClassNode) - Method in class org.codehaus.groovy.transform.StaticTypesTransformation
Allows subclasses to provide their own visitor.
newWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newWriter(File, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newWriter(File, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
newWriter(OutputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a writer for this stream.
newWriter(OutputStream, String) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a writer for this stream using the given charset.
newWriter(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a buffered writer for this file.
newWriter(Path, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a buffered writer for this file, optionally appending to the existing file content.
newWriter(Path, String, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Helper method to create a buffered writer for a file without writing a BOM.
newWriter(Path, String, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Helper method to create a buffered writer for a file.
newWriter(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a buffered writer for this file without writing a BOM, writing data using the given encoding.
newWriter(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a buffered writer for this file.
newWriter(File, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered writer for this file, optionally appending to the existing file content.
newWriter(File, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Helper method to create a buffered writer for a file without writing a BOM.
newWriter(File, String, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Helper method to create a buffered writer for a file.
newWriter(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a buffered writer for this file, writing data without writing a BOM, using a specified encoding.
neX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
next() - Method in class groovy.json.JsonLexer
Iterator method to get the next token of the stream.
next() - Method in class groovy.sql.GroovyResultSetExtension
Moves the cursor down one row from its current position.
next() - Method in class groovy.text.markup.DelegatingIndentWriter
 
next() - Method in class groovy.util.ObservableList.ObservableIterator
 
next() - Method in class groovy.util.ObservableSet.ObservableIterator
 
next() - Method in class groovy.util.PermutationGenerator
Generate next permutation (algorithm from Rosen p.
next() - Method in class groovy.util.slurpersupport.NodeIterator
 
next(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Duration that is one second longer than this duration.
next(Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an Instant that is one second after this instant.
next(LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate one day after this date.
next(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime that is one second after this date/time.
next(LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalTime that is one second after this time.
next(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime one second after this date/time.
next(OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetTime that is one second after this time.
next(Period) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period that is one day longer than this period.
next(Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Year after this year.
next(YearMonth) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a YearMonth that is the month after this year/month.
next(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZonedDateTime that is one second after this date/time.
next(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Increment a Date by one day.
next(Calendar) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Increment a Calendar by one day.
next(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Increment a java.sql.Date by one day.
next() - Method in class org.codehaus.groovy.ant.FileIterator
 
next(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
next(Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
next(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
next(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Character by one.
next(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Number by one.
next(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
next(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
next - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
next() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
next() - Method in interface org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.EntryIterator
 
next() - Method in class org.codehaus.groovy.runtime.ReverseListIterator
next(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
This method is called by the ++ operator for the class CharSequence.
next(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
next() - Method in class org.codehaus.groovy.util.ArrayIterator
 
next - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
next() - Method in interface org.codehaus.groovy.util.ComplexKeyHashMap.EntryIterator
 
next() - Method in class org.codehaus.groovy.util.IteratorBufferedIterator
 
next() - Method in class org.codehaus.groovy.util.ListBufferedIterator
 
next(Enum) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
This method is called by the ++ operator for enums.
next(int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
next(long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
next(double) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
nextChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
returns the next character moving the file pointer or index to the next location.
nextChar() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
nextChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
nextClassEntry - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
nextElement() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
nextHashEntry - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
nextIndex() - Method in class groovy.util.ObservableList.ObservableListIterator
 
nextPhase() - Method in class org.codehaus.groovy.control.ProcessingUnit
A synonym for gotoPhase(getPhase() + 1).
nextRowIndex() - Method in class groovy.swing.impl.TableLayout
Creates a new row index for child tr tags
nextToken() - Method in class groovy.json.JsonLexer
 
nextToken() - Method in class org.codehaus.groovy.antlr.java.JavaLexer
 
nextToken() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
NioGroovyMethods - 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.
NioGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.NioGroovyMethods
 
NLS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NO_ARGUMENTS - Static variable in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
NO_CLASS - Static variable in class org.codehaus.groovy.control.ClassNodeResolver
Internal helper used to indicate a cache hit for a class that does not exist.
NO_EXCEPTIONS - Static variable in class org.codehaus.groovy.transform.BuilderASTTransformation
 
NO_PARAMS - Static variable in class org.codehaus.groovy.transform.BuilderASTTransformation
 
NO_RESULT_SETS - Static variable in class groovy.sql.Sql
 
NoChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of a GPath expression returning no children.
NoChildren(GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NoChildren
 
noCopyStringFromChars(char[]) - Method in class org.apache.groovy.json.DefaultFastStringService
 
noCopyStringFromChars(char[]) - Method in interface org.apache.groovy.json.FastStringService
 
noCopyStringFromChars(char[]) - Static method in class org.apache.groovy.json.internal.FastStringUtils
 
noCopyStringFromChars(char[]) - Method in class org.apache.groovy.jsondirect.DirectFastStringService
 
Node - Class in groovy.util
Represents an arbitrary tree node which can be used for structured metadata or any arbitrary XML-like tree.
Node(Node, Object) - Constructor for class groovy.util.Node
Creates a new Node named name and if a parent is supplied, adds the newly created node as a child of the parent.
Node(Node, Object, Object) - Constructor for class groovy.util.Node
Creates a new Node named name with value value and if a parent is supplied, adds the newly created node as a child of the parent.
Node(Node, Object, Map) - Constructor for class groovy.util.Node
Creates a new Node named name with attributes specified in the attributes Map.
Node(Node, Object, Map, Object) - Constructor for class groovy.util.Node
Creates a new Node named name with value value and with attributes specified in the attributes Map.
Node - Class in groovy.util.slurpersupport
Represents a node.
Node(Node, String, Map, Map, String) - Constructor for class groovy.util.slurpersupport.Node
 
NODE_CLASS - Static variable in class groovy.util.ObjectGraphBuilder
 
NODE_NAME - Static variable in class groovy.util.ObjectGraphBuilder
 
NodeAsHTMLPrinter - Class in org.codehaus.groovy.antlr.treewalker
A visitor that prints a html tags of each node to the supplied PrintStream
NodeAsHTMLPrinter(PrintStream, String[]) - Constructor for class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
A visitor that prints a html tags, for each node, to the supplied PrintStream.
NodeBuilder - Class in groovy.util
A helper class for creating nested trees of Node objects for handling arbitrary data
NodeBuilder() - Constructor for class groovy.util.NodeBuilder
 
NodeChild - Class in groovy.util.slurpersupport
Lazy evaluated representation of a child node.
NodeChild(Node, GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChild
 
NodeChild(Node, GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChild
 
NodeChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of child nodes.
NodeChildren(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
 
NodeChildren(GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
 
NodeChildren(GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
 
NodeCollector - Class in org.codehaus.groovy.antlr.treewalker
A simple antlr AST visitor that collects all nodes into a List.
NodeCollector() - Constructor for class org.codehaus.groovy.antlr.treewalker.NodeCollector
 
NodeComparator - Interface in org.codehaus.groovy.macro.matcher
 
nodeCompleted(Object, Object) - Method in class groovy.util.AntBuilder
Determines, when the ANT Task that is represented by the "node" should perform.
nodeCompleted(Object, Object) - Method in class groovy.util.BuilderSupport
A hook to allow nodes to be processed once they have had all of their children applied.
nodeCompleted(Object, Object) - Method in class groovy.util.FactoryBuilderSupport
A hook to allow nodes to be processed once they have had all of their children applied.
nodeCompleted(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
nodeCompleted(Object, Object) - Method in class groovy.xml.SAXBuilder
 
nodeIterator() - Method in class groovy.util.slurpersupport.Attribute
 
nodeIterator() - Method in class groovy.util.slurpersupport.Attributes
 
nodeIterator() - Method in class groovy.util.slurpersupport.FilteredAttributes
 
nodeIterator() - Method in class groovy.util.slurpersupport.FilteredNodeChildren
 
nodeIterator() - Method in class groovy.util.slurpersupport.GPathResult
 
nodeIterator() - Method in class groovy.util.slurpersupport.NoChildren
Returns an empty iterator.
nodeIterator() - Method in class groovy.util.slurpersupport.NodeChild
 
nodeIterator() - Method in class groovy.util.slurpersupport.NodeChildren
 
NodeIterator - Class in groovy.util.slurpersupport
Helper class for iterating through nodes.
NodeIterator(Iterator) - Constructor for class groovy.util.slurpersupport.NodeIterator
 
nodeIterator() - Method in class groovy.util.slurpersupport.NodeParents
 
NodeList - Class in groovy.util
A List implementation which is returned by queries on a Node which provides some XPath like helper methods for GPath.
NodeList() - Constructor for class groovy.util.NodeList
 
NodeList(Collection) - Constructor for class groovy.util.NodeList
 
NodeList(int) - Constructor for class groovy.util.NodeList
 
NodeParents - Class in groovy.util.slurpersupport
Lazy evaluated representation of parent nodes without duplicates
NodeParents(GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeParents
 
NodePrinter - Class in groovy.util
A helper class for creating nested trees of data
NodePrinter() - Constructor for class groovy.util.NodePrinter
 
NodePrinter(PrintWriter) - Constructor for class groovy.util.NodePrinter
 
NodePrinter(IndentPrinter) - Constructor for class groovy.util.NodePrinter
 
nodePrinter(String) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
NodePrinter - Class in org.codehaus.groovy.antlr.treewalker
A simple antlr AST visitor that outputs the tokenName of each node in a pseudo xml style.
NodePrinter(PrintStream, String[]) - Constructor for class org.codehaus.groovy.antlr.treewalker.NodePrinter
A visitor that prints a pseudo xml output to the supplied PrintStream
NONE - Static variable in class org.codehaus.groovy.control.messages.WarningMessage
 
NonEmptySequence - Class in groovy.lang
Represents a sequence of one or more objects of a given type.
NonEmptySequence() - Constructor for class groovy.lang.NonEmptySequence
 
NonEmptySequence(Class) - Constructor for class groovy.lang.NonEmptySequence
 
NonEmptySequence(Class, List) - Constructor for class groovy.lang.NonEmptySequence
 
nonGeneric(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
nonGeneric(ClassNode) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
use GenericsUtils#nonGeneric
NOP - Static variable in class org.codehaus.groovy.classgen.BytecodeExpression
 
NOPARAM - Static variable in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
NoParamSite(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSite
 
NoParamSiteInnerClass(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSiteInnerClass
 
normaliseIndex(int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
This converts a possibly negative index to a real index into the array.
normaliseIndex(int, int) - Static method in class org.codehaus.groovy.runtime.dgmimpl.arrays.ArrayMetaMethod
 
normalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
normalize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
normalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Return a String with linefeeds and carriage returns normalized to linefeeds.
normalize(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
normalize() - Method in class org.codehaus.groovy.runtime.WritablePath
 
normalizedValue(Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
normalizeIndex(int) - Method in class groovy.sql.GroovyResultSetExtension
Takes a zero based index and convert it into an SQL based 1 based index.
noSuchMethod(CachedMethod, Object, Object[]) - Method in class org.codehaus.groovy.runtime.Reflector
 
NOT - Static variable in class org.codehaus.groovy.syntax.Types
 
NOT_APPLICABLE - Static variable in class groovy.inspect.Inspector
 
NOT_EOF - Static variable in class org.codehaus.groovy.syntax.Types
 
NOT_EQUAL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NOT_EQUAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NOT_IDENTICAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NotExpression - Class in org.codehaus.groovy.ast.expr
 
NotExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.NotExpression
 
notImplementedYet(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
notNegative(int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
 
notNullExpr(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
notNullX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
notX(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
notYetImplemented(Object) - Static method in class groovy.test.GroovyAssert
Runs the calling JUnit test again and fails only if it unexpectedly runs.
This is helpful for tests that don't currently work but should work one day, when the tested functionality has been implemented.
NotYetImplemented - Annotation Type in groovy.transform
Method annotation used to invert test case results.
notYetImplemented(Object) - Static method in class groovy.util.GroovyTestCase
notYetImplemented() - Method in class groovy.util.GroovyTestCase
Convenience method for subclasses of GroovyTestCase, identical to
NotYetImplementedASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @NotYetImplemented annotation.
NotYetImplementedASTTransformation() - Constructor for class org.codehaus.groovy.transform.NotYetImplementedASTTransformation
 
NULL - Static variable in class groovy.sql.Sql
 
NULL(Object) - Static method in class groovy.sql.Sql
 
NULL - Static variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
NULL - Static variable in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
NULL - Static variable in class org.apache.groovy.json.internal.ValueContainer
 
NULL - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
NULL - Static variable in class org.codehaus.groovy.syntax.Token
 
NULL_REF - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NullCallSite - Class in org.codehaus.groovy.runtime.callsite
 
NullCallSite(CallSite) - Constructor for class org.codehaus.groovy.runtime.callsite.NullCallSite
 
nullify(String) - Method in class groovy.sql.Sql
Hook to allow derived classes to override null handling.
NullObject - Class in org.codehaus.groovy.runtime
 
NullProtectionStorage - Class in org.codehaus.groovy.runtime.memoize
A NullObject pattern implementation for ProtectionStorage Doesn't protect any resources.
NullProtectionStorage() - Constructor for class org.codehaus.groovy.runtime.memoize.NullProtectionStorage
 
NullWriter - Class in org.codehaus.groovy.control.io
An Writer than eats its input.
NullWriter() - Constructor for class org.codehaus.groovy.control.io.NullWriter
 
nullX() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
NUM_BIG_DECIMAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUM_BIG_INT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUM_DOUBLE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NUM_DOUBLE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUM_FLOAT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NUM_FLOAT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUM_INT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NUM_INT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUM_LONG - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
NUM_LONG - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
NUMBER - Static variable in class org.codehaus.groovy.syntax.Types
 
NUMBER_OPS - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
Number_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
NUMBER_TYPES - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
NumberAwareComparator<T> - Class in org.codehaus.groovy.runtime
Compares two objects using Groovy's friendly comparison algorithm, i.e.
NumberAwareComparator() - Constructor for class org.codehaus.groovy.runtime.NumberAwareComparator
 
numberAwareCompareTo(Comparable, Comparable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provides a method that compares two comparables using Groovy's default number aware comparator.
NumberCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
NumberCachedClass(Class, ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.NumberCachedClass
 
NumberMath - Class in org.codehaus.groovy.runtime.typehandling
Stateless objects used to perform math on the various Number subclasses.
NumberMath() - Constructor for class org.codehaus.groovy.runtime.typehandling.NumberMath
 
NumberMathModificationInfo - Class in org.codehaus.groovy.runtime.typehandling
 
NumberNumberCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Number, Number) - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod.NumberNumberCallSite
 
NumberNumberDiv - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberDiv() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv
 
NumberNumberMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod
 
NumberNumberMetaMethod.NumberNumberCallSite - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberMinus - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberMinus() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
 
NumberNumberMultiply - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberMultiply() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
 
NumberNumberPlus - Class in org.codehaus.groovy.runtime.dgmimpl
 
NumberNumberPlus() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
 
NumberRange - Class in groovy.lang
Represents an immutable list of Numbers from a value to a value with a particular step size.
NumberRange(T, U) - Constructor for class groovy.lang.NumberRange
Creates an inclusive NumberRange with step size 1.
NumberRange(T, U, boolean) - Constructor for class groovy.lang.NumberRange
Creates a new NumberRange with step size 1.
NumberRange(T, U, V) - Constructor for class groovy.lang.NumberRange
Creates an inclusive NumberRange.
NumberRange(T, U, V, boolean) - Constructor for class groovy.lang.NumberRange
Creates a NumberRange.
Numbers - Class in org.codehaus.groovy.syntax
Helper class for processing Groovy numeric literals.
Numbers() - Constructor for class org.codehaus.groovy.syntax.Numbers
 
NumberValue - Class in org.apache.groovy.json.internal
 
NumberValue(Type) - Constructor for class org.apache.groovy.json.internal.NumberValue
 
NumberValue() - Constructor for class org.apache.groovy.json.internal.NumberValue
 
NumberValue(boolean, Type, int, int, char[]) - Constructor for class org.apache.groovy.json.internal.NumberValue
 
NUMERIC - Static variable in class groovy.sql.Sql
 
NUMERIC(Object) - Static method in class groovy.sql.Sql
 

O

OBJBLOCK - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
OBJBLOCK - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
OBJECT - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
OBJECT_ARRAY_CLASS - Static variable in class org.codehaus.groovy.reflection.ReflectionCache
 
OBJECT_CLASS - Static variable in class org.codehaus.groovy.reflection.ReflectionCache
 
OBJECT_ID - Static variable in class groovy.util.ObjectGraphBuilder
 
OBJECT_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
objectArrayGet(Object[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
 
ObjectArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ObjectArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayGetAtMetaMethod
 
ObjectArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ObjectArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ObjectArrayPutAtMetaMethod
 
objectArraySet(Object[], int, Object) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from double[] using normalized index
objectBlock(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ObjectCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
ObjectCachedClass(ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
 
ObjectGraphBuilder - Class in groovy.util
A builder for creating object graphs.
Each node defines the class to be created and the property on its parent (if any) at the same time.
ObjectGraphBuilder() - Constructor for class groovy.util.ObjectGraphBuilder
 
ObjectGraphBuilder.ChildPropertySetter - Interface in groovy.util
Strategy for setting a child node on its parent.
Useful for handling Lists/Arrays vs normal properties.
ObjectGraphBuilder.ClassNameResolver - Interface in groovy.util
Strategy for resolving a classname.
ObjectGraphBuilder.DefaultChildPropertySetter - Class in groovy.util
Default impl that calls parent.propertyName = child
If parent.propertyName is a Collection it will try to add child to the collection.
ObjectGraphBuilder.DefaultClassNameResolver - Class in groovy.util
Default impl that capitalizes the classname.
ObjectGraphBuilder.DefaultIdentifierResolver - Class in groovy.util
Default impl, always returns 'id'
ObjectGraphBuilder.DefaultNewInstanceResolver - Class in groovy.util
Default impl that calls Class.newInstance()
ObjectGraphBuilder.DefaultReferenceResolver - Class in groovy.util
Default impl, always returns 'refId'
ObjectGraphBuilder.DefaultRelationNameResolver - Class in groovy.util
Default impl that returns parentName and childName accordingly.
ObjectGraphBuilder.IdentifierResolver - Interface in groovy.util
Strategy for picking the correct synthetic identifier.
ObjectGraphBuilder.NewInstanceResolver - Interface in groovy.util
Strategy for creating new instances of a class.
Useful for plug-in calls to non-default constructors.
ObjectGraphBuilder.ReferenceResolver - Interface in groovy.util
Strategy for picking the correct synthetic reference identifier.
ObjectGraphBuilder.ReflectionClassNameResolver - Class in groovy.util
Build objects using reflection to resolve class names.
ObjectGraphBuilder.RelationNameResolver - Interface in groovy.util
Strategy for resolving a relationship property name.
objectInit(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ObjectRange - Class in groovy.lang
Represents an inclusive list of objects from a value to a value using comparators.
ObjectRange(Comparable, Comparable) - Constructor for class groovy.lang.ObjectRange
Creates a new ObjectRange.
ObjectRange(Comparable, Comparable, boolean) - Constructor for class groovy.lang.ObjectRange
Creates a new ObjectRange assumes smaller <= larger, else behavior is undefined.
objectUnderInspection - Variable in class groovy.inspect.Inspector
 
ObservableIterator(Iterator) - Constructor for class groovy.util.ObservableList.ObservableIterator
 
ObservableIterator(Iterator<E>) - Constructor for class groovy.util.ObservableSet.ObservableIterator
 
ObservableList - Class in groovy.util
List decorator that will trigger PropertyChangeEvents when a value changes.
An optional Closure may be specified and will work as a filter, if it returns true the property will trigger an event (if the value indeed changed), otherwise it won't.
ObservableList() - Constructor for class groovy.util.ObservableList
 
ObservableList(List) - Constructor for class groovy.util.ObservableList
 
ObservableList(Closure) - Constructor for class groovy.util.ObservableList
 
ObservableList(List, Closure) - Constructor for class groovy.util.ObservableList
 
ObservableList.ChangeType - Enum in groovy.util
 
ObservableList.ElementAddedEvent - Class in groovy.util
 
ObservableList.ElementClearedEvent - Class in groovy.util
 
ObservableList.ElementEvent - Class in groovy.util
 
ObservableList.ElementRemovedEvent - Class in groovy.util
 
ObservableList.ElementUpdatedEvent - Class in groovy.util
 
ObservableList.MultiElementAddedEvent - Class in groovy.util
 
ObservableList.MultiElementRemovedEvent - Class in groovy.util
 
ObservableList.ObservableIterator - Class in groovy.util
 
ObservableList.ObservableListIterator - Class in groovy.util
 
ObservableListIterator(ListIterator, int) - Constructor for class groovy.util.ObservableList.ObservableListIterator
 
ObservableMap - Class in groovy.util
Map decorator that will trigger PropertyChangeEvents when a value changes.
An optional Closure may be specified and will work as a filter, if it returns true the property will trigger an event (if the value indeed changed), otherwise it won't.
ObservableMap() - Constructor for class groovy.util.ObservableMap
 
ObservableMap(Closure) - Constructor for class groovy.util.ObservableMap
 
ObservableMap(Map) - Constructor for class groovy.util.ObservableMap
 
ObservableMap(Map, Closure) - Constructor for class groovy.util.ObservableMap
 
ObservableMap.ChangeType - Enum in groovy.util
 
ObservableMap.MultiPropertyEvent - Class in groovy.util
 
ObservableMap.PropertyAddedEvent - Class in groovy.util
 
ObservableMap.PropertyClearedEvent - Class in groovy.util
 
ObservableMap.PropertyEvent - Class in groovy.util
 
ObservableMap.PropertyRemovedEvent - Class in groovy.util
 
ObservableMap.PropertyUpdatedEvent - Class in groovy.util
 
ObservableSet<E> - Class in groovy.util
Set decorator that will trigger PropertyChangeEvents when a value changes.
An optional Closure may be specified and will work as a filter, if it returns true the property will trigger an event (if the value indeed changed), otherwise it won't.
ObservableSet() - Constructor for class groovy.util.ObservableSet
 
ObservableSet(Set<E>) - Constructor for class groovy.util.ObservableSet
 
ObservableSet(Closure) - Constructor for class groovy.util.ObservableSet
 
ObservableSet(Set<E>, Closure) - Constructor for class groovy.util.ObservableSet
 
ObservableSet.ChangeType - Enum in groovy.util
 
ObservableSet.ElementAddedEvent - Class in groovy.util
 
ObservableSet.ElementClearedEvent - Class in groovy.util
 
ObservableSet.ElementEvent - Class in groovy.util
 
ObservableSet.ElementRemovedEvent - Class in groovy.util
 
ObservableSet.MultiElementAddedEvent - Class in groovy.util
 
ObservableSet.MultiElementRemovedEvent - Class in groovy.util
 
ObservableSet.ObservableIterator<E> - Class in groovy.util
 
OCTAL_INTEGER_LITERAL - Static variable in class groovy.ui.text.GroovyFilter
 
of(K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.apache.groovy.util.Maps
 
of(String) - Static method in enum org.codehaus.groovy.binding.PropertyBinding.UpdateStrategy
 
of(Class<?>) - Static method in class org.codehaus.groovy.vmplugin.v8.Java8
 
ofType(int, int) - Static method in class org.codehaus.groovy.syntax.Types
Given two types, returns true if the second describes the first.
oldValue - Static variable in enum groovy.util.ObservableList.ChangeType
 
oldValue - Static variable in enum groovy.util.ObservableMap.ChangeType
 
oldValue - Static variable in enum groovy.util.ObservableSet.ChangeType
 
onAllClassInfo(ClassInfo.ClassInfoAction) - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
onClassInfo(ClassInfo) - Method in interface org.codehaus.groovy.reflection.ClassInfo.ClassInfoAction
 
onClassNode(ClassWriter, ClassNode) - Method in class groovy.lang.GroovyClassLoader.ClassCollector
 
ONE_NEG - Static variable in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
ONE_NL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
onEviction(K, V) - Method in interface org.apache.groovy.util.concurrentlinkedhashmap.EvictionListener
A call-back notification that the entry was evicted.
onFactoryRegistration(FactoryBuilderSupport, String, String) - Method in class groovy.util.AbstractFactory
 
onFactoryRegistration(FactoryBuilderSupport, String, String) - Method in interface groovy.util.Factory
Called when a factory is registered to a builder
onGetPropertyFoundInHierarchy(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
 
onGetPropertyFoundInHierarchy(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
onHandleNodeAttributes(FactoryBuilderSupport, Object, Map) - Method in class groovy.util.AbstractFactory
 
onHandleNodeAttributes(FactoryBuilderSupport, Object, Map) - Method in interface groovy.util.Factory
 
onInvokeMethodFoundInHierarchy(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
 
onInvokeMethodFoundInHierarchy(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
onLineNumber(ASTNode, String) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
onMethodSelection(Expression, MethodNode) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
onMethodSelection(Expression, MethodNode) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
onMethodSelection(Expression, MethodNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Allows the extension to listen to method selection events.
onMixinMethodFound(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
onModule(ExtensionModule) - Method in interface org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner.ExtensionModuleListener
 
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in class groovy.util.AbstractFactory
 
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in interface groovy.util.Factory
Only called if it isLeaf is false and isHandlesNodeChildren is true
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in class org.codehaus.groovy.control.customizers.builder.ImportCustomizerFactory
 
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in class org.codehaus.groovy.control.customizers.builder.InlinedASTCustomizerFactory
 
onNodeChildren(FactoryBuilderSupport, Object, Closure) - Method in class org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory
 
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in class groovy.util.AbstractFactory
 
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in interface groovy.util.Factory
 
onSetPropertyFoundInHierarchy(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
 
onSetPropertyFoundInHierarchy(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
onSuperMethodFoundInHierarchy(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
 
onSuperMethodFoundInHierarchy(MetaMethod) - Method in class groovy.lang.MetaClassImpl
 
onSuperPropertyFoundInHierarchy(MetaBeanProperty) - Method in class groovy.lang.ExpandoMetaClass
 
onSuperPropertyFoundInHierarchy(MetaBeanProperty) - Method in class groovy.lang.MetaClassImpl
 
OPENING_VISIT - Static variable in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
openingVisit(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
openUncachedStream(URL) - Static method in class org.codehaus.groovy.util.URLStreams
Opens an InputStream reading from the given URL without caching the stream.
OperandStack - Class in org.codehaus.groovy.classgen.asm
 
OperandStack(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.OperandStack
 
OPERATION - Static variable in class groovy.ui.text.GroovyFilter
 
OPERATOR_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
optimizeForInt - Variable in class org.codehaus.groovy.classgen.asm.WriterController
 
optimizer - Variable in class org.codehaus.groovy.control.CompilationUnit
 
OptimizerVisitor - Class in org.codehaus.groovy.control
Visitor to produce several optimizations: to replace numbered constants with references to static fields remove superfluous references to GroovyObject interface
OptimizerVisitor(CompilationUnit) - Constructor for class org.codehaus.groovy.control.OptimizerVisitor
 
OptimizingStatementWriter - Class in org.codehaus.groovy.classgen.asm
A class to write out the optimized statements
OptimizingStatementWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
OptimizingStatementWriter.ClassNodeSkip - Class in org.codehaus.groovy.classgen.asm
 
OptimizingStatementWriter.StatementMeta - Class in org.codehaus.groovy.classgen.asm
 
Option - Annotation Type in groovy.cli
Indicates that a method or property can be used to set a CLI option.
OPTIONAL_DATATYPE_FOLLOWERS - Static variable in class org.codehaus.groovy.syntax.Types
 
OPTIONAL_DOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
Options() - Constructor for class groovy.json.JsonGenerator.Options
 
options() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
options() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
OR - Static variable in class org.codehaus.groovy.ast.tools.GeneralUtils
 
or(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise OR together two numbers.
or(BitSet, BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise OR together two BitSets.
or(Boolean, Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Logical disjunction of two boolean operators
or(Process, Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Overrides the or operator to allow one Process to asynchronously pipe data to another Process.
or(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
or(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
or(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
or(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
OrderBy<T> - Class in groovy.util
A helper class for sorting objects via a closure to return the field or operation on which to sort.
OrderBy() - Constructor for class groovy.util.OrderBy
 
OrderBy(boolean) - Constructor for class groovy.util.OrderBy
 
OrderBy(Closure) - Constructor for class groovy.util.OrderBy
 
OrderBy(Closure, boolean) - Constructor for class groovy.util.OrderBy
 
OrderBy(List<Closure>) - Constructor for class groovy.util.OrderBy
 
OrderBy(List<Closure>, boolean) - Constructor for class groovy.util.OrderBy
 
ordinaryClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
Included ordinary classes in this package.
ordinaryClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
org.apache.groovy.ast.tools - package org.apache.groovy.ast.tools
 
org.apache.groovy.datetime.extensions - package org.apache.groovy.datetime.extensions
 
org.apache.groovy.dateutil.extensions - package org.apache.groovy.dateutil.extensions
 
org.apache.groovy.internal.metaclass - package org.apache.groovy.internal.metaclass
 
org.apache.groovy.internal.util - package org.apache.groovy.internal.util
 
org.apache.groovy.io - package org.apache.groovy.io
 
org.apache.groovy.jaxb.extensions - package org.apache.groovy.jaxb.extensions
 
org.apache.groovy.json - package org.apache.groovy.json
 
org.apache.groovy.json.internal - package org.apache.groovy.json.internal
 
org.apache.groovy.jsondirect - package org.apache.groovy.jsondirect
 
org.apache.groovy.lang.annotation - package org.apache.groovy.lang.annotation
 
org.apache.groovy.metaclass - package org.apache.groovy.metaclass
 
org.apache.groovy.plugin - package org.apache.groovy.plugin
 
org.apache.groovy.plugin.testng - package org.apache.groovy.plugin.testng
 
org.apache.groovy.sql.extensions - package org.apache.groovy.sql.extensions
 
org.apache.groovy.util - package org.apache.groovy.util
 
org.apache.groovy.util.concurrentlinkedhashmap - package org.apache.groovy.util.concurrentlinkedhashmap
This package contains an implementation of a bounded ConcurrentMap data structure.
org.codehaus.groovy - package org.codehaus.groovy
Groovy Language for the JVM
org.codehaus.groovy.ant - package org.codehaus.groovy.ant
Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode
org.codehaus.groovy.antlr - package org.codehaus.groovy.antlr
Parser related classes.
org.codehaus.groovy.antlr.java - package org.codehaus.groovy.antlr.java
 
org.codehaus.groovy.antlr.parser - package org.codehaus.groovy.antlr.parser
 
org.codehaus.groovy.antlr.treewalker - package org.codehaus.groovy.antlr.treewalker
Classes for walking the AST.
org.codehaus.groovy.ast - package org.codehaus.groovy.ast
Groovy AST nodes for the syntax of the language
org.codehaus.groovy.ast.builder - package org.codehaus.groovy.ast.builder
 
org.codehaus.groovy.ast.decompiled - package org.codehaus.groovy.ast.decompiled
 
org.codehaus.groovy.ast.expr - package org.codehaus.groovy.ast.expr
AST nodes for Groovy expressions
org.codehaus.groovy.ast.stmt - package org.codehaus.groovy.ast.stmt
AST nodes for Groovy statements
org.codehaus.groovy.ast.tools - package org.codehaus.groovy.ast.tools
 
org.codehaus.groovy.binding - package org.codehaus.groovy.binding
Classes related to property binding.
org.codehaus.groovy.bsf - package org.codehaus.groovy.bsf
Defines the BSF Engine for using Groovy inside any BSF application.
org.codehaus.groovy.classgen - package org.codehaus.groovy.classgen
Generates Java classes for Groovy classes using ASM.
org.codehaus.groovy.classgen.asm - package org.codehaus.groovy.classgen.asm
Helper classes for ASMClassGenerator.
org.codehaus.groovy.classgen.asm.indy - package org.codehaus.groovy.classgen.asm.indy
 
org.codehaus.groovy.classgen.asm.indy.sc - package org.codehaus.groovy.classgen.asm.indy.sc
 
org.codehaus.groovy.classgen.asm.sc - package org.codehaus.groovy.classgen.asm.sc
 
org.codehaus.groovy.classgen.asm.util - package org.codehaus.groovy.classgen.asm.util
 
org.codehaus.groovy.control - package org.codehaus.groovy.control
Compiler control classes.
org.codehaus.groovy.control.customizers - package org.codehaus.groovy.control.customizers
 
org.codehaus.groovy.control.customizers.builder - package org.codehaus.groovy.control.customizers.builder
 
org.codehaus.groovy.control.io - package org.codehaus.groovy.control.io
Internal classes for Groovier Input/Output.
org.codehaus.groovy.control.messages - package org.codehaus.groovy.control.messages
Error message classes.
org.codehaus.groovy.groovydoc - package org.codehaus.groovy.groovydoc
GroovyDoc internal classes.
org.codehaus.groovy.jsr223 - package org.codehaus.groovy.jsr223
 
org.codehaus.groovy.macro.matcher - package org.codehaus.groovy.macro.matcher
 
org.codehaus.groovy.macro.methods - package org.codehaus.groovy.macro.methods
 
org.codehaus.groovy.macro.runtime - package org.codehaus.groovy.macro.runtime
 
org.codehaus.groovy.macro.transform - package org.codehaus.groovy.macro.transform
 
org.codehaus.groovy.plugin - package org.codehaus.groovy.plugin
 
org.codehaus.groovy.reflection - package org.codehaus.groovy.reflection
Internal classes for assisting with reflection.
org.codehaus.groovy.reflection.android - package org.codehaus.groovy.reflection.android
 
org.codehaus.groovy.reflection.stdclasses - package org.codehaus.groovy.reflection.stdclasses
 
org.codehaus.groovy.reflection.v7 - package org.codehaus.groovy.reflection.v7
 
org.codehaus.groovy.runtime - package org.codehaus.groovy.runtime
Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator.
org.codehaus.groovy.runtime.callsite - package org.codehaus.groovy.runtime.callsite
 
org.codehaus.groovy.runtime.dgmimpl - package org.codehaus.groovy.runtime.dgmimpl
 
org.codehaus.groovy.runtime.dgmimpl.arrays - package org.codehaus.groovy.runtime.dgmimpl.arrays
 
org.codehaus.groovy.runtime.m12n - package org.codehaus.groovy.runtime.m12n
 
org.codehaus.groovy.runtime.memoize - package org.codehaus.groovy.runtime.memoize
 
org.codehaus.groovy.runtime.metaclass - package org.codehaus.groovy.runtime.metaclass
Internal classes related to Groovy's metaclass implementation.
org.codehaus.groovy.runtime.powerassert - package org.codehaus.groovy.runtime.powerassert
 
org.codehaus.groovy.runtime.typehandling - package org.codehaus.groovy.runtime.typehandling
Classes used to execute special actions based on the type.
org.codehaus.groovy.runtime.wrappers - package org.codehaus.groovy.runtime.wrappers
Groovy wrapper classes for primitive types.
org.codehaus.groovy.syntax - package org.codehaus.groovy.syntax
Lexer, parser and trees.
org.codehaus.groovy.testng - package org.codehaus.groovy.testng
 
org.codehaus.groovy.tools - package org.codehaus.groovy.tools
Compiler entry points and miscellaneous development tools.
org.codehaus.groovy.tools.groovydoc - package org.codehaus.groovy.tools.groovydoc
GroovyDoc tool.
org.codehaus.groovy.tools.groovydoc.gstringTemplates - package org.codehaus.groovy.tools.groovydoc.gstringTemplates
 
org.codehaus.groovy.tools.gse - package org.codehaus.groovy.tools.gse
 
org.codehaus.groovy.tools.javac - package org.codehaus.groovy.tools.javac
Classes related to the joint compiler.
org.codehaus.groovy.tools.shell - package org.codehaus.groovy.tools.shell
 
org.codehaus.groovy.tools.shell.util - package org.codehaus.groovy.tools.shell.util
 
org.codehaus.groovy.tools.xml - package org.codehaus.groovy.tools.xml
XML utilities such as for converting XML into Groovy scripts.
org.codehaus.groovy.transform - package org.codehaus.groovy.transform
 
org.codehaus.groovy.transform.sc - package org.codehaus.groovy.transform.sc
 
org.codehaus.groovy.transform.sc.transformers - package org.codehaus.groovy.transform.sc.transformers
 
org.codehaus.groovy.transform.stc - package org.codehaus.groovy.transform.stc
 
org.codehaus.groovy.transform.trait - package org.codehaus.groovy.transform.trait
 
org.codehaus.groovy.util - package org.codehaus.groovy.util
 
org.codehaus.groovy.vmplugin - package org.codehaus.groovy.vmplugin
JVM version specific classes.
org.codehaus.groovy.vmplugin.v5 - package org.codehaus.groovy.vmplugin.v5
Java 5 specific classes.
org.codehaus.groovy.vmplugin.v6 - package org.codehaus.groovy.vmplugin.v6
 
org.codehaus.groovy.vmplugin.v7 - package org.codehaus.groovy.vmplugin.v7
 
org.codehaus.groovy.vmplugin.v8 - package org.codehaus.groovy.vmplugin.v8
 
org.codehaus.groovy.vmplugin.v9 - package org.codehaus.groovy.vmplugin.v9
 
ORIENTATION - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
originalArguments - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
orImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
orImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
orImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
orImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
orX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
OTHER - Static variable in class groovy.sql.Sql
 
OTHER(Object) - Static method in class groovy.sql.Sql
 
out(int) - Static method in class groovy.sql.Sql
Create a new OutParameter
out - Variable in class groovy.util.NodePrinter
 
out - Variable in class groovy.util.XmlNodePrinter
 
out - Variable in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
out - Variable in class org.codehaus.groovy.tools.shell.IO
Preferred output writer.
out - Variable in class org.codehaus.groovy.tools.xml.DomToGroovy
 
OutParameter - Interface in groovy.sql
A parameter to be returned from a CallableStatement.
OUTPUT - Static variable in class org.codehaus.groovy.control.Phases
 
output - Variable in class org.codehaus.groovy.syntax.ASTHelper
 
outputAST(SourceUnit, SourceBuffer) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
outputStream - Variable in class org.codehaus.groovy.tools.shell.IO
Raw output stream.
OutputTool - Interface in org.codehaus.groovy.tools.groovydoc
 
overriddenClass() - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
overriddenClass() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
overriddenMethod() - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
overriddenMethod() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
overriddenType() - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
overriddenType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
overrides(GroovyMethodDoc) - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
overrides(GroovyMethodDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
OwnedMetaClass - Class in org.codehaus.groovy.runtime.metaclass
 
OwnedMetaClass(MetaClass) - Constructor for class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
OWNER - Static variable in class groovy.util.FactoryBuilderSupport
 
owner - Variable in class org.codehaus.groovy.control.messages.SimpleMessage
 
owner - Variable in class org.codehaus.groovy.runtime.callsite.CallSiteArray
 
OWNER_FIRST - Static variable in class groovy.lang.Closure
With this resolveStrategy set the closure will attempt to resolve property references and methods to the owner first, then the delegate (this is the default strategy).
OWNER_ONLY - Static variable in class groovy.lang.Closure
With this resolveStrategy set the closure will resolve property references and methods to the owner only and not call the delegate at all.

P

PACKAGE_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
PACKAGE_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
PACKAGE_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
packageDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
packageDefinition() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
packageNamed(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
packageNamed(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
PackageNode - Class in org.codehaus.groovy.ast
Represents a package in the AST.
PackageNode(String) - Constructor for class org.codehaus.groovy.ast.PackageNode
 
PackageScope - Annotation Type in groovy.transform
Annotation used for turning off Groovy's auto visibility conventions.
PackageScopeASTTransformation - Class in org.codehaus.groovy.transform
Handles transformation for the @PackageScope annotation.
PackageScopeASTTransformation() - Constructor for class org.codehaus.groovy.transform.PackageScopeASTTransformation
 
PackageScopeTarget - Enum in groovy.transform
Intended target when @PackageScope is placed at the class level.
padLeft(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padLeft(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padLeft(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padLeft(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padLeft(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad a CharSequence to a minimum length specified by numberOfChars by adding the space character to the left as many times as needed.
padLeft(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad a CharSequence to a minimum length specified by numberOfChars, adding the supplied padding CharSequence as many times as needed to the left.
padLeft(String, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
padLeft(String, Number, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
padRight(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padRight(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padRight(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padRight(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
padRight(CharSequence, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad a CharSequence to a minimum length specified by numberOfChars by adding the space character to the right as many times as needed.
padRight(CharSequence, Number, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Pad a CharSequence to a minimum length specified by numberOfChars, adding the supplied padding CharSequence as many times as needed to the right.
padRight(String, Number) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
padRight(String, Number, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
param(ClassNode, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
param(ClassNode, String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
param() - Method in interface org.codehaus.groovy.groovydoc.GroovyTag
The optional parameter for tags like "throws" and "param".
param() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
 
paramCount - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
parameter(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
Parameter - Class in org.codehaus.groovy.ast
Represents a parameter on a constructor or method call.
Parameter(ClassNode, String) - Constructor for class org.codehaus.groovy.ast.Parameter
 
Parameter(ClassNode, String, Expression) - Constructor for class org.codehaus.groovy.ast.Parameter
 
PARAMETER_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
PARAMETER_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
PARAMETER_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
PARAMETER_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.Types
 
ParameterArray - Class in groovy.lang
Distinguish a parameter array from Object[].
ParameterArray(Object) - Constructor for class groovy.lang.ParameterArray
 
parameterDeclaration() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
parameterDeclarationList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
parameterizeArguments(ClassNode, MethodNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Given a receiver and a method node, parameterize the method arguments using available generic type information.
parameterizedType(ClassNode, ClassNode...) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
parameterizeInterfaceGenerics(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Deprecated.
Use #parameterizeType instead
parameterizeType(ClassNode, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
Interface class nodes retrieved from ClassNode.getInterfaces() or ClassNode.getAllInterfaces() are returned with generic type arguments.
parameterModifier() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
parameters(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
PARAMETERS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
PARAMETERS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
parameters() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
parameters - Variable in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
parameters() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
parametersAreCompatible(Class[], Class[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
parametersEqual(Parameter[], Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
parametersEqual(Parameter[], Parameter[]) - Static method in class org.codehaus.groovy.ast.tools.ParameterUtils
 
parameterTypes - Variable in class groovy.lang.Closure
 
ParameterTypes - Class in org.codehaus.groovy.reflection
 
ParameterTypes() - Constructor for class org.codehaus.groovy.reflection.ParameterTypes
 
ParameterTypes(Class[]) - Constructor for class org.codehaus.groovy.reflection.ParameterTypes
 
ParameterTypes(String[]) - Constructor for class org.codehaus.groovy.reflection.ParameterTypes
 
ParameterTypes(CachedClass[]) - Constructor for class org.codehaus.groovy.reflection.ParameterTypes
 
parameterTypes - Variable in class org.codehaus.groovy.reflection.ParameterTypes
 
ParameterUtils - Class in org.codehaus.groovy.ast.tools
 
ParameterUtils() - Constructor for class org.codehaus.groovy.ast.tools.ParameterUtils
 
params(Parameter...) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
params - Variable in class org.codehaus.groovy.runtime.callsite.MetaMethodSite
 
params - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
 
PARANOIA - Static variable in class org.codehaus.groovy.control.messages.WarningMessage
 
parenLevel - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
Bumped when inside '[x]' or '(x)', reset inside '{x}'.
parenLevelStack - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
Push parenLevel here and reset whenever inside '{x}'.
parent() - Method in class groovy.util.Node
Returns the parent of the node.
parent - Variable in class groovy.util.slurpersupport.GPathResult
 
parent() - Method in class groovy.util.slurpersupport.GPathResult
Returns as GPathResult with the parent nodes of the current GPathResult
parent() - Method in class groovy.util.slurpersupport.Node
Returns the parent of this Node.
parent() - Method in class groovy.util.slurpersupport.NodeChild
 
parent(Node) - Static method in class groovy.xml.dom.DOMCategory
 
PARENT_BUILDER - Static variable in class groovy.util.FactoryBuilderSupport
 
PARENT_CONTEXT - Static variable in class groovy.util.FactoryBuilderSupport
 
PARENT_FACTORY - Static variable in class groovy.util.FactoryBuilderSupport
 
PARENT_NAME - Static variable in class groovy.util.FactoryBuilderSupport
 
PARENT_NODE - Static variable in class groovy.util.FactoryBuilderSupport
 
parents() - Method in class groovy.util.slurpersupport.Attribute
Throws a GroovyRuntimeException, because this method is not implemented yet.
parents() - Method in class groovy.util.slurpersupport.Attributes
 
parents() - Method in class groovy.util.slurpersupport.GPathResult
Returns the parents of this GPathResult as a GPathResult.
parents() - Method in class groovy.util.slurpersupport.NoChildren
Throws a GroovyRuntimeException, because it is not implemented yet.
parents() - Method in class groovy.util.slurpersupport.NodeChild
Throws a GroovyRuntimeException, because this method is not implemented yet.
parents() - Method in class groovy.util.slurpersupport.NodeChildren
Throws a GroovyRuntimeException, because it is not implemented yet.
parse(String) - Method in interface groovy.json.JsonParser
 
parse(byte[]) - Method in interface groovy.json.JsonParser
 
parse(byte[], String) - Method in interface groovy.json.JsonParser
 
parse(CharSequence) - Method in interface groovy.json.JsonParser
 
parse(char[]) - Method in interface groovy.json.JsonParser
 
parse(Reader) - Method in interface groovy.json.JsonParser
 
parse(InputStream) - Method in interface groovy.json.JsonParser
 
parse(InputStream, String) - Method in interface groovy.json.JsonParser
 
parse(File, String) - Method in interface groovy.json.JsonParser
 
parse(Reader) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from a reader
parse(InputStream) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from an inputStream
parse(InputStream, String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from an inputStream
parse(byte[], String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from a byte array.
parse(byte[]) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from a byte array.
parse(char[]) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from a char array.
parse(File) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content within a given File.
parse(File, String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content within a given File.
parse(URL) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(URL, Map) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(Map, URL) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(URL, String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(URL, Map, String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(Map, URL, String) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content at a given URL.
parse(Reader) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content from a reader
parse(File) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content within a given File.
parse(File, String) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content within a given File.
parse(URL) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(URL, Map) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(Map, URL) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(URL, String) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(URL, Map, String) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(Map, URL, String) - Method in class groovy.json.JsonSlurperClassic
Parse a JSON data structure from content at a given URL.
parse(Reader, String) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(GroovyCodeSource) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run.
parse(File) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(URI) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(String) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(String, String) - Method in class groovy.lang.GroovyShell
 
parse(Reader) - Method in class groovy.lang.GroovyShell
Parses the given script and returns it ready to be run
parse(String) - Static method in class groovy.text.markup.MarkupTemplateEngine.TemplateResource
 
parse(CharBuffer, int, int) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
parse(File) - Method in class groovy.util.XmlParser
Parses the content of the given file as XML turning it into a tree of Nodes.
parse(InputSource) - Method in class groovy.util.XmlParser
Parse the content of the specified input source into a tree of Nodes.
parse(InputStream) - Method in class groovy.util.XmlParser
Parse the content of the specified input stream into a tree of Nodes.
parse(Reader) - Method in class groovy.util.XmlParser
Parse the content of the specified reader into a tree of Nodes.
parse(String) - Method in class groovy.util.XmlParser
Parse the content of the specified URI into a tree of Nodes.
parse(InputSource) - Method in class groovy.util.XmlSlurper
Parse the content of the specified input source into a GPathResult object
parse(File) - Method in class groovy.util.XmlSlurper
Parses the content of the given file as XML turning it into a GPathResult object
parse(InputStream) - Method in class groovy.util.XmlSlurper
Parse the content of the specified input stream into an GPathResult Object.
parse(Reader) - Method in class groovy.util.XmlSlurper
Parse the content of the specified reader into a GPathResult Object.
parse(String) - Method in class groovy.util.XmlSlurper
Parse the content of the specified URI into a GPathResult Object
parse(Reader) - Static method in class groovy.xml.DOMBuilder
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader.
parse(Reader, boolean, boolean) - Static method in class groovy.xml.DOMBuilder
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader, allowing parser validation and namespace awareness to be controlled.
parse(Reader, boolean, boolean, boolean) - Static method in class groovy.xml.DOMBuilder
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader, allowing parser validation, namespace awareness and permission of DOCTYPE declarations to be controlled.
parse(LocalDate, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a LocalDate using the provided pattern.
parse(LocalDateTime, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a LocalDateTime using the provided pattern.
parse(LocalTime, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a LocalTime using the provided pattern.
parse(MonthDay, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a MonthDay using the provided pattern.
parse(OffsetDateTime, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into an OffsetDateTime using the provided pattern.
parse(OffsetTime, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into an OffsetTime using the provided pattern.
parse(Year, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a Year using the provided pattern.
parse(YearMonth, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a YearMonth using the provided pattern.
parse(ZonedDateTime, CharSequence, String) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Parse text into a ZonedDateTime using the provided pattern.
parse(Date, String, String) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilStaticExtensions
Parse a String into a Date instance using the given pattern.
parse(Date, String, String, TimeZone) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilStaticExtensions
Parse a String into a Date instance using the given pattern and TimeZone.
parse(String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(byte[]) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(byte[], String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(CharSequence) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(Reader) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(InputStream) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(InputStream, String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(File, String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
parse(char[]) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
parse(Reader) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
parse(char[]) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
parse() - Method in class org.codehaus.groovy.control.SourceUnit
Parses the source to a CST.
parse(Date, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Deprecated.
parse(Date, String, String, TimeZone) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Deprecated.
parse(String) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
parse(File) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
parse(Reader) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
parse(InputStream) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
parseBigDecimal(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseClass(GroovyCodeSource, boolean) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
parseClass(File) - Method in class groovy.lang.GroovyClassLoader
Parses the given file into a Java class capable of being run
parseClass(String, String) - Method in class groovy.lang.GroovyClassLoader
Parses the given text into a Java class capable of being run
parseClass(String) - Method in class groovy.lang.GroovyClassLoader
Parses the given text into a Java class capable of being run
parseClass(Reader, String) - Method in class groovy.lang.GroovyClassLoader
 
parseClass(InputStream, String) - Method in class groovy.lang.GroovyClassLoader
Deprecated.
Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues. Use parseClass instead
parseClass(GroovyCodeSource) - Method in class groovy.lang.GroovyClassLoader
 
parseClass(GroovyCodeSource, boolean) - Method in class groovy.lang.GroovyClassLoader
Parses the given code source into a Java class.
parseClass(URL) - Static method in class org.codehaus.groovy.ast.decompiled.AsmDecompiler
Loads the URL contents and parses them with ASM, producing a ClassStub object representing the structure of the corresponding class file.
parseClassNodesFromString(String, SourceUnit, CompilationUnit, MethodNode, ASTNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
parseCST(SourceUnit, Reader) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
parseCST(SourceUnit, Reader) - Method in interface org.codehaus.groovy.control.ParserPlugin
 
parseDecimal(String) - Static method in class org.codehaus.groovy.syntax.Numbers
Builds a Number from the given decimal descriptor.
parseDocument(int, int) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter
Parse the Document to update the character styles given an initial start position.
parseDouble(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseFloat(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseInt(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseInteger(String) - Static method in class org.codehaus.groovy.syntax.Numbers
Deprecated.
parseInteger(AST, String) - Static method in class org.codehaus.groovy.syntax.Numbers
Builds a Number from the given integer descriptor.
parseIntFromTo(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseIntFromToIgnoreDot(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseJsonNumber(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseJsonNumber(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseJsonNumber(char[], int, int, int[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseLong(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseLongFromTo(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parseLongFromToIgnoreDot(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
parser - Variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
parser - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
PARSER_FLAVOR_KEY - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
PARSER_RELAXED - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
PARSER_RIGID - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
ParserException - Exception in org.codehaus.groovy.syntax
 
ParserException(String, Token) - Constructor for exception org.codehaus.groovy.syntax.ParserException
 
ParserException(String, Throwable, int, int) - Constructor for exception org.codehaus.groovy.syntax.ParserException
 
ParserException(String, Throwable, int, int, int, int) - Constructor for exception org.codehaus.groovy.syntax.ParserException
 
ParserPlugin - Interface in org.codehaus.groovy.control
A simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser
ParserPluginFactory - Class in org.codehaus.groovy.control
A factory of parser plugin instances
ParserPluginFactory() - Constructor for class org.codehaus.groovy.control.ParserPluginFactory
 
parseText(String) - Method in class groovy.json.JsonSlurper
Parse a text representation of a JSON data structure
parseText(String) - Method in class groovy.json.JsonSlurperClassic
Parse a text representation of a JSON data structure
parseText(String) - Method in class groovy.util.XmlParser
A helper method to parse the given text as XML.
parseText(String) - Method in class groovy.util.XmlSlurper
A helper method to parse the given text as XML
parseText(String) - Method in class groovy.xml.DOMBuilder
A helper method to parse the given text as XML.
parseToStringDate(Date, String) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilStaticExtensions
Parse a String matching the pattern EEE MMM dd HH:mm:ss zzz yyyy containing US-locale-constants only (e.g.
parseToStringDate(Date, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Deprecated.
PARSING - Static variable in class org.codehaus.groovy.control.Phases
 
pathMatches(List<ASTNodePredicate>) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
pathUpTo(ASTNodePredicate) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
pathUpTo(Class<ASTNode>) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
pathUpTo(Class<ASTNode>, ASTNodePredicate) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
PATTERN_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
performOperationOnMetaClass(ExpandoMetaClass.Callable) - Method in class groovy.lang.ExpandoMetaClass
 
performSecondPass() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
PerInstancePojoMetaClassSite - Class in org.codehaus.groovy.runtime.callsite
 
PerInstancePojoMetaClassSite(CallSite, ClassInfo) - Constructor for class org.codehaus.groovy.runtime.callsite.PerInstancePojoMetaClassSite
 
PermutationGenerator<E> - Class in groovy.util
Systematically generate permutations.
PermutationGenerator(Collection<E>) - Constructor for class groovy.util.PermutationGenerator
WARNING: Don't make n too large.
PermutationGenerator(Iterable<E>) - Constructor for class groovy.util.PermutationGenerator
 
permutations(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all permutations of an iterable.
permutations(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of permutations instead
permutations(Iterable<T>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all permutations of an iterable, applies a function to each permutation and collects the result into a list.
permutations(List<T>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of permutations instead
phase - Variable in exception org.codehaus.groovy.control.CompilationFailedException
 
phase - Variable in class org.codehaus.groovy.control.ProcessingUnit
The current phase
phaseComplete - Variable in class org.codehaus.groovy.control.ProcessingUnit
True if phase is finished
phases - Static variable in enum org.codehaus.groovy.control.CompilePhase
The phases as an array, with a null entry.
Phases - Class in org.codehaus.groovy.control
Compilation phase identifiers.
Phases() - Constructor for class org.codehaus.groovy.control.Phases
 
pi(Map<?, ?>) - Method in class groovy.text.markup.BaseTemplate
Renders processing instructions.
pi(Map<String, Map<String, Object>>) - Method in class groovy.xml.MarkupBuilderHelper
Produce an XML processing instruction in the output.
PickAnyArgumentHint - Class in groovy.transform.stc
Base class for hints which use the type of a parameter of the annotated method as the signature.
PickAnyArgumentHint() - Constructor for class groovy.transform.stc.PickAnyArgumentHint
Creates the an argument picker which extracts the type of the first parameter.
PickAnyArgumentHint(int, int) - Constructor for class groovy.transform.stc.PickAnyArgumentHint
Creates a picker which will extract the parameterIndex-th parameter type, or its genericTypeIndex-th generic type genericTypeIndex is >=0.
PickFirstResolver - Class in groovy.transform.stc
Returns the first of several candidates found.
PickFirstResolver() - Constructor for class groovy.transform.stc.PickFirstResolver
 
pickGenericType(ClassNode, int) - Static method in class groovy.transform.stc.ClosureSignatureHint
A helper method which will extract the n-th generic type from a class node.
pickGenericType(MethodNode, int, int) - Static method in class groovy.transform.stc.ClosureSignatureHint
A helper method which will extract the n-th generic type from the n-th parameter of a method node.
pickMethod(String, Class[]) - Method in class groovy.lang.DelegatingMetaClass
Deprecated. 
pickMethod(String, Class[]) - Method in interface groovy.lang.MetaClass
Selects a method by name and argument classes.
pickMethod(String, Class[]) - Method in class groovy.lang.MetaClassImpl
Selects a method by name and argument classes.
pickMethod(String, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
PIPE - Static variable in class org.codehaus.groovy.syntax.Types
 
pipeTo(Process, Process) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Allows one Process to asynchronously pipe data to another Process.
PlainObjectMetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
Plain ordinary object call site meta class - cached method - cached
PlainObjectMetaMethodSite(CallSite, MetaClass, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite
 
PlatformLineWriter - Class in groovy.io
A buffered writer that gobbles any \r characters and replaces every \n with a platform specific newline.
PlatformLineWriter(Writer) - Constructor for class groovy.io.PlatformLineWriter
 
PlatformLineWriter(Writer, int) - Constructor for class groovy.io.PlatformLineWriter
 
PluginDefaultGroovyMethods - Class in org.codehaus.groovy.vmplugin.v5
This class defines new Java 5 specific groovy methods which extend the normal JDK classes inside the Groovy environment.
PluginDefaultGroovyMethods() - Constructor for class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
 
PluginDefaultGroovyMethods - Class in org.codehaus.groovy.vmplugin.v8
Defines new Groovy methods which appear on normal JDK 8 classes inside the Groovy environment.
plumb() - Method in class org.codehaus.groovy.antlr.java.JavaLexer
This is a bit of plumbing which resumes collection of string constructor bodies, after an embedded expression has been parsed.
plumb() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
This is a bit of plumbing which resumes collection of string constructor bodies, after an embedded expression has been parsed.
plus(GString) - Method in class groovy.lang.GString
 
plus(String) - Method in class groovy.lang.GString
 
plus(Date) - Method in class groovy.time.BaseDuration
 
plus(DatumDependentDuration) - Method in class groovy.time.DatumDependentDuration
 
plus(TimeDatumDependentDuration) - Method in class groovy.time.DatumDependentDuration
 
plus(Duration) - Method in class groovy.time.DatumDependentDuration
 
plus(TimeDuration) - Method in class groovy.time.DatumDependentDuration
 
plus(Duration) - Method in class groovy.time.Duration
 
plus(TimeDuration) - Method in class groovy.time.Duration
 
plus(DatumDependentDuration) - Method in class groovy.time.Duration
 
plus(Date, BaseDuration) - Static method in class groovy.time.TimeCategory
 
plus(Duration) - Method in class groovy.time.TimeDatumDependentDuration
 
plus(DatumDependentDuration) - Method in class groovy.time.TimeDatumDependentDuration
 
plus(Duration) - Method in class groovy.time.TimeDuration
 
plus(DatumDependentDuration) - Method in class groovy.time.TimeDuration
 
plus(Closure) - Method in class groovy.util.Node
Adds sibling nodes (defined using builder-style notation via a Closure) after the current node.
plus(Closure) - Method in class groovy.util.NodeList
 
plus(Object) - Method in class groovy.util.slurpersupport.GPathResult
Lazily adds the specified Object to this GPathResult.
plus(Element, Closure) - Static method in class groovy.xml.dom.DOMCategory
 
plus(NodeList, Closure) - Static method in class groovy.xml.dom.DOMCategory
 
plus(Duration, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Duration that is seconds seconds longer than this duration.
plus(Instant, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an Instant that is seconds seconds after this instant.
plus(LocalDate, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate that is days days after this date.
plus(LocalDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime that is seconds seconds after this date/time.
plus(LocalTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalTime that is seconds seconds after this time.
plus(OffsetDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime that is seconds seconds after this date/time.
plus(OffsetTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetTime that is seconds seconds after this time.
plus(Period, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period that is days days longer than this period.
plus(Year, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Year that is years years after this year.
plus(YearMonth, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a YearMonth that is months months after this year/month.
plus(ZonedDateTime, long) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZonedDateTime that is seconds seconds after this date/time.
plus(DayOfWeek, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the DayOfWeek that is days many days after this day of the week.
plus(Month, int) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns the Month that is months months after this month.
plus(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Add a number of days to this date and returns the new date.
plus(Date, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Add a number of days to this date and returns the new date.
plus(Timestamp, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Add number of days to this Timestamp and returns the new Timestamp object.
PLUS - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
 
PLUS - Static variable in class org.apache.groovy.json.internal.CharScanner
 
PLUS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
PLUS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
plus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
plus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
plus(Timestamp, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
plus(Map<K, V>, Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new Map containing all entries from left and right, giving precedence to right.
plus(Map<K, V>, Collection<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new Map containing all entries from self and entries, giving precedence to entries.
plus(T[], T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array as a union of two arrays.
plus(T[], T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array containing elements from an original array plus an additional appended element.
plus(T[], Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array containing elements from an original array plus those from a Collection.
plus(T[], Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create an array containing elements from an original array plus those from an Iterable.
plus(Collection<T>, Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection as a union of two collections.
plus(Iterable<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection as a union of two iterables.
plus(Collection<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Collection as a union of a Collection and an Iterable.
plus(List<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List as a union of a List and an Iterable.
plus(List<T>, Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List as a union of a List and a Collection.
plus(Set<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set as a union of a Set and an Iterable.
plus(Set<T>, Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set as a union of a Set and a Collection.
plus(SortedSet<T>, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet as a union of a SortedSet and an Iterable.
plus(SortedSet<T>, Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet as a union of a SortedSet and a Collection.
plus(List<T>, int, T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new List by inserting all of the elements in the specified array to the elements from the original List at the specified index.
plus(List<T>, int, List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new List by inserting all of the elements in the given additions List to the elements from the original List at the specified index.
plus(List<T>, int, Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new List by inserting all of the elements in the given Iterable to the elements from this List at the specified index.
plus(Collection<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a collection as a union of a Collection and an Object.
plus(Iterable<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a collection as a union of an Iterable and an Object.
plus(List<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List as a union of a List and an Object.
plus(Set<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a Set as a union of a Set and an Object.
plus(SortedSet<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a SortedSet as a union of a SortedSet and an Object.
plus(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add a Character and a Number.
plus(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add a Number and a Character.
plus(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Add one Character to another.
plus(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
plus(Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
plus(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
plus(StringBuffer, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
plus(Number, Number) - Static method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
Add two numbers and return the result.
plus(String) - Method in class org.codehaus.groovy.runtime.NullObject
Allows to add a String to null.
plus(Object) - Method in class org.codehaus.groovy.runtime.NullObject
Fallback for null+null.
plus(CharSequence, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Appends the String representation of the given operand to this CharSequence.
plus(Number, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Appends a String to the string representation of this number.
plus(String, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
plus(String, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Appends the String representation of the given operand to this string.
plus(StringBuffer, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Appends a String to this StringBuffer.
plus(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(byte, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(byte, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(short, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(int, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(long, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(float, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, float) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
plus(double, double) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
PLUS - Static variable in class org.codehaus.groovy.syntax.Types
 
plus(StringBuilder, String) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
Appends a String to this StringBuilder.
plus(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
plus(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
plus(double, double) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
PLUS_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
PLUS_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
PLUS_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
PLUS_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
 
plusX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
PogoCachedMethodSite(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSite
 
PogoCachedMethodSiteNoUnwrap(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap
 
PogoCachedMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce
 
PogoGetPropertySite - Class in org.codehaus.groovy.runtime.callsite
 
PogoGetPropertySite(CallSite, Class) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoGetPropertySite
 
PogoInterceptableSite - Class in org.codehaus.groovy.runtime.callsite
Call site for GroovyInterceptable
PogoInterceptableSite(CallSite) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoInterceptableSite
 
PogoMetaClassGetPropertySite - Class in org.codehaus.groovy.runtime.callsite
 
PogoMetaClassGetPropertySite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaClassGetPropertySite
 
PogoMetaClassSite - Class in org.codehaus.groovy.runtime.callsite
 
PogoMetaClassSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaClassSite
 
PogoMetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
POGO call site meta class - cached method - cached
PogoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
 
PogoMetaMethodSite.PogoCachedMethodSite - Class in org.codehaus.groovy.runtime.callsite
 
PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
 
PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
 
PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need to unwrap arguments
PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need neither unwrap nor coerce arguments
PogoMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
 
PogoMetaMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
 
PojoCachedMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSite
 
PojoCachedMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap
 
PojoCachedMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce
 
PojoMetaClassGetPropertySite - Class in org.codehaus.groovy.runtime.callsite
 
PojoMetaClassGetPropertySite(CallSite) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaClassGetPropertySite
 
PojoMetaClassSite - Class in org.codehaus.groovy.runtime.callsite
POJO call site meta class - cached method - not cached
PojoMetaClassSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaClassSite
 
PojoMetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
POJO call site meta class - cached method - cached
PojoMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
PojoMetaMethodSite.PojoCachedMethodSite - Class in org.codehaus.groovy.runtime.callsite
 
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
 
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
 
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need to unwrap arguments
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need neither unwrap nor coerce arguments
PojoMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
 
PojoMetaMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce
 
PojoWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
PojoWrapper(Object, Class) - Constructor for class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
pop() - Method in class groovy.util.slurpersupport.FilteredNodeChildren
 
pop() - Method in class groovy.util.slurpersupport.GPathResult
Returns the parent of this GPathResult.
pop() - Method in class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
 
pop() - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
pop() - Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
 
pop() - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
pop() - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
pop() - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
pop() - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
pop() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pop() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
remove operand stack top element using bytecode pop
pop(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Removes the initial item from the List.
pop() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
popAssignmentTracking(Map<VariableExpression, List<ClassNode>>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
popBlockRecorderVisit(CompileStack.BlockRecorder) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
popContext() - Method in class groovy.util.FactoryBuilderSupport
Removes the last context from the stack.
popContext() - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
popDownTo(int) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
popEnclosingBinaryExpression() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popEnclosingBinaryExpression() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a binary expression from the binary expression stack.
popEnclosingClassNode() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popEnclosingClassNode() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a class from the enclosing classes stack.
popEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a closure expression from the closure expression stack.
popEnclosingConstructorCall() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a constructor call from the enclosing constructor call stack.
popEnclosingMethod() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popEnclosingMethod() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a method from the enclosing methods stack.
popEnclosingMethodCall() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popEnclosingMethodCall() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a method call from the enclosing method call stack.
popEnclosingPropertyExpression() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a property expression from the property expression stack.
popEnclosingReturnStatement() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pops a return statement from the enclosing return statements stack.
popErrorCollector() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
popImplicitThis() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
popLHS() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
popParenLevel() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
popTemporaryTypeInfo() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
popTemporaryTypeInfo() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
positionStmtsAfterEnumInitStmts(List<Statement>) - Method in class org.codehaus.groovy.ast.ClassNode
 
positive(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the unary plus operator; equivalent to calling the Duration.abs() method.
positive(Period) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Supports the unary plus operator; returns a Period with all unit values positive.
POSSIBLE_ERRORS - Static variable in class org.codehaus.groovy.control.messages.WarningMessage
 
POST_DEC - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
POST_DEC - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
POST_INC - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
POST_INC - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
POST_JDK5 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated. 
POST_TYPECHECKING_REPLACEMENT - Static variable in class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
postCompleteNode(FactoryBuilderSupport, Object, Object) - Method in class org.codehaus.groovy.control.customizers.builder.CustomizersFactory
 
postCompleteNode(FactoryBuilderSupport, Object, Object) - Method in class org.codehaus.groovy.control.customizers.builder.InlinedASTCustomizerFactory
 
postCompleteNode(FactoryBuilderSupport, Object, Object) - Method in interface org.codehaus.groovy.control.customizers.builder.PostCompletionFactory
 
postCompleteNode(FactoryBuilderSupport, Object, Object) - Method in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory
 
PostCompletionFactory - Interface in org.codehaus.groovy.control.customizers.builder
A helper interface for factories which require post processing of generated nodes.
POSTFIX_MINUS_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
 
POSTFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
POSTFIX_PLUS_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
 
postfixExpression(AST, int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
postfixExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
PostfixExpression - Class in org.codehaus.groovy.ast.expr
Represents a postfix expression like foo++ or bar++
PostfixExpression(Expression, Token) - Constructor for class org.codehaus.groovy.ast.expr.PostfixExpression
 
postInstantiate(Object, Map, Object) - Method in class groovy.util.FactoryBuilderSupport
A hook after the factory creates the node and before attributes are set.
It will call any registered postInstantiateDelegates, if you override this method be sure to call this impl somewhere in your code.
postInstantiate(Object, Map, Object) - Method in class groovy.util.ObjectGraphBuilder
 
postInstantiateDelegates - Variable in class groovy.util.FactoryBuilderSupport
 
postNodeCompletion(Object, Object) - Method in class groovy.util.BuilderSupport
A hook to allow nodes to be processed once they have had all of their children applied and allows the actual node object that represents the Markup element to be changed
postNodeCompletion(Object, Object) - Method in class groovy.util.FactoryBuilderSupport
A hook to allow nodes to be processed once they have had all of their children applied and allows the actual node object that represents the Markup element to be changed.
It will call any registered postNodeCompletionDelegates, if you override this method be sure to call this impl at the end of your code.
postNodeCompletionDelegates - Variable in class groovy.util.FactoryBuilderSupport
 
power(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a Number to a certain exponent.
power(BigDecimal, Integer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a BigDecimal to an integer certain exponent.
power(BigInteger, Integer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a BigInteger to an integer certain exponent.
power(Integer, Integer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of an integer to an integer certain exponent.
power(Long, Integer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a long to an integer certain exponent.
power(BigInteger, BigInteger) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a BigInteger to a BigInteger certain exponent.
POWER - Static variable in class org.codehaus.groovy.syntax.Types
 
POWER_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
PowerAssertionError - Error in org.codehaus.groovy.runtime.powerassert
Indicates that a power assertion has failed.
PowerAssertionError(String) - Constructor for error org.codehaus.groovy.runtime.powerassert.PowerAssertionError
 
PRE_JDK5 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated. 
preCheckForNamedParams(String) - Method in class groovy.sql.Sql
Deprecated.
PRECLUDES_CAST_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
Predicate<T> - Interface in org.apache.groovy.internal.util
Backport of Java8 Function.
Preferences - Class in org.codehaus.groovy.tools.shell.util
Container for shell preferences.
Preferences() - Constructor for class org.codehaus.groovy.tools.shell.util.Preferences
 
PREFIX_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
 
PREFIX_MINUS_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
 
PREFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
PREFIX_OR_INFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
PREFIX_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
 
PREFIX_PLUS_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
 
prefixExpression(AST, int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
PrefixExpression - Class in org.codehaus.groovy.ast.expr
Represents a prefix expression like ++foo or --bar
PrefixExpression(Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.PrefixExpression
 
preInstantiate(Object, Map, Object) - Method in class groovy.util.FactoryBuilderSupport
A hook before the factory creates the node.
It will call any registered preInstantiateDelegates, if you override this method be sure to call this impl somewhere in your code.
preInstantiate(Object, Map, Object) - Method in class groovy.util.ObjectGraphBuilder
 
preInstantiateDelegates - Variable in class groovy.util.FactoryBuilderSupport
 
PreJava2GroovyConverter - Class in org.codehaus.groovy.antlr.java
This class mutates the Java AST, whilst it is still a Java AST, in readiness for conversion to Groovy, yippee-ky-a !
PreJava2GroovyConverter(String[]) - Constructor for class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
 
PreOrderTraversal - Class in org.codehaus.groovy.antlr.treewalker
A simple preorder traversal over the supplied antlr AST.
PreOrderTraversal(Visitor) - Constructor for class org.codehaus.groovy.antlr.treewalker.PreOrderTraversal
A simple preorder traversal over the supplied antlr AST.
prepareCallSite(String) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
prepareCallSite(String) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyCallSiteWriter
 
prepareCallSite(String) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
prepareConstructorCall(ConstructorNode) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
prepareSiteAndReceiver(Expression, String, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
prepareVisit(ClassNode) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
Sets the current class node context.
prettyPrint(String) - Static method in class groovy.json.JsonOutput
Pretty print a JSON payload.
prettyPrint() - Method in class groovy.util.ConfigObject
 
prettyPrintMethodList(List<MethodNode>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
previous() - Method in class groovy.sql.GroovyResultSetExtension
Moves the cursor to the previous row in this getResultSet() object.
previous() - Method in class groovy.text.markup.DelegatingIndentWriter
 
previous() - Method in class groovy.util.ObservableList.ObservableListIterator
 
previous(Duration) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Duration that is one second shorter than this duration.
previous(Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an Instant that one second before this instant.
previous(LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDate one day before this date.
previous(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalDateTime that is one second before this date/time.
previous(LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a LocalTime that is one second before this time.
previous(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetDateTime one second before this date/time.
previous(OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an OffsetTime that is one second before this time.
previous(Period) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period that is one day shorter than this period.
previous(Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Year before this year.
previous(YearMonth) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a YearMonth that is the month before this year/month.
previous(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a ZonedDateTime that is one second before this date/time.
previous(Calendar) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Decrement a Calendar by one day.
previous(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Decrement a Date by one day.
previous(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Decrement a java.sql.Date by one day.
previous(Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
previous(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
previous(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
previous(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrement a Character by one.
previous(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrement a Number by one.
previous(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
previous(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
previous(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
This method is called by the -- operator for the class CharSequence.
previous(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
previous(Enum) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
This method is called by the -- operator for enums.
previous(int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
previous(long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
previous(double) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
previousIndex() - Method in class groovy.util.ObservableList.ObservableListIterator
 
PRIM_FALSE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
PRIM_TRUE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
PrimaryClassNodeOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
 
primaryExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
PRIMITIVE_TYPE - Static variable in class org.codehaus.groovy.syntax.Types
 
primitiveArrayBox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
primitiveArrayGet(Object, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the getAt(int) method for primitive type arrays.
primitiveArrayGet(Object, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the getAt(Range) method for primitive type arrays.
primitiveArrayGet(Object, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the getAt(Collection) method for primitive type arrays.
primitiveArrayPut(Object, int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the setAt(int idx) method for primitive type arrays.
primitiveArrayToList(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
Allows conversion of arrays into a mutable List
print(Object[]) - Static method in class groovy.inspect.Inspector
 
print(Object) - Method in class groovy.io.GroovyPrintStream
Prints an object Groovy style.
print(Object) - Method in class groovy.io.GroovyPrintWriter
 
print(Object) - Method in class groovy.lang.Script
Prints the value to the current 'out' variable which should be a PrintWriter or at least have a print() method defined on it.
PRINT - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
print(Graphics, PageFormat, int) - Method in class groovy.ui.text.TextEditor
 
print(String) - Method in class groovy.util.IndentPrinter
Prints a string.
print(char) - Method in class groovy.util.IndentPrinter
Prints a character.
print(PrintWriter) - Method in class groovy.util.Node
Writes the node to the specified PrintWriter.
print(Node) - Method in class groovy.util.NodePrinter
 
print(Node) - Method in class groovy.util.XmlNodePrinter
 
print(Node, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
 
print(Object) - Method in class groovy.xml.MarkupBuilder
 
print(GroovySourceAST, int, String, String, String) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
print(GroovySourceAST, int, String) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
print(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style to self if it is a Writer, otherwise to the standard output stream.
print(PrintWriter, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style to the print writer.
print(PrintStream, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style to the print stream.
print(Closure, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value to the standard output stream.
print(Object, PrintWriter) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format.
print(Document) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
print(Node, Map, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
print(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printAttributes(Map) - Method in class groovy.util.NodePrinter
 
printAttributes(Element) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printAttributeWithoutPrefix(Attr, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printAttributeWithPrefix(Attr, StringBuffer) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printChildren(Node, Map) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printComment(Comment, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printElement(Element, Map, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printEnd(String, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printError(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
 
printError(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
printf(String, Object) - Method in class groovy.lang.Script
Prints a formatted string using the specified format string and argument.
printf(String, Object[]) - Method in class groovy.lang.Script
Prints a formatted string using the specified format string and arguments.
printf(Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Printf to the standard output stream.
printf(Closure, String, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Printf 0 or more values to the standard output stream using a format string.
printf(Closure, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Printf a value to the standard output stream using a format string.
printf(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Prints a formatted string using the specified format string and arguments.
printIndent() - Method in class groovy.util.IndentPrinter
Prints the current indent level.
printIndent() - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printLineBegin() - Method in class groovy.util.XmlNodePrinter
 
printLineEnd() - Method in class groovy.util.XmlNodePrinter
 
printLineEnd(String) - Method in class groovy.util.XmlNodePrinter
 
printList(List) - Method in class groovy.util.NodePrinter
 
printList(List, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
 
println(Object) - Method in class groovy.io.GroovyPrintStream
Prints an object Groovy style followed by a newline.
println(Object) - Method in class groovy.io.GroovyPrintWriter
 
println() - Method in class groovy.lang.Script
Prints a newline to the current 'out' variable which should be a PrintWriter or at least have a println() method defined on it.
println(Object) - Method in class groovy.lang.Script
Prints the value and a newline to the current 'out' variable which should be a PrintWriter or at least have a println() method defined on it.
println(String) - Method in class groovy.util.IndentPrinter
Prints a string followed by an end of line character.
println() - Method in class groovy.util.IndentPrinter
Prints an end-of-line character (if enabled via addNewLines property).
println(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a linebreak to the standard output stream.
println(Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a linebreak to the standard output stream.
println(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style (followed by a newline) to self if it is a Writer, otherwise to the standard output stream.
println(PrintWriter, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style (followed by a newline) to the print writer.
println(PrintStream, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value formatted Groovy style (followed by a newline) to the print stream.
println(Closure, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print a value (followed by a newline) to the standard output stream.
println(Object, PrintWriter) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format.
println(String) - Method in class org.codehaus.groovy.tools.ErrorReporter
Prints a line to the underlying PrintStream
println(StringBuffer) - Method in class org.codehaus.groovy.tools.ErrorReporter
 
println(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printName(Node) - Method in class groovy.util.NodePrinter
 
printName(Node, XmlNodePrinter.NamespaceContext, boolean, boolean) - Method in class groovy.util.XmlNodePrinter
 
printNameAttributes(Map, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
 
printNamespace(Object, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
 
printNewlineAndIndent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
printNotice(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
 
printNotice(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
printPI(ProcessingInstruction, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printQuoted(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printResults(PrintStream) - Method in class org.codehaus.groovy.ant.Groovy
print any results in the statement.
printSanitizedStackTrace(Throwable, PrintWriter) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
 
printSanitizedStackTrace(Throwable) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
 
printSimpleItem(Object) - Method in class groovy.util.XmlNodePrinter
 
printSpecialNode(Node) - Method in class groovy.util.XmlNodePrinter
 
printStackTrace(PrintStream) - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
printStackTrace(PrintWriter) - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
printStackTrace() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
 
printText(Text, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
 
printUpdatingTabLevel(GroovySourceAST, int, String, String, String) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
printWarning(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyDocErrorReporter
 
printWarning(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
process(AST) - Method in interface org.codehaus.groovy.antlr.AntlrASTProcessor
performs some processing on the supplied AST node.
process(AST) - Method in class org.codehaus.groovy.antlr.AntlrASTProcessSnippets
decorate antlr AST with ending line/col info, and if possible the snippet of source from the start/end line/col for each node.
process(AST) - Method in class org.codehaus.groovy.antlr.treewalker.FlatNodeListTraversal
 
process(AST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
processAST() - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
processBytecode(String, byte[]) - Method in class org.codehaus.groovy.classgen.asm.BytecodeDumper
 
processBytecode(String, byte[]) - Method in interface org.codehaus.groovy.control.BytecodeProcessor
 
processConfigScripts(List<String>, CompilerConfiguration) - Static method in class groovy.ui.GroovyMain
 
processDoMethodInvokeException(Exception, Object, Object[]) - Method in class groovy.lang.MetaMethod
This method is called when an exception occurs while invoking this method.
processFiles(List<String>) - Static method in class org.codehaus.groovy.antlr.java.Java2GroovyProcessor
 
ProcessGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines new groovy methods which appear on normal JDK classes related to process management.
ProcessGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.ProcessGroovyMethods
 
ProcessGroovyMethods.ProcessRunner - Class in org.codehaus.groovy.runtime
A Runnable which waits for a process to complete together with a notification scheme allowing another thread to wait a maximum number of seconds for the process to complete before killing it.
processingInstruction(String, String) - Method in class groovy.util.XmlParser
 
ProcessingUnit - Class in org.codehaus.groovy.control
A base class for data structures that can collect messages and errors during processing.
ProcessingUnit(CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.ProcessingUnit
Initializes the ProcessingUnit to the empty state.
processKeyEvent(KeyEvent) - Method in class groovy.ui.text.TextEditor
 
processParameters(CompileUnit, Method) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
processParameters(CompileUnit, Method) - Method in class org.codehaus.groovy.vmplugin.v8.Java8
 
processResult(int[]) - Method in class groovy.sql.BatchingStatementWrapper
 
ProcessRunner(Process) - Constructor for class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
 
progressCallback - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ProgressCallback() - Constructor for class org.codehaus.groovy.control.CompilationUnit.ProgressCallback
 
properties() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
properties() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
properties() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
properties - Variable in class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
properties() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
returns a sorted array of properties
PropertiesModuleFactory - Class in org.codehaus.groovy.runtime.m12n
This is the base class for classes responsible for creating modules using properties.
PropertiesModuleFactory() - Constructor for class org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
 
PROPERTY_MISSING - Static variable in class groovy.lang.MetaClassImpl
 
PROPERTY_OPTIONS_TYPE - Static variable in class groovy.transform.options.PropertyHandler
 
PROPERTY_SET_PREFIX - Static variable in class groovy.lang.MetaProperty
 
PropertyAccessInterceptor - Interface in groovy.lang
An interface that adds the ability to intercept property getters/setters
PropertyAccessor - Interface in groovy.beans
 
PropertyAddedEvent(Object, String, Object) - Constructor for class groovy.util.ObservableMap.PropertyAddedEvent
 
PropertyBinding - Class in org.codehaus.groovy.binding
 
PropertyBinding(Object, String) - Constructor for class org.codehaus.groovy.binding.PropertyBinding
 
PropertyBinding(Object, String, String) - Constructor for class org.codehaus.groovy.binding.PropertyBinding
 
PropertyBinding(Object, String, PropertyBinding.UpdateStrategy) - Constructor for class org.codehaus.groovy.binding.PropertyBinding
 
PropertyBinding.UpdateStrategy - Enum in org.codehaus.groovy.binding
 
propertyChange(PropertyChangeEvent) - Method in class org.codehaus.groovy.binding.PropertyPathFullBinding
 
PropertyChangeProxyTargetBinding - Class in org.codehaus.groovy.binding
 
PropertyChangeProxyTargetBinding(Object, String, PropertyChangeListener) - Constructor for class org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
 
PropertyClearedEvent(Object, Map) - Constructor for class groovy.util.ObservableMap.PropertyClearedEvent
 
PropertyEvent(Object, String, Object, Object, ObservableMap.ChangeType) - Constructor for class groovy.util.ObservableMap.PropertyEvent
 
PropertyExpression - Class in org.codehaus.groovy.ast.expr
Represents a property access such as the expression "foo.bar".
PropertyExpression(Expression, String) - Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
 
PropertyExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
 
PropertyExpression(Expression, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.PropertyExpression
 
PropertyHandler - Class in groovy.transform.options
Used to provide custom property handling when getting, setting or initializing properties.
PropertyHandler() - Constructor for class groovy.transform.options.PropertyHandler
 
PropertyInfo(String, ClassNode) - Constructor for class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
propertyMissingDelegate - Variable in class groovy.util.FactoryBuilderSupport
 
PropertyModel - Class in groovy.model
Represents a property of a value as a model.
PropertyModel(ValueModel, String) - Constructor for class groovy.model.PropertyModel
 
PropertyModel(ValueModel, String, Class) - Constructor for class groovy.model.PropertyModel
 
PropertyModel(ValueModel, String, Class, boolean) - Constructor for class groovy.model.PropertyModel
 
propertyName - Variable in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
PropertyNode - Class in org.codehaus.groovy.ast
Represents a property (member variable, a getter and setter)
PropertyNode(String, int, ClassNode, ClassNode, Expression, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.PropertyNode
 
PropertyNode(FieldNode, int, Statement, Statement) - Constructor for class org.codehaus.groovy.ast.PropertyNode
 
PropertyNodeUtils - Class in org.codehaus.groovy.ast.tools
 
PropertyNodeUtils() - Constructor for class org.codehaus.groovy.ast.tools.PropertyNodeUtils
 
PropertyOptions - Annotation Type in groovy.transform
Marker annotation used to indicate that special property handling code will be generated for this class.
PropertyPathFullBinding - Class in org.codehaus.groovy.binding
A property path full binding
PropertyPathFullBinding() - Constructor for class org.codehaus.groovy.binding.PropertyPathFullBinding
 
PropertyReader - Interface in groovy.beans
 
PropertyRemovedEvent(Object, String, Object) - Constructor for class groovy.util.ObservableMap.PropertyRemovedEvent
 
PropertyUpdatedEvent(Object, String, Object, Object) - Constructor for class groovy.util.ObservableMap.PropertyUpdatedEvent
 
PropertyValue - Class in groovy.lang
 
PropertyValue(Object, MetaProperty) - Constructor for class groovy.lang.PropertyValue
 
PropertyWriter - Interface in groovy.beans
 
propX(Expression, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
propX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
propX(Expression, Expression, boolean) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
provide(K) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache.ValueProvider
Provide the created value
Proxy - Class in groovy.util
Dynamic groovy proxy for another object.
Proxy() - Constructor for class groovy.util.Proxy
 
Proxy(String, String, CachedClass, Class, Class[]) - Constructor for class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
 
proxy() - Method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
 
proxy(Map<Object, Object>, Object...) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
 
ProxyGenerator - Class in groovy.util
Classes to generate 'Proxy' objects which implement interfaces, maps of closures and/or extend classes/delegates.
ProxyGenerator() - Constructor for class groovy.util.ProxyGenerator
 
ProxyGeneratorAdapter - Class in org.codehaus.groovy.runtime
A proxy generator responsible for mapping a map of closures to a class implementing a list of interfaces.
ProxyGeneratorAdapter(Map<Object, Object>, Class, Class[], ClassLoader, boolean, Class) - Constructor for class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
Construct a proxy generator.
ProxyMetaClass - Class in groovy.lang
As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.
ProxyMetaClass(MetaClassRegistry, Class, MetaClass) - Constructor for class groovy.lang.ProxyMetaClass
 
PURE_PREFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
push(GroovySourceAST) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
push(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
push(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
push operand on stack
push(List<T>, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Prepends an item to the start of the List.
push(GroovySourceAST) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
pushAssignmentTracking() - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
pushBlockRecorder(CompileStack.BlockRecorder) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushBlockRecorderVisit(CompileStack.BlockRecorder) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushBool(boolean) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
pushBooleanExpression() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
because a boolean Expression may not be evaluated completely it is important to keep the registers clean
pushConstant(MethodVisitor, int) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
pushConstant(ConstantExpression) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
load the constant on the operand stack.
pushContext(TreeContext) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
pushContext(ASTNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
pushDynamicName(Expression) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
pushEnclosingBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushEnclosingBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a binary expression into the binary expression stack.
pushEnclosingClassNode(ClassNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushEnclosingClassNode(ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a class into the classes stack.
pushEnclosingClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushEnclosingClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a closure expression into the closure expression stack.
pushEnclosingConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a constructor call into the constructor call stack.
pushEnclosingMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushEnclosingMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a method into the method stack.
pushEnclosingMethodCall(Expression) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushEnclosingMethodCall(Expression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a method call into the method call stack.
pushEnclosingPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a property expression into the property expression stack.
pushEnclosingReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Pushes a return statement into the return statement stack.
pushErrorCollector(ErrorCollector) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
pushErrorCollector() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
pushImplicitThis(boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushInSpecialConstructorCall() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushInstanceOfTypeInfo(Expression, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Stores information about types when [objectOfInstanceof instanceof typeExpression] is visited
pushLHS(boolean) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushLoop(VariableScope, String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Should be called when descending into a loop that defines also a scope.
pushLoop(VariableScope, List<String>) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Should be called when descending into a loop that defines also a scope.
pushLoop(String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Should be called when descending into a loop that does not define a scope.
pushLoop(List<String>) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Should be called when descending into a loop that does not define a scope.
pushParenLevel() - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
pushState() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
pushSwitch() - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Creates a new break label and a element for the state stack so pop has to be called later
pushTemporaryTypeInfo() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
pushTemporaryTypeInfo() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
pushVariableScope(VariableScope) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
Causes the state-stack to add an element and sets the given scope as new current variable scope.
put(K, V) - Method in class groovy.lang.MapWithDefault
 
put(CachedClass, SingleKeyHashMap) - Method in class groovy.lang.MetaClassImpl.Index
 
put(Object, Object) - Method in class groovy.lang.SpreadMap
 
put(Object, Object) - Method in class groovy.sql.GroovyRowResult
Associates the specified value with the specified property name in this result.
put(Object, Object) - Method in class groovy.util.ConfigObject
 
put(Object, Object) - Method in class groovy.util.ObservableMap
 
put(String, String) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
put(KEY, VALUE) - Method in interface org.apache.groovy.json.internal.Cache
 
put(String, Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
put(String, Object) - Method in class org.apache.groovy.json.internal.LazyValueMap
 
put(K, V) - Method in class org.apache.groovy.json.internal.SimpleCache
 
put(String, Value) - Method in class org.apache.groovy.json.internal.ValueMapImpl
 
put(String, GroovyRunner) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Registers a runner with the specified key.
put(K, V) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
put(Object, Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
put(K, V) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Associates the specified value with the specified key in the cache.
put(K, V) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Associates the specified value with the specified key in the cache.
put(K, V) - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
 
put(K, V) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
Associates the specified value with the specified key in the cache.
put(K, V) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Associates the specified value with the specified key in the cache.
put(Object, Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Maps the specified key to the specified value in this table.
put(String, GroovyPackageDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
put(String, String) - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
 
put(K, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
 
put(K, int, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
put(K, V) - Method in class org.codehaus.groovy.util.ListHashMap
 
put(K, V) - Method in class org.codehaus.groovy.util.ManagedConcurrentValueMap
Sets a new value for a given key.
put(Object, Object) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class groovy.lang.MapWithDefault
 
putAll(Map) - Method in class groovy.lang.SpreadMap
 
putAll(Map) - Method in class groovy.sql.GroovyRowResult
Copies all of the mappings from the specified map to this result.
putAll(Map) - Method in class groovy.util.ConfigObject
 
putAll(Map) - Method in class groovy.util.ObservableMap
 
putAll(Map<? extends String, ? extends String>) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
putAll(Map) - Method in class org.apache.groovy.json.internal.LazyMap
 
putAll(Map<? extends String, ? extends GroovyRunner>) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Adds all entries from the given Map to the registry.
putAll(Map) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
putAll(Map<K, V>, Collection<? extends Map.Entry<? extends K, ? extends V>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provides an easy way to append multiple Map.Entry values to a Map.
putAll(Map<? extends K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
 
putAll(Map) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<String, GroovyClassDoc>) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
putAll(Map<? extends K, ? extends V>) - Method in class org.codehaus.groovy.util.ListHashMap
 
putAllClasses(Map<String, GroovyClassDoc>) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
putAt(ServletContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(HttpSession, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(ServletRequest, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(PageContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
putAt(int, Object) - Method in interface groovy.sql.GroovyResultSet
Supports integer based subscript operators for updating the values of numbered columns starting at zero.
putAt(String, Object) - Method in interface groovy.sql.GroovyResultSet
Updates the designated column with an Object value.
putAt(int, Object) - Method in class groovy.sql.GroovyResultSetExtension
Supports integer based subscript operators for updating the values of numbered columns starting at zero.
putAt(int, Object) - Method in class groovy.util.slurpersupport.GPathResult
A helper method to allow GPathResults to work with subscript operators
putAt(Element, String, Object) - Static method in class groovy.xml.dom.DOMCategory
 
putAt(Calendar, int, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for mutating a Calendar.
putAt(Date, int, int) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support the subscript operator for mutating a Date.
putAt(Calendar, int, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
putAt(Date, int, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
putAt(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the subscript operator to be used to set dynamically named property values.
putAt(List<T>, int, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators.
putAt(List<T>, Number, T) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support subscript operator for list modification.
putAt(List, EmptyRange, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators.
putAt(List, EmptyRange, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators.
putAt(List, IntRange, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
List subscript assignment operator when given a range as the index and the assignment operand is a collection.
putAt(List, IntRange, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
List subscript assignment operator when given a range as the index.
putAt(List, List, List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators.
putAt(List, List, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow lists to work with subscript operators.
putAt(Map<K, V>, K, V) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method to allow maps to work with subscript operators
putAt(BitSet, IntRange, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support assigning a range of values with a single assignment statement.
putAt(BitSet, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Support subscript-style assignment for a BitSet.
putAt(StringBuffer, EmptyRange, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
putAt(StringBuffer, IntRange, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
putAt(StringBuffer, EmptyRange, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for StringBuffer.
putAt(StringBuffer, IntRange, Object) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Support the range subscript operator for StringBuffer.
putAt(DefaultListModel, int, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Allow DefaultListModel to work with subscript operators.
putAt(MutableComboBoxModel, int, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Allow MutableComboBoxModel to work with subscript operators.
putAt(DefaultTableModel, int, Object) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Allow DefaultTableModel to work with subscript operators.
putAt(MutableTreeNode, int, MutableTreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Allow MutableTreeNode to work with subscript operators.
putAt(StringBuilder, IntRange, Object) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
Support the range subscript operator for StringBuilder.
putAt(StringBuilder, EmptyRange, Object) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
Support the range subscript operator for StringBuilder.
putChild(String, StructuredSyntaxDocumentFilter.LexerNode) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
putChild(String[], StructuredSyntaxDocumentFilter.LexerNode) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
putCopyOfUnexisting(SingleKeyHashMap.Entry) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
putDeclaredVariable(Variable) - Method in class org.codehaus.groovy.ast.VariableScope
 
putIfAbsent(K, V) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
putNodeMetaData(Object, Object) - Method in class org.codehaus.groovy.ast.ASTNode
Sets the node meta data but allows overwriting values.
putNodeMetaData(Object, Object) - Method in class org.codehaus.groovy.ast.CompileUnit
Sets the node meta data but allows overwriting values.
putReferencedClassVariable(Variable) - Method in class org.codehaus.groovy.ast.VariableScope
 
putReferencedLocalVariable(Variable) - Method in class org.codehaus.groovy.ast.VariableScope
 
putStyle(String, Style) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
putStyle(String[], Style) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
putUserdata(Object, Object) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 

Q

QName - Class in groovy.xml
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QName(String) - Constructor for class groovy.xml.QName
Constructor for the QName.
QName(String, String) - Constructor for class groovy.xml.QName
Constructor for the QName.
QName(String, String, String) - Constructor for class groovy.xml.QName
Constructor for the QName.
qt - Variable in class org.codehaus.groovy.tools.xml.DomToGroovy
 
qualifiedName(AST) - Static method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
qualifiedName() - Method in interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
 
qualifiedName() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
qualifiedName() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
qualifiedName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
qualifiedTypeName() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
The qualified name of this type excluding any dimension information.
qualifiedTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
qualifiedTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
qualifiedTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
qualifiedTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
 
query(String, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query, which should return a single ResultSet object.
query(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query, which should return a single ResultSet object.
query(String, Map, Closure) - Method in class groovy.sql.Sql
A variant of Sql.query(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as a map.
query(Map, String, Closure) - Method in class groovy.sql.Sql
A variant of Sql.query(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as named arguments.
query(GString, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query, which should return a single ResultSet object.
QUESTION - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
QUESTION - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
QUESTION - Static variable in class org.codehaus.groovy.syntax.Types
 
QUESTION_MARK - Static variable in class org.codehaus.groovy.control.ResolveVisitor
 
queuedSources - Variable in class org.codehaus.groovy.control.CompilationUnit
 
QUIET - Static variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
QUOTES - Static variable in class groovy.ui.text.GroovyFilter
 

R

Range<T extends Comparable> - Interface in groovy.lang
A Range represents the list of discrete items between some starting (or from) value and working up towards some ending (or to) value.
RANGE_EXCLUSIVE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
RANGE_INCLUSIVE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
RANGE_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
RANGE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
rangeExpression(AST, boolean) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
RangeExpression - Class in org.codehaus.groovy.ast.expr
Represents a range expression such as for iterating.
RangeExpression(Expression, Expression, boolean) - Constructor for class org.codehaus.groovy.ast.expr.RangeExpression
 
RangeExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
This transformer focuses on ranges to produce optimized bytecode.
RangeExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.RangeExpressionTransformer
 
RangeInfo - Class in org.codehaus.groovy.runtime
 
RangeInfo(int, int, boolean) - Constructor for class org.codehaus.groovy.runtime.RangeInfo
 
ranges - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
RBRACK - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
RBRACK - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
RCURLY - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
RCURLY - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
rcurry(Object...) - Method in class groovy.lang.Closure
Support for Closure "right" currying.
rcurry(Object) - Method in class groovy.lang.Closure
Support for Closure "right" currying.
read(Object, String) - Method in class groovy.beans.DefaultPropertyAccessor
 
read(Object, String) - Method in class groovy.beans.DefaultPropertyReader
 
read(Object, String) - Method in interface groovy.beans.PropertyReader
 
read() - Method in class groovy.io.LineColumnReader
Reads a single character.
read(char[], int, int) - Method in class groovy.io.LineColumnReader
Reads characters into a portion of an array.
read(char[]) - Method in class groovy.io.LineColumnReader
Reads characters into an array.
read(CharBuffer) - Method in class groovy.io.LineColumnReader
Not implemented.
read(Reader, CharBuf, int) - Static method in class org.apache.groovy.json.internal.IO
 
read(char[], int, int) - Method in class org.codehaus.groovy.antlr.UnicodeEscapingReader
Reads characters from the underlying reader.
read() - Method in class org.codehaus.groovy.antlr.UnicodeEscapingReader
Gets the next character from the underlying reader, translating escapes as required.
read() - Method in class org.codehaus.groovy.util.CharSequenceReader
Read a single character.
read(char[], int, int) - Method in class org.codehaus.groovy.util.CharSequenceReader
Read the sepcified number of characters into the array.
readBytes(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readBytes(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Reads the content of the file into a byte array.
readBytes(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the content of the file into a byte array.
ReaderCharacterSource - Class in org.apache.groovy.json.internal
 
ReaderCharacterSource(Reader, int) - Constructor for class org.apache.groovy.json.internal.ReaderCharacterSource
 
ReaderCharacterSource(Reader) - Constructor for class org.apache.groovy.json.internal.ReaderCharacterSource
 
ReaderCharacterSource(String) - Constructor for class org.apache.groovy.json.internal.ReaderCharacterSource
 
ReaderSource - Interface in org.codehaus.groovy.control.io
An interface for things that can supply (and potentially resupply) a Reader on a source stream.
ReadException - Exception in org.codehaus.groovy.syntax
Encapsulates non-specific i/o exceptions.
ReadException(IOException) - Constructor for exception org.codehaus.groovy.syntax.ReadException
 
ReadException(String, IOException) - Constructor for exception org.codehaus.groovy.syntax.ReadException
 
readForRecycle() - Method in class org.apache.groovy.json.internal.CharBuf
 
readLine() - Method in class groovy.io.LineColumnReader
Reads a line of text.
readLine(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLine(Reader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Read a single, whole line from the given Reader.
readLines(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(InputStream, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(URL, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
readLines(InputStream) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Reads the stream into a list, with one element for each line.
readLines(InputStream, String) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Reads the stream into a list, with one element for each line.
readLines(Reader) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Reads the reader into a list of Strings, with one entry for each line.
readLines(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Reads the file into a list of Strings, with one item for each line.
readLines(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Reads the file into a list of Strings, with one item for each line.
readLines(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the file into a list of Strings, with one item for each line.
readLines(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the file into a list of Strings, with one item for each line.
readLines(URL) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the URL contents into a list, with one element for each line.
readLines(URL, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Reads the URL contents into a list, with one element for each line.
readLines(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Return the lines of a CharSequence as a List of String.
readLines(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
readNumber() - Method in interface org.apache.groovy.json.internal.CharacterSource
Reads a number from the character source.
readNumber(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
readNumber() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
ReadOnlyPropertyException - Exception in groovy.lang
This exception is thrown if an attempt is made to set a read only property
ReadOnlyPropertyException(String, Class) - Constructor for exception groovy.lang.ReadOnlyPropertyException
 
ReadOnlyPropertyException(String, String) - Constructor for exception groovy.lang.ReadOnlyPropertyException
 
ReadWriteLockASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @WithReadLock and @WithWriteLock annotation.
This transformation adds an instance of ReentrantReadWriteLock to the class.
Any method annotated with @WithReadLock will obtain a read lock and release it in a finally block.
Any method annotated with @WithWriteLock will obtain a write lock and release it in a finally block.
For more information see WithReadLock and WithWriteLock
ReadWriteLockASTTransformation() - Constructor for class org.codehaus.groovy.transform.ReadWriteLockASTTransformation
 
REAL - Static variable in class groovy.sql.Sql
 
REAL(Object) - Static method in class groovy.sql.Sql
 
reallocateIndexes() - Method in class groovy.inspect.swingui.TableSorter
 
Realm - Class in org.apache.groovy.metaclass
A Realm is the representation of a metaclass layer in a tree of realm objects.
rebind() - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
rebind() - Method in class org.codehaus.groovy.binding.AggregateBinding
 
rebind() - Method in class org.codehaus.groovy.binding.BindingProxy
 
rebind() - Method in interface org.codehaus.groovy.binding.BindingUpdatable
Causes the current bindings to be reset.
rebind() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
rebind() - Method in class org.codehaus.groovy.binding.PropertyPathFullBinding
 
rebuildBindings() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
Receiver<T> - Class in org.codehaus.groovy.transform.stc
 
Receiver(ClassNode) - Constructor for class org.codehaus.groovy.transform.stc.Receiver
 
Receiver(ClassNode, T) - Constructor for class org.codehaus.groovy.transform.stc.Receiver
 
recompile(URL, String, Class) - Method in class groovy.lang.GroovyClassLoader
(Re)Compiles the given source.
record(Expression) - Method in class org.codehaus.groovy.classgen.asm.AssertionWriter
 
record(Token) - Method in class org.codehaus.groovy.classgen.asm.AssertionWriter
 
record(Object, int) - Method in class org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
recordModification(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Force a memory synchronization that will cause all readers to see table.
recreateSrc() - Method in class org.codehaus.groovy.ant.Groovyc
Recreate src.
recycle() - Method in class org.apache.groovy.json.internal.CharBuf
 
redirect(String) - Method in class groovy.servlet.ServletBinding
 
redirect() - Method in class org.codehaus.groovy.ast.ClassNode
Returns the ClassNode this ClassNode is redirecting to.
REDO - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
redo() - Method in class groovy.ui.text.TextUndoManager
 
redoTo(UndoableEdit) - Method in class groovy.ui.text.TextUndoManager
 
Reduction - Class in org.codehaus.groovy.syntax
A syntax reduction, produced by the Parser.
Reduction(Token) - Constructor for class org.codehaus.groovy.syntax.Reduction
Initializes the Reduction with the specified root.
reenableTracker() - Method in class org.codehaus.groovy.classgen.asm.AssertionWriter
 
ReevaluatingReference<T> - Class in org.apache.groovy.internal.util
This class represents a reference to the most actual incarnation of a Metaclass.
ReevaluatingReference(Class, Supplier<T>, Function<T, SwitchPoint>) - Constructor for class org.apache.groovy.internal.util.ReevaluatingReference
 
REF - Static variable in class groovy.sql.Sql
 
REF(Object) - Static method in class groovy.sql.Sql
 
REF_LABEL_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
Reference<T> - Class in groovy.lang
Represents a reference to a value
Reference() - Constructor for class groovy.lang.Reference
 
Reference(T) - Constructor for class groovy.lang.Reference
 
Reference<T,V extends Finalizable> - Interface in org.codehaus.groovy.util
 
REFERENCE_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ReferenceBundle - Class in org.codehaus.groovy.util
 
ReferenceBundle(ReferenceManager, ReferenceType) - Constructor for class org.codehaus.groovy.util.ReferenceBundle
 
ReferenceManager - Class in org.codehaus.groovy.util
 
ReferenceManager(ReferenceQueue) - Constructor for class org.codehaus.groovy.util.ReferenceManager
 
ReferenceType - Enum in org.codehaus.groovy.util
 
reflection - Variable in class groovy.servlet.AbstractHttpServlet
Mirrors the static value of the reflection flag in MetaClass.
ReflectionCache - Class in org.codehaus.groovy.reflection
 
ReflectionCache() - Constructor for class org.codehaus.groovy.reflection.ReflectionCache
 
ReflectionClassNameResolver(String) - Constructor for class groovy.util.ObjectGraphBuilder.ReflectionClassNameResolver
 
ReflectionMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
 
ReflectionMetaMethod(CachedMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
ReflectionMethodInvoker - Class in org.codehaus.groovy.runtime
Utility class to call methods through reflection, and falls through using the Invoker to call the method if it fails.
ReflectionMethodInvoker() - Constructor for class org.codehaus.groovy.runtime.ReflectionMethodInvoker
 
ReflectionUtils - Class in org.codehaus.groovy.reflection
This class contains utility methods to determine which class called the current class to multiple levels of depth.
ReflectionUtils() - Constructor for class org.codehaus.groovy.reflection.ReflectionUtils
 
Reflector - Class in org.codehaus.groovy.runtime
Provides as alternative to reflection using bytecode generation.
Reflector() - Constructor for class org.codehaus.groovy.runtime.Reflector
 
ReflectorLoader - Class in org.codehaus.groovy.runtime.metaclass
Reflector creation helper.
ReflectorLoader(ClassLoader) - Constructor for class org.codehaus.groovy.runtime.metaclass.ReflectorLoader
creates a ReflectorLoader.
refreshInheritedMethods(Set) - Method in class groovy.lang.ExpandoMetaClass
Called from ExpandoMetaClassCreationHandle in the registry if it exists to set up inheritance handling
REGEX_COMPARISON_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
 
REGEX_FIND - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
REGEX_MATCH - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
REGEX_PATTERN - Static variable in class org.codehaus.groovy.syntax.Types
 
REGEXP - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
REGEXP_CTOR_END - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
REGEXP_LITERAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
REGEXP_SYMBOL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
regexPattern(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
RegexSupport - Class in org.codehaus.groovy.runtime
Used to store the last regex match.
RegexSupport() - Constructor for class org.codehaus.groovy.runtime.RegexSupport
 
register(HasCleanup) - Method in class org.codehaus.groovy.control.Janitor
 
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.codehaus.groovy.runtime.WritablePath
 
register(WatchService, WatchEvent.Kind<?>...) - Method in class org.codehaus.groovy.runtime.WritablePath
 
registerBeanFactory(String, Class) - Method in class groovy.util.FactoryBuilderSupport
Registers a factory for a JavaBean.
The JavaBean class should have a no-args constructor.
registerBeanFactory(String, String, Class) - Method in class groovy.util.FactoryBuilderSupport
Registers a factory for a JavaBean.
The JavaBean class should have a no-args constructor.
registerBeanProperty(String, Object) - Method in class groovy.lang.ExpandoMetaClass
Registers a new bean property
registerExplicitMethod(String, Closure) - Method in class groovy.util.FactoryBuilderSupport
 
registerExplicitMethod(String, String, Closure) - Method in class groovy.util.FactoryBuilderSupport
 
registerExplicitProperty(String, Closure, Closure) - Method in class groovy.util.FactoryBuilderSupport
 
registerExplicitProperty(String, String, Closure, Closure) - Method in class groovy.util.FactoryBuilderSupport
 
registerExtensionModuleFromProperties(Properties, ClassLoader, Map<CachedClass, List<MetaMethod>>) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
registerFactory(String, Factory) - Method in class groovy.util.FactoryBuilderSupport
Registers a factory for a node name.
registerFactory(String, String, Factory) - Method in class groovy.util.FactoryBuilderSupport
Registers a factory for a node name.
registerInstanceMethod(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
Registers a new instance method for the given method name and closure on this MetaClass
registerInstanceMethod(String, Closure) - Method in class groovy.lang.ExpandoMetaClass
 
registerModifiedMetaClass(ExpandoMetaClass) - Method in class groovy.lang.ExpandoMetaClassCreationHandle
Registers a modified ExpandoMetaClass with the creation handle
registerNamespacePrefix(String, String) - Method in class groovy.util.XmlNodePrinter.NamespaceContext
 
registerStaticMethod(String, Closure) - Method in class groovy.lang.ExpandoMetaClass
 
registerStaticMethod(String, Closure, Class[]) - Method in class groovy.lang.ExpandoMetaClass
Registers a new static method for the given method name and closure on this MetaClass
registerSubclassInstanceMethod(String, Class, Closure) - Method in class groovy.lang.ExpandoMetaClass
 
registerSubclassInstanceMethod(MetaMethod) - Method in class groovy.lang.ExpandoMetaClass
 
registerTextComponent(JTextComponent) - Static method in class groovy.ui.text.FindReplaceUtility
 
registrationGroup - Variable in class groovy.util.FactoryBuilderSupport
 
registrationGroupName - Variable in class groovy.util.FactoryBuilderSupport
 
registry - Variable in class groovy.lang.MetaClassImpl
 
rehash() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Rehashes the contents of this map into a new table with a larger capacity.
rehydrate(Object, Object, Object) - Method in class groovy.lang.Closure
Returns a copy of this closure for which the delegate, owner and thisObject are replaced with the supplied parameters.
relationalExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
relativePath(File, File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Relative path to file.
relativize(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
ReleaseInfo - Class in org.codehaus.groovy.util
Exposes the Groovy release information
ReleaseInfo() - Constructor for class org.codehaus.groovy.util.ReleaseInfo
 
remove() - Method in class groovy.json.JsonLexer
Method not implemented.
remove(Object) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
remove(int) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
remove(Object) - Method in class groovy.lang.ListWithDefault
 
remove(int) - Method in class groovy.lang.ListWithDefault
 
remove(Object) - Method in class groovy.lang.MapWithDefault
 
remove(int) - Method in class groovy.lang.Sequence
 
remove(Object) - Method in class groovy.lang.SpreadMap
 
remove(Object) - Method in class groovy.sql.GroovyRowResult
 
remove(int) - Method in class groovy.swing.impl.ListWrapperListModel
 
remove(Object) - Method in class groovy.swing.impl.ListWrapperListModel
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter
Remove a string from the document, and then parse it if the parser has been set.
remove(Object) - Method in class groovy.util.ConfigObject
 
remove(Node) - Method in class groovy.util.Node
Removes a child of the current node.
remove() - Method in class groovy.util.ObservableList.ObservableIterator
 
remove(int) - Method in class groovy.util.ObservableList
 
remove(Object) - Method in class groovy.util.ObservableList
 
remove(Object) - Method in class groovy.util.ObservableMap
 
remove() - Method in class groovy.util.ObservableSet.ObservableIterator
 
remove(Object) - Method in class groovy.util.ObservableSet
 
remove() - Method in class groovy.util.PermutationGenerator
 
remove(Object) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
remove() - Method in class groovy.util.slurpersupport.NodeIterator
 
remove(KEY) - Method in interface org.apache.groovy.json.internal.Cache
 
remove(Object) - Method in class org.apache.groovy.json.internal.LazyMap
 
remove(K) - Method in class org.apache.groovy.json.internal.SimpleCache
 
remove(Object) - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Removes a registered runner from the registry.
remove(Object) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(Object, Object) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
remove() - Method in class org.codehaus.groovy.ant.FileIterator
throws UnsupportedOperationException
remove(int) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
Remove amount elements from the operand stack, without using pop.
remove(Class<?>) - Static method in class org.codehaus.groovy.reflection.ClassInfo
Removes a ClassInfo from the cache.
remove(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue
 
remove(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
remove(Object) - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Remove the cached value by the key
remove(Object) - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Remove the cached value by the key
remove(Object) - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Remove the cached value by the key
remove(Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Remove the cached value by the key
remove() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
remove(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Removes the key (and its corresponding value) from this table.
remove() - Method in class org.codehaus.groovy.runtime.ReverseListIterator
remove(int) - Method in class org.codehaus.groovy.syntax.Reduction
Removes a node from the Reduction.
remove(WriterController) - Method in class org.codehaus.groovy.transform.sc.TemporaryVariableExpression
 
remove(K) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
 
remove(K, int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
remove() - Method in class org.codehaus.groovy.util.ArrayIterator
 
remove(int) - Method in class org.codehaus.groovy.util.FastArray
 
remove() - Method in class org.codehaus.groovy.util.IteratorBufferedIterator
 
remove() - Method in class org.codehaus.groovy.util.ListBufferedIterator
 
remove(Object) - Method in class org.codehaus.groovy.util.ListHashMap
 
remove(Object) - Method in class org.codehaus.groovy.util.SingleKeyHashMap
 
remove(Object, Object, Object) - Method in class org.codehaus.groovy.util.TripleKeyHashMap
 
removeAll(Collection<?>) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
removeAll(Collection<?>) - Method in class groovy.lang.ListWithDefault
 
removeAll(Collection) - Method in class groovy.util.ObservableList
 
removeAll(Collection<?>) - Method in class groovy.util.ObservableSet
 
removeAll(Collection, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection by removing its elements that are contained within the specified object array.
removeAll(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection by removing the elements that are matched according to the specified closure condition.
removeAll(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this map by removing the elements that are matched according to the specified closure condition.
removeAssignment(int) - Static method in class org.codehaus.groovy.syntax.TokenUtil
Removes the assignment portion of a given token.
removeAt(List<E>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this list by removing the element at the specified position in this list.
removeAttributeDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Remove the most recently added instance of the attribute delegate.
removeBinding(BindingUpdatable) - Method in class org.codehaus.groovy.binding.AggregateBinding
 
removeChild(String) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
removeClass(Class) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
removeClassCacheEntry(String) - Method in class groovy.lang.GroovyClassLoader
removes a class from the class cache.
removeColumn(TableColumn) - Method in class groovy.model.DefaultTableModel.MyTableColumnModel
 
removeColumn(DefaultTableColumn) - Method in class groovy.model.DefaultTableModel
Removes a column definition from the table
removeConsoleId() - Method in class groovy.ui.SystemOutputInterceptor
Threads executing a script should call this method after execution completes in order to unregister the consoleId.
removeConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
removeElement(Collection<E>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection by removing a single instance of the specified element from this collection, if it is present.
removeField(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
removeHandler(TypeCheckingExtension) - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
removeLast(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Removes the last item from the List.
removeLastChar() - Method in class org.apache.groovy.json.internal.CharBuf
 
removeLastChar(char) - Method in class org.apache.groovy.json.internal.CharBuf
 
removeListeners() - Method in class org.codehaus.groovy.binding.BindPath
Remove listeners, believing that our bould flags are accurate and it removes only as declared.
removeMetaClass(Class) - Method in interface groovy.lang.MetaClassRegistry
Removes a cached MetaClass from the registry
removeMetaClass(Class) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
removeMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in interface groovy.lang.MetaClassRegistry
Removes a meta class change listener for constant meta classes
removeMetaClassRegistryChangeEventListener(MetaClassRegistryChangeEventListener) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Removes a constant meta class listener.
removeMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
removeMethod(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
removeModule(ExtensionModule) - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleRegistry
 
removeNamePrefix(String) - Method in class groovy.servlet.AbstractHttpServlet
 
removeNodeMetaData(Object) - Method in class org.codehaus.groovy.ast.ASTNode
Removes a node meta data entry.
removeNodeMetaData(Object) - Method in class org.codehaus.groovy.ast.CompileUnit
Removes a node meta data entry.
removeNotify() - Method in class groovy.ui.text.TextEditor
 
removePostInstantiateDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Remove the most recently added instance of the postInstantiate delegate.
removePostNodeCompletionDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Remove the most recently added instance of the nodeCompletion delegate.
removePreInstantiateDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
Remove the most recently added instance of the preInstantiate delegate.
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.model.ValueHolder
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.ui.text.TextUndoManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableList
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableList
 
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableMap
 
removePropertyChangeListener(PropertyChangeListener) - Method in class groovy.util.ObservableSet
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class groovy.util.ObservableSet
 
removeRange(int, int) - Method in class groovy.lang.Sequence
 
removeRange(int, int) - Method in class groovy.swing.impl.ListWrapperListModel
 
removeReferencedClassVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
 
removeStallEntries() - Method in class org.codehaus.groovy.util.ReferenceManager
 
removeStyle(String) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
removeStyle(String[]) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
removeTextListener(TextListener) - Static method in class groovy.ui.text.FindReplaceUtility
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
removeTwoOperands(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
removeVar(int) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
rename(String) - Method in class org.codehaus.groovy.ast.FieldNode
 
renameField(String, String) - Method in class org.codehaus.groovy.ast.ClassNode
 
renameTo(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
renameTo(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Renames a file.
renameTo(Path, URI) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Renames a file.
renameTo(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Renames the file.
render(String, ValueRecorder) - Static method in class org.codehaus.groovy.runtime.powerassert.AssertionRenderer
Creates a string representation of an assertion and its recorded values.
renderToOutput(OutputTool, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTool
 
renumberTableColumns() - Method in class groovy.model.DefaultTableModel.MyTableColumnModel
 
repeatString(String, int) - Static method in class org.codehaus.groovy.tools.Utilities
Returns a string made up of repetitions of the specified string.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter
Replace a string in the document, and then parse it if the parser has been set.
REPLACE - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
REPLACE - Static variable in class groovy.ui.text.TextEditor
 
replace(K, V) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replace(K, V, V) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replace(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
replace top level element with new element of given type
replace(ClassNode, int) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
replace n top level elements with new element of given type
replace(CharSequence, Map<CharSequence, CharSequence>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces all occurrences of replacement CharSequences (supplied via a map) within a provided CharSequence.
replace(CharSequence, int, Map<CharSequence, CharSequence>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces all occurrences of replacement CharSequences (supplied via a map) within a provided CharSequence with control over the internally created StringBuilder's capacity.
REPLACE_ACTION_COMMAND - Static variable in class groovy.ui.text.FindReplaceUtility
 
REPLACE_ALL_ACTION_COMMAND - Static variable in class groovy.ui.text.FindReplaceUtility
 
replaceAll(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(CharSequence, Pattern, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(String, Pattern, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceAll(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces each substring of this CharSequence that matches the given regular expression with the given replacement.
replaceAll(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces all occurrences of a captured group by the result of calling a closure on that text.
replaceAll(CharSequence, Pattern, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces all substrings of a CharSequence that match the given compiled regular expression with the given replacement.
replaceAll(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces all occurrences of a captured group by the result of a closure call on that text.
replaceAll(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
replaceAll(String, Pattern, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
replaceAll(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
replaceAllTags(String, String, String, Pattern) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
replaceAllTags(String, String, String, Pattern, List<LinkArgument>, String, GroovyRootDoc, SimpleGroovyClassDoc) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
replaceAllTagsCollated(String, String, String, String, String, Pattern) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
replaceBody(Object) - Method in class groovy.util.slurpersupport.Attribute
NOP, because an attribute does not have a Body.
replaceBody(Object) - Method in class groovy.util.slurpersupport.GPathResult
 
replaceBody(Object) - Method in class groovy.util.slurpersupport.NoChildren
NOP
replaceBody(Object) - Method in class groovy.util.slurpersupport.Node
Replaces the current body of this Node with the passed object.
replaceBody(Object) - Method in class groovy.util.slurpersupport.NodeChild
 
replaceBody(Object) - Method in class groovy.util.slurpersupport.NodeChildren
 
replaceDelegate() - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
replaceFirst(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(CharSequence, Pattern, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(String, Pattern, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
replaceFirst(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces the first substring of this CharSequence that matches the given regular expression with the given replacement.
replaceFirst(CharSequence, CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces the first occurrence of a captured group by the result of a closure call on that text.
replaceFirst(CharSequence, Pattern, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces the first substring of a CharSequence that matches the given compiled regular expression with the given replacement.
replaceFirst(CharSequence, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces the first occurrence of a captured group by the result of a closure call on that text.
replaceFirst(String, Pattern, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
replaceFirst(String, Pattern, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
replaceFirst(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
ReplacementNode - Class in groovy.util.slurpersupport
Helper base class used for lazy updates.
ReplacementNode() - Constructor for class groovy.util.slurpersupport.ReplacementNode
 
replaceNode(Closure) - Method in class groovy.util.Node
Replaces the current node with nodes defined using builder-style notation via a Closure.
replaceNode(Node) - Method in class groovy.util.Node
Replaces the current node with the supplied node.
replaceNode(Closure) - Method in class groovy.util.NodeList
 
replaceNode(Closure) - Method in class groovy.util.slurpersupport.Attribute
NOP, because an attribute does not have any Node to replace.
replaceNode(Closure) - Method in class groovy.util.slurpersupport.GPathResult
 
replaceNode(Closure) - Method in class groovy.util.slurpersupport.NoChildren
NOP
replaceNode(Closure, GPathResult) - Method in class groovy.util.slurpersupport.Node
 
replaceNode(Closure) - Method in class groovy.util.slurpersupport.NodeChild
 
replaceNode(Closure) - Method in class groovy.util.slurpersupport.NodeChildren
 
replaceNode(DOMCategory.NodesHolder, Closure) - Static method in class groovy.xml.dom.DOMCategory
 
replaceNode(Node, Closure) - Static method in class groovy.xml.dom.DOMCategory
 
replaceSelection(String) - Method in class groovy.ui.text.TextEditor
 
replaceTags(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
replaceWithMoreSpecificType(Object[], MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
Replaces the types in the callSiteType parameter if more specific types given through the arguments.
report(CompilationFailedException, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For CompilationFailedException.
report(GroovyExceptionInterface, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For GroovyException.
report(Exception, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For Exception.
report(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
For everything else.
reportedErrors - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
Require - Annotation Type in vm8
 
Requires - Annotation Type in vm8
 
RESERVED_KEYWORD - Static variable in class org.codehaus.groovy.syntax.Types
 
RESERVED_WORD - Static variable in class groovy.ui.text.GroovyFilter
 
RESERVED_WORDS - Static variable in class groovy.ui.text.GroovyFilter
 
reset() - Method in class groovy.io.LineColumnReader
Resets the stream to the most recent mark.
reset() - Method in class groovy.lang.BenchmarkInterceptor
Resets all the benchmark data on this object.
reset() - Method in class groovy.sql.BatchingStatementWrapper
 
reset() - Method in class groovy.ui.text.TextUndoManager
 
reset() - Method in class groovy.util.FactoryBuilderSupport
Clears the context stack.
reset() - Method in class groovy.util.PermutationGenerator
 
reset() - Method in class org.codehaus.groovy.util.CharSequenceReader
Reset the reader to the last marked position (or the beginning if mark has not been called).
resetCachedMetaClasses() - Static method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
resetFileLists() - Method in class org.codehaus.groovy.ant.Groovyc
Clear the list of files to be compiled and copied.
resetLineNumber() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
resetLineNumber() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
resetLoadedClasses() - Method in class groovy.lang.GroovyShell
 
resize(int) - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
resize(int) - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
resName(String) - Static method in class org.codehaus.groovy.reflection.SunClassLoader
 
resolutions - Static variable in class org.codehaus.groovy.syntax.ASTHelper
 
resolve(Map<String, Object>, Map...) - Static method in class groovy.grape.Grape
 
resolve(Map<String, Object>, List, Map...) - Static method in class groovy.grape.Grape
 
resolve(Map, Map...) - Method in interface groovy.grape.GrapeEngine
 
resolve(Map, List, Map...) - Method in interface groovy.grape.GrapeEngine
 
resolve(List<ClassNode[]>, ClassNode, Expression, ClosureExpression, MethodNode, SourceUnit, CompilationUnit, String[]) - Method in class groovy.transform.stc.ClosureSignatureConflictResolver
 
resolve(List<ClassNode[]>, ClassNode, Expression, ClosureExpression, MethodNode, SourceUnit, CompilationUnit, String[]) - Method in class groovy.transform.stc.PickFirstResolver
 
resolve(int) - Static method in enum groovy.util.ObservableList.ChangeType
 
resolve(int) - Static method in enum groovy.util.ObservableMap.ChangeType
 
resolve(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
resolve(String) - Method in class org.codehaus.groovy.runtime.WritablePath
 
resolve() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
RESOLVE_ATTRIBUTE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
resolveChildRelationName(String, Object, String, Object) - Method in class groovy.util.ObjectGraphBuilder.DefaultRelationNameResolver
Handles the common English regular plurals with the following rules.
resolveChildRelationName(String, Object, String, Object) - Method in interface groovy.util.ObjectGraphBuilder.RelationNameResolver
Returns the mapping name of child -> parent
resolveClass(String) - Method in class org.codehaus.groovy.ast.decompiled.AsmReferenceResolver
 
resolveClassname(String) - Method in interface groovy.util.ObjectGraphBuilder.ClassNameResolver
 
resolveClassname(String) - Method in class groovy.util.ObjectGraphBuilder.DefaultClassNameResolver
 
resolveClassname(String) - Method in class groovy.util.ObjectGraphBuilder.ReflectionClassNameResolver
 
resolveClassNodeGenerics(Map<GenericsType.GenericsTypeName, GenericsType>, Map<GenericsType.GenericsTypeName, GenericsType>, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
resolveClassNullable(String) - Method in class org.codehaus.groovy.ast.decompiled.AsmReferenceResolver
 
resolveExplicitMethod(String, Object) - Method in class groovy.util.FactoryBuilderSupport
This is a hook for subclasses to plugin a custom strategy for mapping names to explicit methods.
resolveExplicitProperty(String) - Method in class groovy.util.FactoryBuilderSupport
This is a hook for subclasses to plugin a custom strategy for mapping names to property methods.
resolveFactory(Object, Map, Object) - Method in class groovy.util.FactoryBuilderSupport
This is a hook for subclasses to plugin a custom strategy for mapping names to factories.
resolveFactory(Object, Map, Object) - Method in class groovy.util.ObjectGraphBuilder
 
resolveJvmClass(String) - Method in class org.codehaus.groovy.ast.decompiled.AsmReferenceResolver
 
resolveName(String, CompilationUnit) - Method in class org.codehaus.groovy.control.ClassNodeResolver
Resolves the name of a class to a SourceUnit or ClassNode.
resolveParentRelationName(String, Object, String, Object) - Method in class groovy.util.ObjectGraphBuilder.DefaultRelationNameResolver
Follow the most conventional pattern, returns the parentName unchanged.
resolveParentRelationName(String, Object, String, Object) - Method in interface groovy.util.ObjectGraphBuilder.RelationNameResolver
Returns the mapping name of parent -> child
resolveSibling(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
resolveSibling(String) - Method in class org.codehaus.groovy.runtime.WritablePath
 
resolveTemplate(String) - Method in class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
 
resolveTemplate(String) - Method in class groovy.text.markup.MarkupTemplateEngine.DefaultTemplateResolver
 
resolveTemplate(String) - Method in class groovy.text.markup.MarkupTemplateEngine
 
resolveTemplate(String) - Method in interface groovy.text.markup.TemplateResolver
Resolvers must implement this method in order to resolve a template, given a template path.
resolveType(Type) - Method in class org.codehaus.groovy.ast.decompiled.AsmReferenceResolver
 
resolveType(Expression, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesTypeChooser
 
resolveType(Expression, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.StatementMetaTypeChooser
 
resolveType(Expression, ClassNode) - Method in interface org.codehaus.groovy.classgen.asm.TypeChooser
Resolve the type of an expression.
resolveVisitor - Variable in class org.codehaus.groovy.control.CompilationUnit
 
ResolveVisitor - Class in org.codehaus.groovy.control
Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed.
ResolveVisitor(CompilationUnit) - Constructor for class org.codehaus.groovy.control.ResolveVisitor
 
resource() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
ResourceConnector - Interface in groovy.util
Base interface for customizing where resources can be found for the GroovyScriptEngine.
ResourceException - Exception in groovy.util
 
ResourceException() - Constructor for exception groovy.util.ResourceException
 
ResourceException(String) - Constructor for exception groovy.util.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception groovy.util.ResourceException
 
ResourceException(Throwable) - Constructor for exception groovy.util.ResourceException
 
ResourceGroovyMethods - 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.
ResourceGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.ResourceGroovyMethods
 
resourceList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
ResourceManager - Interface in org.codehaus.groovy.tools.groovydoc
 
resourceNamePattern - Variable in class groovy.servlet.AbstractHttpServlet
Either null or a compiled pattern read from ""resource.name.regex"" and used in AbstractHttpServlet.getScriptUri(HttpServletRequest).
resourceNameReplaceAll - Variable in class groovy.servlet.AbstractHttpServlet
The replace method to use on the matcher.
resourceNameReplacement - Variable in class groovy.servlet.AbstractHttpServlet
The replacement used by the resource name matcher.
resources() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
respondsTo(Object, String, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
respondsTo(Object, String) - Method in class groovy.lang.DelegatingMetaClass
 
respondsTo(Object, String, Object[]) - Method in class groovy.lang.MetaClassImpl
 
respondsTo(Object, String) - Method in class groovy.lang.MetaClassImpl
 
respondsTo(Object, String, Object[]) - Method in interface groovy.lang.MetaObjectProtocol
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name and arguments types.
respondsTo(Object, String) - Method in interface groovy.lang.MetaObjectProtocol
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name regardless of arguments.
respondsTo(Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name and arguments types.
respondsTo(Object, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name regardless of the arguments.
respondsTo(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
respondsTo(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
respondsTo(Object, String, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
respondsTo(Object, String) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
restartStringCtor(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
restoreFromContinuationData(Map<String, Object>) - Method in class groovy.util.FactoryBuilderSupport
Restores the state of the current builder to the same state as an older build.
restoreVariableExpressionMetadata(Map<VariableExpression, ListHashMap>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
results - Variable in class groovy.sql.BatchingStatementWrapper
 
resultSet(int) - Static method in class groovy.sql.Sql
Create a new ResultSetOutParameter
ResultSetMetaDataWrapper - Class in groovy.sql
This class defines a wrapper for accessing a specific column in ResultSetMetaData.
ResultSetMetaDataWrapper(ResultSetMetaData, int) - Constructor for class groovy.sql.ResultSetMetaDataWrapper
 
ResultSetOutParameter - Interface in groovy.sql
A ResultSet out parameter.
retainAll(Collection<?>) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
retainAll(Collection<?>) - Method in class groovy.lang.ListWithDefault
 
retainAll(Collection) - Method in class groovy.util.ObservableList
 
retainAll(Collection<?>) - Method in class groovy.util.ObservableSet
 
retainAll(Collection, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection so that it retains only its elements that are contained in the specified array.
retainAll(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection so that it retains only its elements that are matched according to the specified closure condition.
retainAll(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this map so that it retains only its elements that are matched according to the specified closure condition.
RETENTION_CLASSNODE - Static variable in class org.codehaus.groovy.transform.AbstractASTTransformation
 
rethrow(Throwable) - Static method in class org.apache.groovy.internal.util.UncheckedThrow
 
retrieveConstructor(Object[]) - Method in class groovy.lang.ExpandoMetaClass
 
retrieveConstructor(Class[]) - Method in class groovy.lang.MetaClassImpl
 
retrieveConstructor(Object[]) - Method in class groovy.lang.MetaClassImpl
This is a helper method added in Groovy 2.1.0, which is used only by indy.
retrieveConstructor(Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
retrieveStaticMethod(String, Object[]) - Method in class groovy.lang.MetaClassImpl
 
retrieveStaticMethod(String, Class[]) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
RETURN_NULL_OR_VOID - Static variable in class org.codehaus.groovy.ast.stmt.ReturnStatement
Only used for synthetic return statements emitted by the compiler.
ReturnAdder - Class in org.codehaus.groovy.classgen
Utility class to add return statements.
ReturnAdder() - Constructor for class org.codehaus.groovy.classgen.ReturnAdder
 
ReturnAdder(ReturnAdder.ReturnStatementListener) - Constructor for class org.codehaus.groovy.classgen.ReturnAdder
 
returnAdder - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
ReturnAdder.ReturnStatementListener - Interface in org.codehaus.groovy.classgen
Implement this method in order to be notified whenever a return statement is generated.
returnFalseIfFieldNotEqual(FieldNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnFalseIfNotInstanceof(ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnFalseIfNull(Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnFalseIfPropertyNotEqual(PropertyNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnFalseIfWrongType(ClassNode, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnListener - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
returnS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
returnStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ReturnStatement - Class in org.codehaus.groovy.ast.stmt
A return statement
ReturnStatement(ExpressionStatement) - Constructor for class org.codehaus.groovy.ast.stmt.ReturnStatement
 
ReturnStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ReturnStatement
 
returnStatementAdded(ReturnStatement) - Method in interface org.codehaus.groovy.classgen.ReturnAdder.ReturnStatementListener
 
returnTrueIfIdentical(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
returnType() - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
returnType - Variable in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
returnType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
returnValueOfNext() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
returnValueOfNext() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeyIterator
 
returnValueOfNext() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.ValueIterator
 
reverse() - Method in class groovy.sql.DataSet
Return a lazy-implemented reverse-ordered view of this DataSet.
reverse(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new List with the identical contents to this list but in reverse order.
reverse(List<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reverses the elements in a list.
reverse(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a new array containing items which are the same as this array but in reverse order.
reverse(T[], boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reverse the items in an array.
reverse(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reverses the iterator.
reverse(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
reverse(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
reverse - Variable in class org.codehaus.groovy.runtime.RangeInfo
 
reverse(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Creates a String which is the reverse (backwards) of this CharSequence
reverse(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
reverseConverter - Variable in class org.codehaus.groovy.binding.AbstractFullBinding
 
reverseEach(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Map to be iterated through in reverse order using a closure.
reverseEach(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterate over each element of the list in the reverse order.
reverseEach(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterate over each element of the array in the reverse order.
ReverseListIterator<T> - Class in org.codehaus.groovy.runtime
A reverse iterator over a list.
ReverseListIterator(List<T>) - Constructor for class org.codehaus.groovy.runtime.ReverseListIterator
Constructs a new ReverseListIterator for the provided list.
reverseUpdate() - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
reverseUpdate() - Method in class org.codehaus.groovy.binding.AggregateBinding
 
reverseUpdate() - Method in class org.codehaus.groovy.binding.BindingProxy
 
reverseUpdate() - Method in interface org.codehaus.groovy.binding.BindingUpdatable
If supported, Causes the values to be propagated from the target to the source, If not supported, an exception may be thrown
reverseUpdate() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
RIGHT_CURLY_BRACE - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_INDENT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
RIGHT_OF_MATCHED_CONTAINER - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_PARENTHESIS - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_SHIFT - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_SHIFT_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_SHIFT_UNSIGNED - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_SHIFT_UNSIGNED_EQUAL - Static variable in class org.codehaus.groovy.syntax.Types
 
RIGHT_SQUARE_BRACKET - Static variable in class org.codehaus.groovy.syntax.Types
 
rightShift(Closure<W>) - Method in class groovy.lang.Closure
Support for Closure forward composition.
rightShift(Temporal, Temporal) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Duration or Period between this (inclusive) and the other Temporal (exclusive).
rightShift(LocalDate, LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period equivalent to the time between this date (inclusive) and the provided LocalDate (exclusive).
rightShift(Year, Year) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period between the first day of this year (inclusive) and the first day of the provided Year (exclusive).
rightShift(YearMonth, YearMonth) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a Period of time between the first day of this year/month (inclusive) and the given YearMonth (exclusive).
rightShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the right shift operator for integral types.
rightShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
For this operation, consider the operands independently.
rightShift(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShift(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
rightShift(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
rightShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
rightShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
rightShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
rightShiftImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
rightShiftUnsigned(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the right shift (unsigned) operator for integral types.
rightShiftUnsigned(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
For this operation, consider the operands independently.
rightShiftUnsigned(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsigned(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
rightShiftUnsignedImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
rightShiftUnsignedImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
rightShiftUnsignedImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
rollback() - Method in class groovy.sql.DataSet
 
rollback() - Method in class groovy.sql.Sql
If this SQL object was created with a Connection then this method rolls back the connection.
root - Variable in class groovy.xml.streamingmarkupsupport.Builder.Built
 
rootLoader(String[]) - Static method in class org.codehaus.groovy.tools.GroovyStarter
 
RootLoader - Class in org.codehaus.groovy.tools
This ClassLoader should be used as root of class loaders.
RootLoader(URL[], ClassLoader) - Constructor for class org.codehaus.groovy.tools.RootLoader
constructs a new RootLoader with a parent loader and an array of URLs as classpath
RootLoader(LoaderConfiguration) - Constructor for class org.codehaus.groovy.tools.RootLoader
constructs a new RootLoader with a LoaderConfiguration object which holds the classpath
RootLoaderRef - Class in org.codehaus.groovy.ant
Sets the RootLoader as reference.
RootLoaderRef() - Constructor for class org.codehaus.groovy.ant.RootLoaderRef
 
round(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
round(Float, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
round(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
round(Double, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
round(BigDecimal) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
round(BigDecimal, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
rows() - Method in class groovy.sql.DataSet
Returns a List of all of the rows from the table a DataSet represents.
rows(int, int) - Method in class groovy.sql.DataSet
Returns a "page" of the rows from the table a DataSet represents.
rows(String) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(String, int, int) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
rows(String, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(String, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
rows(String, List<Object>) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(Map, String) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List) useful when providing the named parameters as named arguments.
rows(String, List<Object>, int, int) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
rows(String, Map, int, int) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, int, int) useful when providing the named parameters as a map.
rows(Map, String, int, int) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, int, int) useful when providing the named parameters as named arguments.
rows(String, Object[]) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(String, Object[], int, int) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(String, List<Object>, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(String, Map, Closure) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as a map.
rows(Map, String, Closure) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, groovy.lang.Closure) useful when providing the named parameters as named arguments.
rows(String, List<Object>, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
rows(String, Map, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, int, int, groovy.lang.Closure) useful when providing the named parameters as a map.
rows(Map, String, int, int, Closure) - Method in class groovy.sql.Sql
A variant of Sql.rows(String, java.util.List, int, int, groovy.lang.Closure) useful when providing the named parameters as named arguments.
rows(GString, int, int) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
rows(GString) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(GString, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return the rows of the result set.
rows(GString, int, int, Closure) - Method in class groovy.sql.Sql
Performs the given SQL query and return a "page" of rows from the result set.
RPAREN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
RPAREN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
run(Class<?>, GroovyClassLoader) - Method in class groovy.junit5.plugin.JUnit5Runner
Utility method to run a JUnit 5 test.
run() - Method in class groovy.lang.Closure
 
run(File, List) - Method in class groovy.lang.GroovyShell
A helper method which runs the given script file with the given command line arguments
run(String, String, List) - Method in class groovy.lang.GroovyShell
A helper method which runs the given cl script with the given command line arguments
run(File, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script file name with the given command line arguments
run(String, String, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script text with command line arguments
run(GroovyCodeSource, List) - Method in class groovy.lang.GroovyShell
Runs the given script source with command line arguments
run(GroovyCodeSource, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script source with command line arguments
run(URI, List) - Method in class groovy.lang.GroovyShell
Runs the given script source with command line arguments
run(URI, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script source with command line arguments
run(Reader, String, List) - Method in class groovy.lang.GroovyShell
Runs the given script with command line arguments
run(Reader, String, String[]) - Method in class groovy.lang.GroovyShell
Runs the given script with command line arguments
run() - Method in class groovy.lang.Script
The main instance method of a script which has variables in scope as defined by the current Binding instance.
run(File, String[]) - Method in class groovy.lang.Script
A helper method to allow scripts to be run taking command line arguments
run() - Method in class groovy.text.markup.BaseTemplate
 
run() - Method in class groovy.ui.GroovySocketServer
Runs this server.
run(String, String) - Method in class groovy.util.GroovyScriptEngine
Run a script identified by name with a single argument.
run(String, Binding) - Method in class groovy.util.GroovyScriptEngine
Run a script identified by name with a given binding.
run(Class<?>, GroovyClassLoader) - Method in interface org.apache.groovy.plugin.GroovyRunner
Runs the given class.
run(Class<?>, GroovyClassLoader) - Method in class org.apache.groovy.plugin.testng.TestNgRunner
Utility method to run a TestNG test.
run() - Method in class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
 
run(TestResult) - Method in class org.codehaus.groovy.runtime.ScriptTestAdapter
 
runAfter(Timer, int, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a simple syntax for using timers.
RUNNER_REGISTRY - Static variable in class groovy.lang.GroovySystem
Deprecated.
runQuery(Connection) - Method in class groovy.sql.Sql.AbstractQueryCommand
Perform the query.
runScript(Class, String[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
runStatements(Reader, PrintStream) - Method in class org.codehaus.groovy.ant.Groovy
Read in lines and execute them.
RuntimeParserException - Exception in org.codehaus.groovy.syntax
A helper class to allow parser exceptions to be thrown anywhere in the code.
RuntimeParserException(String, ASTNode) - Constructor for exception org.codehaus.groovy.syntax.RuntimeParserException
 

S

SAFE_NAVIGATION - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
flags for method and property calls
safeCall(Closure, Object...) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
safeExpression(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
safeExpression(Expression, Expression) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformUtil
Deprecated.
safeNavigation - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
safeNavigationOrig - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
safeNextChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
Combines the operations of nextChar and hasChar.
safeNextChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
SAM_CONVERSION - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
SAME_CLASS - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
SAME_MC - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
sameClass(Class[], Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClass(Class, Object) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
Guard to check if the provided Object has the same class as the provided Class.
sameClasses(Class[], Object[], boolean) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[], Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[], Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[], Object, Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[], Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
sameClasses(Class[], Object, Object, Object, Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
samePackageName(ClassNode, ClassNode) - Static method in class org.apache.groovy.ast.tools.ClassNodeUtils
Determine if the given ClassNode values have the same package name.
samePackages(String, String) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
sameType(Collection[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
Determines if all items of this array are of the same type.
sameX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
sanitize(Throwable) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
Remove all apparently groovy-internal trace entries from the exception instance
SANITIZE_STACK_TRACE_KEY - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
sanitizeRootCause(Throwable) - Static method in class org.codehaus.groovy.runtime.StackTraceUtils
Get the root cause of an exception and sanitize it for display to the user
sArrayGet(short[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from short[] using normalized index
sArraySet(short[], int, short) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from short[] using normalized index
saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord>, String) - Static method in class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
saveVariableExpressionMetadata(Set<VariableExpression>, Map<VariableExpression, ListHashMap>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
SAXBuilder - Class in groovy.xml
A builder for generating W3C SAX events.
SAXBuilder(ContentHandler) - Constructor for class groovy.xml.SAXBuilder
 
scanClasspathModules() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner
 
scanDir(File, File, String[]) - Method in class org.codehaus.groovy.ant.Groovyc
Scans the directory looking for source files to be compiled.
scanExtensionModuleFromProperties(Properties) - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner
 
scopeExit() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
scopeExit(Closure) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
Script - Class in groovy.lang
This object represents a Groovy script
Script() - Constructor for class groovy.lang.Script
 
Script(Binding) - Constructor for class groovy.lang.Script
 
SCRIPT_BODY_METHOD_KEY - Static variable in class org.codehaus.groovy.ast.MethodNode
 
SCRIPT_CLASS_NAME - Static variable in class groovy.util.FactoryBuilderSupport
 
SCRIPT_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
ScriptBytecodeAdapter - Class in org.codehaus.groovy.runtime
A static helper class to interface bytecode and runtime
ScriptBytecodeAdapter() - Constructor for class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
ScriptException - Exception in groovy.util
 
ScriptException() - Constructor for exception groovy.util.ScriptException
 
ScriptException(String) - Constructor for exception groovy.util.ScriptException
 
ScriptException(String, Throwable) - Constructor for exception groovy.util.ScriptException
 
ScriptException(Throwable) - Constructor for exception groovy.util.ScriptException
 
ScriptExtensions - Class in org.codehaus.groovy.jsr223
This class defines new Java 6 specific groovy methods which extend the normal JDK classes inside the Groovy environment.
ScriptExtensions() - Constructor for class org.codehaus.groovy.jsr223.ScriptExtensions
 
ScriptReference - Class in org.codehaus.groovy.runtime
Represents a reference to a variable in a script
ScriptReference(Script, String) - Constructor for class org.codehaus.groovy.runtime.ScriptReference
 
ScriptStaticExtensions - Class in org.codehaus.groovy.jsr223
This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.
ScriptStaticExtensions() - Constructor for class org.codehaus.groovy.jsr223.ScriptStaticExtensions
 
ScriptTestAdapter - Class in org.codehaus.groovy.runtime
An adapter to make any Groovy Script class an instance of a JUnit Test
ScriptTestAdapter(Class, String[]) - Constructor for class org.codehaus.groovy.runtime.ScriptTestAdapter
 
SCS_DRE_TYPE - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_LIMIT - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_LIMIT - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_LIT - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_LIT - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_RE_TYPE - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_RE_TYPE - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_SQ_TYPE - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_SQ_TYPE - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_TQ_TYPE - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_TQ_TYPE - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_TYPE - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_TYPE - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
SCS_VAL - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
SCS_VAL - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
searchForGroovyScriptFile(String) - Static method in class groovy.ui.GroovyMain
Search for the script file, doesn't bother if it is named precisely.
searchMethods(String, CachedClass[]) - Method in class org.codehaus.groovy.reflection.CachedClass
 
SECOND_VISIT - Static variable in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
SecondGenericType() - Constructor for class groovy.transform.stc.FirstParam.SecondGenericType
 
SecondGenericType() - Constructor for class groovy.transform.stc.SecondParam.SecondGenericType
 
SecondGenericType() - Constructor for class groovy.transform.stc.ThirdParam.SecondGenericType
 
SecondParam - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second parameter type.
SecondParam() - Constructor for class groovy.transform.stc.SecondParam
 
SecondParam.Component - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the type of the component of the second parameter type, which is therefore expected to be an array, like in this example:
SecondParam.FirstGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the first generic type of the second parameter type.
SecondParam.SecondGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second generic type of the second parameter type.
SecondParam.ThirdGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second generic type of the second parameter type.
secondPassExpressions - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Some expressions need to be visited twice, because type information may be insufficient at some point.
seconds - Variable in class groovy.time.BaseDuration
 
secondVisit(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
SecureASTCustomizer - Class in org.codehaus.groovy.control.customizers
This customizer allows securing source code by controlling what code constructs are permitted.
SecureASTCustomizer() - Constructor for class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
SecureASTCustomizer.ExpressionChecker - Interface in org.codehaus.groovy.control.customizers
This interface allows the user to provide a custom expression checker if the dis/allowed expression lists are not sufficient
SecureASTCustomizer.StatementChecker - Interface in org.codehaus.groovy.control.customizers
This interface allows the user to provide a custom statement checker if the dis/allowed statement lists are not sufficient
SecureASTCustomizerFactory - Class in org.codehaus.groovy.control.customizers.builder
This factory allows the generation of a SecureASTCustomizer.
SecureASTCustomizerFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory
 
Segment(int) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
 
Segment(int) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
 
Segment(ReferenceBundle, int) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
 
segmentFor(int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
 
segmentFor(int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
segments - Variable in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
SELECT_SLOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
selectConstructorAndTransformArguments(int, Object[]) - Method in class groovy.lang.DelegatingMetaClass
 
selectConstructorAndTransformArguments(int, Object[]) - Method in interface groovy.lang.MetaClass
Internal method to support Groovy runtime.
selectConstructorAndTransformArguments(int, Object[]) - Method in class groovy.lang.MetaClassImpl
 
selectConstructorAndTransformArguments(int, Object[]) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
selectConstructorAndTransformArguments(Object[], int, Class) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
selectionBase - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
selectMethod(MutableCallSite, Class, String, int, Boolean, Boolean, Boolean, Object, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
Core method for indy method selection using runtime types.
Selector - Class in org.codehaus.groovy.vmplugin.v7
 
Selector() - Constructor for class org.codehaus.groovy.vmplugin.v7.Selector
 
SelfType - Annotation Type in groovy.transform
This annotation can be added on a trait to declare the list of types that a class implementing that trait is supposed to extend.
SELFTYPE_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
SEMANTIC_ANALYSIS - Static variable in class org.codehaus.groovy.control.Phases
 
SEMI - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SEMI - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SEMICOLON - Static variable in class org.codehaus.groovy.syntax.Types
 
send(Object) - Method in class groovy.jmx.builder.JmxEventEmitter
Called to broadcast message on MBeanServer event bus.
send(Object) - Method in interface groovy.jmx.builder.JmxEventEmitterMBean
Method called to dispatch event on event bus.
sender - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
Sequence - Class in groovy.lang
Represents a sequence of zero or more objects of a given type.
Sequence() - Constructor for class groovy.lang.Sequence
 
Sequence(Class) - Constructor for class groovy.lang.Sequence
 
Sequence(Class, List) - Constructor for class groovy.lang.Sequence
 
serializableFields() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
serializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
serializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
serializableFields() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
serializationMethods() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
serializationMethods() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
serializationMethods() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
serializationMethods() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
serialize(Element) - Static method in class groovy.xml.XmlUtil
Return a pretty String version of the Element.
serialize(Element, OutputStream) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the Element to the OutputStream.
serialize(Element, Writer) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the Element to the Writer.
serialize(Node) - Static method in class groovy.xml.XmlUtil
Return a pretty String version of the Node.
serialize(Node, OutputStream) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the Node to the OutputStream.
serialize(Node, Writer) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the Node to the Writer.
serialize(GPathResult) - Static method in class groovy.xml.XmlUtil
Return a pretty version of the GPathResult.
serialize(GPathResult, OutputStream) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the GPathResult to the OutputStream.
serialize(GPathResult, Writer) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the GPathResult to the Writer.
serialize(Writable) - Static method in class groovy.xml.XmlUtil
Return a pretty String version of the XML content produced by the Writable.
serialize(Writable, OutputStream) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the XML content produced by the Writable to the OutputStream.
serialize(Writable, Writer) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the XML content produced by the Writable to the Writer.
serialize(String) - Static method in class groovy.xml.XmlUtil
Return a pretty version of the XML content contained in the given String.
serialize(String, OutputStream) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the given XML string to the OutputStream.
serialize(String, Writer) - Static method in class groovy.xml.XmlUtil
Write a pretty version of the given XML string to the Writer.
serialize(String, Object) - Static method in class org.codehaus.groovy.control.XStreamUtils
 
serialize(Element) - Static method in class org.codehaus.groovy.runtime.XmlGroovyMethods
Transforms the element to its text equivalent.
server() - Method in class groovy.util.GroovyMBean
 
service(HttpServletRequest, HttpServletResponse) - Method in class groovy.servlet.GroovyServlet
Handle web requests to the GroovyServlet
service(HttpServletRequest, HttpServletResponse) - Method in class groovy.servlet.TemplateServlet
Services the request with a response.
ServletBinding - Class in groovy.servlet
Servlet-specific binding extension to lazy load the writer or the output stream from the response.
ServletBinding(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class groovy.servlet.ServletBinding
Initializes a servlet binding.
ServletCategory - Class in groovy.servlet
Servlet support.
ServletCategory() - Constructor for class groovy.servlet.ServletCategory
 
servletContext - Variable in class groovy.servlet.AbstractHttpServlet
Servlet (or the web application) context.
set(int, T) - Method in class groovy.lang.EmptyRange
Always throws UnsupportedOperationException for an empty range.
set(int, T) - Method in class groovy.lang.ListWithDefault
 
set(T) - Method in class groovy.lang.Reference
 
set(Collection) - Method in class groovy.lang.Sequence
Sets the contents of this sequence to that of the given collection.
set(int, Object) - Method in class groovy.lang.Sequence
 
set(ServletContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(HttpSession, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(ServletRequest, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(PageContext, String, Object) - Static method in class groovy.servlet.ServletCategory
 
set(int, E) - Method in class groovy.swing.impl.ListWrapperListModel
 
SET() - Constructor for class groovy.transform.builder.InitializerStrategy.SET
 
set(Object) - Method in class groovy.util.ObservableList.ObservableListIterator
 
set(int, Object) - Method in class groovy.util.ObservableList
 
set(Calendar, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support mutating a Calendar with a Map.
set(Date, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Support mutating a Date with a Map.
set() - Static method in class org.apache.groovy.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Set and its weight is the number of elements.
set(String, Object) - Method in class org.codehaus.groovy.runtime.ClassExtender
Deprecated.
 
set(Calendar, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
set(Date, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
set(Object) - Method in class org.codehaus.groovy.runtime.ScriptReference
 
set(int, CSTNode) - Method in class org.codehaus.groovy.syntax.CSTNode
Sets an element node in at the specified index.
set(int, CSTNode) - Method in class org.codehaus.groovy.syntax.Reduction
Sets an element in at the specified index.
set(int, Object) - Method in class org.codehaus.groovy.util.FastArray
 
setAbstract(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
 
setAccess(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Indicates the access mode or scope of interest: one of public, protected, package, or private.
setAccessedVariable(Variable) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
setAccessible() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
setAccessTrue(AST, boolean) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
setAdaptee(MetaClass) - Method in interface groovy.lang.AdaptingMetaClass
Sets the MetaClass adapted by this MetaClass
setAdaptee(MetaClass) - Method in class groovy.lang.DelegatingMetaClass
 
setAdaptee(MetaClass) - Method in class groovy.lang.ProxyMetaClass
 
setAdaptee(Object) - Method in class groovy.util.Proxy
 
setAdditionalClassInformation(ClassNode) - Method in class org.codehaus.groovy.vmplugin.v5.Java5
 
setAdditionalClassInformation(ClassNode) - Method in interface org.codehaus.groovy.vmplugin.VMPlugin
 
setAlign(String) - Method in class groovy.swing.impl.TableLayoutCell
Sets the horizontal alignment to a case insensitive value of {LEFT, CENTER, RIGHT}
setAllowedConstantTypes(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedConstantTypesClasses(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
An alternative way of setting constant types.
setAllowedExpressions(List<Class<? extends Expression>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedReceivers(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Sets the list of classes which may accept method calls.
setAllowedReceiversClasses(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
An alternative way of setting receiver classes.
setAllowedStarImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedStatements(List<Class<? extends Statement>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedStaticImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedStaticStarImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setAllowedTargets(int) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
setAllowedTokens(List<Integer>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Sets the list of tokens which are permitted.
setAnnotated(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
Marks if the current class uses annotations or not
setAnnotationDefault(boolean) - Method in class org.codehaus.groovy.ast.MethodNode
 
setAnonymous(boolean) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
setAppend(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Whether output should be appended to or overwrite an existing file.
setArguments(Expression) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setArraySetAndGet(MethodCaller, MethodCaller) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
setAttribute(Object, String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
setAttribute(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
setAttribute(Class, Object, String, Object, boolean, boolean) - Method in interface groovy.lang.MetaClass
Sets the value of an attribute (field).
setAttribute(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.MetaClassImpl
Sets an attribute on the given receiver for the specified arguments.
setAttribute(Object, String, Object) - Method in class groovy.lang.MetaClassImpl
Sets the value of an attribute (field).
setAttribute(Object, String, Object) - Method in interface groovy.lang.MetaObjectProtocol
Sets an attribute of an instance of the class returned by the getTheClass() method.
setAttribute(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
setAttribute(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
setAttribute(Object, String, Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
setAttribute(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
setAuthor(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
If set to false, author will not be displayed.
setAutoEscape(boolean) - Method in class groovy.text.markup.TemplateConfiguration
Set to true if you want variables in the model which are assignable to CharSequence to be escaped automatically in templates.
setAutoIndent(boolean) - Method in class groovy.text.markup.TemplateConfiguration
Set this to true if you want the template engine to render indents automatically.
setAutoIndent(boolean) - Method in class groovy.util.IndentPrinter
 
setAutoIndentString(String) - Method in class groovy.text.markup.TemplateConfiguration
 
setAutoNewLine(boolean) - Method in class groovy.text.markup.TemplateConfiguration
 
setBaseNameValidator(Closure<Boolean>) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
setBaseTemplateClass(Class<? extends BaseTemplate>) - Method in class groovy.text.markup.TemplateConfiguration
Set the template base class.
setBean(Object) - Method in class org.codehaus.groovy.binding.PropertyBinding
 
setBeanFactoryName(String) - Method in class groovy.util.ObjectGraphBuilder
Sets the name for the 'bean' node.
setBeanProperties(MetaClass, Object, Map) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
This method is called by the handle to realize the bean constructor with property map.
setBinding(Binding) - Method in class groovy.lang.Script
 
setBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
setBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
setBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
setBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
setBounds(int, int, int, int) - Method in class groovy.ui.text.TextEditor
 
setBugText(String) - Method in error org.codehaus.groovy.GroovyBugError
Sets the bug text to describe this error
setBundle(ReferenceBundle) - Method in class org.codehaus.groovy.util.ManagedConcurrentValueMap
Sets a new bundle used for reference creation.
setBytecodePostprocessor(BytecodeProcessor) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setBytes(File, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
setBytes(OutputStream, byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
setBytes(OutputStream, byte[]) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Write the byte[] to the output stream.
setBytes(Path, byte[]) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the bytes from the byte array to the Path.
setBytes(File, byte[]) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the bytes from the byte array to the File.
setCachable(boolean) - Method in class groovy.lang.GroovyCodeSource
 
setCacheNamedQueries(boolean) - Method in class groovy.sql.Sql
Enables named query caching.
if cacheNamedQueries is true, cache is created and processed named queries will be cached.
setCacheStatements(boolean) - Method in class groovy.sql.Sql
Enables statement caching.
if cacheStatements is true, cache is created and all created prepared statements will be cached.
setCacheTemplates(boolean) - Method in class groovy.text.markup.TemplateConfiguration
If cache is enabled, then templates are compiled once for each source (URL or File).
setCallSites(List<String>) - Method in class org.codehaus.groovy.ast.InterfaceHelperClassNode
 
setCapacity(long) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Sets the maximum weighted capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setCatchStatement(int, CatchStatement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
setCategoryUsed(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
setCellpadding(int) - Method in class groovy.swing.impl.TableLayout
 
setCharset(String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
 
setCharset(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Specifies the charset to be used in the templates, i.e. the value output within: <meta http-equiv="Content-Type" content="text/html; charset=charset">.
setCheckDates(boolean) - Method in class groovy.json.JsonSlurper
Determine if slurper will automatically parse strings it recognizes as dates.
setChild(FactoryBuilderSupport, Object, Object) - Method in class groovy.util.AbstractFactory
 
setChild(FactoryBuilderSupport, Object, Object) - Method in interface groovy.util.Factory
 
setChild(Object, Object, String, String) - Method in interface groovy.util.ObjectGraphBuilder.ChildPropertySetter
 
setChild(Object, Object, String, String) - Method in class groovy.util.ObjectGraphBuilder.DefaultChildPropertySetter
 
setChild(FactoryBuilderSupport, Object, Object) - Method in class org.codehaus.groovy.control.customizers.builder.CustomizersFactory
 
setChild(FactoryBuilderSupport, Object, Object) - Method in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory
 
setChildPropertySetter(Object) - Method in class groovy.util.ObjectGraphBuilder
Sets the current ChildPropertySetter.
It will assign DefaultChildPropertySetter if null.
It accepts a ChildPropertySetter instance or a Closure.
setChop(boolean) - Method in class groovy.json.JsonSlurper
Turns on buffer chopping for index overlay.
setClassCacheEntry(Class) - Method in class groovy.lang.GroovyClassLoader
sets an entry in the class cache.
setClassgenCallback(CompilationUnit.ClassgenCallback) - Method in class org.codehaus.groovy.control.CompilationUnit
Sets a ClassgenCallback.
setClassLoader(ClassLoader) - Method in class groovy.util.ObjectGraphBuilder
Sets the classLoader used to load a node's class.
setClassLoader(GroovyClassLoader) - Method in class org.codehaus.groovy.control.ProcessingUnit
Sets the class loader for use by this ProcessingUnit.
setClassLoader(GroovyClassLoader) - Method in class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
 
setClassLoader(ClassLoader) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
setClassNameResolver(Object) - Method in class groovy.util.ObjectGraphBuilder
Sets the current ClassNameResolver.
It will assign DefaultClassNameResolver if null.
It accepts a ClassNameResolver instance, a String, a Closure or a Map.
setClassNode(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
setClassNodeResolver(ClassNodeResolver) - Method in class org.codehaus.groovy.control.CompilationUnit
 
setClassNodeResolver(ClassNodeResolver) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
setClasspath(Path) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
setClasspath(Path) - Method in class org.codehaus.groovy.ant.Groovy
Sets the classpath for loading.
setClasspath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in class org.codehaus.groovy.ant.RootLoaderRef
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in class org.codehaus.groovy.ant.UberCompileTask
 
setClasspath(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the classpath.
setClasspathList(List<String>) - Method in class org.codehaus.groovy.control.CompilerConfiguration
sets the classpath using a list of Strings
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovy
Set the classpath for loading using the classpath reference.
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
Adds a reference to a classpath defined elsewhere.
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.RootLoaderRef
Adds a reference to a classpath defined elsewhere.
setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.UberCompileTask
 
setClassRetention(boolean) - Method in class org.codehaus.groovy.ast.AnnotationNode
Sets the internal flag if the current annotation has an explicit RetentionPolicy.CLASS.
setClassScope(ClassNode) - Method in class org.codehaus.groovy.ast.VariableScope
 
setClassValidator(Closure<Boolean>) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
setClosure(Closure) - Method in class groovy.swing.impl.DefaultAction
 
setClosure(Closure) - Method in class org.codehaus.groovy.binding.ClosureSourceBinding
 
setClosure(Closure) - Method in class org.codehaus.groovy.binding.ClosureTriggerBinding
 
setClosureArgument(Object) - Method in class org.codehaus.groovy.binding.ClosureSourceBinding
 
setClosureArguments(Object[]) - Method in class org.codehaus.groovy.binding.ClosureSourceBinding
 
setClosureDelegate(Closure, Object) - Method in class groovy.util.BuilderSupport
A strategy method to allow derived builders to use builder-trees and switch in different kinds of builders.
setClosureDelegate(Closure, Object) - Method in class groovy.util.FactoryBuilderSupport
A strategy method to allow derived builders to use builder-trees and switch in different kinds of builders.
setClosuresAllowed(boolean) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setClosureSharedVariable(boolean) - Method in class org.codehaus.groovy.ast.DynamicVariable
 
setClosureSharedVariable(boolean) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
Use this method to tell if a variable is used in a closure, like in the following example:
setClosureSharedVariable(boolean) - Method in class org.codehaus.groovy.ast.FieldNode
Deprecated. 
setClosureSharedVariable(boolean) - Method in class org.codehaus.groovy.ast.Parameter
 
setClosureSharedVariable(boolean) - Method in class org.codehaus.groovy.ast.PropertyNode
Deprecated.
not used anymore, has no effect
setClosureSharedVariable(boolean) - Method in interface org.codehaus.groovy.ast.Variable
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
This sets the code statement of the closure.
setCode(Statement) - Method in class org.codehaus.groovy.ast.MethodNode
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
setCode(Statement) - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
setCoerce(boolean) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
setColfill(boolean) - Method in class groovy.swing.impl.TableLayoutCell
Sets whether or not this column should allow its component to stretch to fill the space available
setCollectionExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
setColspan(int) - Method in class groovy.swing.impl.TableLayoutCell
Sets the number of columns that this cell should span.
setColumn(long) - Method in class groovy.io.LineColumnReader
 
setColumn(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setColumn(int) - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
setColumn(int) - Method in interface org.codehaus.groovy.antlr.SourceInfo
set start column
setColumnLast(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setColumnLast(int) - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
setColumnLast(int) - Method in interface org.codehaus.groovy.antlr.SourceInfo
set ending column
setColumnMark(long) - Method in class groovy.io.LineColumnReader
 
setColumnNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setCommentText(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setCompilationUnit(CompilationUnit) - Method in class groovy.grape.GrabAnnotationTransformation
 
setCompilationUnit(CompilationUnit) - Method in interface groovy.transform.CompilationUnitAware
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.control.customizers.DelegatingCustomizer
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.macro.transform.MacroTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.LogASTTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.MapConstructorASTTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.StaticTypesTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
 
setCompilerFactory(JavaCompilerFactory) - Method in class org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit
 
setCompileUnit(CompileUnit) - Method in class org.codehaus.groovy.ast.ClassNode
 
setConfig(CompilerConfiguration) - Method in class groovy.util.GroovyScriptEngine
sets a compiler configuration
setConfigFile(URL) - Method in class groovy.util.ConfigObject
 
setConfigscript(String) - Method in class org.codehaus.groovy.ant.Groovy
Sets the configuration script for the groovy compiler configuration.
setConfigscript(String) - Method in class org.codehaus.groovy.ant.Groovyc
Set the configuration file used to customize the compilation configuration.
setConfiguration(CompilerConfiguration) - Method in class org.codehaus.groovy.control.ProcessingUnit
Sets the CompilerConfiguration for this ProcessingUnit.
setConsoleId(int) - Method in class groovy.ui.SystemOutputInterceptor
Threads executing a script should call this method at the start of execution in order to set the id of the console that is hosting the thread of execution.
setConstantName(String) - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
setConstantTypesBlackList(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setConstantTypesClassesBlackList(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setConstantTypesClassesWhiteList(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setConstantTypesWhiteList(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setConstantValueExpression(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
setConstructorNode(ConstructorNode) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
setConstructorNode(ConstructorNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
setConstructorNode(ConstructorNode) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
setContainingPackage(GroovyPackageDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setContextClassLoader(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Setting to true will cause the contextClassLoader to be set with the classLoader of the shell used to run the script.
setController(SourceUnit) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
setConverter(Closure) - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
setConverter(Closure) - Method in interface org.codehaus.groovy.binding.FullBinding
 
setConverter(Closure) - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
setCurrent(Object) - Method in class groovy.util.BuilderSupport
 
setCurrent(Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
setDebug(boolean) - Method in class groovy.util.ProxyGenerator
Instructs ProxyGenerator to dump generated Groovy source code to standard output during construction.
setDebug(boolean) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Turns debugging operation on or off.
setDebug(boolean) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
setDeclarationEncoding(String) - Method in class groovy.text.markup.TemplateConfiguration
Set the encoding used to write the declaration header.
setDeclaringClass(ClassNode) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
setDefaultCharset(Charset) - Method in class groovy.util.CharsetToolkit
Defines the default Charset used in case the buffer represents an 8-bit Charset.
setDefaultFamily(String) - Method in class groovy.ui.ConsoleTextEditor
 
setDefaultScriptExtension(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setDefaultStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
setDefaultStyle(Style) - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
 
setDefaultValue(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
setDelegate(Object) - Method in class groovy.lang.Closure
Allows the delegate to be changed such as when performing markup building
setDelegate(Object) - Method in class groovy.util.DelegatingScript
Sets the delegation target.
setDelegate(Object) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
setDelegate(Object) - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
setDeprecated(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setDescription(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setDescription(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
setDescription(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
setDestdir(File) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
setDestdir(File) - Method in class org.codehaus.groovy.ant.Groovyc
Set the destination directory into which the Java source files should be compiled.
setDestdir(File) - Method in class org.codehaus.groovy.ant.Groovydoc
Set the directory where the Groovydoc output will be generated.
setDestdir(File) - Method in class org.codehaus.groovy.ant.UberCompileTask
 
setDir(String) - Method in class org.codehaus.groovy.ant.VerifyClass
 
setDirective(int) - Method in class groovy.lang.Closure
 
setDisableChecksums(boolean) - Static method in class groovy.grape.Grape
Set global flag to ignore checksums.
setDisableCustomMetaClassLookup(boolean) - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
Set flag saying to disable lookup of custom meta classes It's enough to call this method only once in your application for handle which was set in to registry as every new handle will inherit this property
setDisabledGlobalASTTransformations(Set<String>) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Disables the specified global AST transformations.
setDisallowedConstantTypesClasses(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
An alternative way of setting constant types.
setDisallowedExpressions(List<Class<? extends Expression>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedReceivers(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Sets the list of classes which deny method calls.
setDisallowedReceiversClasses(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
An alternative way of setting receiver classes.
setDisallowedStarImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedStatements(List<Class<? extends Statement>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedStaticImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedStaticStarImports(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setDisallowedTokens(List<Integer>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Sets the list of tokens which are not permitted.
setDoctitle(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Set the title for the overview page.
setDocumentLocator(Locator) - Method in class groovy.util.XmlParser
 
setDoubleQuotes(boolean) - Method in class groovy.xml.MarkupBuilder
Sets whether the builder outputs attribute values in double quotes or single quotes.
setDTDHandler(DTDHandler) - Method in class groovy.util.XmlParser
 
setDTDHandler(DTDHandler) - Method in class groovy.util.XmlSlurper
 
setDynamicTyped(boolean) - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
setEditable(boolean) - Method in class groovy.model.ValueHolder
 
setEditable(boolean) - Method in class groovy.ui.ConsoleTextEditor
 
setElseBlock(Statement) - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
setEmptyMethods(boolean) - Method in class groovy.util.ProxyGenerator
Changes generated methods to have empty implementations.
setEnableAutoDownload(boolean) - Static method in class groovy.grape.Grape
This is a static access auto download enabler.
setEnableGrapes(boolean) - Static method in class groovy.grape.Grape
This is a static access kill-switch.
setEnableNamedQueries(boolean) - Method in class groovy.sql.Sql
Enables named query support: if enableNamedQueries is true, queries with ':propname' and '?1.propname' style placeholders will be processed. if enableNamedQueries is false, this feature will be turned off.
setEnclosingMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
setEncoding(String) - Method in class org.codehaus.groovy.ant.Groovyc
Sets the file encoding for generated files.
setEndColumn(long) - Method in class groovy.json.JsonToken
 
setEndLabel(Label) - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
setEndLine(long) - Method in class groovy.json.JsonToken
 
setEnforce8Bit(boolean) - Method in class groovy.util.CharsetToolkit
If US-ASCII is recognized, enforce to return the default encoding, rather than US-ASCII.
setEntityBaseUrl(URL) - Method in class groovy.util.XmlSlurper
Resolves entities against using the supplied URL as the base for relative URLs
setEntityResolver(EntityResolver) - Method in class groovy.util.XmlParser
 
setEntityResolver(EntityResolver) - Method in class groovy.util.XmlSlurper
 
setEqualityCheck(boolean) - Method in class groovy.util.OrderBy
 
setErrorHandler(ErrorHandler) - Method in class groovy.util.XmlParser
 
setErrorHandler(ErrorHandler) - Method in class groovy.util.XmlSlurper
 
setErrorProperty(String) - Method in class org.codehaus.groovy.ant.Groovyc
The property to set on compilation failure.
setEscapeAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
Defaults to true. If set to false then you must escape any special characters within attribute values such as '&', '<', CR/LF, single and double quotes etc. manually as needed.
setEscapeBackslash(boolean) - Method in class groovy.text.SimpleTemplateEngine
 
setEvent(String) - Method in class groovy.jmx.builder.JmxEventEmitter
Event type setter
setEvent(String) - Method in interface groovy.jmx.builder.JmxEventEmitterMBean
Setter - sets event thrown by Emitter.
setEventName(String) - Method in class org.codehaus.groovy.binding.EventTriggerBinding
 
setExecutable(String) - Method in class org.codehaus.groovy.ant.Groovyc
Sets the name of the java executable to use when invoking the compiler in forked mode, ignored otherwise.
setExpandEmptyElements(boolean) - Method in class groovy.text.markup.TemplateConfiguration
 
setExpandEmptyElements(boolean) - Method in class groovy.util.XmlNodePrinter
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
setExpandEmptyElements(boolean) - Method in class groovy.xml.MarkupBuilder
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
setExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
setExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
setExpressionsBlacklist(List<Class<? extends Expression>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setExpressionsWhitelist(List<Class<? extends Expression>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setExtensions(String) - Method in class org.codehaus.groovy.ant.Groovydoc
A colon-separated list of filename extensions to look for when searching for files to process in a given directory.
setExtensionValidator(Closure<Boolean>) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
setFailonerror(boolean) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
setFailonerror(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setFatal(boolean) - Method in exception org.codehaus.groovy.control.ConfigurationException
Set fatal is just ignored.
setFatal(boolean) - Method in exception org.codehaus.groovy.GroovyException
 
setFatal(boolean) - Method in interface org.codehaus.groovy.GroovyExceptionInterface
 
setFeature(String, boolean) - Method in class groovy.util.XmlParser
 
setFeature(String, boolean) - Method in class groovy.util.XmlSlurper
 
setField(CachedField) - Method in class groovy.lang.MetaBeanProperty
Sets the field of this property
setField(FieldNode) - Method in class org.codehaus.groovy.ast.PropertyNode
 
setField - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
setField(CachedField) - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
setField(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFieldOnSuper(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFieldOnSuperSafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFieldOnSuperSpreadSafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFieldSafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFieldSpreadSafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setFileEncoding(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Specifies the file encoding to be used for generated files.
setFilename(String) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
setFinal(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setFinallyStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
setFirstSentenceCommentText(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setFooter(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Set the footer to place at the bottom of each generated html page.
setForce(boolean) - Method in class org.codehaus.groovy.ant.GroovycTask
 
setForceLookupUnnamedFiles(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Set the forceLookupUnnamedFiles flag.
setFork(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Should the script be executed using a forked process.
setFork(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true forks the Groovy compiler.
setFullPathName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setGenericsPlaceHolder(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setGenericsPlaceHolder(boolean) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
setGenericsTypes(GenericsType[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
setGenericsTypes(GenericsType[]) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setGenericsTypes(GenericsType[]) - Method in class org.codehaus.groovy.ast.MethodNode
 
setGetter(MetaMethod) - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
setGetterBlock(Statement) - Method in class org.codehaus.groovy.ast.PropertyNode
 
setGlobalKeepIgnorableWhitespace(boolean) - Static method in class groovy.xml.dom.DOMCategory
Whether ignorable whitespace (e.g.
setGlobalTrimWhitespace(boolean) - Static method in class groovy.xml.dom.DOMCategory
Whether text content is trimmed (removing leading and trailing whitespace); default false.
setGroovy(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setGroovyObjectField - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
setGroovyObjectField(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setGroovyObjectFieldSafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setGroovyObjectFieldSpreadSafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setGroovyObjectProperty(Object, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
This is so we don't have to reorder the stack when we call this method.
setGroovyObjectProperty(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setGroovyObjectPropertySafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setGroovyObjectPropertySpreadSafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setHandled(boolean) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
setHasNoRealSourcePosition(boolean) - Method in class org.codehaus.groovy.ast.AnnotatedNode
 
setHeader(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Specifies the header text to be placed at the top of each output file.
setHolder(boolean) - Method in class org.codehaus.groovy.ast.FieldNode
 
setHolder(boolean) - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
setHref(String) - Method in class org.codehaus.groovy.tools.groovydoc.LinkArgument
Set the href attribute.
setIdentifierResolver(Object) - Method in class groovy.util.ObjectGraphBuilder
Sets the current IdentifierResolver.
It will assign DefaultIdentifierResolver if null.
It accepts a IdentifierResolver instance, a String or a Closure.
setIfBlock(Statement) - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
setImplicitThis(boolean) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setImplicitThis(boolean) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
setImportsBlacklist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setImportsResolved(boolean) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setImportsWhitelist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setIncludeAntRuntime(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Should the system classpath be included on the classpath when forking.
setIncludeantruntime(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, includes Ant's own classpath in the classpath.
setIncludeDestClasses(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
This property controls whether to include the destination classes directory in the classpath given to the compiler.
setIncludejavaruntime(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, includes the Java runtime libraries in the classpath.
setIncludeMainForScripts(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
If set to false, 'public static void main' method will not be displayed.
setIndentation(String) - Method in class groovy.text.XmlTemplateEngine
 
setIndentLevel(int) - Method in class groovy.util.IndentPrinter
 
setIndex(Matcher, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
setIndex(Matcher, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Set the position of the given Matcher to the given index.
setIndirectImportCheckEnabled(boolean) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
Set this option to true if you want your import rules to be checked against every class node.
setIndy(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Sets the indy flag to enable or disable invokedynamic
setIndy(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Set the indy flag.
setInitialExpression(Expression) - Method in class org.codehaus.groovy.ast.Parameter
 
setInitialized(boolean) - Method in class groovy.lang.ExpandoMetaClass
 
setInitialValueCreator(Closure) - Method in class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
Closure responsible for creating the initial value of thread-managed bean properties
setInitialValueExpression(Expression) - Method in class org.codehaus.groovy.ast.FieldNode
 
setInStaticContext(boolean) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
setInStaticContext(boolean) - Method in class org.codehaus.groovy.ast.Parameter
 
setInStaticContext(boolean) - Method in class org.codehaus.groovy.ast.VariableScope
 
setInterceptor(Interceptor) - Method in class groovy.lang.ProxyMetaClass
 
setInterfaceClassLoadingClass(InterfaceHelperClassNode) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
setInterfaceClassLoadingClass(InterfaceHelperClassNode) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
setInterfaces(ClassNode[]) - Method in class org.codehaus.groovy.ast.ClassNode
 
setInternalConnection(Connection) - Method in class groovy.sql.Sql
Stub needed for testing.
setIsScriptBody() - Method in class org.codehaus.groovy.ast.MethodNode
Set the metadata flag for this method to indicate that it is a script body implementation.
setJavaHome(File) - Method in class org.codehaus.groovy.ant.Groovyc
The JDK Home to use when forked.
setJointCompilationOptions(Map<String, Object>) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the joint compilation options for this configuration.
setKeepIgnorableWhitespace(boolean) - Method in class groovy.util.XmlParser
Sets the keep ignorable whitespace setting value.
setKeepIgnorableWhitespace(boolean) - Method in class groovy.util.XmlSlurper
 
setKeepJavaMetaClasses(boolean) - Static method in class groovy.lang.GroovySystem
 
setKeepStubs(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Set the keepStubs flag.
setKeepWhitespace(boolean) - Method in class groovy.util.XmlSlurper
Deprecated.
use setKeepIgnorableWhitespace
setKey(Object) - Method in class groovy.util.MapEntry
 
setKeyExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
setLast(Token) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setLastColumnNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setLastLineNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setLastMatcher(Matcher) - Static method in class org.codehaus.groovy.runtime.RegexSupport
 
setLazyChop(boolean) - Method in class groovy.json.JsonSlurper
Turns on buffer lazy chopping for index overlay.
setLazyReferencesAllowed(boolean) - Method in class groovy.util.ObjectGraphBuilder
Sets whether references can be resolved lazily or not.
setLeftExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
setLeftExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
This method sets the leftExpression for this BinaryExpression.
setLexer(CharScanner) - Method in class org.codehaus.groovy.antlr.UnicodeEscapingReader
Sets the lexer that is using this reader.
setLine(long) - Method in class groovy.io.LineColumnReader
 
setLine(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setLine(int) - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
setLine(int) - Method in interface org.codehaus.groovy.antlr.SourceInfo
set start line
setLineLast(int) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setLineLast(int) - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
setLineLast(int) - Method in interface org.codehaus.groovy.antlr.SourceInfo
set ending line
setLineMark(long) - Method in class groovy.io.LineColumnReader
 
setLineNumber(int) - Method in class org.codehaus.groovy.ast.ASTNode
 
setLineNumber(int) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
setLineNumber(int) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
setListfiles(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, list the source files being handed off to the compiler.
setLocale(Locale) - Method in class groovy.text.markup.TemplateConfiguration
 
setLoopBlock(Statement) - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
setLoopBlock(Statement) - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
setLoopBlock(Statement) - Method in interface org.codehaus.groovy.ast.stmt.LoopingStatement
Sets the loop block.
setLoopBlock(Statement) - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
setMainClass(String) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Sets the main class.
setManagedResource(Object) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
 
setMaxRows(int) - Method in class groovy.sql.Sql.AbstractQueryCommand
Set the maximum number of rows to return in the ResultSet
setMaxSizeForInMemory(int) - Method in class groovy.json.JsonSlurper
Max size before Slurper starts to use windowing buffer parser.
setMeaning(int) - Method in class org.codehaus.groovy.syntax.CSTNode
Sets the meaning for this node (and it's root Token).
setMeaning(int) - Method in class org.codehaus.groovy.syntax.Token
Sets the meaning for this node (and it's root Token).
setMember(String, Expression) - Method in class org.codehaus.groovy.ast.AnnotationNode
 
setMemoryInitialSize(String) - Method in class org.codehaus.groovy.ant.Groovyc
The initial size of the memory for the underlying VM if javac is run externally; ignored otherwise.
setMemoryMaximumSize(String) - Method in class org.codehaus.groovy.ant.Groovyc
The maximum size of the memory for the underlying VM if javac is run externally; ignored otherwise.
setMessage(String) - Method in class groovy.jmx.builder.JmxEventEmitter
Event message setter.
setMessageExpression(Expression) - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
setMetaClass(MetaClass) - Method in class groovy.lang.DelegatingMetaClass
 
setMetaClass(MetaClass) - Method in class groovy.lang.ExpandoMetaClass
 
setMetaClass(MetaClass) - Method in interface groovy.lang.GroovyObject
Allows the MetaClass to be replaced with a derived implementation.
setMetaClass(MetaClass) - Method in class groovy.lang.GroovyObjectSupport
 
setMetaClass(Class, MetaClass) - Method in interface groovy.lang.MetaClassRegistry
Adds a metaclass to the registry for the given class
setMetaClass(MetaClass) - Method in class groovy.lang.Sequence
 
setMetaClass(MetaClass, Class) - Static method in class groovy.util.Node
Extension point for subclasses to override the metaclass.
setMetaClass(Class, MetaClass) - Static method in class groovy.util.NodeList
 
setMetaClass(MetaClass) - Method in class groovy.util.slurpersupport.GPathResult
Replaces the MetaClass of this GPathResult.
setMetaClass(Class, MetaClass) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sets the metaclass for a given class.
setMetaClass(Object, MetaClass) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Set the metaclass for an object.
setMetaClass(GroovyObject, MetaClass) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Set the metaclass for a GroovyObject.
setMetaClass(MetaClass) - Method in class org.codehaus.groovy.runtime.IteratorClosureAdapter
 
setMetaClass(Class, MetaClass) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Registers a new MetaClass in the registry to customize the type
setMetaClass(Object, MetaClass) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
setMetaClass(MetaClass) - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
setMetaClass(MetaClass) - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
setMetaClassCreationHandle(MetaClassRegistry.MetaClassCreationHandle) - Method in interface groovy.lang.MetaClassRegistry
Sets the MetaClassCreationHandle instance that is responsible for constructing instances
setMetaClassCreationHandle(MetaClassRegistry.MetaClassCreationHandle) - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Sets a handle internally used to create MetaClass implementations.
setMetaMethod(MetaMethod) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
setMethod(Expression) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setMethodDefinitionAllowed(boolean) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setMethodDispatcherCode(BlockStatement, Expression, Parameter[]) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
setMethodMissingDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
 
setMethodNode(MethodNode) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
setMethodNode(MethodNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
setMethodNode(MethodNode) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
setMethodsToBeVisited(Set<MethodNode>) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
setMethodTarget(MethodNode) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
Sets a method call target for a direct method call.
setMethodVisitor(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
setMethodVisitor(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
setMinimumRecompilationInterval(int) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setMixinInstance(Object, Object) - Method in class org.codehaus.groovy.reflection.MixinInMetaClass
 
setMnemonic(AbstractButton, String) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Allows the usage of a one-element string for a mnemonic
setModel(TableModel) - Method in class groovy.inspect.swingui.TableMap
 
setModel(TableModel) - Method in class groovy.inspect.swingui.TableSorter
 
setModel(Object) - Method in class org.codehaus.groovy.binding.BindingProxy
 
setModifierBit(AST, int, int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.ClassNode
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.FieldNode
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.MethodNode
 
setModifiers(int) - Method in class org.codehaus.groovy.ast.Parameter
 
setModule(ModuleNode) - Method in exception groovy.lang.GroovyRuntimeException
 
setModule(ModuleNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
setName(String) - Method in class org.codehaus.groovy.ast.ClassNode
 
setName(String) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
setName(String) - Method in class org.codehaus.groovy.ast.GenericsType
 
setName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
setName(String) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
setNameMappingClosure(Closure) - Method in class groovy.util.FactoryBuilderSupport
 
setNamespaceAware(boolean) - Method in class groovy.util.XmlNodePrinter
Enable and/or disable namespace handling.
setNamespaceAware(boolean) - Method in class groovy.util.XmlParser
Enable and/or disable namespace handling.
setNamespaceTagHints(Map) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
 
setNameWithTypeArgs(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setNewInstanceResolver(Object) - Method in class groovy.util.ObjectGraphBuilder
Sets the current NewInstanceResolver.
It will assign DefaultNewInstanceResolver if null.
It accepts a NewInstanceResolver instance or a Closure.
setNewLineString(String) - Method in class groovy.text.markup.TemplateConfiguration
 
setNewMopMethods(List<MetaMethod>) - Method in class org.codehaus.groovy.reflection.CachedClass
 
setNodeAttributes(Object, Map) - Method in class groovy.util.FactoryBuilderSupport
Maps attributes key/values to properties on node.
setNodeMeta(TypeChooser, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
setNodeMetaData(Object, Object) - Method in class org.codehaus.groovy.ast.ASTNode
Sets the node meta data.
setNodeMetaData(Object, Object) - Method in class org.codehaus.groovy.ast.CompileUnit
Sets the node meta data for the provided key.
setNonChangeCheck(boolean) - Method in class org.codehaus.groovy.binding.PropertyBinding
 
setNoTimestamp(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
If set to true, hidden timestamp will not appear within generated HTML.
setNoVersionStamp(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
If set to true, hidden version stamp will not appear within generated HTML.
setObject(PreparedStatement, int, Object) - Method in class groovy.sql.Sql
Strategy method allowing derived classes to handle types differently such as for CLOBs etc.
setObjectExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setObjectExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
setOmitEmptyAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
Allows empty attributes to be removed from the generated markup.
setOmitNullAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
Allows null attributes to be removed from the generated markup.
setOptimizationOptions(Map<String, Boolean>) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the optimization options for this configuration.
setOrigBool(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original boolean meta class is used
setOrigByte(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original byte meta class is used
setOrigChar(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original char meta class is used
setOrigDouble(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original double meta class is used
setOrigFloat(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original float meta class is used
setOrigInt(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original int meta class is used
setOrigIntArray(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original int array meta class is used
setOriginType(ClassNode) - Method in class org.codehaus.groovy.ast.FieldNode
 
setOriginType(ClassNode) - Method in class org.codehaus.groovy.ast.Parameter
 
setOrigLong(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original long meta class is used
setOrigShort(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the original short meta class is used
setOuter(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setOutput(File) - Method in class org.codehaus.groovy.ant.Groovy
Set the output file; optional, defaults to the Ant log.
setOutput(PrintWriter) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Deprecated.
not used anymore, has no effect
setOverride(ClassLoader) - Method in class groovy.util.ProxyGenerator
 
setOvertypeMode(boolean) - Method in class groovy.ui.text.TextEditor
Set the caret to use depending on overtype/insert mode
setOverview(File) - Method in class org.codehaus.groovy.ant.Groovydoc
Specify the file containing the overview to be included in the generated documentation.
setOwner(ClassNode) - Method in class org.codehaus.groovy.ast.FieldNode
 
setOwnerType(ClassNode) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
setPackage(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
Indicate whether only package, protected and public classes and members are to be included in the scope processed.
setPackage(PackageNode) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setPackage(String, List<AnnotationNode>) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
setPackageAllowed(boolean) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
 
setPackageName(String) - Method in class org.codehaus.groovy.ast.ModuleNode
 
setPackageName(String) - Method in class org.codehaus.groovy.syntax.ASTHelper
 
setPackagenames(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Set the package names to be processed.
setPackagePrivate(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setPackages(String) - Method in class org.codehaus.groovy.tools.groovydoc.LinkArgument
Set the packages attribute.
setParameters(List<Object>, PreparedStatement) - Method in class groovy.sql.Sql
Hook to allow derived classes to override behavior associated with setting params for a prepared statement.
setParameters(boolean) - Method in class org.codehaus.groovy.ant.Groovy
If true, generates metadata for reflection on method parameter names (jdk8+ only).
setParameters(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, generates metadata for reflection on method parameter names (jdk8+ only).
setParameters(Parameter[]) - Method in class org.codehaus.groovy.ast.MethodNode
 
setParameters(boolean) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Turns parameter metadata generation on or off.
setParametersTypes(CachedClass[]) - Method in class org.codehaus.groovy.reflection.ParameterTypes
 
setParent(FactoryBuilderSupport, Object, Object) - Method in class groovy.util.AbstractFactory
 
setParent(Object, Object) - Method in class groovy.util.AntBuilder
 
setParent(Object, Object) - Method in class groovy.util.BuilderSupport
 
setParent(FactoryBuilderSupport, Object, Object) - Method in interface groovy.util.Factory
 
setParent(Object, Object) - Method in class groovy.util.FactoryBuilderSupport
Strategy method to establish parent/child relationships.
setParent(Node) - Method in class groovy.util.Node
Adds or replaces the parent of the node.
setParent(Object, Object) - Method in class groovy.util.NodeBuilder
 
setParent(Object, Object) - Method in class groovy.xml.DOMBuilder
 
setParent(Object, Object) - Method in class groovy.xml.MarkupBuilder
 
setParent(Object, Object) - Method in class groovy.xml.NamespaceBuilderSupport
 
setParent(Object, Object) - Method in class groovy.xml.SAXBuilder
 
setPerInstanceMetaClass(Object, MetaClass) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
setPlaceholder(boolean) - Method in class org.codehaus.groovy.ast.GenericsType
 
setPluginFactory(ParserPluginFactory) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setPreserveWhitespace(boolean) - Method in class groovy.util.XmlNodePrinter
Enable and/or disable preservation of whitespace.
setPreviewFeatures(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
If true, enable preview Java features (JEP 12) (jdk12+ only).
setPreviewFeatures(boolean) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets whether the bytecode version has preview features enabled (JEP 12).
setPrimitiveMeta(Class, boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
 
setPrivate(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
Indicate whether all classes and members are to be included in the scope processed.
setPrivate(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setProceed(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
 
setProcessScripts(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
If set to false, Scripts will not be processed.
setProgressCallback(CompilationUnit.ProgressCallback) - Method in class org.codehaus.groovy.control.CompilationUnit
Sets a ProgressCallback.
setProperties(Object, Map) - Method in class groovy.lang.MetaClassImpl
Sets a number of bean properties from the given Map where the keys are the String names of properties and the values are the values of the properties to set
setProperties(Object, Map) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Sets the properties on the given object
setProperties(Object, Map) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
setProperty(String, Object) - Method in class groovy.lang.Binding
Overloaded to make variables appear as bean properties or via the subscript operator
setProperty(String, Object) - Method in class groovy.lang.Closure
 
setProperty(Object, String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.DelegatingMetaClass
 
setProperty(String, Object) - Method in class groovy.lang.DelegatingMetaClass
 
setProperty(String, Object) - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
 
setProperty(String, Object) - Method in class groovy.lang.ExpandoMetaClass
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.ExpandoMetaClass
Overrides default implementation just in case setProperty method has been overridden by ExpandoMetaClass
setProperty(String, Object) - Method in interface groovy.lang.GroovyObject
Sets the given property to the new value.
setProperty(String, Object) - Method in class groovy.lang.GroovyObjectSupport
 
setProperty(String, Object) - Method in class groovy.lang.GroovyShell
 
setProperty(Object, Object) - Method in class groovy.lang.MetaArrayLengthProperty
Sets the property on the given object to the new value
setProperty(Object, Object) - Method in class groovy.lang.MetaBeanProperty
Set the property on the given object to the new value.
setProperty(Class, Object, String, Object, boolean, boolean) - Method in interface groovy.lang.MetaClass
Sets a property on the given receiver for the specified arguments.
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.MetaClassImpl
Retrieves a property on the given receiver for the specified arguments.
setProperty(Object, String, Object) - Method in class groovy.lang.MetaClassImpl
Sets a property on the given object for the specified arguments.
setProperty(Object, Object) - Method in class groovy.lang.MetaExpandoProperty
Sets the property on the given object to the new value
setProperty(Object, String, Object) - Method in interface groovy.lang.MetaObjectProtocol
Sets a property of an instance of the class returned by the getTheClass() method.
setProperty(Object, Object) - Method in class groovy.lang.MetaProperty
Sets the property on the given object to the new value
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.lang.ProxyMetaClass
Interceptors the call to a property setter if a PropertyAccessInterceptor is available
setProperty(String, Object) - Method in class groovy.lang.Reference
 
setProperty(String, Object) - Method in class groovy.lang.Script
 
setProperty(String, Object) - Method in class groovy.lang.Sequence
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class groovy.mock.interceptor.MockProxyMetaClass
 
setProperty(String, Object) - Method in class groovy.sql.GroovyResultSetExtension
Updates the designated column with an Object value.
setProperty(String, Object) - Method in class groovy.sql.ResultSetMetaDataWrapper
 
setProperty(String, Object) - Method in class groovy.util.DelegatingScript
 
setProperty(String, Object) - Method in class groovy.util.Expando
 
setProperty(String, Object) - Method in class groovy.util.FactoryBuilderSupport
Overloaded to make variables appear as bean properties or via the subscript operator
setProperty(String, Object) - Method in class groovy.util.GroovyMBean
 
setProperty(String, Object) - Method in class groovy.util.slurpersupport.GPathResult
Replaces the specified property of this GPathResult with a new value.
setProperty(String, Object) - Method in class groovy.util.XmlParser
 
setProperty(String, Object) - Method in class groovy.util.XmlSlurper
 
setProperty(String, Object) - Method in class org.codehaus.groovy.binding.BindingProxy
 
setProperty - Static variable in class org.codehaus.groovy.classgen.AsmClassGenerator
 
setProperty(Object, Object) - Method in class org.codehaus.groovy.reflection.CachedField
Sets the property on the given object to the new value
setProperty(String, Object) - Method in class org.codehaus.groovy.runtime.HandleMetaClass
 
setProperty(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass
 
setProperty(Object, Object) - Method in class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
 
setProperty(Object, Object) - Method in class org.codehaus.groovy.runtime.metaclass.MultipleSetterProperty
 
setProperty(Object, String, Object) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
setProperty(Class, Object, String, Object, boolean, boolean) - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
setProperty(String, Object) - Method in class org.codehaus.groovy.runtime.NullObject
Tries to set a property on null, which will always fail
setProperty(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setProperty(String, Object) - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
setProperty(String, Object) - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
setProperty(String, Object) - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
 
setProperty2(Object, Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
This is so we don't have to reorder the stack when we call this method.
setPropertyGetterDispatcher(BlockStatement, Expression, Parameter[]) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
setPropertyMethod - Variable in class groovy.lang.MetaClassImpl
 
setPropertyMissingDelegate(Closure) - Method in class groovy.util.FactoryBuilderSupport
 
setPropertyName(String) - Method in class org.codehaus.groovy.binding.PropertyBinding
 
setPropertyOnSuper(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setPropertyOnSuperSafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setPropertyOnSuperSpreadSafe(Object, Class, GroovyObject, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setPropertySafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setPropertySafe2(Object, Object, String) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
This is so we don't have to reorder the stack when we call this method.
setPropertySetterDispatcher(BlockStatement, Expression, Parameter[]) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
setPropertySpreadSafe(Object, Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
setProtected(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
Indicate whether only protected and public classes and members are to be included in the scope processed.
setProtected(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setProxyBuilder(FactoryBuilderSupport) - Method in class groovy.util.FactoryBuilderSupport
Sets the builder to be used as a proxy.
setPublic(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
Indicate whether only public classes and members are to be included in the scope processed.
setPublic(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setQuote(String) - Method in class groovy.util.XmlNodePrinter
Set Quote to use when printing attributes.
setRawCommentText(String) - Method in interface org.codehaus.groovy.groovydoc.GroovyDoc
 
setRawCommentText(String) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
setRawCommentText(String) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
setRawCommentText(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setReceiversBlackList(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setReceiversClassesBlackList(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setReceiversClassesWhiteList(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setReceiversWhiteList(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setRecompileGroovySource(boolean) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setRedirect(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
Sets this instance as proxy for the given ClassNode.
setRedirect(ClassNode) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
setRef(String) - Method in class org.codehaus.groovy.ant.RootLoaderRef
sets the name of the reference which should store the Loader
setReferenceResolver(Object) - Method in class groovy.util.ObjectGraphBuilder
Sets the current ReferenceResolver.
It will assign DefaultReferenceResolver if null.
It accepts a ReferenceResolver instance, a String or a Closure.
setRelationNameResolver(ObjectGraphBuilder.RelationNameResolver) - Method in class groovy.util.ObjectGraphBuilder
Sets the current RelationNameResolver.
It will assign DefaultRelationNameResolver if null.
setReplacement(Expression) - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
setReportClass(ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
setRequireMain(boolean) - Method in class org.codehaus.groovy.tools.LoaderConfiguration
Determines if a main class is required when calling.
setResolved(boolean) - Method in class org.codehaus.groovy.ast.GenericsType
 
setResolveStrategy(int) - Method in class groovy.lang.Closure
Sets the strategy which the closure uses to resolve property references and methods.
setResolveStrategy(int) - Method in class org.codehaus.groovy.runtime.ComposedClosure
 
setResolveStrategy(int) - Method in class org.codehaus.groovy.runtime.CurriedClosure
 
setResourceLoader(GroovyResourceLoader) - Method in class groovy.lang.GroovyClassLoader.InnerLoader
 
setResourceLoader(GroovyResourceLoader) - Method in class groovy.lang.GroovyClassLoader
 
setResultSetConcurrency(int) - Method in class groovy.sql.Sql
Sets the resultSetConcurrency for statements created using the connection.
setResultSetHoldability(int) - Method in class groovy.sql.Sql
Sets the resultSetHoldability for statements created using the connection.
setResultSetType(int) - Method in class groovy.sql.Sql
Sets the resultSetType for statements created using the connection.
setReturnType(ClassNode) - Method in class org.codehaus.groovy.ast.MethodNode
 
setReturnType(GroovyType) - Method in interface org.codehaus.groovy.groovydoc.GroovyMethodDoc
 
setReturnType(GroovyType) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
setReverseConverter(Closure) - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
setReverseConverter(Closure) - Method in interface org.codehaus.groovy.binding.FullBinding
 
setReverseConverter(Closure) - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
setRightExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
setRightExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
 
setRowfill(boolean) - Method in class groovy.swing.impl.TableLayoutCell
Sets whether or not this row should allow its component to stretch to fill the space available
setRowspan(int) - Method in class groovy.swing.impl.TableLayoutCell
Sets the number of rows that this cell should span.
setRuntimeRetention(boolean) - Method in class org.codehaus.groovy.ast.AnnotationNode
Sets the internal flag if the current annotation has RetentionPolicy.SOURCE.
setSafe(boolean) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setSaveStreams(boolean) - Method in class groovy.util.AntBuilder
Indicates that we save stdin, stdout, stderr and replace them while AntBuilder is executing tasks with streams that funnel the normal streams into Ant's logs.
setScript(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setScript(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setScriptBaseClass(String) - Method in class org.codehaus.groovy.ant.Groovy
Set the script base class name
setScriptBaseClass(String) - Method in class org.codehaus.groovy.ant.Groovyc
Set the base script class name for the scripts (must derive from Script)
setScriptBaseClass(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the name of the base class for scripts.
setScriptBody(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setScriptExtension(String) - Method in class org.codehaus.groovy.ant.Groovyc
Set the extension to use when searching for Groovy source files.
setScriptExtensions(Set<String>) - Method in class org.codehaus.groovy.control.CompilerConfiguration
 
setSetterBlock(Statement) - Method in class org.codehaus.groovy.ast.PropertyNode
 
setShouldRecompile(Boolean) - Method in class groovy.lang.GroovyClassLoader
sets if the recompilation should be enable.
setShowLineNumbers(boolean) - Method in class groovy.ui.ConsoleTextEditor
 
setSnippet(String) - Method in class org.codehaus.groovy.antlr.GroovySourceAST
 
setSourceBinding(SourceBinding) - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
setSourceBinding(SourceBinding) - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
setSourceBinding(SourceBinding) - Method in interface org.codehaus.groovy.binding.FullBinding
 
setSourceBinding(SourceBinding) - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
setSourceBuffer(SourceBuffer) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
setSourceEncoding(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the encoding to be used when reading source files.
setSourceLocator(String) - Method in exception org.codehaus.groovy.syntax.SyntaxException
 
setSourcepath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the sourcepath to be used for this compilation.
setSourcepath(Path) - Method in class org.codehaus.groovy.ant.Groovydoc
Specify where to find source file
setSourcepathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
Adds a reference to a source path defined elsewhere.
setSourcePosition(ASTNode) - Method in class org.codehaus.groovy.ast.ASTNode
Sets the source position using another ASTNode.
setSourcePosition(ASTNode) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setSourceRetention(boolean) - Method in class org.codehaus.groovy.ast.AnnotationNode
Sets the internal flag if the current annotation has RetentionPolicy.SOURCE.
setSourceUnitValidator(Closure<Boolean>) - Method in class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
setSpreadSafe(boolean) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
setSpreadSafe(boolean) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
setSrc(File) - Method in class org.codehaus.groovy.ant.Groovy
Set the name of the file to be run.
setSrcdir(Path) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
setSrcdir(Path) - Method in class org.codehaus.groovy.ant.Groovyc
Set the source directories to find the source Java files.
setSrcdir(Path) - Method in class org.codehaus.groovy.ant.UberCompileTask
 
setStacktrace(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Enable compiler to report stack trace information if a problem occurs during compilation.
setStacktrace(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Enable compiler to report stack trace information if a problem occurs during compilation.
setStarImportsBlacklist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStarImportsWhitelist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStartColumn(long) - Method in class groovy.json.JsonToken
 
setStartLabel(Label) - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
setStartLine(long) - Method in class groovy.json.JsonToken
 
setStatementLabel(String) - Method in class org.codehaus.groovy.ast.stmt.Statement
 
setStatementsBlacklist(List<Class<? extends Statement>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStatementsWhitelist(List<Class<? extends Statement>>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStatic(boolean) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
setStatic(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
setStaticClass(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setStaticImportsBlacklist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStaticImportsWhitelist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStaticStarImportsBlacklist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStaticStarImportsWhitelist(List<String>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setStrict(boolean) - 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)
setStrongMetaClass(MetaClass) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
setStubdir(File) - Method in class org.codehaus.groovy.ant.Groovyc
Set the stub directory into which the Java source stub files should be generated.
setStyleSheetFile(File) - Method in class org.codehaus.groovy.ant.Groovydoc
Specifies a stylesheet file to use.
setSummary(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
setSuperClass(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
Sets the superclass of this ClassNode
setSuperClass(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setSuperClassName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
setSynthetic(boolean) - Method in class org.codehaus.groovy.ast.AnnotatedNode
sets this node as a node added by the compiler.
setSyntheticPublic(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setSyntheticPublic(boolean) - Method in class org.codehaus.groovy.ast.MethodNode
 
setSystemPropertyFrom(String) - Static method in class org.apache.groovy.util.SystemUtil
Sets a system property from a name=value String.
setSystemPropertyFromSafe(String) - Static method in class org.apache.groovy.util.SystemUtil
Sets a system property from a name=value String.
setTableHeader(boolean) - Method in class groovy.swing.impl.ClosureRenderer
 
setTargetBinding(TargetBinding) - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
setTargetBinding(TargetBinding) - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
setTargetBinding(TargetBinding) - Method in interface org.codehaus.groovy.binding.FullBinding
 
setTargetBinding(TargetBinding) - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
setTargetBytecode(String) - Method in class org.codehaus.groovy.ant.Groovyc
Sets the bytecode compatibility level.
setTargetBytecode(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Allow setting the bytecode compatibility level.
setTargetDirectory(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the target directory.
setTargetDirectory(File) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the target directory.
setText(String) - Method in class groovy.json.JsonToken
 
setText(Object, String) - Method in class groovy.util.AntBuilder
 
setText(String) - Method in class org.codehaus.groovy.antlr.GroovySourceToken
set the source token text
setText(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
setText(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
setText(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Synonym for write(text) allowing file.text = 'foo'.
setText(Path, String, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Synonym for write(text, charset) allowing:
setText(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Synonym for write(text) allowing file.text = 'foo'.
setText(File, String, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Synonym for write(text, charset) allowing:
setText(String) - Method in class org.codehaus.groovy.syntax.Token
Not advisable, but if you need to adjust the token's text, this will do it.
setTokenObjectClass(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
setTokensBlacklist(List<Integer>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setTokensWhitelist(List<Integer>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
setTokenType(int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
setTolerance(int) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the error tolerance, which is the number of non-fatal errors (per unit) that should be tolerated before compilation is aborted.
setTriggerBean(Object) - Method in class org.codehaus.groovy.binding.EventTriggerBinding
 
setTrimWhitespace(boolean) - Method in class groovy.util.XmlParser
Sets the trim whitespace setting value.
setTryStatement(Statement) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
setType(JsonParserType) - Method in class groovy.json.JsonSlurper
Parser type.
setType(JsonTokenType) - Method in class groovy.json.JsonToken
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.expr.Expression
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
Set the type of this variable.
setType(ClassNode) - Method in class org.codehaus.groovy.ast.FieldNode
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.GenericsType
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.Parameter
 
setType(ClassNode) - Method in class org.codehaus.groovy.ast.PropertyNode
 
setType(ClassNode) - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
setType(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
setType(GroovyType) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
setType(GroovyType) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
setType(ClassNode) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
 
setTypeName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
setTypeParameters(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
setUnresolvedSuperClass(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
 
setUnwrapped(boolean) - Method in class groovy.ui.text.TextEditor
 
setUp() - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
setUp() - Method in class org.codehaus.groovy.antlr.treewalker.MindMapPrinter
 
setUp() - Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
 
setUp(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.SourceCodeTraversal
gather, sort and process all unvisited nodes
setUp(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
setUp() - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
setUp() - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
setup() - Method in class org.codehaus.groovy.transform.stc.DefaultTypeCheckingExtension
 
setup() - Method in class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
 
setup() - Method in class org.codehaus.groovy.transform.stc.TraitTypeCheckingExtension
 
setup() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Subclasses should implement this method whenever they need to perform special checks before the type checker starts working.
setUpdate(Closure) - Method in class groovy.swing.impl.ClosureRenderer
 
setUpdatedProperty(String) - Method in class org.codehaus.groovy.ant.Groovyc
The property to set on compilation success.
setupTransform(AnnotationNode) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
setUse(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
 
setUseDoubleQuotes(boolean) - Method in class groovy.text.markup.TemplateConfiguration
 
setUseGroovyShell(boolean) - Method in class org.codehaus.groovy.ant.Groovy
Should a new GroovyShell be used when forking.
setUseReferenceDirectly(boolean) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
setUseReferenceDirectly(boolean) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
For internal use only.
setUsingAnonymousInnerClass(boolean) - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
setUsingGenerics(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
setUsingGenerics(boolean) - Method in class org.codehaus.groovy.ast.decompiled.DecompiledClassNode
 
setValidator(Closure) - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
setValidator(Closure) - Method in interface org.codehaus.groovy.binding.FullBinding
 
setValidator(Closure) - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
setValign(String) - Method in class groovy.swing.impl.TableLayoutCell
Sets the vertical alignment to a case insensitive value of {TOP, MIDDLE, BOTTOM}
setValue(Object) - Method in class groovy.lang.PropertyValue
 
setValue(Object) - Method in class groovy.model.ClosureModel
 
setValue(Object, Object, int, int) - Method in class groovy.model.DefaultTableColumn
 
setValue(Object) - Method in class groovy.model.PropertyModel
 
setValue(Object) - Method in class groovy.model.ValueHolder
 
setValue(Object) - Method in interface groovy.model.ValueModel
 
setValue(Object) - Method in class groovy.util.MapEntry
 
setValue(Object) - Method in class groovy.util.Node
Adds or replaces the value of the node.
setValue(Element, String) - Static method in class groovy.xml.dom.DOMCategory
 
setValue(Value) - Method in class org.apache.groovy.json.internal.MapItemValue
 
setValue(Object) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
Set the value of this entry.
setValue(V) - Method in interface org.codehaus.groovy.util.AbstractConcurrentMapBase.Entry
 
setValue(Object) - Method in class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
setValue(V) - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
 
setValue(V) - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
 
setValueAt(Object, int, int) - Method in class groovy.inspect.swingui.TableMap
 
setValueAt(Object, int, int) - Method in class groovy.inspect.swingui.TableSorter
 
setValueAt(Object, int, int) - Method in class groovy.model.DefaultTableModel
 
setValueExpression(Expression) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
setVararg(boolean) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
setVariable(String, Object) - Method in class groovy.lang.Binding
Sets the value of the given variable
setVariable(String, Object) - Method in class groovy.lang.GroovyShell
 
setVariable(String, Object) - Method in class groovy.servlet.ServletBinding
 
setVariable(String, Object) - Method in class groovy.util.FactoryBuilderSupport
Sets the value of the given variable
setVariables(ServletBinding) - Method in class groovy.servlet.AbstractHttpServlet
Override this method to set your variables to the Groovy binding.
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.expr.ClosureListExpression
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.InnerClassNode
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.MethodNode
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
setVariableScope(VariableScope) - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
setVerbose(boolean) - Method in class groovy.text.SimpleTemplateEngine
 
setVerbose(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
Enable verbose compiling which will display which files are being compiled.
setVerbose(boolean) - Method in class org.codehaus.groovy.ant.VerifyClass
 
setVerbose(boolean) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Turns verbose operation on or off.
setVerbosity(IO.Verbosity) - Method in class org.codehaus.groovy.tools.shell.IO
Set the verbosity level.
setWarningLevel(int) - Method in class org.codehaus.groovy.control.CompilerConfiguration
Sets the warning level.
setWeakMetaClass(MetaClass) - Method in class org.codehaus.groovy.reflection.ClassInfo
 
setWhitespaceIncluded(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
Include whitespace tokens.
setWildcard(boolean) - Method in class org.codehaus.groovy.ast.GenericsType
 
setWindowtitle(String) - Method in class org.codehaus.groovy.ant.Groovydoc
Set the title to be placed in the HTML <title> tag of the generated documentation.
setWithoutCustomMetaclassCreationHandle(boolean) - Static method in class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
sets if the system uses a custom meta class creation handle
setWrapped(boolean) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
setWriter(Writer) - Method in class groovy.lang.TracingInterceptor
Changes the writer associated with this interceptor.
setWritingAttribute(boolean) - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
SH_COMMENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
sha256(CharSequence) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Calculate SHA-256 of the CharSequence instance
sha256(byte[]) - Static method in class org.codehaus.groovy.runtime.EncodingGroovyMethods
Calculate SHA-256 of the byte array
SharedVariableCollector - Class in org.codehaus.groovy.transform.stc
A visitor which collects the list of variable expressions which are closure shared.
SharedVariableCollector(SourceUnit) - Constructor for class org.codehaus.groovy.transform.stc.SharedVariableCollector
 
shell - Variable in class org.codehaus.groovy.bsf.GroovyEngine
 
shiftExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
short_and - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_div - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_intdiv - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_leftShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_minus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_mod - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_multiply - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_or - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_plus - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_rightShift - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_rightShiftUnsigned - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
short_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
Short_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
short_xor - Variable in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
ShortArrayGetAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ShortArrayGetAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayGetAtMetaMethod
 
ShortArrayPutAtMetaMethod - Class in org.codehaus.groovy.runtime.dgmimpl.arrays
 
ShortArrayPutAtMetaMethod() - Constructor for class org.codehaus.groovy.runtime.dgmimpl.arrays.ShortArrayPutAtMetaMethod
 
ShortCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
ShortCachedClass(Class, ClassInfo, boolean) - Constructor for class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass
 
shortName(Class) - Static method in class groovy.inspect.Inspector
 
shortName(Object) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
ShortTypeHandling - Class in org.codehaus.groovy.runtime.typehandling
Class providing various short paths for type conversions.
ShortTypeHandling() - Constructor for class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
 
shortUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
 
shortValue() - Method in class org.apache.groovy.json.internal.CharBuf
 
shortValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
shortValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
shortValue() - Method in interface org.apache.groovy.json.internal.Value
 
shortValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
ShortWrapper - Class in org.codehaus.groovy.runtime.wrappers
 
ShortWrapper(short) - Constructor for class org.codehaus.groovy.runtime.wrappers.ShortWrapper
 
shouldExcludeType(Class<?>) - Method in class groovy.json.DefaultJsonGenerator
Indicates whether the given type should be excluded from the generated output.
shouldFail(Closure) - Static method in class groovy.test.GroovyAssert
Asserts that the given code closure fails when it is evaluated
shouldFail(Class, Closure) - Static method in class groovy.test.GroovyAssert
Asserts that the given code closure fails when it is evaluated and that a particular type of exception is thrown.
shouldFail(Class, String) - Static method in class groovy.test.GroovyAssert
Asserts that the given script fails when it is evaluated and that a particular type of exception is thrown.
shouldFail(String) - Static method in class groovy.test.GroovyAssert
Asserts that the given script fails when it is evaluated
shouldFail(Closure) - Static method in class groovy.util.GroovyAssert
Deprecated.
Asserts that the given code closure fails when it is evaluated
shouldFail(Class, Closure) - Static method in class groovy.util.GroovyAssert
Deprecated.
Asserts that the given code closure fails when it is evaluated and that a particular exception is thrown.
shouldFail(Closure) - Method in class groovy.util.GroovyTestCase
shouldFail(Class, Closure) - Method in class groovy.util.GroovyTestCase
shouldFail(Class, String) - Method in class groovy.util.GroovyTestCase
shouldFail(String) - Method in class groovy.util.GroovyTestCase
shouldFailWithCause(Class, Closure) - Static method in class groovy.test.GroovyAssert
Asserts that the given code closure fails when it is evaluated and that a particular Exception type can be attributed to the cause.
shouldFailWithCause(Class, Closure) - Static method in class groovy.util.GroovyAssert
Deprecated.
Asserts that the given code closure fails when it is evaluated and that a particular exception can be attributed to the cause.
shouldFailWithCause(Class, Closure) - Method in class groovy.util.GroovyTestCase
shouldHandleImplicitThisForInnerClass(ClassNode) - Static method in class org.codehaus.groovy.classgen.InnerClassVisitorHelper
 
shouldOptimizeForInt() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
shouldOptimizeForInt() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
shouldSkip(String, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
shouldSkip(String, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
shouldSkipClassNode(ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
shouldSkipMethodNode(MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
shouldSkipOnDescriptor(boolean, Map, MethodNode, List<ClassNode>, List<ClassNode>) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
Deprecated.
shouldSkipOnDescriptorUndefinedAware(boolean, Map, MethodNode, List<ClassNode>, List<ClassNode>) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
shouldSkipUndefinedAware(String, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
shouldSkipUndefinedAware(String, List<String>, List<String>, boolean) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
SHOW_LAST_RESULT_KEY - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
showDialog() - Static method in class groovy.ui.text.FindReplaceUtility
 
showDialog(boolean) - Static method in class groovy.ui.text.FindReplaceUtility
 
shuttlesort(int[], int[], int, int) - Method in class groovy.inspect.swingui.TableSorter
 
SIGN - Static variable in class org.codehaus.groovy.syntax.Types
 
signature() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
signature() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
SignatureCodec - Interface in org.codehaus.groovy.transform.stc
A signature codec is responsible for encoding and decoding of inferred returned types as stored in bytecode.
SignatureCodecFactory() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.SignatureCodecFactory
 
SignatureCodecVersion1 - Class in org.codehaus.groovy.transform.stc
First implementation of an inferred type signature codec.
SignatureCodecVersion1(ClassLoader) - Constructor for class org.codehaus.groovy.transform.stc.SignatureCodecVersion1
 
silentlyVisitMethodNode(MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
visit a method call target, to infer the type.
SIMPLE_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
SimpleCache<K,V> - Class in org.apache.groovy.json.internal
 
SimpleCache(int, CacheType) - Constructor for class org.apache.groovy.json.internal.SimpleCache
 
SimpleCache(int) - Constructor for class org.apache.groovy.json.internal.SimpleCache
 
SimpleExtensionModule - Class in org.codehaus.groovy.runtime.m12n
An extension module which provides extension methods using a DefaultGroovyMethods-like implementation, that is to say using static methods defined in an "extension class".
SimpleExtensionModule(String, String) - Constructor for class org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
 
SimpleGroovyAbstractableElementDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyAbstractableElementDoc(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
 
SimpleGroovyAnnotationRef - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyAnnotationRef(String, String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
SimpleGroovyClassDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyClassDoc(List<String>, Map<String, String>, String, List<LinkArgument>) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
SimpleGroovyClassDoc(List<String>, Map<String, String>, String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
SimpleGroovyClassDoc(List<String>, String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
SimpleGroovyClassDocAssembler - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyClassDocAssembler(String, String, SourceBuffer, List<LinkArgument>, Properties, boolean) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
SimpleGroovyConstructorDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyConstructorDoc(String, GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyConstructorDoc
 
SimpleGroovyDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyDoc(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
SimpleGroovyExecutableMemberDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyExecutableMemberDoc(String, GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
SimpleGroovyFieldDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyFieldDoc(String, GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
SimpleGroovyMemberDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyMemberDoc(String, GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
 
SimpleGroovyMethodDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyMethodDoc(String, GroovyClassDoc) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
SimpleGroovyPackageDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyPackageDoc(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
SimpleGroovyParameter - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyParameter(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
SimpleGroovyProgramElementDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyProgramElementDoc(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
 
SimpleGroovyRootDoc - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyRootDoc(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
SimpleGroovyTag - Class in org.codehaus.groovy.tools.groovydoc
Stores info about GroovyDoc tags.
SimpleGroovyTag(String, String, String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
 
SimpleGroovyType - Class in org.codehaus.groovy.tools.groovydoc
 
SimpleGroovyType(String) - Constructor for class org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
 
SimpleMessage - Class in org.codehaus.groovy.control.messages
A base class for compilation messages.
SimpleMessage(String, ProcessingUnit) - Constructor for class org.codehaus.groovy.control.messages.SimpleMessage
 
SimpleMessage(String, Object, ProcessingUnit) - Constructor for class org.codehaus.groovy.control.messages.SimpleMessage
 
SimpleStrategy - Class in groovy.transform.builder
This strategy is used with the Builder AST transform to modify your Groovy objects so that the setter methods for properties return the original object, thus allowing chained usage of the setters.
SimpleStrategy() - Constructor for class groovy.transform.builder.SimpleStrategy
 
SimpleTemplateEngine - Class in groovy.text
Processes template source files substituting variables and expressions into placeholders in a template source text to produce the desired output.
SimpleTemplateEngine() - Constructor for class groovy.text.SimpleTemplateEngine
 
SimpleTemplateEngine(boolean) - Constructor for class groovy.text.SimpleTemplateEngine
 
SimpleTemplateEngine(ClassLoader) - Constructor for class groovy.text.SimpleTemplateEngine
 
SimpleTemplateEngine(GroovyShell) - Constructor for class groovy.text.SimpleTemplateEngine
 
SimpleType - Class in groovy.transform.stc
 
SimpleType() - Constructor for class groovy.transform.stc.SimpleType
 
simpleTypeName() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
The unqualified name of this type excluding any dimension or nesting information.
simpleTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
simpleTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
simpleTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
simpleTypeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
 
SINGLE_QUOTES - Static variable in class groovy.ui.text.GroovyFilter
 
SingleKeyHashMap - Class in org.codehaus.groovy.util
 
SingleKeyHashMap() - Constructor for class org.codehaus.groovy.util.SingleKeyHashMap
 
SingleKeyHashMap(boolean) - Constructor for class org.codehaus.groovy.util.SingleKeyHashMap
 
SingleKeyHashMap.Copier - Interface in org.codehaus.groovy.util
 
SingleKeyHashMap.Entry - Class in org.codehaus.groovy.util
 
SingleSignatureClosureHint - Class in groovy.transform.stc
A simplified version of a ClosureSignatureHint which is suitable for monomorphic closures, that is to say closures which only respond to a single signature.
SingleSignatureClosureHint() - Constructor for class groovy.transform.stc.SingleSignatureClosureHint
 
Singleton - Annotation Type in groovy.lang
Class annotation to make a singleton class.
singleton() - Static method in class org.apache.groovy.util.concurrentlinkedhashmap.Weighers
A weigher where a value has a weight of 1.
SingletonASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Singleton annotation
SingletonASTTransformation() - Constructor for class org.codehaus.groovy.transform.SingletonASTTransformation
 
size() - Method in class groovy.lang.EmptyRange
Always 0 for an empty range.
size() - Method in class groovy.lang.IntRange
 
size() - Method in class groovy.lang.ListWithDefault
 
size() - Method in class groovy.lang.MapWithDefault
 
size() - Method in class groovy.lang.NumberRange
 
size() - Method in class groovy.lang.ObjectRange
 
size() - Method in class groovy.lang.Tuple
 
size() - Method in class groovy.lang.Tuple1
 
size() - Method in class groovy.lang.Tuple2
 
size() - Method in class groovy.lang.Tuple3
 
size() - Method in class groovy.lang.Tuple4
 
size() - Method in class groovy.lang.Tuple5
 
size() - Method in class groovy.lang.Tuple6
 
size() - Method in class groovy.lang.Tuple7
 
size() - Method in class groovy.lang.Tuple8
 
size() - Method in class groovy.lang.Tuple9
 
size() - Method in class groovy.sql.GroovyRowResult
 
size() - Method in class groovy.util.ConfigObject
 
size() - Method in class groovy.util.ObservableList
 
size() - Method in class groovy.util.ObservableMap
 
size() - Method in class groovy.util.ObservableSet
 
size() - Method in class groovy.util.slurpersupport.Attribute
Returns the size of this Attribute, which is always 1.
size() - Method in class groovy.util.slurpersupport.GPathResult
Returns the size of this GPathResult.
size() - Method in class groovy.util.slurpersupport.NoChildren
Returns 0.
size() - Method in class groovy.util.slurpersupport.NodeChild
 
size() - Method in class groovy.util.slurpersupport.NodeChildren
 
size(NamedNodeMap) - Static method in class groovy.xml.dom.DOMCategory
 
size(NodeList) - Static method in class groovy.xml.dom.DOMCategory
 
size() - Method in interface org.apache.groovy.json.internal.Cache
 
size() - Method in class org.apache.groovy.json.internal.LazyMap
 
size() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
size() - Method in class org.apache.groovy.json.internal.SimpleCache
 
size() - Method in class org.apache.groovy.json.internal.ValueList
 
size() - Method in class org.apache.groovy.json.internal.ValueMapImpl
Return the size of the map.
size() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns the number of registered runners.
size() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
size() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
size() - Static method in class org.codehaus.groovy.reflection.ClassInfo
 
size(Iterator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide the standard Groovy size() method for Iterator.
size(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide the standard Groovy size() method for Iterable.
size(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide the standard Groovy size() method for an array.
size(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows arrays to behave similar to collections.
size(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
size(Matcher) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
size(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
size(StringBuffer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
size(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
size() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Get the size of the cache
size() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Get the size of the cache
size() - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Get the size of the cache
size() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Get the size of the cache
size() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns the number of key-value mappings in this map.
size - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
size() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
size(Path) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Provide the standard Groovy size() method for Path.
size(File) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Provide the standard Groovy size() method for File.
size(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provide the standard Groovy size() method for CharSequence.
size(Matcher) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provide the standard Groovy size() method for Matcher.
size(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provide the standard Groovy size() method for String.
size(StringBuffer) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Provide the standard Groovy size() method for StringBuffer.
size(Container) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for Container.
size(ButtonGroup) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for ButtonGroup.
size(ListModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for ListModel.
size(JComboBox) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for JComboBox.
size(TableModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for TableModel.
size(TableColumnModel) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for TableColumnModel.
size(TreePath) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for TreePath.
size(TreeNode) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for TreeNode.
size(JMenu) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for JMenu.
size(JMenuBar) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for JMenuBar.
size(JTabbedPane) - Static method in class org.codehaus.groovy.runtime.SwingGroovyMethods
Provide the standard Groovy size() method for JTabbedPane.
size() - Method in class org.codehaus.groovy.syntax.CSTNode
Returns the number of elements in the node (including root).
size() - Method in class org.codehaus.groovy.syntax.Reduction
Returns the number of elements in the node.
size() - Method in class org.codehaus.groovy.syntax.Token
Returns the number of elements in the node (including root).
size() - Method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
size - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
size() - Method in class org.codehaus.groovy.util.ComplexKeyHashMap
 
size - Variable in class org.codehaus.groovy.util.FastArray
 
size() - Method in class org.codehaus.groovy.util.FastArray
 
size() - Method in class org.codehaus.groovy.util.ListHashMap
 
size(StringBuilder) - Static method in class org.codehaus.groovy.vmplugin.v5.PluginDefaultGroovyMethods
Standard Groovy size() method for StringBuilders.
SIZE_PROPERTY - Static variable in class groovy.util.ObservableList
 
SIZE_PROPERTY - Static variable in class groovy.util.ObservableMap
 
SIZE_PROPERTY - Static variable in class groovy.util.ObservableSet
 
skip(long) - Method in class groovy.io.LineColumnReader
Skips characters.
SKIP - Static variable in class groovy.lang.Closure
 
skip(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
skip(long) - Method in class org.codehaus.groovy.util.CharSequenceReader
Skip the specified number of characters.
skippedEntity(String) - Method in class groovy.util.XmlParser
 
skipSpreadCollector - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
skipWhitespace() - Method in class groovy.json.JsonLexer
Skips all the whitespace characters and moves the cursor to the next non-space character.
skipWhiteSpace() - Method in interface org.apache.groovy.json.internal.CharacterSource
Skip white space.
skipWhiteSpace(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
 
skipWhiteSpace() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
 
skipWhiteSpace() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
 
SL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SL_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SL_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SL_COMMENT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SL_COMMENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SLASH_SLASH_COMMENT - Static variable in class groovy.ui.text.GroovyFilter
 
SLASH_STAR_COMMENT - Static variable in class groovy.ui.text.GroovyFilter
 
SLASHY_QUOTES - Static variable in class groovy.ui.text.GroovyFilter
 
sleep(Object, long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Sleep for so many milliseconds, even if interrupted.
sleep(Object, long, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Sleep for so many milliseconds, using a given closure for interrupt processing.
Slf4j - Annotation Type in groovy.util.logging
This local transform adds a logging ability to your program using LogBack logging.
Slf4j.Slf4jLoggingStrategy - Class in groovy.util.logging
 
Slf4jLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Slf4j.Slf4jLoggingStrategy
 
SLIST - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SLIST - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SLOW_META_CLASS_FIND - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
SMALL_FONT - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
SMALLINT - Static variable in class groovy.sql.Sql
 
SMALLINT(Object) - Static method in class groovy.sql.Sql
 
SocketGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines new groovy methods for Sockets which enhance JDK classes inside the Groovy environment.
SocketGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.SocketGroovyMethods
 
sort(List<Object>) - Static method in class groovy.inspect.Inspector
 
sort(Object) - Method in class groovy.inspect.swingui.TableSorter
 
sort(Closure) - Method in class groovy.sql.DataSet
Return a lazy-implemented re-ordered view of this DataSet.
sort(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Collection.
sort(Collection<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Iterable<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Iterable.
sort(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered map using the closure as a comparator to determine the ordering.
sort(Map<K, V>, Comparator<? super K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered Map using the specified key comparator to determine the ordering.
sort(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered Map using the natural ordering of the keys to determine the ordering.
sort(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this array so that its elements are in sorted order.
sort(T[], boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given array into sorted order.
sort(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given iterator items into a sorted iterator.
sort(Iterator<T>, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given iterator items into a sorted iterator using the comparator.
sort(Collection<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Collection<T>, boolean, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Iterable<T>, boolean, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Iterable using the given Comparator.
sort(T[], Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given array into sorted order using the given comparator.
sort(T[], boolean, Comparator<? super T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this array so that its elements are in sorted order as determined by the given comparator.
sort(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given iterator items into a sorted iterator using the Closure to determine the correct ordering.
sort(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from this array into a newly created array using the Closure to determine the correct ordering.
sort(T[], boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this array so that its elements are in sorted order using the Closure to determine the correct ordering.
sort(Collection<T>, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sort instead
sort(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts this Iterable using the given Closure to determine the correct ordering.
sort(Iterable<T>, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts this Iterable using the given Closure to determine the correct ordering.
sort(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted set (i.e.
sort(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted map (i.e.
Sortable - Annotation Type in groovy.transform
A class annotation used to make a class Comparable by (potentially) multiple Comparators.
SortableASTTransformation - Class in org.codehaus.groovy.transform
Injects a set of Comparators and sort methods.
SortableASTTransformation() - Constructor for class org.codehaus.groovy.transform.SortableASTTransformation
 
sortByColumn(int) - Method in class groovy.inspect.swingui.TableSorter
 
sortByColumn(int, boolean) - Method in class groovy.inspect.swingui.TableSorter
 
sortClasses() - Method in class org.codehaus.groovy.ast.ModuleNode
 
source - Variable in class org.codehaus.groovy.ast.MethodInvocationTrap
 
source - Variable in class org.codehaus.groovy.control.messages.SyntaxErrorMessage
 
source - Variable in class org.codehaus.groovy.control.SourceUnit
Where we can get Readers for our source unit
source - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
source - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
SourceAwareCustomizer - Class in org.codehaus.groovy.control.customizers
A base class for customizers which only have to be applied on specific source units.
SourceAwareCustomizer(CompilationCustomizer) - Constructor for class org.codehaus.groovy.control.customizers.SourceAwareCustomizer
 
SourceAwareCustomizerFactory - Class in org.codehaus.groovy.control.customizers.builder
Factory for use with CompilerCustomizationBuilder.
SourceAwareCustomizerFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory
 
SourceAwareCustomizerFactory.SourceOptions - Class in org.codehaus.groovy.control.customizers.builder
 
sourceBinding - Variable in class org.codehaus.groovy.binding.AbstractFullBinding
 
SourceBinding - Interface in org.codehaus.groovy.binding
 
SourceBuffer - Class in org.codehaus.groovy.antlr
A simple buffer that provides line/col access to chunks of source code held within itself.
SourceBuffer() - Constructor for class org.codehaus.groovy.antlr.SourceBuffer
 
sourceCache - Variable in class groovy.lang.GroovyClassLoader
This cache contains mappings of file name to class.
SourceCodeTraversal - Class in org.codehaus.groovy.antlr.treewalker
A treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code.
SourceCodeTraversal(Visitor) - Constructor for class org.codehaus.groovy.antlr.treewalker.SourceCodeTraversal
Constructs a treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code.
SourceExtensionHandler - Class in org.codehaus.groovy.control
Looks for source file extensions in META-INF/services/org.codehaus.groovy.source.Extensions
SourceExtensionHandler() - Constructor for class org.codehaus.groovy.control.SourceExtensionHandler
 
SourceInfo - Interface in org.codehaus.groovy.antlr
 
SourceOptions() - Constructor for class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
SourcePrinter - Class in org.codehaus.groovy.antlr.treewalker
An antlr AST visitor that prints groovy source code for each visited node to the supplied PrintStream.
SourcePrinter(PrintStream, String[]) - Constructor for class org.codehaus.groovy.antlr.treewalker.SourcePrinter
A visitor that prints groovy source code for each node visited.
SourcePrinter(PrintStream, String[], boolean) - Constructor for class org.codehaus.groovy.antlr.treewalker.SourcePrinter
A visitor that prints groovy source code for each node visited.
sources - Variable in class org.codehaus.groovy.control.CompilationUnit
 
SourceText - Class in org.codehaus.groovy.runtime.powerassert
Provides the source text for an assertion statement and translates coordinates in the original source text to coordinates relative to the assertion's (normalized) source text.
SourceText(AssertStatement, SourceUnit, Janitor) - Constructor for class org.codehaus.groovy.runtime.powerassert.SourceText
Constructs a SourceText by reading the given assertion's source text from the given source unit.
SourceTextNotAvailableException - Exception in org.codehaus.groovy.runtime.powerassert
Indicates that the source text for an assertion statement is not available.
SourceTextNotAvailableException(AssertStatement, SourceUnit, String) - Constructor for exception org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException
 
sourceUnit - Variable in class org.codehaus.groovy.ast.MethodInvocationTrap
 
SourceUnit - Class in org.codehaus.groovy.control
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system.
SourceUnit(String, ReaderSource, CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.SourceUnit
Initializes the SourceUnit from existing machinery.
SourceUnit(File, CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.SourceUnit
Initializes the SourceUnit from the specified file.
SourceUnit(URL, CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.SourceUnit
Initializes the SourceUnit from the specified URL.
SourceUnit(String, String, CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.SourceUnit
Initializes the SourceUnit for a string of source.
sourceUnit - Variable in class org.codehaus.groovy.transform.AbstractASTTransformation
 
SourceUnitOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.SourceUnitOperation
 
SourceURI - Annotation Type in groovy.transform
Variable annotation used for getting the URI of the current script.
SourceURIASTTransformation - Class in org.codehaus.groovy.transform
Handles transformation for the @SourceURI annotation.
SourceURIASTTransformation() - Constructor for class org.codehaus.groovy.transform.SourceURIASTTransformation
 
SPACE_ABOVE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
SPACE_BELOW - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
SPACES - Static variable in class groovy.text.markup.DelegatingIndentWriter
 
specialConstructorCallExpression(AST, ClassNode) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
specifiedClasses() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
specifiedClasses() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
specifiedPackages() - Method in interface org.codehaus.groovy.groovydoc.GroovyRootDoc
 
specifiedPackages() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
split(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Splits all items into two lists based on the closure condition.
split(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Splits all items into two collections based on the closure condition.
split(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Splits all items into two collections based on the closure condition.
split(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Splits all items into two collections based on the closure condition.
split(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Splits all items into two collections based on the closure condition.
split(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
split(GString) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
split(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
split(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Convenience method to split a CharSequence (with whitespace as delimiter).
split(GString) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
split(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
SPLIT_ARGS_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
splitEachLine(CharSequence, CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(CharSequence, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(String, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(File, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(File, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(File, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(URL, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(URL, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(URL, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(Reader, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(Reader, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(InputStream, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(InputStream, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(InputStream, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
splitEachLine(Reader, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line, splitting each line using the given regex separator.
splitEachLine(Reader, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given reader line by line, splitting each line using the given regex separator Pattern.
splitEachLine(InputStream, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given InputStream line by line using the specified encoding, splitting each line using the given separator.
splitEachLine(InputStream, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given InputStream line by line using the specified encoding, splitting each line using the given separator Pattern.
splitEachLine(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given InputStream line by line, splitting each line using the given separator.
splitEachLine(InputStream, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Iterates through the given InputStream line by line, splitting each line using the given separator Pattern.
splitEachLine(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator.
splitEachLine(Path, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line, splitting each line using the given separator Pattern.
splitEachLine(Path, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator.
splitEachLine(Path, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator Pattern.
splitEachLine(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator.
splitEachLine(File, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line, splitting each line using the given separator Pattern.
splitEachLine(File, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator.
splitEachLine(File, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through this file line by line, splitting each line using the given regex separator Pattern.
splitEachLine(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the input stream associated with this URL line by line, splitting each line using the given regex separator.
splitEachLine(URL, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the input stream associated with this URL line by line, splitting each line using the given regex separator Pattern.
splitEachLine(URL, String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the input stream associated with this URL line by line, splitting each line using the given regex separator.
splitEachLine(URL, Pattern, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Iterates through the input stream associated with this URL line by line, splitting each line using the given regex separator Pattern.
splitEachLine(CharSequence, CharSequence, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through the given CharSequence line by line, splitting each line using the given regex delimiter.
splitEachLine(CharSequence, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Iterates through the given CharSequence line by line, splitting each line using the given separator Pattern.
splitEachLine(String, Pattern, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
splitEachLine(String, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
spread(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
spread - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
SPREAD_ARG - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SPREAD_CALL - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
flags for method and property calls
SPREAD_DOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SPREAD_MAP_ARG - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
spreadExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
SpreadExpression - Class in org.codehaus.groovy.ast.expr
Represents a spread expression *x in the list expression [1, *x, 2].
SpreadExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.SpreadExpression
 
SpreadListEvaluatingException - Exception in groovy.lang
 
SpreadListEvaluatingException(String) - Constructor for exception groovy.lang.SpreadListEvaluatingException
 
SpreadMap - Class in groovy.lang
Helper to turn a list with an even number of elements into a Map.
SpreadMap(Object[]) - Constructor for class groovy.lang.SpreadMap
 
SpreadMap(Map) - Constructor for class groovy.lang.SpreadMap
 
SpreadMap(List) - Constructor for class groovy.lang.SpreadMap
 
spreadMap(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
spreadMap(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
SpreadMapEvaluatingException - Exception in groovy.lang
 
SpreadMapEvaluatingException(String) - Constructor for exception groovy.lang.SpreadMapEvaluatingException
 
spreadMapExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
SpreadMapExpression - Class in org.codehaus.groovy.ast.expr
Represents a spread map expression *:m in the map expression [1, *:m, 2, "c":100] or in the method invoke expression func(1, *:m, 2, "c":100).
SpreadMapExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
sprintf(Object, String, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sprintf to a string.
sprintf(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a formatted string using the specified format string and arguments.
sput(Object, Object, int) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Continuation of put(), called only when sync lock is held and interference has been detected.
sputs(CharBuf, Object...) - Static method in class org.apache.groovy.json.internal.Exceptions
 
sputs(Object...) - Static method in class org.apache.groovy.json.internal.Exceptions
 
Sql - Class in groovy.sql
A facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling.
Sql(DataSource) - Constructor for class groovy.sql.Sql
Constructs an SQL instance using the given DataSource.
Sql(Connection) - Constructor for class groovy.sql.Sql
Constructs an SQL instance using the given Connection.
Sql(Sql) - Constructor for class groovy.sql.Sql
 
sql - Variable in class groovy.sql.Sql.AbstractQueryCommand
 
Sql.AbstractQueryCommand - Class in groovy.sql
 
SqlExtensions - Class in org.apache.groovy.sql.extensions
This class defines all the new SQL-related groovy methods which enhance the normal JDK SQL classes when inside the Groovy environment.
SqlExtensions() - Constructor for class org.apache.groovy.sql.extensions.SqlExtensions
 
SqlGroovyMethods - Class in org.codehaus.groovy.runtime
Deprecated.
use org.apache.groovy.sql.extensions.SqlExtensions
SqlGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.SqlGroovyMethods
Deprecated.
 
SqlOrderByVisitor - Class in groovy.sql
 
SqlOrderByVisitor() - Constructor for class groovy.sql.SqlOrderByVisitor
 
SqlWhereVisitor - Class in groovy.sql
 
SqlWhereVisitor() - Constructor for class groovy.sql.SqlWhereVisitor
 
SqlWithParams - Class in groovy.sql
 
SqlWithParams(String, List<Object>) - Constructor for class groovy.sql.SqlWithParams
 
SR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
src - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
 
sremove(Object, int) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Continuation of remove(), called only when sync lock is held and interference has been detected.
STACK_LOG_NAME - Static variable in class org.codehaus.groovy.runtime.StackTraceUtils
 
stacktrace(Throwable, boolean) - Method in class org.codehaus.groovy.tools.ErrorReporter
Displays an exception's stack trace, if debug or always.
StackTraceUtils - Class in org.codehaus.groovy.runtime
Originally was grails.utils.GrailsUtils, removed some grails specific stuff.
StackTraceUtils() - Constructor for class org.codehaus.groovy.runtime.StackTraceUtils
 
STANDARD_ERR - Static variable in class org.codehaus.groovy.classgen.asm.BytecodeDumper
 
StandardPropertiesModuleFactory - Class in org.codehaus.groovy.runtime.m12n
This is the standard Groovy module factory.
StandardPropertiesModuleFactory() - Constructor for class org.codehaus.groovy.runtime.m12n.StandardPropertiesModuleFactory
 
STAR - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STAR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STAR - Static variable in class org.codehaus.groovy.syntax.Types
 
STAR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STAR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STAR_STAR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STAR_STAR - Static variable in class org.codehaus.groovy.syntax.Types
 
STAR_STAR_ASSIGN - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
start() - Method in class groovy.ui.SystemOutputInterceptor
Starts intercepting System.out/System.err
start() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
start - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
 
start(Thread, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Start a Thread with the given closure as a Runnable instance.
start(Thread, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Start a Thread with a given name and the given closure as a Runnable instance.
startDaemon(Thread, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Start a daemon Thread with the given closure as a Runnable instance.
startDaemon(Thread, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
Start a daemon Thread with a given name and the given closure as a Runnable instance.
startDocument() - Method in class groovy.ui.text.StructuredSyntaxHandler
 
startDocument() - Method in class groovy.util.XmlParser
 
startDocument() - Method in class groovy.util.XmlSlurper
 
startElement(String, String, String, Attributes) - Method in class groovy.ui.text.StructuredSyntaxHandler
 
startElement(String, String, String, Attributes) - Method in class groovy.util.XmlParser
 
startElement(String, String, String, Attributes) - Method in class groovy.util.XmlSlurper
 
startingWith(char) - Static method in enum groovy.json.JsonTokenType
Find which JSON value might be starting with a given character
startMethodInference(MethodNode, ErrorCollector) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
startPrefixMapping(String, String) - Method in class groovy.util.XmlParser
 
startPrefixMapping(String, String) - Method in class groovy.util.XmlSlurper
 
startRange(Label) - Method in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
 
startResolving(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
startsWith(Path) - Method in class org.codehaus.groovy.runtime.WritablePath
 
startsWith(String) - Method in class org.codehaus.groovy.runtime.WritablePath
 
startsWithAny(CharSequence, CharSequence...) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tests if this CharSequence starts with any specified prefixes.
state - Variable in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
statement - Variable in class groovy.sql.Sql.AbstractQueryCommand
 
statement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
statement() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
Statement - Class in org.codehaus.groovy.ast.stmt
Base class for any statement
Statement() - Constructor for class org.codehaus.groovy.ast.stmt.Statement
 
statementList(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
statementListNoChild(AST, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
StatementMeta() - Constructor for class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
StatementMetaTypeChooser - Class in org.codehaus.groovy.classgen.asm
A TypeChooser which is aware of statement metadata.
StatementMetaTypeChooser() - Constructor for class org.codehaus.groovy.classgen.asm.StatementMetaTypeChooser
 
StatementWriter - Class in org.codehaus.groovy.classgen.asm
 
StatementWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.StatementWriter
 
STATIC_ERROR_PREFIX - Static variable in class org.codehaus.groovy.transform.StaticTypesTransformation
 
STATIC_IMPORT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STATIC_IMPORT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STATIC_INIT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STATIC_INIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STATIC_METACLASS_BOOL - Static variable in class org.codehaus.groovy.classgen.Verifier
 
STATIC_METHOD_MISSING - Static variable in class groovy.lang.MetaClassImpl
 
STATIC_PROPERTY_MISSING - Static variable in class groovy.lang.MetaClassImpl
 
STATIC_QUALIFIER - Static variable in class groovy.lang.ExpandoMetaClass
 
STATIC_THIS_OBJECT - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
staticArrayAccess(MethodHandles.Lookup, String, MethodType) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyInterface
 
StaticCompilationMetadataKeys - Enum in org.codehaus.groovy.transform.sc
Static compilation AST node metadata keys.
StaticCompilationMopWriter - Class in org.codehaus.groovy.classgen.asm.sc
A MOP Writer that skips the generation of MOP methods.
StaticCompilationMopWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticCompilationMopWriter
 
StaticCompilationTransformer - Class in org.codehaus.groovy.transform.sc.transformers
Some expressions use symbols as aliases to method calls (<<, +=, ...).
StaticCompilationTransformer(SourceUnit, StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
StaticCompilationVisitor - Class in org.codehaus.groovy.transform.sc
This visitor is responsible for amending the AST with static compilation metadata or transform the AST so that a class or a method can be statically compiled.
StaticCompilationVisitor(SourceUnit, ClassNode) - Constructor for class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
StaticCompileTransformation - Class in org.codehaus.groovy.transform.sc
Handles the implementation of the CompileStatic transformation.
StaticCompileTransformation() - Constructor for class org.codehaus.groovy.transform.sc.StaticCompileTransformation
 
staticImportVisitor - Variable in class org.codehaus.groovy.control.CompilationUnit
 
StaticImportVisitor - Class in org.codehaus.groovy.control
Visitor to resolve constants and method calls from static Imports
StaticImportVisitor() - Constructor for class org.codehaus.groovy.control.StaticImportVisitor
 
staticInit(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
StaticInvocationWriter - Class in org.codehaus.groovy.classgen.asm.sc
 
StaticInvocationWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
StaticMetaClassSite - Class in org.codehaus.groovy.runtime.callsite
Call site for invoking static methods meta class - cached method - not cached
StaticMetaClassSite(CallSite, MetaClass) - Constructor for class org.codehaus.groovy.runtime.callsite.StaticMetaClassSite
 
StaticMetaMethodSite - Class in org.codehaus.groovy.runtime.callsite
POJO call site meta class - cached method - cached
StaticMetaMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
 
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need to unwrap arguments
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
Call site where we know there is no need neither unwrap nor coerce arguments
StaticMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
 
StaticMetaMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce
 
StaticMethodCallExpression - Class in org.codehaus.groovy.ast.expr
A static method call on a class
StaticMethodCallExpression(ClassNode, String, Expression) - Constructor for class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
StaticMethodCallExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
 
StaticMethodCallExpressionTransformer(StaticCompilationTransformer) - Constructor for class org.codehaus.groovy.transform.sc.transformers.StaticMethodCallExpressionTransformer
 
staticMethods - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
StaticPropertyAccessHelper - Class in org.codehaus.groovy.classgen.asm.sc
Facilitates the generation of statically-compiled bytecode for property access.
StaticPropertyAccessHelper() - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticPropertyAccessHelper
 
StaticTypeCheckingSupport - Class in org.codehaus.groovy.transform.stc
Static support methods for StaticTypeCheckingVisitor.
StaticTypeCheckingSupport() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
StaticTypeCheckingVisitor - Class in org.codehaus.groovy.transform.stc
The main class code visitor responsible for static type checking.
StaticTypeCheckingVisitor(SourceUnit, ClassNode) - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
StaticTypeCheckingVisitor.SignatureCodecFactory - Class in org.codehaus.groovy.transform.stc
 
StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer - Class in org.codehaus.groovy.transform.stc
 
StaticTypesBinaryExpressionMultiTypeDispatcher - Class in org.codehaus.groovy.classgen.asm.sc
A specialized version of the multi type binary expression dispatcher which is aware of static compilation.
StaticTypesBinaryExpressionMultiTypeDispatcher(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
StaticTypesCallSiteWriter - Class in org.codehaus.groovy.classgen.asm.sc
A call site writer which replaces call site caching with static calls.
StaticTypesCallSiteWriter(StaticTypesWriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesCallSiteWriter
 
StaticTypesClosureWriter - Class in org.codehaus.groovy.classgen.asm.sc
Writer responsible for generating closure classes in statically compiled mode.
StaticTypesClosureWriter(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesClosureWriter
 
StaticTypesMarker - Enum in org.codehaus.groovy.transform.stc
This enumeration is used by the AST transformations which rely on static type checking, either to store or to retrieve information from AST node metadata.
StaticTypesStatementWriter - Class in org.codehaus.groovy.classgen.asm.sc
A class to write out the optimized statements
StaticTypesStatementWriter(StaticTypesWriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
 
StaticTypesTransformation - Class in org.codehaus.groovy.transform
Handles the implementation of the TypeChecked transformation.
StaticTypesTransformation() - Constructor for class org.codehaus.groovy.transform.StaticTypesTransformation
 
StaticTypesTypeChooser - Class in org.codehaus.groovy.classgen.asm.sc
A TypeChooser which reads type information from node metadata generated by the CompileStatic annotation.
StaticTypesTypeChooser() - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesTypeChooser
 
StaticTypesUnaryExpressionHelper - Class in org.codehaus.groovy.classgen.asm.sc
An unary expression helper which generates optimized bytecode depending on the current type on top of the operand stack.
StaticTypesUnaryExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesUnaryExpressionHelper
 
StaticTypesWriterController - Class in org.codehaus.groovy.classgen.asm.sc
An alternative WriterController which handles static types and method dispatch.
StaticTypesWriterController(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterController
 
StaticTypesWriterControllerFactoryImpl - Class in org.codehaus.groovy.classgen.asm.sc
 
StaticTypesWriterControllerFactoryImpl() - Constructor for class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterControllerFactoryImpl
 
StaticVerifier - Class in org.codehaus.groovy.control
Verifier to check non-static access in static contexts
StaticVerifier() - Constructor for class org.codehaus.groovy.control.StaticVerifier
 
statistic() - Method in class groovy.lang.BenchmarkInterceptor
Returns benchmark statistics as a List<Object[]>.
stdCompareCodes - Static variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
step(int, Closure) - Method in class groovy.lang.EmptyRange
Always does nothing for an empty range.
step(int) - Method in class groovy.lang.EmptyRange
Always returns an empty list for an empty range.
step(int, Closure) - Method in class groovy.lang.IntRange
 
step(int) - Method in class groovy.lang.IntRange
 
step(int, Closure) - Method in class groovy.lang.NumberRange
Steps through the range, calling a closure for each item.
step(int) - Method in class groovy.lang.NumberRange
 
step(int, Closure) - Method in class groovy.lang.ObjectRange
 
step(int) - Method in class groovy.lang.ObjectRange
 
step(int, Closure) - Method in interface groovy.lang.Range
Steps through the range, calling a closure for each item.
step(int) - Method in interface groovy.lang.Range
Forms a list by stepping through the range by the indicated interval.
step(Number, Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number using a step increment.
stmt(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
stop() - Method in class groovy.ui.SystemOutputInterceptor
Stops intercepting System.out/System.err, sending output to wherever it was going when this interceptor was created.
stopThread() - Method in class org.codehaus.groovy.util.ReferenceManager
 
stopThreadedReferenceManager() - Static method in class groovy.lang.GroovySystem
This method can be used to ensure that no threaded created by a reference manager will be active.
store(MethodVisitor, ClassNode, int) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
storeInferredReturnType(ASTNode, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Stores the inferred return type of a closure or a method.
storeInferredTypeForPropertyExpression(PropertyExpression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
storeTargetMethod(Expression, MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
storeType(Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
storeType(Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
Stores an inferred type for an expression.
storeVar(BytecodeVariable) - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
stream(T[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(int[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(long[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(double[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(char[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(byte[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(short[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(boolean[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
stream(float[]) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Returns a sequential Stream with the specified array as its source.
StreamingJsonBuilder - Class in groovy.json
A builder for creating JSON payloads.
StreamingJsonBuilder(Writer) - Constructor for class groovy.json.StreamingJsonBuilder
Instantiates a JSON builder.
StreamingJsonBuilder(Writer, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder
Instantiates a JSON builder with the given generator.
StreamingJsonBuilder(Writer, Object) - Constructor for class groovy.json.StreamingJsonBuilder
Instantiates a JSON builder, possibly with some existing data structure.
StreamingJsonBuilder(Writer, Object, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder
Instantiates a JSON builder, possibly with some existing data structure and the given generator.
StreamingJsonBuilder.StreamingJsonDelegate - Class in groovy.json
The delegate used when invoking closures
StreamingJsonDelegate(Writer, boolean) - Constructor for class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
StreamingJsonDelegate(Writer, boolean, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
StreamingMarkupWriter - Class in groovy.xml.streamingmarkupsupport
 
StreamingMarkupWriter(Writer, String) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
StreamingMarkupWriter(Writer, String, boolean) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
StreamingMarkupWriter(Writer) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
StreamingTemplateEngine - 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 closure based approach.
StreamingTemplateEngine() - Constructor for class groovy.text.StreamingTemplateEngine
Create a streaming template engine instance using the default class loader
StreamingTemplateEngine(ClassLoader) - Constructor for class groovy.text.StreamingTemplateEngine
Create a streaming template engine instance using a custom class loader
STRICTFP - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STRICTFP - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRIKE_THROUGH - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
STRING - Static variable in class groovy.transform.Undefined
 
STRING - Static variable in class org.codehaus.groovy.syntax.Types
 
STRING_CH - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_CONSTRUCTOR - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_CTOR_END - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_CTOR_MIDDLE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_CTOR_START - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_LITERAL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
STRING_LITERAL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_NL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
STRING_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
StringBufferWriter - Class in org.codehaus.groovy.runtime
This class codes around a silly limitation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizarre reason.
StringBufferWriter(StringBuffer) - Constructor for class org.codehaus.groovy.runtime.StringBufferWriter
Create a new string writer which will append the text to the given StringBuffer
StringBuilderWriter - Class in org.apache.groovy.io
Copied from https://github.com/apache/commons-io/blob/master/src/main/java/org/apache/commons/io/output/StringBuilderWriter.java Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - Constructor for class org.apache.groovy.io.StringBuilderWriter
Constructs a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - Constructor for class org.apache.groovy.io.StringBuilderWriter
Constructs a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - Constructor for class org.apache.groovy.io.StringBuilderWriter
Constructs a new instance with the specified StringBuilder.
StringCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
 
StringCachedClass(ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
 
stringCtorState - Variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
stringCtorState - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
StringEscapeUtils - Class in groovy.json
Escapes and unescapes Strings for Java, Java Script, HTML, XML, and SQL.
StringEscapeUtils() - Constructor for class groovy.json.StringEscapeUtils
StringEscapeUtils instances should NOT be constructed in standard programming.
StringGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines new groovy methods which appear on String-related JDK classes (String, CharSequence, Matcher) inside the Groovy environment.
StringGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.StringGroovyMethods
 
StringHelper - Class in org.codehaus.groovy.tools
 
StringHelper() - Constructor for class org.codehaus.groovy.tools.StringHelper
 
stringOf(Closure) - Method in class groovy.text.markup.BaseTemplate
 
StringReaderSource - Class in org.codehaus.groovy.control.io
A ReaderSource for source strings.
StringReaderSource(String, CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.io.StringReaderSource
Creates the ReaderSource from a File descriptor.
StringSetMap - Class in org.codehaus.groovy.tools.gse
 
StringSetMap() - Constructor for class org.codehaus.groovy.tools.gse.StringSetMap
 
StringSetMap(StringSetMap) - Constructor for class org.codehaus.groovy.tools.gse.StringSetMap
 
stringValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
stringValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
stringValue() - Method in interface org.apache.groovy.json.internal.Value
 
stringValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
stringValueEncoded() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
stringValueEncoded() - Method in class org.apache.groovy.json.internal.NumberValue
 
stringValueEncoded() - Method in interface org.apache.groovy.json.internal.Value
 
stringValueEncoded() - Method in class org.apache.groovy.json.internal.ValueContainer
 
StringWriterIOException - Exception in groovy.lang
An IO exception occurred trying to append to a StringWriter which should never happen.
StringWriterIOException(IOException) - Constructor for exception groovy.lang.StringWriterIOException
 
stripIndent(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripIndent(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripIndent(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripIndent(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripIndent(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Strip leading spaces from every line in a CharSequence.
stripIndent(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Strip numChar leading characters from every line in a CharSequence.
stripIndent(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
stripIndent(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
stripMargin(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(CharSequence, char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(String, char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
stripMargin(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Strip leading whitespace/control characters followed by '|' from every line in a CharSequence.
stripMargin(CharSequence, char) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Strip leading whitespace/control characters followed by marginChar from every line in a CharSequence.
stripMargin(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Strip leading whitespace/control characters followed by marginChar from every line in a CharSequence.
stripMargin(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
stripMargin(String, char) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
stripMargin(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
STRUCT - Static variable in class groovy.sql.Sql
 
STRUCT(Object) - Static method in class groovy.sql.Sql
 
StructuredSyntaxDocumentFilter - Class in groovy.ui.text
 
StructuredSyntaxDocumentFilter(DefaultStyledDocument) - Constructor for class groovy.ui.text.StructuredSyntaxDocumentFilter
Creates a new instance of StructuredSyntaxDocumentFilter
StructuredSyntaxDocumentFilter.LexerNode - Class in groovy.ui.text
 
StructuredSyntaxDocumentFilter.MultiLineRun - Class in groovy.ui.text
 
StructuredSyntaxHandler - Class in groovy.ui.text
 
StructuredSyntaxHandler(StructuredSyntaxDocumentFilter) - Constructor for class groovy.ui.text.StructuredSyntaxHandler
Creates a new instance of MasterFrameHandler
StructuredSyntaxResources - Class in groovy.ui.text
Contains all the basic resources and values used by the utility frame work framework.
STYLE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
styledDocument - Variable in class groovy.ui.text.StructuredSyntaxDocumentFilter
 
subclass - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
 
subclassOf(GroovyClassDoc) - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
subclassOf(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
subclassOf(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
subclassOf(GroovyClassDoc) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
subList(int, int) - Method in class groovy.lang.IntRange
 
subList(int, int) - Method in class groovy.lang.ListWithDefault
Returns a view of a portion of this list.
subList(int, int) - Method in class groovy.lang.NumberRange
 
subList(int, int) - Method in class groovy.lang.ObjectRange
 
subList(int, int) - Method in class groovy.lang.Tuple
 
subList(int, int) - Method in class groovy.util.ObservableList
 
subListBorders(int) - Method in class groovy.lang.IntRange
A method for determining from and to information when using this IntRange to index an aggregate object of the specified size.
subListBorders(int) - Method in class groovy.lang.NumberRange
A method for determining from and to information when using this IntRange to index an aggregate object of the specified size.
subListBorders(int, Range) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
subListBorders(int, EmptyRange) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
 
subMap(Map<K, V>, Collection<K>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a sub-Map containing the given keys.
subMap(Map<K, V>, K[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a sub-Map containing the given keys.
subpath(int, int) - Method in class org.codehaus.groovy.runtime.WritablePath
 
SUBSCRIPT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
subSequence(int, int) - Method in class groovy.lang.GString
 
subSequence(int, int) - Method in class org.apache.groovy.json.internal.CharBuf
 
subSequence(int, int) - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
subSequence(int, int) - Method in class org.apache.groovy.json.internal.ValueContainer
 
subsequences(List<T>) - Static method in class groovy.util.GroovyCollections
Finds all non-null subsequences of a list.
subsequences(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all non-null subsequences of a list.
SUBSEQUENT_VISIT - Static variable in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
subsequentVisit(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
subtract(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
subtractImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
subTuple(int, int) - Method in class groovy.lang.Tuple
 
suite() - Static method in class groovy.util.AllTestSuite
 
suite(String, String) - Static method in class groovy.util.AllTestSuite
 
suite(String, String, String) - Static method in class groovy.util.AllTestSuite
 
suite() - Static method in class groovy.util.GroovyTestSuite
 
sum(Object[]) - Static method in class groovy.util.GroovyCollections
Sums all the items from an array of items.
sum(Collection) - Static method in class groovy.util.GroovyCollections
Deprecated.
use sum(Iterable)
sum(Iterable) - Static method in class groovy.util.GroovyCollections
Sums all the given items.
sum(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sum instead
sum(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an Iterable.
sum(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(Iterator<Object>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items from an Iterator.
sum(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array.
sum(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sum instead
sum(Iterable, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an Iterable, adding the result to some initial value.
sum(Object[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(Iterator<Object>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items from an Iterator, adding the result to some initial value.
sum(byte[], byte) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(short[], short) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(int[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(long[], long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(char[], char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(float[], float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(double[], double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the items in an array, adding the result to some initial value.
sum(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sum instead
sum(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of apply a closure to each item of an Iterable.
sum(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of apply a closure to each item of an array.
sum(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of apply a closure to each item returned from an iterator.
sum(Collection, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of sum instead
sum(Iterable<T>, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of applying a closure to each item of an Iterable to some initial value.
sum(T[], Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of applying a closure to each item of an array to some initial value.
sum(Iterator<T>, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sums the result of applying a closure to each item of an Iterator to some initial value.
summariesByPublicClassName - Variable in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
summariesBySourceName - Variable in class org.codehaus.groovy.control.CompilationUnit
Deprecated.
summary() - Method in interface org.codehaus.groovy.groovydoc.GroovyPackageDoc
The one-sentence summary for the package derived from the beginning of the description.
summary() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
 
summary() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyRootDoc
 
SunClassLoader - Class in org.codehaus.groovy.reflection
Special class loader, which when running on Sun VM allows to generate accessor classes for any method
SunClassLoader() - Constructor for class org.codehaus.groovy.reflection.SunClassLoader
 
sunVM - Static variable in class org.codehaus.groovy.reflection.SunClassLoader
 
sunVM - Static variable in class org.codehaus.groovy.runtime.callsite.GroovySunClassLoader
 
SUPER - Static variable in class org.codehaus.groovy.ast.ClassNode
 
SUPER_CTOR_CALL - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
SUPER_CTOR_CALL - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
SUPER_EXPRESSION - Static variable in class org.codehaus.groovy.ast.expr.VariableExpression
 
SUPER_VARIABLE - Static variable in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
superclass() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
superclass() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
superclass() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
superclass() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
superClassClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
superclassType() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
 
superclassType() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
superclassType() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
superclassType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
SUPERSCRIPT - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
Supplier<T> - Interface in org.apache.groovy.internal.util
Backport of Java8 Supplier.
supportsDivision() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
supportsDivision() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
supportsDivision() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
supportsDivision() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
suppressNewline - Variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
surrogatePair - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
swap(int, int) - Method in class groovy.inspect.swingui.TableSorter
 
swap() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
swap two top level operands
swap(List<T>, int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(T[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(boolean[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(byte[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(char[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(double[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(float[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(int[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(long[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
swap(short[], int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Swaps two elements at the specified positions.
SWAP_INIT - Static variable in class org.codehaus.groovy.classgen.Verifier
 
swapTwoChildren(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
To swap two children of node t...
SwingGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines all the new Swing-related groovy methods which enhance the normal JDK Swing classes when inside the Groovy environment.
SwingGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.SwingGroovyMethods
 
SwingTimerTriggerBinding - Class in org.codehaus.groovy.binding
 
SwingTimerTriggerBinding() - Constructor for class org.codehaus.groovy.binding.SwingTimerTriggerBinding
 
SWITCH_BLOCK_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.Types
 
SWITCH_ENTRIES - Static variable in class org.codehaus.groovy.syntax.Types
 
switchPoint - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
 
switchStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
SwitchStatement - Class in org.codehaus.groovy.ast.stmt
Represents a switch (object) { case value: ...
SwitchStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.SwitchStatement
 
SwitchStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.SwitchStatement
 
SwitchStatement(Expression, List<CaseStatement>, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.SwitchStatement
 
switchToFastPath() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
switchToFastPath() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
switchToSlowPath() - Method in class org.codehaus.groovy.classgen.asm.DelegatingController
 
switchToSlowPath() - Method in class org.codehaus.groovy.classgen.asm.WriterController
 
SYMBOL - Static variable in class org.codehaus.groovy.syntax.Types
 
Synchronized - Annotation Type in groovy.transform
Method annotation to make a method call synchronized for concurrency handling with some useful baked-in conventions.
SynchronizedASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @Synchronized annotation.
SynchronizedASTTransformation() - Constructor for class org.codehaus.groovy.transform.SynchronizedASTTransformation
 
synchronizedStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
SynchronizedStatement - Class in org.codehaus.groovy.ast.stmt
Represents a synchronized statement
SynchronizedStatement(Expression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
SyntaxErrorMessage - Class in org.codehaus.groovy.control.messages
A class for error messages produced by the parser system.
SyntaxErrorMessage(SyntaxException, SourceUnit) - Constructor for class org.codehaus.groovy.control.messages.SyntaxErrorMessage
 
SyntaxException - Exception in org.codehaus.groovy.syntax
Base exception indicating a syntax error.
SyntaxException(String, ASTNode) - Constructor for exception org.codehaus.groovy.syntax.SyntaxException
 
SyntaxException(String, int, int) - Constructor for exception org.codehaus.groovy.syntax.SyntaxException
 
SyntaxException(String, int, int, int, int) - Constructor for exception org.codehaus.groovy.syntax.SyntaxException
 
SyntaxException(String, Throwable, int, int) - Constructor for exception org.codehaus.groovy.syntax.SyntaxException
 
SyntaxException(String, Throwable, int, int, int, int) - Constructor for exception org.codehaus.groovy.syntax.SyntaxException
 
SYNTH_BLOCK - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_CAST - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_CLASS - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_CLOSURE - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_COMPILATION_UNIT - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_EXPRESSION - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_GSTRING - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_INTERFACE - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_LABEL - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_LIST - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_MAP - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_METHOD - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_METHOD_CALL - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_MIXIN - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_PARAMETER_DECLARATION - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_PROPERTY - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_TERNARY - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_TUPLE - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTH_VARIABLE_DECLARATION - Static variable in class org.codehaus.groovy.syntax.Types
 
SYNTHETIC - Static variable in class org.codehaus.groovy.syntax.Types
 
syntheticBind() - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
syntheticUnbind() - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
SYSPROP_TEST_DIR - Static variable in class groovy.util.AllTestSuite
The System Property to set as base directory for collection of Test Cases.
SYSPROP_TEST_EXCLUDES_PATTERN - Static variable in class groovy.util.AllTestSuite
The System Property to set as a filename excludes pattern for collection of Test Cases.
SYSPROP_TEST_PATTERN - Static variable in class groovy.util.AllTestSuite
The System Property to set as the filename pattern for collection of Test Cases.
SYSTEM_CLIPBOARD - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
SYSTEM_PROPERTIES_SETTING - Static variable in class groovy.grape.Grape
 
systemDefault(ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeStaticExtensions
Returns the ZoneOffset currently associated with the system default ZoneId.
SystemOutputInterceptor - Class in groovy.ui
Intercepts System.out/System.err.
SystemOutputInterceptor(Closure) - Constructor for class groovy.ui.SystemOutputInterceptor
Constructor
SystemOutputInterceptor(Closure, boolean) - Constructor for class groovy.ui.SystemOutputInterceptor
Constructor
SystemUtil - Class in org.apache.groovy.util
 
SystemUtil() - Constructor for class org.apache.groovy.util.SystemUtil
 

T

TAB - Static variable in class groovy.text.markup.DelegatingIndentWriter
 
tab - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
TAB_REPLACEMENT - Static variable in class groovy.ui.text.StructuredSyntaxDocumentFilter
 
TAB_SET - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
table - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The hash table data.
table - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
table - Variable in class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
 
table - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
tableChanged(TableModelEvent) - Method in class groovy.inspect.swingui.TableMap
 
tableChanged(TableModelEvent) - Method in class groovy.inspect.swingui.TableSorter
 
TableLayout - Class in groovy.swing.impl
Represents a HTML style table layout
TableLayout() - Constructor for class groovy.swing.impl.TableLayout
 
TableLayoutCell - Class in groovy.swing.impl
Represents a cell in a table layout.
TableLayoutCell(TableLayoutRow) - Constructor for class groovy.swing.impl.TableLayoutCell
 
TableLayoutRow - Class in groovy.swing.impl
Represents a row in a table layout
TableLayoutRow(TableLayout) - Constructor for class groovy.swing.impl.TableLayoutRow
 
TableMap - Class in groovy.inspect.swingui
In a chain of data manipulators some behaviour is common.
TableMap() - Constructor for class groovy.inspect.swingui.TableMap
 
TableSorter - Class in groovy.inspect.swingui
A sorter for TableModels.
TableSorter() - Constructor for class groovy.inspect.swingui.TableSorter
 
TableSorter(TableModel) - Constructor for class groovy.inspect.swingui.TableSorter
 
TAG_REGEX - Static variable in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
tags() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
tail(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the List excluding the first item.
tail(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the SortedSet excluding the first item.
tail(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the Iterable excluding the first item.
tail(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the items from the array excluding the first item.
tail(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the original iterator after throwing away the first element.
tails(Iterable<T>) - Static method in class groovy.util.GroovyCollections
 
tails(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Calculates the tail 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 tail on the items.
take(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first num elements from the head of this List.
take(SortedSet<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first num elements from the head of this SortedSet.
take(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first num elements from the head of this array.
take(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the first num elements from the head of this Iterable.
take(Map<K, V>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new map containing the first num elements from the head of this map.
take(Iterator<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator of up to the first num elements from this iterator.
take(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
take(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns the first num elements from this CharSequence.
take(GString, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent CharSequence method.
take(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A String variant of the equivalent CharSequence method.
takeRight(T[], int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last num elements from the tail of this array.
takeRight(Iterable<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last num elements from the tail of this Iterable.
takeRight(List<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last num elements from the tail of this List.
takeRight(SortedSet<T>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the last num elements from the tail of this SortedSet.
takeWhile(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the longest prefix of this list where each element passed to the given closure condition evaluates to true.
takeWhile(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a Collection containing the longest prefix of the elements from this Iterable where each element passed to the given closure evaluates to true.
takeWhile(SortedSet<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the longest prefix of this SortedSet where each element passed to the given closure condition evaluates to true.
takeWhile(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the longest prefix of this Map where each entry (or key/value pair) when passed to the given closure evaluates to true.
takeWhile(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the longest prefix of this array where each element passed to the given closure evaluates to true.
takeWhile(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the longest prefix of elements in this iterator where each element passed to the given condition closure evaluates to true.
takeWhile(CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Returns the longest prefix of this CharSequence where each element passed to the given closure evaluates to true.
takeWhile(GString, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
A GString variant of the equivalent GString method.
takeWhile$$bridge(CharSequence, Closure) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
tap(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the closure to be called for the object reference self (similar to with and always returns self.
target - Variable in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
targetBinding - Variable in class org.codehaus.groovy.binding.AbstractFullBinding
 
TargetBinding - Interface in org.codehaus.groovy.binding
 
targetToName(int) - Static method in class org.codehaus.groovy.ast.AnnotationNode
 
targetType - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
tearDown() - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
tearDown() - Method in class org.codehaus.groovy.antlr.treewalker.MindMapPrinter
 
tearDown() - Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
 
tearDown(GroovySourceAST) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
tearDown() - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
tearDown() - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
Template - Interface in groovy.text
A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
TemplateConfiguration - Class in groovy.text.markup
Configuration options for the markup template engine.
TemplateConfiguration() - Constructor for class groovy.text.markup.TemplateConfiguration
 
TemplateConfiguration(TemplateConfiguration) - Constructor for class groovy.text.markup.TemplateConfiguration
 
TemplateEngine - Class in groovy.text
Represents an API to any template engine which is basically a factory of Template instances from a given text input.
TemplateEngine() - Constructor for class groovy.text.TemplateEngine
 
TemplateExecutionException - Exception in groovy.text
A custom exception class to flag template execution errors
TemplateExecutionException(int) - Constructor for exception groovy.text.TemplateExecutionException
 
TemplateExecutionException(int, String) - Constructor for exception groovy.text.TemplateExecutionException
 
TemplateExecutionException(int, String, Throwable) - Constructor for exception groovy.text.TemplateExecutionException
 
TemplateExecutionException(int, Throwable) - Constructor for exception groovy.text.TemplateExecutionException
 
TemplateParseException - Exception in groovy.text
A custom exception class to flag template parsing errors
TemplateParseException(int, int) - Constructor for exception groovy.text.TemplateParseException
 
TemplateParseException(String, int, int) - Constructor for exception groovy.text.TemplateParseException
 
TemplateParseException(String, Throwable, int, int) - Constructor for exception groovy.text.TemplateParseException
 
TemplateParseException(Throwable, int, int) - Constructor for exception groovy.text.TemplateParseException
 
TemplateResolver - Interface in groovy.text.markup
Interface for template resolvers, which, given a template identifier, return an URL where the template can be loaded.
TemplateServlet - Class in groovy.servlet
A generic servlet for serving (mostly HTML) templates.
TemplateServlet() - Constructor for class groovy.servlet.TemplateServlet
Create new TemplateServlet.
temporaryIfBranchTypeInformation - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
Stores information which is only valid in the "if" branch of an if-then-else statement.
TemporaryMethodKey - Class in org.codehaus.groovy.runtime.metaclass
A temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a method
TemporaryMethodKey(Class, String, Object[], boolean) - Constructor for class org.codehaus.groovy.runtime.metaclass.TemporaryMethodKey
 
TemporaryVariableExpression - Class in org.codehaus.groovy.transform.sc
A front-end class for ExpressionAsVariableSlot which allows defining temporary variables loaded from variable slots directly at the AST level, without any knowledge of AsmClassGenerator.
TemporaryVariableExpression(Expression) - Constructor for class org.codehaus.groovy.transform.sc.TemporaryVariableExpression
 
ternaryExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
TernaryExpression - Class in org.codehaus.groovy.ast.expr
Represents a ternary expression (booleanExpression) ? expression : expression
TernaryExpression(BooleanExpression, Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.TernaryExpression
 
ternaryX(Expression, Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
test(T) - Method in interface org.apache.groovy.internal.util.Predicate
 
TEST_SCRIPT_NAME_PREFIX - Static variable in class groovy.test.GroovyAssert
 
TEST_SCRIPT_NAME_PREFIX - Static variable in class groovy.util.GroovyTestCase
 
TestNgRunner - Class in org.apache.groovy.plugin.testng
Integration code for running TestNG tests in Groovy.
TestNgRunner() - Constructor for class org.apache.groovy.plugin.testng.TestNgRunner
 
TestNgRunner - Class in org.codehaus.groovy.testng
Deprecated.
TestNgRunner() - Constructor for class org.codehaus.groovy.testng.TestNgRunner
Deprecated.
 
text() - Method in class groovy.util.Node
Returns the textual representation of the current node and all its child nodes.
text() - Method in class groovy.util.NodeList
Returns the text value of all of the elements in the collection.
text() - Method in class groovy.util.slurpersupport.Attribute
Returns the value of this Attribute.
text() - Method in class groovy.util.slurpersupport.Attributes
 
text() - Method in class groovy.util.slurpersupport.GPathResult
Returns the text of this GPathResult as a String.
text() - Method in class groovy.util.slurpersupport.NoChildren
Returns an empty String.
text() - Method in class groovy.util.slurpersupport.Node
Returns a string containing the text of the children of this Node.
text() - Method in class groovy.util.slurpersupport.NodeChild
 
text() - Method in class groovy.util.slurpersupport.NodeChildren
 
text(Node) - Static method in class groovy.xml.dom.DOMCategory
 
text(NodeList) - Static method in class groovy.xml.dom.DOMCategory
 
text - Variable in class org.codehaus.groovy.antlr.GroovySourceToken
 
text() - Method in interface org.codehaus.groovy.groovydoc.GroovyTag
The text associated with the tag.
text() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
 
TextEditor - Class in groovy.ui.text
A simple text pane that is printable and wrapping is optional.
TextEditor() - Constructor for class groovy.ui.text.TextEditor
Creates a new instance of TextEditor
TextEditor(boolean) - Constructor for class groovy.ui.text.TextEditor
Creates a new instance of TextEditor
TextEditor(boolean, boolean) - Constructor for class groovy.ui.text.TextEditor
Creates a new instance of TextEditor
TextEditor(boolean, boolean, boolean) - Constructor for class groovy.ui.text.TextEditor
Creates a new instance of TextEditor
TextUndoManager - Class in groovy.ui.text
To use this, simply drop this as an UndoableEditListener into your document, and then create actions to call undo/redo as needed (checking can undo/redo first, of course).
TextUndoManager() - Constructor for class groovy.ui.text.TextUndoManager
Creates a new instance of TextUndoManager.
theCachedClass - Variable in class groovy.lang.MetaClassImpl
 
theClass - Variable in class groovy.lang.MetaClassImpl
 
ThirdGenericType() - Constructor for class groovy.transform.stc.FirstParam.ThirdGenericType
 
ThirdGenericType() - Constructor for class groovy.transform.stc.SecondParam.ThirdGenericType
 
ThirdGenericType() - Constructor for class groovy.transform.stc.ThirdParam.ThirdGenericType
 
ThirdParam - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the third parameter type.
ThirdParam() - Constructor for class groovy.transform.stc.ThirdParam
 
ThirdParam.Component - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the type of the component of the third parameter type, which is therefore expected to be an array, like in this example:
ThirdParam.FirstGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the first generic type of the third parameter type.
ThirdParam.SecondGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second generic type of the third parameter type.
ThirdParam.ThirdGenericType - Class in groovy.transform.stc
A hint used to instruct the type checker to pick the second generic type of the third parameter type.
THIS - Static variable in class org.codehaus.groovy.ast.ClassNode
 
THIS_CALL - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
flags for method and property calls
THIS_EXPRESSION - Static variable in class org.codehaus.groovy.ast.expr.VariableExpression
 
THIS_OBJECT - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
THIS_VARIABLE - Static variable in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
thisCall - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
thisPropX(boolean, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
ThreadCategoryInfo() - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo
 
ThreadManagedMetaBeanProperty - Class in org.codehaus.groovy.runtime.metaclass
This MetaBeanProperty will create a pseudo property whose value is bound to an object using weak references.
ThreadManagedMetaBeanProperty(Class, String, Class, Object) - Constructor for class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
Constructs a new ThreadManagedBeanProperty for the given arguments
ThreadManagedMetaBeanProperty(Class, String, Class, Closure) - Constructor for class org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
Constructs a new ThreadManagedBeanProperty for the given arguments
threshold - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
The table is rehashed when its size exceeds this threshold.
threshold - Variable in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
 
threshold - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap
 
throwException(String) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
THROWN_EXCEPTION_TYPE - Static variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
thrownExceptions() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
thrownExceptions() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
thrownExceptionType - Variable in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
thrownExceptionTypes() - Method in interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
 
thrownExceptionTypes() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
throwParserException() - Method in exception org.codehaus.groovy.syntax.RuntimeParserException
 
throwRuntimeException(Throwable) - Static method in class groovy.lang.Closure
 
throwS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
throwsClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
throwsList(AST, List<ClassNode>) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
throwStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
ThrowStatement - Class in org.codehaus.groovy.ast.stmt
Represents a throw statement
ThrowStatement(Expression) - Constructor for class org.codehaus.groovy.ast.stmt.ThrowStatement
 
TIME - Static variable in class groovy.sql.Sql
 
TIME(Object) - Static method in class groovy.sql.Sql
 
TimeCategory - Class in groovy.time
Apply a number of methods to allow convenient Date/Time manipulation,such as:
 use (groovy.time.TimeCategory) {
     // application on numbers:
     println 1.minute.from.now
     println 10.hours.ago

     // application on dates
     def someDate = new Date()
     println someDate - 3.months
 }
TimeCategory() - Constructor for class groovy.time.TimeCategory
 
TimeDatumDependentDuration - Class in groovy.time
TimeDatumDuration represents a time period which results from an arithmetic operation between a TimeDuration object and a DatumDuration object
TimeDatumDependentDuration(int, int, int, int, int, int, int) - Constructor for class groovy.time.TimeDatumDependentDuration
 
TimeDuration - Class in groovy.time
TimeDuration represents time periods expressed in units of hours, minutes, seconds and milliseconds.
TimeDuration(int, int, int, int) - Constructor for class groovy.time.TimeDuration
 
TimeDuration(int, int, int, int, int) - Constructor for class groovy.time.TimeDuration
 
times(Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Executes the closure this many times, starting from zero.
TIMESTAMP - Static variable in class groovy.sql.Sql
 
TIMESTAMP(Object) - Static method in class groovy.sql.Sql
 
timezone - Variable in class groovy.json.DefaultJsonGenerator
 
timezone - Variable in class groovy.json.JsonGenerator.Options
 
timezone(String) - Method in class groovy.json.JsonGenerator.Options
Sets the time zone that will be used to serialize dates.
TINYINT - Static variable in class groovy.sql.Sql
 
TINYINT(Object) - Static method in class groovy.sql.Sql
 
to - Variable in class org.codehaus.groovy.runtime.RangeInfo
 
TO_SELF - Static variable in class groovy.lang.Closure
With this resolveStrategy set the closure will resolve property references to itself and go through the usual MetaClass look-up process.
toAbsolutePath() - Method in class org.codehaus.groovy.runtime.WritablePath
 
toArray() - Method in class groovy.lang.ListWithDefault
 
toArray(T[]) - Method in class groovy.lang.ListWithDefault
 
toArray(T[]) - Method in class groovy.swing.impl.ListWrapperListModel
 
toArray() - Method in class groovy.swing.impl.ListWrapperListModel
 
toArray() - Method in class groovy.util.ObservableList
 
toArray(Object[]) - Method in class groovy.util.ObservableList
 
toArray() - Method in class groovy.util.ObservableSet
 
toArray(T[]) - Method in class groovy.util.ObservableSet
 
toArray(T[]) - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Returns an array containing all values from this queue in the sequence they were added.
toArray(T[]) - Method in class org.codehaus.groovy.util.ManagedLinkedList
Deprecated.
Returns an array of non null elements from the source array.
toArrayString(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toArrayString(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of an array of objects with brace boundaries "[" and "]".
toArrayString(Object[], int, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of an array of objects with brace boundaries "[" and "]".
toBigDecimal() - Method in class groovy.util.Node
Converts the text of this GPathResult to a BigDecimal object.
toBigDecimal() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a BigDecimal object.
toBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into a BigDecimal
toBigDecimal(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toBigDecimal(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toBigDecimal(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a BigDecimal
toBigDecimal(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toBigDecimal(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
toBigInteger() - Method in class groovy.util.Node
Converts the text of this GPathResult to a BigInteger object.
toBigInteger() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a BigInteger object.
toBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform this Number into a BigInteger.
toBigInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toBigInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toBigInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a BigInteger
toBigInteger(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toBigInteger(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
toBoolean() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a Boolean object.
toBoolean(Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Identity conversion which returns Boolean.TRUE for a true Boolean and Boolean.FALSE for a false Boolean.
toBoolean(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toBoolean(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given string into a Boolean object.
toCalendar(Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent Calendar in the GMT time zone, truncated to milliseconds.
toCalendar(LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an equivalent instance of Calendar.
toCalendar(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Calendar.
toCalendar(LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Calendar.
toCalendar(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Calendar.
toCalendar(OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Calendar.
toCalendar(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Calendar.
toCalendar(Date) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Convert a Date to a Calendar.
toCalendar(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
toCharacter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toCharacter(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given string into a Character object using the first character in the string.
toCharArray(String) - Method in class org.apache.groovy.json.DefaultFastStringService
 
toCharArray(String) - Method in interface org.apache.groovy.json.FastStringService
 
toCharArray() - Method in class org.apache.groovy.json.internal.CharBuf
 
toCharArray(String) - Static method in class org.apache.groovy.json.internal.FastStringUtils
 
toCharArray(CharSequence) - Static method in class org.apache.groovy.json.internal.FastStringUtils
 
toCharArray(String) - Method in class org.apache.groovy.jsondirect.DirectFastStringService
 
toCompilerConfiguration() - Method in class org.codehaus.groovy.tools.FileSystemCompiler.CompilationOptions
 
toDate(Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent Date according the number of milliseconds since the epoch, adjusted into the system default time zone.
toDate(LocalDate) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns an equivalent instance of Date.
toDate(LocalDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Date.
toDate(LocalTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Date.
toDate(OffsetDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Date.
toDate(OffsetTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Date.
toDate(ZonedDateTime) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent instance of Date.
toDate(TimeZone, int, int, int, int, int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
toDate(TimeZone, int, int, int, int, int, int, int) - Static method in class org.apache.groovy.json.internal.Dates
 
toDayOfWeek(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding DayOfWeek.
toDayOfWeek(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding DayOfWeek.
toDebugString() - Method in class org.apache.groovy.json.internal.CharBuf
 
toDouble() - Method in class groovy.util.Node
Converts the text of this GPathResult to a Double object.
toDouble() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a Double object.
toDouble(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into a Double
toDouble(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toDouble(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toDouble(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a Double
toDouble(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toEnum(Class<T>) - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
toEnum(Class<T>, String) - Static method in class org.apache.groovy.json.internal.CharSequenceValue
 
toEnum(Class<T>, int) - Static method in class org.apache.groovy.json.internal.CharSequenceValue
 
toEnum(Class<T>) - Method in class org.apache.groovy.json.internal.NumberValue
 
toEnum(Class<T>, int) - Static method in class org.apache.groovy.json.internal.NumberValue
 
toEnum(Class<T>) - Method in interface org.apache.groovy.json.internal.Value
 
toEnum(Class<T>) - Method in class org.apache.groovy.json.internal.ValueContainer
 
toFile() - Method in class org.codehaus.groovy.runtime.WritablePath
 
toFloat() - Method in class groovy.util.Node
Converts the text of this GPathResult to a Float object.
toFloat() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a Float object.
toFloat(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into a Float
toFloat(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toFloat(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toFloat(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a Float
toFloat(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toGenericTypesString(GenericsType[]) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
 
toInstant(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Convenience method for converting a Calendar to a corresponding Instant.
toInteger() - Method in class groovy.util.Node
Converts the text of this GPathResult to a Integer object.
toInteger() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a Integer object.
toInteger(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into an Integer
toInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toInteger(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into an Integer
toInteger(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toIntegerWrapper() - Method in class org.apache.groovy.json.internal.CharBuf
 
toJson(Object) - Method in class groovy.json.DefaultJsonGenerator
Converts an object to its JSON representation.
toJson(Object) - Method in interface groovy.json.JsonGenerator
Converts an object to its JSON representation.
toJson(Boolean) - Static method in class groovy.json.JsonOutput
 
toJson(Number) - Static method in class groovy.json.JsonOutput
 
toJson(Character) - Static method in class groovy.json.JsonOutput
 
toJson(String) - Static method in class groovy.json.JsonOutput
 
toJson(Date) - Static method in class groovy.json.JsonOutput
Format a date that is parseable from JavaScript, according to ISO-8601.
toJson(Calendar) - Static method in class groovy.json.JsonOutput
Format a calendar instance that is parseable from JavaScript, according to ISO-8601.
toJson(UUID) - Static method in class groovy.json.JsonOutput
 
toJson(URL) - Static method in class groovy.json.JsonOutput
 
toJson(Closure) - Static method in class groovy.json.JsonOutput
 
toJson(Expando) - Static method in class groovy.json.JsonOutput
 
toJson(Object) - Static method in class groovy.json.JsonOutput
 
toJson(Map) - Static method in class groovy.json.JsonOutput
 
Token - Class in org.codehaus.groovy.syntax
A CSTNode produced by the Lexer.
Token(int, String, int, int) - Constructor for class org.codehaus.groovy.syntax.Token
Initializes the Token with the specified information.
tokenAsSql(Token) - Method in class groovy.sql.SqlWhereVisitor
 
TokenException - Exception in org.codehaus.groovy.syntax
 
TokenException(String, Token) - Constructor for exception org.codehaus.groovy.syntax.TokenException
 
TokenException(String, Throwable, int, int) - Constructor for exception org.codehaus.groovy.syntax.TokenException
 
TokenException(String, Throwable, int, int, int, int) - Constructor for exception org.codehaus.groovy.syntax.TokenException
 
tokenize(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(CharSequence, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(String, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tokenize(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tokenize a CharSequence (with a whitespace as the delimiter).
tokenize(CharSequence, Character) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tokenize a CharSequence based on the given character delimiter.
tokenize(CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Tokenize a CharSequence based on the given CharSequence.
tokenize(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
tokenize(String, Character) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
tokenize(String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
tokenize(String) - Static method in class org.codehaus.groovy.transform.AbstractASTTransformation
 
tokenizeUnquoted(String) - Static method in class org.codehaus.groovy.tools.StringHelper
This method tokenizes a string by space characters, but ignores spaces in quoted parts,that are parts in '' or "".
TokenMismatchException - Exception in org.codehaus.groovy.syntax
 
TokenMismatchException(Token, int) - Constructor for exception org.codehaus.groovy.syntax.TokenMismatchException
 
tokenNames - Variable in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
tokenType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
TokenUtil - Class in org.codehaus.groovy.syntax
Utility methods for working with Tokens.
toList(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
Use the Iterable version of toList instead
toList(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an iterator to a List.
toList(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an Iterable to a List.
toList(Enumeration<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an enumeration to a List.
toList(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows conversion of arrays into a mutable List.
toList(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a List of the same size, with each element added to the list.
toList(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toList(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toList(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given CharSequence into a List of Strings of one character.
toList(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toList() - Method in class org.codehaus.groovy.util.FastArray
 
toList(Stream<T>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Accumulates the elements of stream into a new List.
toList(BaseStream<T, ? extends BaseStream>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Accumulates the elements of stream into a new List.
toListString(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given list.
toListString(Collection, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given list.
toListString(Collection) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of a list with bracket boundaries "[" and "]".
toListString(Collection, int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of a list with bracket boundaries "[" and "]".
toListString(Collection, int, boolean) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of a list with bracket boundaries "[" and "]".
toLocalDate(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding LocalDate.
toLocalDateTime(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding LocalDateTime.
toLocalDateTime(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding LocalDateTime.
toLocalTime(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding LocalTime.
toLocalTime(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding LocalTime.
toLong() - Method in class groovy.util.Node
Converts the text of this GPathResult to a Long object.
toLong() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a Long object.
toLong(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into a Long
toLong(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toLong(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toLong(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a Long
toLong(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toLowerCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the character to lowercase.
toMapString(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of this map.
toMapString(Map, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of this map.
toMapString(Map) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of a map with bracket boundaries "[" and "]".
toMapString(Map, int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to return the string representation of a map with bracket boundaries "[" and "]".
toMilliseconds() - Method in class groovy.time.BaseDuration
 
toMilliseconds() - Method in class groovy.time.DatumDependentDuration
 
toMilliseconds() - Method in class groovy.time.Duration
 
toMonth(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding Month.
toMonth(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding Month.
toMonthDay(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding MonthDay.
toMonthDay(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding MonthDay.
toOffsetDateTime(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding OffsetDateTime.
toOffsetDateTime(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding OffsetDateTime.
toOffsetTime(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding OffsetTime.
toOffsetTime(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding OffsetTime.
toPrettyString() - Method in class groovy.json.JsonBuilder
Pretty-prints and formats the JSON payload.
toProperties() - Method in class groovy.util.ConfigObject
Converts this ConfigObject into a the java.util.Properties format, flattening the tree structure beforehand
toProperties(String) - Method in class groovy.util.ConfigObject
Converts this ConfigObject ino the java.util.Properties format, flatten the tree and prefixing all entries with the given prefix
toRealPath(LinkOption...) - Method in class org.codehaus.groovy.runtime.WritablePath
 
toRowResult(ResultSet) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Returns a GroovyRowResult given a ResultSet.
toRowResult(ResultSet) - Static method in class org.codehaus.groovy.runtime.SqlGroovyMethods
Deprecated.
toSet(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts this array to a Set, with each unique element added to the set.
toSet(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert a Collection to a Set.
toSet(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an Iterable to a Set.
toSet(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an iterator to a Set.
toSet(Enumeration<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert an enumeration to a Set.
toSet(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toSet(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toSet(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Converts the given CharSequence into a Set of unique Strings of one character.
toSet(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toSet(Stream<T>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Accumulates the elements of stream into a new Set.
toSet(BaseStream<T, ? extends BaseStream>) - Static method in class org.codehaus.groovy.vmplugin.v8.PluginDefaultGroovyMethods
Accumulates the elements of stream into a new Set.
toShort(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toShort(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toShort(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Parse a CharSequence into a Short
toShort(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
toSorted(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Iterable.
toSorted(Iterable<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Iterable using the given Comparator.
toSorted(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts this Iterable using the given Closure to determine the correct ordering.
toSorted(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the Iterator.
toSorted(Iterator<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given iterator items using the comparator.
toSorted(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given iterator items into a sorted iterator using the Closure to determine the correct ordering.
toSorted(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a sorted version of the given array using the supplied comparator.
toSorted(T[], Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a sorted version of the given array using the supplied comparator to determine the resulting order.
toSorted(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from this array into a newly created array using the Closure to determine the correct ordering.
toSorted(Map<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered map using a NumberAwareComparator on map entry values to determine the resulting order.
toSorted(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered map using the supplied comparator to determine the ordering.
toSorted(Map<K, V>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the elements from the given map into a new ordered map using the supplied Closure condition as a comparator to determine the ordering.
toSorted(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted set
toSorted(SortedMap<K, V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted map
toSpreadMap(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new SpreadMap from this map.
toSpreadMap(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a spreadable map from this array.
toSpreadMap(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a spreadable map from this list.
toSpreadMap(Iterable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a spreadable map from this iterable.
toString() - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
toString() - Method in class groovy.json.JsonBuilder
Serializes the internal data structure built with the builder to a conformant JSON payload string
toString() - Method in class groovy.json.JsonOutput.JsonUnescaped
 
toString() - Method in class groovy.json.JsonToken
 
toString() - Method in class groovy.lang.DelegatingMetaClass
 
toString() - Method in class groovy.lang.EmptyRange
toString() - Method in class groovy.lang.GString
 
toString() - Method in class groovy.lang.IntRange
 
toString() - Method in class groovy.lang.MetaClassImpl
Returns a string representation of this metaclass
toString() - Method in class groovy.lang.MetaMethod
Returns a string representation of this method
toString() - Method in class groovy.lang.NumberRange
 
toString() - Method in class groovy.lang.ObjectRange
 
toString() - Method in class groovy.lang.ParameterArray
 
toString() - Method in class groovy.lang.SpreadMap
 
toString() - Method in class groovy.model.DefaultTableColumn
 
toString() - Method in class groovy.sql.GroovyResultSetExtension
 
toString() - Method in class groovy.sql.GroovyRowResult
 
toString() - Method in class groovy.text.markup.BaseTemplate
 
toString() - Method in class groovy.text.markup.MarkupTemplateEngine.TemplateResource
 
toString() - Method in class groovy.text.XmlTemplateEngine
 
toString() - Method in class groovy.time.BaseDuration
 
ToString - Annotation Type in groovy.transform
Class annotation used to assist in the creation of toString() methods in classes.
toString() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
 
toString() - Method in class groovy.util.ConfigObject
 
toString() - Method in class groovy.util.Expando
This allows toString to be overridden by a closure field method attached to the expando object.
toString() - Method in class groovy.util.GroovyMBean
Return an end user readable representation of the underlying MBean
toString() - Method in class groovy.util.MapEntry
 
toString() - Method in class groovy.util.Node
 
toString() - Method in class groovy.util.slurpersupport.GPathResult
Returns the text of this GPathResult.
toString(Object) - Static method in class groovy.xml.dom.DOMCategory
 
toString() - Method in class groovy.xml.QName
Returns a string representation of this QName
toString() - Method in class org.apache.groovy.io.StringBuilderWriter
toString() - Method in class org.apache.groovy.json.internal.CharBuf
 
toString() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
toString(Exception) - Static method in class org.apache.groovy.json.internal.Exceptions
 
toString() - Method in class org.apache.groovy.json.internal.LazyMap
 
toString() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
toString() - Method in class org.apache.groovy.json.internal.NumberValue
 
toString() - Method in class org.apache.groovy.json.internal.SimpleCache
 
toString() - Method in class org.apache.groovy.json.internal.ValueContainer
 
toString() - Method in class org.apache.groovy.metaclass.Realm
 
toString() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
 
toString() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
toString() - Method in class org.codehaus.groovy.antlr.GroovySourceToken
 
toString() - Method in class org.codehaus.groovy.antlr.LineColumn
 
toString() - Method in class org.codehaus.groovy.ast.ClassNode
 
toString(boolean) - Method in class org.codehaus.groovy.ast.ClassNode
 
toString() - Method in class org.codehaus.groovy.ast.expr.AnnotationConstantExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
toString() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
toString() - Method in class org.codehaus.groovy.ast.GenericsType.GenericsTypeName
 
toString() - Method in class org.codehaus.groovy.ast.GenericsType
 
toString() - Method in class org.codehaus.groovy.ast.MethodNode
 
toString() - Method in class org.codehaus.groovy.ast.Parameter
 
toString() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
toString() - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
toString() - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
toString() - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
toString() - Method in class org.codehaus.groovy.classgen.asm.BytecodeVariable
 
toString() - Method in class org.codehaus.groovy.classgen.asm.OperandStack
 
toString() - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
toString() - Method in error org.codehaus.groovy.GroovyBugError
Returns a String representation of this class by calling getMessage().
toString() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
The qualified name including any dimension information.
toString() - Method in class org.codehaus.groovy.macro.matcher.TreeContext
 
toString() - Method in class org.codehaus.groovy.reflection.CachedClass
 
toString() - Method in class org.codehaus.groovy.reflection.CachedMethod
 
toString() - Method in class org.codehaus.groovy.runtime.ConversionHandler
Returns a String version of the delegate.
toString() - Method in class org.codehaus.groovy.runtime.ConvertedMap
 
toString(boolean[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given array.
toString(AbstractMap) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given map.
toString(AbstractCollection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of the given collection.
toString(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the string representation of this array's contents.
toString(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a String representation of this object.
toString(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
toString() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModule
 
toString() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
 
toString() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
toString() - Method in class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
toString() - Method in class org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
 
toString() - Method in class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
 
toString() - Method in class org.codehaus.groovy.runtime.MethodKey
 
toString() - Method in class org.codehaus.groovy.runtime.NullObject
 
toString() - Method in error org.codehaus.groovy.runtime.powerassert.PowerAssertionError
 
toString() - Method in class org.codehaus.groovy.runtime.ScriptTestAdapter
 
toString() - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Return the buffer's current value as a string.
toString() - Method in class org.codehaus.groovy.runtime.WritablePath
 
toString() - Method in class org.codehaus.groovy.syntax.CSTNode
Formats the node as a String and returns it.
toString() - Method in exception org.codehaus.groovy.syntax.ReadException
 
toString() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
toString() - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
toString() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
 
toString() - Method in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
toString() - Method in class org.codehaus.groovy.transform.stc.Receiver
 
toString() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
 
toString() - Method in class org.codehaus.groovy.util.CharSequenceReader
Return a String representation of the underlying character sequence.
toString() - Method in class org.codehaus.groovy.util.FastArray
 
toString() - Method in class org.codehaus.groovy.util.LazyReference
 
toString() - Method in class org.codehaus.groovy.util.ReferenceManager
 
toStringAndRecycle() - Method in class org.apache.groovy.json.internal.CharBuf
 
ToStringASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @ToString annotation.
ToStringASTTransformation() - Constructor for class org.codehaus.groovy.transform.ToStringASTTransformation
 
toTimestamp(Date) - Static method in class org.apache.groovy.sql.extensions.SqlExtensions
Return a java.sql.Timestamp given a java.util.Date.
toTimestamp(Date) - Static method in class org.codehaus.groovy.runtime.SqlGroovyMethods
Deprecated.
toTimeZone(ZoneId) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a TimeZone equivalent to this zone.
toTimeZone(ZoneOffset) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Returns a generally equivalent TimeZone.
toTypeString(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to format the arguments types as a comma-separated list.
toTypeString(Object[], int) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
A helper method to format the arguments types as a comma-separated list.
touch(Object, Object) - Method in class org.codehaus.groovy.runtime.memoize.NullProtectionStorage
Does nothing
toUnique(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator but with all duplicated items removed where duplicate (equal) items are deduced by calling the supplied Closure condition.
toUnique(Iterator<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator with all duplicated items removed by using the supplied comparator.
toUnique(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator with all duplicated items removed by using the natural ordering of the items.
toUnique(Iterable<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a Collection containing the items from the Iterable but with duplicates removed.
toUnique(List<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a List containing the items from the List but with duplicates removed.
toUnique(Iterable<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a Collection containing the items from the Iterable but with duplicates removed using the natural ordering of the items to determine uniqueness.
toUnique(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a List containing the items from the List but with duplicates removed using the natural ordering of the items to determine uniqueness.
toUnique(Iterable<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a Collection containing the items from the Iterable but with duplicates removed.
toUnique(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a List containing the items from the List but with duplicates removed.
toUnique(T[], Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new Array containing the items from the original Array but with duplicates removed with the supplied comparator determining which items are unique.
toUnique(T[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new Array containing the items from the original Array but with duplicates removed using the natural ordering of the items in the array.
toUnique(T[], Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns a new Array containing the items from the original Array but with duplicates removed with the supplied comparator determining which items are unique.
toUpperCase(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the character to uppercase.
toURI() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a URI object.
toURI(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toURI(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toURI(CharSequence) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Transforms a CharSequence representing a URI into a URI object.
toURI(String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Transforms a String representing a URI into a URI object.
toUri() - Method in class org.codehaus.groovy.runtime.WritablePath
 
toURL() - Method in class groovy.util.slurpersupport.GPathResult
Converts the text of this GPathResult to a URL object.
toURL(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toURL(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
toURL(CharSequence) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Transforms a CharSequence representing a URL into a URL object.
toURL(String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Transforms a String representing a URL into a URL object.
toValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
 
toValue() - Method in class org.apache.groovy.json.internal.NumberValue
 
toValue() - Method in interface org.apache.groovy.json.internal.Value
 
toValue() - Method in class org.apache.groovy.json.internal.ValueContainer
 
toYear(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding Year.
toYear(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding Year.
toYearMonth(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding YearMonth.
toYearMonth(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding YearMonth.
toZonedDateTime(Calendar) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Calendar to a corresponding ZonedDateTime.
toZonedDateTime(Date) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the Date to a corresponding ZonedDateTime.
toZoneOffset(TimeZone) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts the TimeZone to a corresponding ZoneOffset.
toZoneOffset(TimeZone, Instant) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Converts this TimeZone to a corresponding ZoneOffset.
tr(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tr(String, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
tr(CharSequence, CharSequence, CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Translates a CharSequence by replacing characters from the sourceSet with characters from replacementSet.
tr(String, String, String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
traceIn(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
traceOut(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
tracing - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
TracingInterceptor - Class in groovy.lang
 
TracingInterceptor() - Constructor for class groovy.lang.TracingInterceptor
 
traditionalForClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
Trait - Annotation Type in groovy.transform
Used to mark a class as being a trait.
TRAIT_CLASS - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
TRAIT_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
TRAIT_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TraitASTTransformation - Class in org.codehaus.groovy.transform.trait
Handles generation of code for the traits (trait keyword is equivalent to using the @Trait annotation).
TraitASTTransformation() - Constructor for class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
TRAITBRIDGE_CLASSNODE - Static variable in class org.codehaus.groovy.transform.trait.Traits
 
TraitComposer - Class in org.codehaus.groovy.transform.trait
This class contains a static utility method TraitComposer.doExtendTraits(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.control.CompilationUnit) aimed at generating code for a classnode implementing a trait.
TraitComposer() - Constructor for class org.codehaus.groovy.transform.trait.TraitComposer
 
Traits - Class in org.codehaus.groovy.transform.trait
A collection of utility methods used to deal with traits.
Traits() - Constructor for class org.codehaus.groovy.transform.trait.Traits
 
Traits.Implemented - Annotation Type in org.codehaus.groovy.transform.trait
Internal annotation used to indicate which methods in a trait interface have a default implementation.
Traits.TraitBridge - Annotation Type in org.codehaus.groovy.transform.trait
Internal annotation used to indicate that a method is a bridge method to a trait default implementation.
TraitTypeCheckingExtension - Class in org.codehaus.groovy.transform.stc
A type checking extension that will take care of handling errors which are specific to traits.
TraitTypeCheckingExtension(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.TraitTypeCheckingExtension
Builds a type checking extension relying on a Groovy script (type checking DSL).
trampoline(Object...) - Method in class groovy.lang.Closure
Builds a trampolined variant of the current closure.
trampoline() - Method in class groovy.lang.Closure
Builds a trampolined variant of the current closure.
transform(Expression) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
transform(Expression) - Method in interface org.codehaus.groovy.ast.expr.ExpressionTransformer
Transforms the given expression into another expression
transform(Expression) - Method in class org.codehaus.groovy.control.OptimizerVisitor
 
transform(Expression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transform(Expression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transform(Expression) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
transform(Expression) - Method in class org.codehaus.groovy.transform.NewifyASTTransformation
 
transform(Expression) - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
transformAnnotationConstantExpression(AnnotationConstantExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformBinaryConstantExpression(BinaryExpression, ClassNode) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
Turns expressions of the form ConstantExpression(40) + ConstantExpression(2) into the simplified ConstantExpression(42) at compile time.
transformBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformCastExpression(CastExpression) - Method in class org.codehaus.groovy.transform.sc.transformers.CastExpressionOptimizer
 
transformChar(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
transformChar(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Transforms each character from this reader by passing it to the given closure.
transformClass(ClassNode) - Method in class org.codehaus.groovy.transform.AnnotationCollectorTransform.ClassChanger
Method to transform the given ClassNode, if it is annotated with AnnotationCollector.
transformClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformCSTIntoAST(SourceUnit, Reader, SourceBuffer) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
transformDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.AttributeExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ClosureListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ElvisOperatorExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.EmptyExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.Expression
Return a copy of the expression calling the transformer on any nested expressions
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.NamedArgumentListExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.NotExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.SpreadExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.transform.sc.TemporaryVariableExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.transform.sc.transformers.CompareIdentityExpression
 
transformExpression(ExpressionTransformer) - Method in class org.codehaus.groovy.transform.sc.transformers.CompareToNullExpression
 
transformExpressions(List<? extends Expression>, ExpressionTransformer) - Method in class org.codehaus.groovy.ast.expr.Expression
Transforms the list of expressions
transformExpressions(List<? extends Expression>, ExpressionTransformer, Class<T>) - Method in class org.codehaus.groovy.ast.expr.Expression
Transforms the list of expressions, and checks that all transformed expressions have the given type.
TransformingCodeVisitor - Class in org.codehaus.groovy.ast
 
TransformingCodeVisitor(ClassCodeExpressionTransformer) - Constructor for class org.codehaus.groovy.ast.TransformingCodeVisitor
 
transformInlineConstants(Expression, ClassNode) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
Converts simple expressions of constants into pre-evaluated simple constants.
transformInlineConstants(Expression) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
The attribute values of annotations must be primitive, String or Enum constants.
transformLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
transformLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Transforms the lines from a reader with a Closure and write them to a writer.
transformListOfConstants(ListExpression, ClassNode) - Static method in class org.apache.groovy.ast.tools.ExpressionUtils
Given a list of constants, transform each item in the list.
transformLoader - Variable in class org.codehaus.groovy.control.ASTTransformationsContext
 
TransformMetaMethod - Class in org.codehaus.groovy.runtime.metaclass
A MetaMethod implementation useful for implementing coercion based invocations
TransformMetaMethod(MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.TransformMetaMethod
 
transformMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.transform.sc.transformers.RangeExpressionTransformer
 
transformToPrimitiveConstantIfPossible(ConstantExpression) - Static method in class org.codehaus.groovy.classgen.Verifier
When constant expressions are created, the value is always wrapped to a non primitive type.
transformToSetterCall(Expression, MethodNode, Expression, boolean, boolean, boolean, boolean, Expression) - Static method in class org.codehaus.groovy.classgen.asm.sc.StaticPropertyAccessHelper
 
transformVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
transformVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
transformVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.sc.transformers.VariableExpressionTransformer
 
transpose(Object[]) - Static method in class groovy.util.GroovyCollections
Transposes an array of lists.
transpose(List) - Static method in class groovy.util.GroovyCollections
Transposes the given lists.
transpose(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Adds GroovyCollections#transpose(List) as a method on lists.
TraversalHelper - Class in org.codehaus.groovy.antlr.treewalker
Helper Class for Antlr AST traversal and visitation.
TraversalHelper(Visitor) - Constructor for class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
traverse(File, Map<String, Object>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
traverse(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
traverse(File, Map<String, Object>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
traverse(Path, Map<String, Object>, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Processes each descendant file in this directory and any sub-directories.
traverse(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Processes each descendant file in this directory and any sub-directories.
traverse(Path, Map<String, Object>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Invokes the closure specified with key 'visit' in the options Map for each descendant file in this directory tree.
traverse(File, Map<String, ?>, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any sub-directories.
traverse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Processes each descendant file in this directory and any sub-directories.
traverse(File, Map<String, ?>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Invokes the closure specified with key 'visit' in the options Map for each descendant file in this directory tree.
TreeContext - Class in org.codehaus.groovy.macro.matcher
 
TreeContextAction - Interface in org.codehaus.groovy.macro.matcher
 
TriggerBinding - Interface in org.codehaus.groovy.binding
 
trimEdits(int, int) - Method in class groovy.ui.text.TextUndoManager
 
TRIPLE_DOT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TRIPLE_DOT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TripleKeyHashMap - Class in org.codehaus.groovy.util
 
TripleKeyHashMap() - Constructor for class org.codehaus.groovy.util.TripleKeyHashMap
 
TripleKeyHashMap.Entry - Class in org.codehaus.groovy.util
 
TRUE - Static variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
TRUE - Static variable in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
 
TRUE - Static variable in class org.apache.groovy.json.internal.ValueContainer
 
TRUE - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
trunc(Float, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
trunc(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
trunc(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
trunc(Double, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
trunc(BigDecimal) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
trunc(BigDecimal, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Truncate the value
TRUTH_VALUE - Static variable in class org.codehaus.groovy.syntax.Types
 
tryAcquire(int) - Method in class org.codehaus.groovy.util.LockableObject
 
tryBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
tryBridgeMethod(MethodNode, Expression, boolean, TupleExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
Deprecated.
tryBridgeMethod(MethodNode, Expression, boolean, TupleExpression, ClassNode) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
Attempts to make a direct method call on a bridge method, if it exists.
tryCatchS(Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
tryCatchS(Statement, Statement) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
TryCatchStatement - Class in org.codehaus.groovy.ast.stmt
Represents a try { ...
TryCatchStatement(Statement, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
tryConstructRenderWriter(OutputStream) - Method in class org.codehaus.groovy.tools.shell.IO
 
tryEscape(Object) - Method in class groovy.text.markup.BaseTemplate
Escapes the string representation of the supplied object if it derives from CharSequence, otherwise returns the object itself.
tryFindPossibleMethod(String, Expression) - Method in class org.codehaus.groovy.ast.ClassNode
 
tryRelease(int) - Method in class org.codehaus.groovy.util.LockableObject
 
tryStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
Tuple<E> - Class in groovy.lang
Represents a list of Objects.
Tuple(E...) - Constructor for class groovy.lang.Tuple
 
Tuple1<T1> - Class in groovy.lang
Represents a list of 1 typed Object.
Tuple1(T1) - Constructor for class groovy.lang.Tuple1
 
Tuple2<T1,T2> - Class in groovy.lang
Represents a list of 2 typed Objects.
Tuple2(T1, T2) - Constructor for class groovy.lang.Tuple2
 
Tuple3<T1,T2,T3> - Class in groovy.lang
Represents a list of 3 typed Objects.
Tuple3(T1, T2, T3) - Constructor for class groovy.lang.Tuple3
 
Tuple4<T1,T2,T3,T4> - Class in groovy.lang
Represents a list of 4 typed Objects.
Tuple4(T1, T2, T3, T4) - Constructor for class groovy.lang.Tuple4
 
Tuple5<T1,T2,T3,T4,T5> - Class in groovy.lang
Represents a list of 5 typed Objects.
Tuple5(T1, T2, T3, T4, T5) - Constructor for class groovy.lang.Tuple5
 
Tuple6<T1,T2,T3,T4,T5,T6> - Class in groovy.lang
Represents a list of 6 typed Objects.
Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class groovy.lang.Tuple6
 
Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in groovy.lang
Represents a list of 7 typed Objects.
Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class groovy.lang.Tuple7
 
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in groovy.lang
Represents a list of 8 typed Objects.
Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class groovy.lang.Tuple8
 
Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in groovy.lang
Represents a list of 9 typed Objects.
Tuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class groovy.lang.Tuple9
 
TupleConstructor - Annotation Type in groovy.transform
Class annotation used to assist in the creation of tuple constructors in classes.
TupleConstructorASTTransformation - Class in org.codehaus.groovy.transform
Handles generation of code for the @TupleConstructor annotation.
TupleConstructorASTTransformation() - Constructor for class org.codehaus.groovy.transform.TupleConstructorASTTransformation
 
TupleExpression - Class in org.codehaus.groovy.ast.expr
Represents a tuple expression {1, 2, 3} which creates an immutable List
TupleExpression() - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(Expression, Expression, Expression) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(int) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(List<Expression>) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
TupleExpression(Expression[]) - Constructor for class org.codehaus.groovy.ast.expr.TupleExpression
 
type - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
 
type - Variable in class groovy.lang.MetaProperty
 
type() - Method in class groovy.lang.Sequence
 
Type - Enum in org.apache.groovy.json.internal
 
type - Variable in class org.apache.groovy.json.internal.ValueContainer
 
type() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
TYPE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
type - Variable in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
 
type() - Method in interface org.codehaus.groovy.groovydoc.GroovyAnnotationRef
The annotation being referenced.
type() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
 
type() - Method in interface org.codehaus.groovy.groovydoc.GroovyParameter
 
type() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
 
type() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
 
type() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
type() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
TYPE_ARGUMENT - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_ARGUMENT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_ARGUMENTS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_ARGUMENTS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_DECLARATION - Static variable in class org.codehaus.groovy.syntax.Types
 
TYPE_LIST_TERMINATORS - Static variable in class org.codehaus.groovy.syntax.Types
 
TYPE_LOWER_BOUNDS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_LOWER_BOUNDS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_NAME - Static variable in class org.codehaus.groovy.syntax.Types
 
TYPE_PARAMETER - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_PARAMETER - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_PARAMETER_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
TYPE_PARAMETERS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_PARAMETERS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
TYPE_UPPER_BOUNDS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPE_UPPER_BOUNDS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
TYPE_USE_TARGET - Static variable in class org.codehaus.groovy.ast.AnnotationNode
 
typeArgument() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeArgumentBounds() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeArguments() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeArgumentsOrDiamond() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeArgumentsOrParametersEnd() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeArgumentSpec() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
TYPECAST - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
TYPECAST - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
typeCheckAssignment(BinaryExpression, Expression, ClassNode, Expression, ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
typeCheckClosureCall(Expression, ClassNode[], Parameter[]) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
TypeChecked - Annotation Type in groovy.transform
This will let the Groovy compiler use compile time checks in the style of Java.
TypeChecked.TypeCheckingInfo - Annotation Type in groovy.transform
This annotation is added by @TypeChecked on methods which have type checking turned on.
TYPECHECKED_CLASSNODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
TYPECHECKING_ANNOTATIONS - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
TYPECHECKING_INFO_NODE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
typeCheckingContext - Variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
TypeCheckingContext - Class in org.codehaus.groovy.transform.stc
 
TypeCheckingContext(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
TypeCheckingContext.EnclosingClosure - Class in org.codehaus.groovy.transform.stc
Represents the context of an enclosing closure.
TypeCheckingDSL() - Constructor for class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
 
TypeCheckingExtension - Class in org.codehaus.groovy.transform.stc
This interface defines a high-level API for handling type checking errors.
TypeCheckingExtension(StaticTypeCheckingVisitor) - Constructor for class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
TypeCheckingMode - Enum in groovy.transform
This enumeration can be used whenever it is preferred to annotate a class as TypeChecked in general, but where only one or more methods are "dynamic".
typeCheckingVisitor - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingExtension
 
typeCheckMapConstructor(ConstructorCallExpression, ClassNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
typeCheckMethodArgumentWithGenerics(ClassNode, ClassNode, boolean) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
Checks that the parameterized generics of an argument are compatible with the generics of the parameter.
typeCheckMethodsWithGenerics(ClassNode, ClassNode[], MethodNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
 
typeCheckMethodsWithGenericsOrFail(ClassNode, ClassNode[], MethodNode, Expression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
TypeChooser - Interface in org.codehaus.groovy.classgen.asm
Interface for modules which are capable of resolving the type of an expression.
typeDefinition() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeDefinitionInternal(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
TypedOption<T> - Class in groovy.cli
 
TypedOption() - Constructor for class groovy.cli.TypedOption
 
TypeHelper - Class in org.codehaus.groovy.vmplugin.v7
This class contains helper methods for converting and comparing types.
TypeHelper() - Constructor for class org.codehaus.groovy.vmplugin.v7.TypeHelper
 
typeMap - Static variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
typeMapKeyNames - Static variable in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
typeName() - Method in interface org.codehaus.groovy.groovydoc.GroovyParameter
 
typeName() - Method in interface org.codehaus.groovy.groovydoc.GroovyType
The unqualified name of this type excluding any dimension information.
typeName() - Method in class org.codehaus.groovy.tools.groovydoc.ArrayClassDocWrapper
 
typeName() - Method in class org.codehaus.groovy.tools.groovydoc.ExternalGroovyClassDoc
 
typeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
 
typeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
typeName() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyType
 
typeParameter() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeParameterBounds() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeParameters() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
typeParameters() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
 
Types - Class in org.codehaus.groovy.syntax
Typing information for the CST system.
Types() - Constructor for class org.codehaus.groovy.syntax.Types
 
typeSpec(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
TypeTransformers - Class in org.codehaus.groovy.vmplugin.v7
This class contains several transformers for used during method invocation.
TypeTransformers() - Constructor for class org.codehaus.groovy.vmplugin.v7.TypeTransformers
 
TypeUtil - Class in org.codehaus.groovy.classgen.asm.util
A utility for getting information of types
TypeUtil() - Constructor for class org.codehaus.groovy.classgen.asm.util.TypeUtil
 

U

UberCompileTask - Class in org.codehaus.groovy.ant
Compiles Java and Groovy source files.
UberCompileTask() - Constructor for class org.codehaus.groovy.ant.UberCompileTask
 
UNARY_MINUS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
UNARY_MINUS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
UNARY_PLUS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
UNARY_PLUS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
unaryExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
UnaryExpressionHelper - Class in org.codehaus.groovy.classgen.asm
A helper class used to generate bytecode for unary expressions.
UnaryExpressionHelper(WriterController) - Constructor for class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
unaryExpressionNotPlusMinus() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
unaryMinus(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Negates the number.
unaryMinus(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
unaryMinus(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
unaryMinus(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
unaryMinusExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
UnaryMinusExpression - Class in org.codehaus.groovy.ast.expr
 
UnaryMinusExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
unaryMinusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
unaryPlus(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns the number, effectively being a noop for numbers.
unaryPlus(Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
 
unaryPlus(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
unaryPlus(Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
unaryPlusExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
UnaryPlusExpression - Class in org.codehaus.groovy.ast.expr
 
UnaryPlusExpression(Expression) - Constructor for class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigDecimalMath
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.FloatingPointMath
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
unaryPlusImpl(Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
unbind() - Method in class groovy.swing.binding.AbstractSyntheticBinding
 
unbind() - Method in class org.codehaus.groovy.binding.AggregateBinding
 
unbind() - Method in class org.codehaus.groovy.binding.BindingProxy
 
unbind() - Method in interface org.codehaus.groovy.binding.BindingUpdatable
Causes automatic updating of bound values to be turned off.
unbind() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
unbind() - Method in class org.codehaus.groovy.binding.PropertyPathFullBinding
 
unbox(MethodVisitor, Class) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Generates the bytecode to unbox the current value on the stack
unbox(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
 
UNCACHED_CALL - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyInterface
flags for method and property calls
uncapitalize(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Convenience method to uncapitalize the first letter of a CharSequence (typically the first letter of a word).
UncheckedThrow - Class in org.apache.groovy.internal.util
Allows to throw a checked exception unchecked.
UncheckedThrow() - Constructor for class org.apache.groovy.internal.util.UncheckedThrow
 
undeclareBean(BSFDeclaredBean) - Method in class org.codehaus.groovy.bsf.GroovyEngine
Undeclare a previously declared bean.
Undefined - Class in groovy.transform
Java doesn't allow you to have null as an attribute value.
Undefined.CLASS - Class in groovy.transform
 
Undefined.EXCEPTION - Exception in groovy.transform
 
UNDERLINE - Static variable in class groovy.ui.text.StructuredSyntaxHandler
 
UNDO - Static variable in class groovy.ui.text.StructuredSyntaxResources
 
undo() - Method in class groovy.ui.text.TextUndoManager
 
undoableEditHappened(UndoableEditEvent) - Method in class groovy.ui.text.TextUndoManager
 
unescape(String) - Static method in class groovy.json.JsonLexer
Replace unicode escape and other control characters with real characters
unescaped(CharSequence) - Static method in class groovy.json.JsonOutput
Obtains JSON unescaped text for the given text
unescaped() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
unescapeJava(String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.
unescapeJavaScript(String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any JavaScript literals found in the String.
unescapeJavaScript(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.
unexpand(CharSequence) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpand(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpand(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpand(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpand(CharSequence) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces sequences of whitespaces with tabs using tabStops of size 8.
unexpand(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces sequences of whitespaces with tabs.
unexpand(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
unexpand(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
unexpandLine(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpandLine(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
unexpandLine(CharSequence, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Replaces sequences of whitespaces with tabs within a line.
unexpandLine(String, int) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
Deprecated.
Use the CharSequence version
UnicodeConst - Class in org.apache.groovy.internal.util
 
UnicodeConst() - Constructor for class org.apache.groovy.internal.util.UnicodeConst
 
UnicodeEscapingReader - Class in org.codehaus.groovy.antlr
Translates GLS-defined unicode escapes into characters.
UnicodeEscapingReader(Reader, SourceBuffer) - Constructor for class org.codehaus.groovy.antlr.UnicodeEscapingReader
Constructor.
UnicodeLexerSharedInputState - Class in org.codehaus.groovy.antlr
GRECLIPSE-805 Support for unicode escape sequences
UnicodeLexerSharedInputState(UnicodeEscapingReader) - Constructor for class org.codehaus.groovy.antlr.UnicodeLexerSharedInputState
 
unique(Iterator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator with all duplicated items removed by using Groovy's default number-aware comparator.
unique(Collection<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this collection to remove all duplicated items, using Groovy's default number-aware comparator.
unique(List<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Modifies this List to remove all duplicated items, using Groovy's default number-aware comparator.
unique(Collection<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given Collection using Groovy's default number-aware comparator.
unique(List<T>, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given List using Groovy's default number-aware comparator.
unique(Iterator<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator but with all duplicated items removed by using a Closure to determine duplicate (equal) items.
unique(Collection<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for making a collection unique using a Closure to determine duplicate (equal) items.
unique(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for making a List unique using a Closure to determine duplicate (equal) items.
unique(Collection<T>, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for making a collection unique using a Closure to determine duplicate (equal) items.
unique(List<T>, boolean, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for making a List unique using a Closure to determine duplicate (equal) items.
unique(Iterator<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Returns an iterator equivalent to this iterator with all duplicated items removed by using the supplied comparator.
unique(Collection<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given Collection.
unique(List<T>, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given List.
unique(Collection<T>, boolean, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given Collection.
unique(List<T>, boolean, Comparator<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Remove all duplicates from a given List.
unique(MethodNode) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
unit - Variable in exception org.codehaus.groovy.control.CompilationFailedException
 
unit - Variable in class org.codehaus.groovy.macro.transform.MacroTransformation
 
unitValidator - Variable in class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
 
UNKNOWN - Static variable in class org.codehaus.groovy.syntax.Types
 
UNKNOWN_PARAMETER_TYPE - Static variable in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
This is for internal use only.
unknownAST(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
UnlimitedConcurrentCache<K,V> - Class in org.codehaus.groovy.runtime.memoize
A cache backed by a ConcurrentHashMap
UnlimitedConcurrentCache() - Constructor for class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Constructs a cache with unlimited size
UnlimitedConcurrentCache(int) - Constructor for class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Constructs a cache with unlimited size and set its initial capacity
UnlimitedConcurrentCache(Map<? extends K, ? extends V>) - Constructor for class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Constructs a cache and initialize the cache with the specified map
unlock() - Method in class org.codehaus.groovy.reflection.ClassInfo
 
unlock() - Method in class org.codehaus.groovy.util.LockableObject
 
unmarshal(Unmarshaller, String, Class<T>) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Unmarshal xml data from the given String to object of the given type.
unmarshal(JAXBContext, String, Class<T>) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Unmarshal xml data from the given String to object of the given type.
Unparsed - Annotation Type in groovy.cli
Indicates that a method or property will contain the remaining arguments.
unregisterTextComponent(JTextComponent) - Static method in class groovy.ui.text.FindReplaceUtility
 
UNSAFE_OVER_NEWLINES - Static variable in class org.codehaus.groovy.syntax.Types
 
UNSET() - Constructor for class groovy.transform.builder.InitializerStrategy.UNSET
 
unsupportedAttribute(BuilderASTTransformation, AnnotationNode, String) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
unsupportedAttribute(BuilderASTTransformation, AnnotationNode, String, String) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
 
UNUSED_CONST - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
UNUSED_DO - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
UNUSED_GOTO - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
unvisitedNodes - Variable in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
unwrap(Object[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
unwrap(GroovyRuntimeException) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
 
unwrap() - Method in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
unwrap() - Method in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
unwrap() - Method in class org.codehaus.groovy.runtime.wrappers.Wrapper
 
unwrap(GroovyRuntimeException) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
unwrap(Object) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
Unwraps a Wrapper.
UNWRAP_EXCEPTION - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
UNWRAP_METHOD - Static variable in class org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
update() - Method in class org.codehaus.groovy.binding.AbstractFullBinding
 
update() - Method in class org.codehaus.groovy.binding.AggregateBinding
 
update() - Method in class org.codehaus.groovy.binding.BindingProxy
 
update() - Method in interface org.codehaus.groovy.binding.BindingUpdatable
Causes the values to be propagated from the source to the target
update() - Method in class org.codehaus.groovy.binding.MutualPropertyBinding
 
updateConstantMetaClass(MetaClassRegistryChangeEvent) - Method in interface groovy.lang.MetaClassRegistryChangeEventListener
Called when the a constant MetaClass is updated.
updated(Calendar, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Legacy alias for copyWith.
updated(Date, Map<Object, Integer>) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Legacy alias for copyWith.
updated(Calendar, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
updated(Date, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
updateHash(int, boolean) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, char) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Character) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, int) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Integer) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, long) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Long) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, float) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Float) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, double) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Double) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, Object) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, boolean[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, char[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, byte[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, short[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, int[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, long[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, float[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateHash(int, double[]) - Static method in class org.codehaus.groovy.util.HashCodeHelper
 
updateLocalSyntheticProperties(Map<String, TriggerBinding>) - Method in class org.codehaus.groovy.binding.BindPath
 
updatePath(PropertyChangeListener, Object, Set) - Method in class org.codehaus.groovy.binding.BindPath
Called when we detect a change somewhere down our path.
updateTargetValue(Object) - Method in class org.codehaus.groovy.binding.PropertyBinding
 
updateTargetValue(Object) - Method in class org.codehaus.groovy.binding.PropertyChangeProxyTargetBinding
 
updateTargetValue(Object) - Method in interface org.codehaus.groovy.binding.TargetBinding
 
upto(Temporal, Temporal, Closure) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Iterates from this to the to Temporal, inclusive, incrementing by one unit each iteration, calling the closure once per iteration.
upto(Temporal, Temporal, TemporalUnit, Closure) - Static method in class org.apache.groovy.datetime.extensions.DateTimeExtensions
Iterates from this to the to Temporal, inclusive, incrementing by one unit each iteration, calling the closure once per iteration.
upto(Date, Date, Closure) - Static method in class org.apache.groovy.dateutil.extensions.DateUtilExtensions
Iterates from this date up to the given date, inclusive, incrementing by one day each time.
upto(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.
upto(Date, Date, Closure) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
upto(Calendar, Calendar, Closure) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
Deprecated.
upto(Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(long, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(Long, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(float, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(Float, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(double, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(Double, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(BigInteger, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
upto(BigDecimal, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number, inclusive, incrementing by one each time.
URLReaderSource - Class in org.codehaus.groovy.control.io
A ReaderSource for source files hosted at a URL.
URLReaderSource(URL, CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.io.URLReaderSource
Creates the ReaderSource from a File descriptor.
URLStreams - Class in org.codehaus.groovy.util
 
use(Closure) - Method in class groovy.lang.ProxyMetaClass
Use the ProxyMetaClass for the given Closure.
use(GroovyObject, Closure) - Method in class groovy.lang.ProxyMetaClass
Use the ProxyMetaClass for the given Closure.
use(Object, Class, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Scoped use method
use(Object, List<Class>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Scoped use method with list of categories.
use(Object, Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows you to use a list of categories, specifying the list as varargs.
use(List<Class>, Closure<T>) - Method in class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo
 
use(Class, Closure<T>) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
Create a scope based on given categoryClass and invoke closure within that scope.
use(List<Class>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.GroovyCategorySupport
Create a scope based on given categoryClasses and invoke closure within that scope.
useAccessible() - Method in class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
 
useCache - Variable in class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
 
useMetaClass - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
 
utc(long) - Static method in class org.apache.groovy.json.internal.Dates
 
Utilities - Class in org.codehaus.groovy.tools
Various utility functions for use in the compiler.
Utilities() - Constructor for class org.codehaus.groovy.tools.Utilities
 

V

validate() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
 
validate() - Method in class org.codehaus.groovy.ant.UberCompileTask
 
validateAttributes(AbstractASTTransformation, AnnotationNode) - Method in class groovy.transform.options.DefaultPropertyHandler
 
validateAttributes(AbstractASTTransformation, AnnotationNode) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
validateAttributes(AbstractASTTransformation, AnnotationNode) - Method in class groovy.transform.options.LegacyHashMapPropertyHandler
 
validateAttributes(AbstractASTTransformation, AnnotationNode) - Method in class groovy.transform.options.PropertyHandler
 
validateFiles(String[]) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
 
validateProperties(AbstractASTTransformation, BlockStatement, ClassNode, List<PropertyNode>) - Method in class groovy.transform.options.DefaultPropertyHandler
 
validateProperties(AbstractASTTransformation, BlockStatement, ClassNode, List<PropertyNode>) - Method in class groovy.transform.options.ImmutablePropertyHandler
 
validateProperties(AbstractASTTransformation, BlockStatement, ClassNode, List<PropertyNode>) - Method in class groovy.transform.options.LegacyHashMapPropertyHandler
 
validateProperties(AbstractASTTransformation, BlockStatement, ClassNode, List<PropertyNode>) - Method in class groovy.transform.options.PropertyHandler
 
validator - Variable in class org.codehaus.groovy.binding.AbstractFullBinding
 
value() - Method in class groovy.util.Node
Returns an Object representing the value of the node.
Value - Interface in org.apache.groovy.json.internal
 
value - Variable in class org.apache.groovy.json.internal.ValueContainer
 
value - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.Entry
 
Value - Class in org.codehaus.groovy.runtime.powerassert
A value recorded during evaluation of an assertion, along with the column it is associated with in the assertion's normalized source text.
Value(Object, int) - Constructor for class org.codehaus.groovy.runtime.powerassert.Value
 
value - Variable in class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
 
ValueContainer - Class in org.apache.groovy.json.internal
 
ValueContainer(Object, Type, boolean) - Constructor for class org.apache.groovy.json.internal.ValueContainer
 
ValueContainer(Type) - Constructor for class org.apache.groovy.json.internal.ValueContainer
 
ValueContainer(Map<String, Object>) - Constructor for class org.apache.groovy.json.internal.ValueContainer
 
ValueContainer(List<Object>) - Constructor for class org.apache.groovy.json.internal.ValueContainer
 
ValueConvertable<V1,V2> - Interface in org.codehaus.groovy.runtime.memoize
To support caches whose values are convertable, e.g.
ValueHolder - Class in groovy.model
A simple ValueModel implementation which is a holder of an object value.
ValueHolder() - Constructor for class groovy.model.ValueHolder
 
ValueHolder(Class) - Constructor for class groovy.model.ValueHolder
 
ValueHolder(Object) - Constructor for class groovy.model.ValueHolder
 
ValueIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.ValueIterator
 
ValueList - Class in org.apache.groovy.json.internal
 
ValueList(boolean) - Constructor for class org.apache.groovy.json.internal.ValueList
 
ValueMap<K,V> - Interface in org.apache.groovy.json.internal
 
ValueMapImpl - Class in org.apache.groovy.json.internal
This map is for object serialization mainly.
ValueMapImpl() - Constructor for class org.apache.groovy.json.internal.ValueMapImpl
 
ValueModel - Interface in groovy.model
Represents a model of a value
valueOf(String) - Static method in enum groovy.io.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.io.FileVisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.json.JsonParserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.json.JsonTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.transform.AnnotationCollectorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.transform.AutoCloneStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.transform.options.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.transform.PackageScopeTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.transform.TypeCheckingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.util.ObservableList.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.util.ObservableMap.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum groovy.util.ObservableSet.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class groovy.xml.QName
Returns a QName holding the value of the specified String.
valueOf(String) - Static method in enum org.apache.groovy.json.internal.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.groovy.json.internal.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.binding.PropertyBinding.UpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.control.CompilePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.macro.runtime.MacroStub
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.runtime.memoize.EvictableCache.EvictionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.transform.sc.StaticCompilationMetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.util.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CALL_TYPES
Returns the enum constant of this type with the specified name.
ValueRecorder - Class in org.codehaus.groovy.runtime.powerassert
Records values produced during evaluation of an assertion statement's truth expression.
ValueRecorder() - Constructor for class org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
values() - Static method in enum groovy.io.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.io.FileVisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.json.JsonParserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.json.JsonTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class groovy.lang.MapWithDefault
 
values() - Method in class groovy.sql.GroovyRowResult
 
values() - Static method in enum groovy.transform.AnnotationCollectorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.transform.AutoCloneStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.transform.options.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.transform.PackageScopeTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.transform.TypeCheckingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class groovy.util.ConfigObject
 
values() - Static method in enum groovy.util.ObservableList.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum groovy.util.ObservableMap.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class groovy.util.ObservableMap
 
values() - Static method in enum groovy.util.ObservableSet.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.groovy.json.internal.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.groovy.json.internal.LazyMap
 
values() - Method in class org.apache.groovy.json.internal.LazyValueMap
 
values() - Static method in enum org.apache.groovy.json.internal.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.groovy.json.internal.ValueMapImpl
Return a collection of values.
values() - Method in class org.apache.groovy.plugin.GroovyRunnerRegistry
Returns a collection of all registered runners.
values() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
values() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
values() - Static method in enum org.codehaus.groovy.binding.PropertyBinding.UpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.groovy.control.CompilePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.groovy.macro.runtime.MacroBuilder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.groovy.macro.runtime.MacroStub
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.codehaus.groovy.runtime.memoize.CommonCache
Get all cached values
values() - Method in class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
Get all cached values
values() - Static method in enum org.codehaus.groovy.runtime.memoize.EvictableCache.EvictionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.codehaus.groovy.runtime.memoize.EvictableCache
Get all cached values
values() - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
Get all cached values
values - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
 
values() - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
Returns a collection view of the values contained in this map.
values() - Static method in enum org.codehaus.groovy.transform.sc.StaticCompilationMetadataKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.groovy.transform.stc.StaticTypesMarker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.codehaus.groovy.util.AbstractConcurrentMapBase
 
values() - Method in class org.codehaus.groovy.util.ListHashMap
 
values() - Method in class org.codehaus.groovy.util.ManagedConcurrentLinkedQueue
Returns a list containing all values from this queue in the sequence they were added.
values() - Static method in enum org.codehaus.groovy.util.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.groovy.vmplugin.v7.IndyInterface.CALL_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
vararg() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
 
VARBINARY - Static variable in class groovy.sql.Sql
 
VARBINARY(Object) - Static method in class groovy.sql.Sql
 
VARCHAR - Static variable in class groovy.sql.Sql
 
VARCHAR(Object) - Static method in class groovy.sql.Sql
 
Variable - Interface in org.codehaus.groovy.ast
interface to mark a AstNode as Variable.
VARIABLE_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
VARIABLE_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
VARIABLE_PARAMETER_DEF - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
VARIABLE_PARAMETER_DEF - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
variableDeclarator(AST, AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
Declaration of a variable.
variableDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
variableDefinitions(AST, AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
variableExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
VariableExpression - Class in org.codehaus.groovy.ast.expr
Represents a local variable name, the simplest form of expression.
VariableExpression(String, ClassNode) - Constructor for class org.codehaus.groovy.ast.expr.VariableExpression
 
VariableExpression(String) - Constructor for class org.codehaus.groovy.ast.expr.VariableExpression
 
VariableExpression(Variable) - Constructor for class org.codehaus.groovy.ast.expr.VariableExpression
 
VariableExpressionTransformer - Class in org.codehaus.groovy.transform.sc.transformers
Transformer for VariableExpression the bytecode backend wouldn't be able to handle otherwise.
VariableExpressionTransformer() - Constructor for class org.codehaus.groovy.transform.sc.transformers.VariableExpressionTransformer
 
VariableExpressionTypeMemoizer(Map<VariableExpression, ClassNode>) - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer
 
variableLengthParameterDeclaration() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
variableNotAlwaysInitialized(VariableExpression) - Method in interface org.codehaus.groovy.classgen.FinalVariableAnalyzer.VariableNotFinalCallback
Callback used whenever a variable is declared as final, but can remain in an uninitialized state
variableNotFinal(Variable, Expression) - Method in interface org.codehaus.groovy.classgen.FinalVariableAnalyzer.VariableNotFinalCallback
Callback called whenever an assignment transforms an effectively final variable into a non final variable (aka, breaks the "final" modifier contract)
VariableScope - Class in org.codehaus.groovy.ast
Represents a variable scope.
VariableScope() - Constructor for class org.codehaus.groovy.ast.VariableScope
 
VariableScope(VariableScope) - Constructor for class org.codehaus.groovy.ast.VariableScope
 
VariableScopeVisitor - Class in org.codehaus.groovy.classgen
Initializes the variable scopes for an AST.
VariableScopeVisitor(SourceUnit, boolean) - Constructor for class org.codehaus.groovy.classgen.VariableScopeVisitor
 
VariableScopeVisitor(SourceUnit) - Constructor for class org.codehaus.groovy.classgen.VariableScopeVisitor
 
VariableSlotLoader - Class in org.codehaus.groovy.classgen.asm
 
VariableSlotLoader(ClassNode, int, OperandStack) - Constructor for class org.codehaus.groovy.classgen.asm.VariableSlotLoader
 
VariableSlotLoader(int, OperandStack) - Constructor for class org.codehaus.groovy.classgen.asm.VariableSlotLoader
 
varInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
varX(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
varX(Variable) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
varX(String, ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
 
verbose - Variable in class groovy.servlet.AbstractHttpServlet
Controls almost all log output.
verbose(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
verbose - Variable in class org.codehaus.groovy.control.messages.ExceptionMessage
 
VERBOSE - Static variable in class org.codehaus.groovy.tools.shell.IO.Verbosity
 
verbosity - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
VERBOSITY_KEY - Static variable in class org.codehaus.groovy.tools.shell.util.Preferences
 
Verifier - Class in org.codehaus.groovy.classgen
Verifies the AST node and adds any default AST code before bytecode generation occurs.
Verifier() - Constructor for class org.codehaus.groovy.classgen.Verifier
 
verifier - Variable in class org.codehaus.groovy.control.CompilationUnit
 
Verifier.DefaultArgsAction - Interface in org.codehaus.groovy.classgen
 
VerifierCodeVisitor - Class in org.codehaus.groovy.classgen
Performs various checks on code inside methods and constructors including checking for valid field, variables names etc.
VerifyClass - Class in org.codehaus.groovy.ant
Verify Class files.
VerifyClass() - Constructor for class org.codehaus.groovy.ant.VerifyClass
 
verifyValue() - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
version - Variable in class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite
 
VersionProvider() - Constructor for class groovy.ui.GroovyMain.VersionProvider
 
VersionProvider() - Constructor for class org.codehaus.groovy.tools.FileSystemCompiler.VersionProvider
 
Vetoable - Annotation Type in groovy.beans
Annotates a groovy property or a class.
VetoableASTTransformation - Class in groovy.beans
Handles generation of code for the @Vetoable annotation, and @Bindable if also present.
VetoableASTTransformation() - Constructor for class groovy.beans.VetoableASTTransformation
 
Visibility - Enum in groovy.transform.options
Indicates the visibility of a node.
VisibilityOptions - Annotation Type in groovy.transform
Marker annotation used in the context of AST transformations to provide a custom visibility.
VisibilityUtils - Class in org.apache.groovy.ast.tools
 
visit(ASTNode[], SourceUnit) - Method in class groovy.beans.BindableASTTransformation
Handles the bulk of the processing, mostly delegating to other methods.
visit(ASTNode[], SourceUnit) - Method in class groovy.beans.VetoableASTTransformation
Handles the bulk of the processing, mostly delegating to other methods.
visit(ASTNode[], SourceUnit) - Method in class groovy.grape.GrabAnnotationTransformation
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.ASTNode
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.AnnotationConstantExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ArgumentListExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ArrayExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.AttributeExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.BinaryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.BitwiseNegationExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.BooleanExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.CastExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ClassExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ClosureExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ClosureListExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ConstantExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.DeclarationExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ElvisOperatorExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.EmptyExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.FieldExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.GStringExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.ListExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MapEntryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MapExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MethodCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.MethodPointerExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.NotExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PostfixExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PrefixExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.PropertyExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.RangeExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.SpreadExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.SpreadMapExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.StaticMethodCallExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.TernaryExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.TupleExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.UnaryMinusExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.UnaryPlusExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.expr.VariableExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.ImportNode
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.ast.MethodCallTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.ast.MixinASTTransformation
Deprecated.
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.ModuleNode
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.PackageNode
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.AssertStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.BreakStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.CaseStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.CatchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ContinueStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.DoWhileStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.EmptyStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ExpressionStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ForStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.IfStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ReturnStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.SwitchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.SynchronizedStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.ThrowStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.TryCatchStatement
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.ast.stmt.WhileStatement
 
visit(AnnotationNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visit(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.ExpressionAsVariableSlot
 
visit(int, int, String, String, String, String[]) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visit(String, Object) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visit(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.VariableSlotLoader
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
visit(MethodVisitor) - Method in class org.codehaus.groovy.classgen.BytecodeExpression
 
visit(MethodVisitor) - Method in class org.codehaus.groovy.classgen.BytecodeInstruction
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.classgen.BytecodeSequence
Delegates to the visit method used for this class.
visit(int, int, String, String, String, String[]) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
visit(AnnotationNode, AnnotationNode, AnnotatedNode, SourceUnit) - Method in class org.codehaus.groovy.transform.AnnotationCollectorTransform
Implementation method of the alias annotation processor.
visit(ASTNode[], SourceUnit) - Method in interface org.codehaus.groovy.transform.ASTTransformation
The method is invoked when an AST Transformation is active.
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AutoCloneASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AutoFinalASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.AutoImplementASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.BaseScriptASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.CategoryASTTransformation
Property invocations done on 'this' reference are transformed so that the invocations at runtime are done on the additional parameter 'self'
visit(AnnotationNode, AnnotationNode, AnnotatedNode, SourceUnit) - Method in class org.codehaus.groovy.transform.CompileDynamicProcessor
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.DelegateASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.EqualsAndHashCodeASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.ExternalizeMethodsASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.ExternalizeVerifierASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.ImmutableASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.IndexedPropertyASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.InheritConstructorsASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.LazyASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.LogASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.MapConstructorASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.MemoizedASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.NamedVariantASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.NewifyASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.NotYetImplementedASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.PackageScopeASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.ReadWriteLockASTTransformation
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.sc.StaticCompileTransformation
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.transform.sc.TemporaryVariableExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.transform.sc.transformers.CompareIdentityExpression
 
visit(GroovyCodeVisitor) - Method in class org.codehaus.groovy.transform.sc.transformers.CompareToNullExpression
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.SingletonASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.SortableASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.SourceURIASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.StaticTypesTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.SynchronizedASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.ToStringASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.trait.TraitASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
 
visitAbstract(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAbstract(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAbstract(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAbstract(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotation(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotation(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAnnotation(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotation(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotation(String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitAnnotation(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitAnnotationArrayInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotationArrayInit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotationArrayInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotationDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotationDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAnnotationDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotationDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotationDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitAnnotationDefault() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitAnnotationEnd() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitAnnotationExpression(String, AnnotationConstantExpression, ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visitAnnotationFieldDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotationFieldDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAnnotationFieldDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotationFieldDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotationFieldDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitAnnotationMemberValuePair(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotationMemberValuePair(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAnnotationMemberValuePair(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotationMemberValuePair(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotations(AnnotatedNode) - Method in class groovy.grape.GrabAnnotationTransformation
Adds the annotation to the internal target list if a match is found.
visitAnnotations(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAnnotations(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAnnotations(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAnnotations(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
Note: ignore it.
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitAnnotations(AnnotatedNode, int) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
If the annotation is annotated with GroovyASTTransformation the annotation is added to stageVisitors at the appropriate processor visitor.
visitAnnotations(AnnotatedNode) - Method in class org.codehaus.groovy.transform.ASTTransformationVisitor
Adds the annotation to the internal target list if a match is found.
visitArgumentlistExpression(ArgumentListExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitArgumentlistExpression(ArgumentListExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitArgumentlistExpression(ArgumentListExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitArgumentlistExpression(ArgumentListExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitArgumentlistExpression(ArgumentListExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitArray(String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitArrayDeclarator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitArrayDeclarator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitArrayDeclarator(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitArrayDeclarator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitArrayExpression(ArrayExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitArrayExpression(ArrayExpression) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitAssertStatement(AssertStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitAt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitAt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitAt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitAttribute(Attribute) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitAttributeExpression(AttributeExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitAttributeExpression(AttributeExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitAttributeExpression(AttributeExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitAttributeExpression(AttributeExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitAttributeExpression(AttributeExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitAttributeExpression(AttributeExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitBand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBand(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBandAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBandAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBandAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBandAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBigSuffix(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBigSuffix(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBigSuffix(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBinaryExpression(BinaryExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBinaryExpression(BinaryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.control.InstanceOfVerifier
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBinaryExpression(BinaryExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBitwiseNegationExpression(BitwiseNegationExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitBlock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBlock(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBlock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBlockStatement(BlockStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitBnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBnot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBooleanExpression(BooleanExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBooleanExpression(BooleanExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
return a primitive boolean value of the BooleanExpression.
visitBooleanExpression(BooleanExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBorAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBoxedArgument(Expression) - Method in class org.codehaus.groovy.classgen.asm.CallSiteWriter
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBreakStatement(BreakStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitBreakStatement(BreakStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBsr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBsr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBsr(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBsr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBsrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBsrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBsrAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBsrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBxor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBxor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBxor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBxor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBxorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitBxorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitBxorAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitBxorAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitBytecodeExpression(BytecodeExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitBytecodeExpression(BytecodeExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitBytecodeExpression(BytecodeExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitBytecodeExpression(BytecodeExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBytecodeExpression(BytecodeExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitBytecodeSequence(BytecodeSequence) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitBytecodeSequence(BytecodeSequence) - Method in class org.codehaus.groovy.classgen.ClassGenerator
 
visitCaseGroup(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitCaseGroup(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitCaseGroup(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitCaseGroup(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitCaseStatement(CaseStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitCaseStatement(CaseStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitCastExpression(CastExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitCastExpression(CastExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitCatchStatement(CatchStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitCatchStatement(CatchStatement) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitClass(ClassNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
Visit a ClassNode.
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.EnumCompletionVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.EnumVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.InnerClassCompletionVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
walk the class
visitClass(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.control.AnnotationConstantsVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.control.GenericsVisitor
 
visitClass(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.control.OptimizerVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitClass(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
visitClass(ClassNode, SourceUnit) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.transform.ASTTransformationCollectorCodeVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.transform.ASTTransformationVisitor
Main loop entry.
visitClass(ClassNode) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
visitClass(ClassNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitClassAnnotation(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitClassAttribute(Attribute) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitClassCodeContainer(Statement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitClassCodeContainer(Statement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitClassCodeContainer(Statement) - Method in class org.codehaus.groovy.tools.javac.JavaAwareResolveVisitor
 
visitClassCodeContainer(Statement) - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
visitClassDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.java.Groovifier
 
visitClassDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitClassDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitClassDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitClassDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitClassDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitClassEnd() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitClassExpression(ClassExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
load class object on stack
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitClassExpression(ClassExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitClassLiteral(MethodVisitor, ClassNode) - Static method in class org.codehaus.groovy.classgen.asm.BytecodeHelper
Visits a class literal.
visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitClosedBlock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitClosedBlock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitClosedBlock(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitClosedBlock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitClosingBlock(BlockStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitClosureExpression(ClosureExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.control.OptimizerVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
visitClosureExpression(ClosureExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitClosureList(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitClosureList(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitClosureList(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitClosureList(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitClosureListExpression(ClosureListExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitClosureListExpression(ClosureListExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitClosureListExpression(ClosureListExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitClosureListExpression(ClosureListExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitClosureListExpression(ClosureListExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitClosureOp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitClosureOp(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitClosureOp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitCode() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitColon(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitColon(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitColon(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitComma(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitComma(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitComma(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitCompareTo(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitCompareTo(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitCompareTo(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitCompareTo(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitConstantExpression(ConstantExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitConstantExpression(ConstantExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitConstantExpression(String, ConstantExpression, ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
Generate byte code for constants
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitConstantExpression(ConstantExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitConstructor(ConstructorNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
Visit a ConstructorNode.
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.InnerClassCompletionVisitor
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.tools.javac.JavaAwareResolveVisitor
 
visitConstructor(ConstructorNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.control.GenericsVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitConstructorCallExpression(ConstructorCallExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.control.AnnotationConstantsVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.control.StaticImportVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.transform.sc.transformers.StaticCompilationTransformer
 
visitConstructorOrMethod(MethodNode, boolean) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitContents(GroovyClassVisitor) - Method in class org.codehaus.groovy.ast.ClassNode
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitContinueStatement(ContinueStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitContinueStatement(ContinueStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitCtorCall(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitCtorIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitCtorIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitCtorIdent(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitCtorIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitCtorIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDec(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitDeclarationExpression(DeclarationExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.codehaus.groovy.control.GenericsVisitor
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.java.Groovifier
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.java.Java2GroovyConverter
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.java.PreJava2GroovyConverter
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.MindMapPrinter
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.NodeAsHTMLPrinter
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.NodeCollector
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.NodePrinter
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDefault(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDigit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDigit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDigit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDiv(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDiv(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDiv(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDiv(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDivAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDivAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDivAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDivAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDollar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDollar(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDollar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitDoWhileLoop(DoWhileStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
visitDynamicMember(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitDynamicMember(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitDynamicMember(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitDynamicMember(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitElist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitElist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitElist(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitElist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEmptyStat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEmptyStat(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEmptyStat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEmptyStatement(EmptyStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitEmptyStatement(EmptyStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitEnum(String, String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitEnumConstantDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEnumConstantDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitEnumConstantDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEnumConstantDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEnumConstantDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitEnumDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEnumDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitEnumDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEnumDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEnumDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitEnumExpression(String, PropertyExpression, ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visitEof(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEof(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEof(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitEqual(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitEsc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitEsc(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitEsc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitExponent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitExponent(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitExponent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitExport(String, int, String...) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitExpr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitExpr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitExpr(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitExpr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitExpression(String, Expression, ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitExpressionStatement(ExpressionStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
visitExtendsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitExtendsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitExtendsClause(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitExtendsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitExtendsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitField(FieldNode) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitField(FieldNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitField(FieldNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
Visit a FieldNode.
visitField(int, String, String, String, Object) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitField(FieldNode) - Method in class org.codehaus.groovy.control.GenericsVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitField(FieldNode) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitField(FieldNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitFieldAnnotation(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitFieldAttribute(Attribute) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitFieldEnd() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitFieldExpression(FieldExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitFieldExpression(FieldExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitFinal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitFinal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitFinal(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitFinal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitFloatSuffix(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitFloatSuffix(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitFloatSuffix(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForCondition(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitForCondition(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitForCondition(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitForCondition(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForEachClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitForEachClause(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitForEachClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitForInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitForInit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitForInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForInIterable(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitForInIterable(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitForInIterable(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitForInIterable(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForIterator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitForIterator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitForIterator(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitForIterator(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitForLoop(ForStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitForLoop(ForStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitGe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitGe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitGe(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitGe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitGenericType(GenericsType) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitGenericType(GenericsType) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitGenericType(GenericsType) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitGStringExpression(GStringExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitGStringExpression(GStringExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitGt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitGt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitGt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitGt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitHexDigit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitHexDigit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitHexDigit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitIdent(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitIdent(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitIfElse(IfStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitIfElse(IfStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitIincInsn(int, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitImplementsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitImplementsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitImplementsClause(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitImplementsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitImplementsClause(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitImplicitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitImplicitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitImplicitParameters(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitImplicitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitImport(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitImports(ModuleNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitImports(ModuleNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitInc(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitIndexOp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitIndexOp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitIndexOp(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitIndexOp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitInsn(int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitInstanceInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitInstanceInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitInstanceInit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitInstanceInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitInstanceofNot(BinaryExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitInterfaceDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitInterfaceDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitInterfaceDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitInterfaceDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitInterfaceDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitIntInsn(int, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitJumpInsn(int, Label) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLabel(Label) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLabeledArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLabeledArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLabeledArg(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLabeledArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLabeledStat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLabeledStat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLabeledStat(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLabeledStat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLand(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLand(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLbrack(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLbrack(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLbrack(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLcurly(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLcurly(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLcurly(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLdcInsn(Object) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLe(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLetter(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLetter(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLetter(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLineNumber(int, Label) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitListConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitListConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitListConstructor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitListConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitListExpression(ListExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitListExpression(String, ListExpression, ClassNode) - Method in class org.codehaus.groovy.classgen.AnnotationVisitor
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitListExpression(ListExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitListOfExpressions(List<? extends Expression>) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitLiteralAs(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralAs(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralAs(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralAs(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralAssert(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralAssert(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralAssert(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralAssert(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralBoolean(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralBoolean(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralBoolean(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralBoolean(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralBreak(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralBreak(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralBreak(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralBreak(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralByte(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralByte(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralByte(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralByte(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralCase(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralCase(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralCase(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralCase(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralCatch(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralChar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralChar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralChar(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralChar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralClass(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralClass(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralClass(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralContinue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralContinue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralContinue(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralContinue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralDefault(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralDefault(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralDouble(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralElse(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralElse(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralElse(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralEnum(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralEnum(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralEnum(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralExtends(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralExtends(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralExtends(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralFalse(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralFalse(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralFalse(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralFalse(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralFinally(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralFinally(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralFinally(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralFinally(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralFloat(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralFor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralFor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralFor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralFor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralIf(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralIf(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralIf(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralIf(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralImplements(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralImplements(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralImplements(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralImport(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralIn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralIn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralIn(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralIn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralInstanceof(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralInstanceof(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralInstanceof(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralInstanceof(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralInt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralInterface(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralInterface(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralInterface(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralLong(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralNative(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralNative(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralNative(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralNative(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralNew(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralNew(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralNew(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralNew(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralNull(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralNull(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralNull(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralNull(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralPackage(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralPackage(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralPackage(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralPrivate(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralPrivate(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralPrivate(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralPrivate(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralProtected(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralProtected(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralProtected(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralProtected(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralPublic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralPublic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralPublic(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralPublic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralReturn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralReturn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralReturn(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralReturn(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralShort(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralShort(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralShort(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralShort(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralStatic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralStatic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralStatic(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralStatic(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralSuper(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralSuper(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralSuper(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralSuper(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralSwitch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralSwitch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralSwitch(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralSwitch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralSynchronized(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralSynchronized(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralSynchronized(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralSynchronized(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralThis(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralThis(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralThis(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralThis(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralThreadsafe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralThreadsafe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralThreadsafe(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralThreadsafe(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralThrow(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralThrow(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralThrow(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralThrow(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralThrows(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralThrows(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralThrows(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralThrows(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralTransient(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralTransient(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralTransient(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralTransient(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralTrue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralTrue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralTrue(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralTrue(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralTry(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralTry(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralTry(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralTry(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralVoid(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralVoid(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralVoid(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralVoid(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralVolatile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralVolatile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralVolatile(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralVolatile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLiteralWhile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLiteralWhile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLiteralWhile(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLiteralWhile(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLnot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLnot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitLor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLparen(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLparen(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLparen(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitLt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitLt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitLt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitLt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMapConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMapConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMapConstructor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMapConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMapEntryExpression(MapEntryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitMapEntryExpression(MapEntryExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMapExpression(MapExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitMapExpression(MapExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitMaxs(int, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMemberPointer(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMemberPointer(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMemberPointer(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMemberPointer(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitMethod(MethodNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
Visit a MethodNode.
visitMethod(int, String, String, String, String[]) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.ReturnAdder
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.control.GenericsVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.codehaus.groovy.runtime.ProxyGeneratorAdapter
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.FieldASTTransformation
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitMethod(MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitMethodAnnotation(String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethodAttribute(Attribute) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethodCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMethodCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMethodCall(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMethodCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMethodCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitMethodCallArguments(ClassNode, ArgumentListExpression, boolean, MethodNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMethodCallExpression(MethodCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.ast.MethodInvocationTrap
Attempts to find AstBuilder 'from code' invocations.
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitMethodDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMethodDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMethodDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMethodDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMethodDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitMethodEnd() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethodInsn(int, String, String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMethodPointerExpression(MethodPointerExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitMethodPointerExpression(MethodPointerExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitMethodPointerExpression(MethodPointerExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitMethodPointerExpression(MethodPointerExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitMethodPointerExpression(MethodPointerExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMinus(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMinusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMinusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMinusAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMinusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMlComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMlComment(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMlComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMod(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMod(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMod(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMod(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitModAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitModAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitModAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitModAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitModifiers(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitModifiers(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitModifiers(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitModifiers(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitModule(String, int, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitModuleEnd() - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMultiANewArrayInsn(String, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitMultiCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMultiCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMultiCatch(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMultiCatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitMultiCatchTypes(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitMultiCatchTypes(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitMultiCatchTypes(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitMultiCatchTypes(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNls(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNls(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNls(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNode(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.TraversalHelper
 
visitNotEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNotEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNotEqual(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNotEqual(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitNotExpression(NotExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitNotExpression(NotExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitNullTreeLookahead(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNullTreeLookahead(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNullTreeLookahead(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumBigDecimal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumBigDecimal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumBigDecimal(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumBigDecimal(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumBigInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumBigInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumBigInt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumBigInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumDouble(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumDouble(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumFloat(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumFloat(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumInt(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumInt(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitNumLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitNumLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitNumLong(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitNumLong(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitObjblock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitObjblock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitObjblock(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitObjblock(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitObjectInitializerStatements(ClassNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitObjectInitializerStatements(ClassNode) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitOneNl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitOneNl(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitOneNl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitOptionalDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitOptionalDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitOptionalDot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitOptionalDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
Visitor - Interface in org.codehaus.groovy.antlr.treewalker
An interface for visiting a GroovySourceAST node.
visitor - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
 
VisitorAdapter - Class in org.codehaus.groovy.antlr.treewalker
A default implementation of all visitor methods.
VisitorAdapter() - Constructor for class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitOuterClass(String, String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitPackage(PackageNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitPackage(PackageNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitPackageDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitPackageDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitPackageDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitPackageDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitPackageDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitParameter(String, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitParameter(ASTNode, Parameter) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitParameterAnnotation(int, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitParameterDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitParameters(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitParameters(ASTNode, Parameter[]) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
 
visitPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitPlus(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitPlusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitPlusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitPlusAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitPlusAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitPostDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitPostDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitPostDec(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitPostDec(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPostfixExpression(PostfixExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitPostfixExpression(PostfixExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitPostInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitPostInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitPostInc(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitPostInc(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPrefixExpression(PrefixExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitPrefixExpression(PrefixExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitProperty(PropertyNode) - Method in interface org.codehaus.groovy.ast.GroovyClassVisitor
Visit a PropertyNode.
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.ClassCompletionVerifier
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.DummyClassGenerator
Creates a getter, setter and field
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.ExtendedVerifier
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.InnerClassVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.classgen.Verifier
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.control.ResolveVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitProperty(PropertyNode) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class groovy.sql.SqlOrderByVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitPropertyExpression(PropertyExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitPropertyExpression(PropertyExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitProvide(String, String...) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitQuestion(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitQuestion(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitQuestion(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitQuestion(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRangeExclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRangeExclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitRangeExclusive(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRangeExclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitRangeExpression(RangeExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitRangeExpression(RangeExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitRangeInclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRangeInclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitRangeInclusive(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRangeInclusive(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRbrack(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRbrack(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRbrack(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRcurly(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRcurly(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRcurly(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRegexFind(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRegexFind(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitRegexFind(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRegexFind(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRegexMatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRegexMatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitRegexMatch(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRegexMatch(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRegexpCtorEnd(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRegexpCtorEnd(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRegexpCtorEnd(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRegexpLiteral(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRegexpLiteral(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRegexpLiteral(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRegexpSymbol(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRegexpSymbol(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRegexpSymbol(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitRequire(String, int, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitReturnStatement(ReturnStatement) - Method in class groovy.sql.SqlOrderByVisitor
 
visitReturnStatement(ReturnStatement) - Method in class groovy.sql.SqlWhereVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitReturnStatement(ReturnStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitReturnStatement(ReturnStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitRparen(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitRparen(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitRparen(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSelectSlot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSelectSlot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSelectSlot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSelectSlot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSemi(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSemi(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSemi(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitShComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitShComment(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitShComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitShortTernaryExpression(ElvisOperatorExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitShortTernaryExpression(ElvisOperatorExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitShortTernaryExpression(ElvisOperatorExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitShortTernaryExpression(ElvisOperatorExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitSl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSl(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSlAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSlAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSlAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSlAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSlComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSlComment(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSlComment(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSlist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSlist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSlist(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSlist(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSource(String, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitSpreadArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSpreadArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSpreadArg(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSpreadArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSpreadDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSpreadDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSpreadDot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSpreadDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSpreadExpression(SpreadExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSpreadExpression(SpreadExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSpreadExpression(SpreadExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitSpreadExpression(SpreadExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitSpreadExpression(SpreadExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitSpreadExpression(SpreadExpression) - Method in class org.codehaus.groovy.transform.sc.StaticCompilationVisitor
 
visitSpreadMapArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSpreadMapArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSpreadMapArg(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSpreadMapArg(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSpreadMapExpression(SpreadMapExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSpreadMapExpression(SpreadMapExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSpreadMapExpression(SpreadMapExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitSpreadMapExpression(SpreadMapExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitSpreadMapExpression(SpreadMapExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitSr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSr(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSr(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSrAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSrAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStar(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStarAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStarStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStarStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStarStar(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStarStar(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStarStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStarStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStarStarAssign(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStarStarAssign(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStatement(Statement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitStatement(Statement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitStatement(Statement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitStaticImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStaticImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStaticImport(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStaticImport(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStaticInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStaticInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStaticInit(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStaticInit(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitStrictfp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStrictfp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStrictfp(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStrictfp(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringCh(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringCh(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringCh(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStringConstructor(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringConstructor(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringCtorEnd(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringCtorEnd(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringCtorEnd(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringCtorMiddle(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringCtorMiddle(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringCtorMiddle(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringCtorStart(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringCtorStart(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringCtorStart(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringLiteral(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringLiteral(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitStringLiteral(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringLiteral(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitStringNl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitStringNl(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitStringNl(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSuperCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitSuperCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitSuperCtorCall(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitSuperCtorCall(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSwitch(SwitchStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitSwitch(SwitchStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitSynchronizedStatement(SynchronizedStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitSynchronizedStatement(SynchronizedStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTernaryExpression(TernaryExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitTernaryExpression(TernaryExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitThrowStatement(ThrowStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitThrowStatement(ThrowStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitTraitDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTraitDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTraitDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTraitDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTraitDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitTripleDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTripleDot(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTripleDot(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTryCatchFinally(TryCatchStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitTupleExpression(TupleExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitTupleExpression(TupleExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitType(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitTypeArgument(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeArgument(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeArgument(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeArgument(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeArguments(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeArguments(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeArguments(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeArguments(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypecast(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypecast(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypecast(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypecast(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeInsn(int, String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitTypeLowerBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeLowerBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeLowerBounds(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeLowerBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeParameter(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeParameter(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeParameter(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeParameter(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeParameters(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeParameters(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitTypeUpperBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitTypeUpperBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitTypeUpperBounds(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitTypeUpperBounds(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUnaryMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitUnaryMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitUnaryMinus(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitUnaryMinus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitUnaryMinusExpression(UnaryMinusExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitUnaryPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitUnaryPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitUnaryPlus(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitUnaryPlus(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitUnaryPlusExpression(UnaryPlusExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitUnusedConst(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitUnusedConst(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitUnusedConst(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUnusedDo(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitUnusedDo(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitUnusedDo(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUnusedGoto(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitUnusedGoto(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitUnusedGoto(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitUse(String) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitVariableDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitVariableDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitVariableDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitVariableDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitVariableDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
 
visitVariableExpression(VariableExpression) - Method in class groovy.sql.SqlWhereVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitVariableExpression(VariableExpression) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
Visits a bare (unqualified) variable expression.
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.FinalVariableAnalyzer
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.VariableScopeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.classgen.VerifierCodeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.control.StaticVerifier
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.tools.gse.DependencyTracker
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.SharedVariableCollector
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer
 
visitVariableExpression(VariableExpression) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitVariableParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitVariableParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitVariableParameterDef(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitVariableParameterDef(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitVarInsn(int, int) - Method in class org.codehaus.groovy.classgen.asm.util.LoggableTextifier
 
visitVocab(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitVocab(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitVocab(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.ast.ClassCodeExpressionTransformer
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.ast.ClassCodeVisitorSupport
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.ast.CodeVisitorSupport
 
visitWhileLoop(WhileStatement) - Method in interface org.codehaus.groovy.ast.GroovyCodeVisitor
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.ast.TransformingCodeVisitor
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.control.LabelVerifier
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.macro.matcher.ContextualClassCodeVisitor
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
 
visitWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
 
visitWildcardType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitWildcardType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.SourcePrinter
 
visitWildcardType(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitWildcardType(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
visitWs(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.CompositeVisitor
 
visitWs(GroovySourceAST, int) - Method in interface org.codehaus.groovy.antlr.treewalker.Visitor
 
visitWs(GroovySourceAST, int) - Method in class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
 
vm8 - package vm8
 
VMPlugin - Interface in org.codehaus.groovy.vmplugin
Interface to access VM version based actions.
VMPluginFactory - Class in org.codehaus.groovy.vmplugin
Factory class to get functionality based on the VM version.
VMPluginFactory() - Constructor for class org.codehaus.groovy.vmplugin.VMPluginFactory
 
VOCAB - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
VOCAB - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
VOID - Static variable in class org.codehaus.groovy.ast.expr.ConstantExpression
 
VOID_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 
void_WRAPPER_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
 

W

waitForOrKill(long) - Method in class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
 
waitForOrKill(Process, long) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Wait for the process to finish during a certain amount of time, otherwise stops the process.
waitForProcessOutput(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.
waitForProcessOutput(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.
waitForProcessOutput(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.
warn(String) - Method in class org.codehaus.groovy.ant.LoggingHelper
 
warn(Object) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
warn(Object, Throwable) - Method in class org.codehaus.groovy.tools.shell.util.Logger
 
WarningMessage - Class in org.codehaus.groovy.control.messages
A class for warning messages.
WarningMessage(int, String, CSTNode, SourceUnit) - Constructor for class org.codehaus.groovy.control.messages.WarningMessage
Creates a new warning message.
WarningMessage(int, String, Object, CSTNode, SourceUnit) - Constructor for class org.codehaus.groovy.control.messages.WarningMessage
Creates a new warning message.
warnings - Variable in class org.codehaus.groovy.control.ErrorCollector
WarningMessages collected during processing
weigher(Weigher<? super V>) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity a value consumes.
weigher(EntryWeigher<? super K, ? super V>) - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity an entry consumes.
Weigher<V> - Interface in org.apache.groovy.util.concurrentlinkedhashmap
A class that can determine the weight of a value.
Weighers - Class in org.apache.groovy.util.concurrentlinkedhashmap
A common set of Weigher and EntryWeigher implementations.
weightedSize() - Method in class org.apache.groovy.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns the weighted size of this map.
weightOf(K, V) - Method in interface org.apache.groovy.util.concurrentlinkedhashmap.EntryWeigher
Measures an entry's weight to determine how many units of capacity that the key and value consumes.
weightOf(V) - Method in interface org.apache.groovy.util.concurrentlinkedhashmap.Weigher
Measures an object's weight to determine how many units of capacity that the value consumes.
whileStatement(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
 
WhileStatement - Class in org.codehaus.groovy.ast.stmt
Represents a while (condition) { ...
WhileStatement(BooleanExpression, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.WhileStatement
 
WideningCategories - Class in org.codehaus.groovy.ast.tools
This class provides helper methods to determine the type from a widening operation for example for a plus operation.
WideningCategories() - Constructor for class org.codehaus.groovy.ast.tools.WideningCategories
 
WideningCategories.LowestUpperBoundClassNode - Class in org.codehaus.groovy.ast.tools
This ClassNode specialization is used when the lowest upper bound of two types cannot be represented by an existing type.
WILDCARD_TYPE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
WILDCARD_TYPE - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 
wildcardType() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
with(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the closure to be called for the object reference self.
with(U, boolean, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the closure to be called for the object reference self.
with(Closure<T>) - Method in class org.codehaus.groovy.runtime.NullObject
Allows the closure to be called for NullObject
withBatch(Closure) - Method in class groovy.sql.DataSet
Performs the closure (containing batch operations) within a batch.
withBatch(int, Closure) - Method in class groovy.sql.DataSet
Performs the closure (containing batch operations) within a batch.
withBatch(Closure) - Method in class groovy.sql.Sql
Performs the closure (containing batch operations) within a batch.
withBatch(int, Closure) - Method in class groovy.sql.Sql
Performs the closure (containing batch operations) within a batch using a given batch size.
withBatch(String, Closure) - Method in class groovy.sql.Sql
Performs the closure (containing batch operations specific to an associated prepared statement) within a batch.
withBatch(int, String, Closure) - Method in class groovy.sql.Sql
Performs the closure (containing batch operations specific to an associated prepared statement) within a batch using a given batch size.
withBuilder(FactoryBuilderSupport, Closure) - Method in class groovy.util.FactoryBuilderSupport
Switches the builder's proxyBuilder during the execution of a closure.
This is useful to temporary change the building context to another builder without the need for a contrived setup.
withBuilder(FactoryBuilderSupport, String, Closure) - Method in class groovy.util.FactoryBuilderSupport
Switches the builder's proxyBuilder during the execution of a closure.
This is useful to temporary change the building context to another builder without the need for a contrived setup.
withBuilder(Map, FactoryBuilderSupport, String, Closure) - Method in class groovy.util.FactoryBuilderSupport
Switches the builder's proxyBuilder during the execution of a closure.
This is useful to temporary change the building context to another builder without the need for a contrived setup.
withCloseable(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Allows this closeable to be used within the closure, ensuring that it is closed once the closure has been executed and before this method returns.
withCloseable(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Allows this AutoCloseable to be used within the closure, ensuring that it is closed once the closure has been executed and before this method returns.
withCloseable(Closeable, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Deprecated.
withDataInputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withDataInputStream(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new DataInputStream for this file and passes it into the closure.
withDataInputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new DataInputStream for this file and passes it into the closure.
withDataOutputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withDataOutputStream(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new DataOutputStream for this file and passes it into the closure.
withDataOutputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new DataOutputStream for this file and passes it into the closure.
withDefault(Map<K, V>, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Wraps a map using the decorator pattern with a wrapper that intercepts all calls to get(key).
withDefault(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias for withLazyDefault which decorates a list allowing it to grow when called with index values outside the normal list bounds.
withDefault$$bridge(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withEagerDefault(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decorates a list allowing it to grow when called with a non-existent index value.
withEagerDefault$$bridge(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withFormatter(Appendable, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Invokes a Closure that uses a Formatter taking care of resource handling.
withFormatter(Appendable, Locale, Closure) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Invokes a Closure that uses a Formatter taking care of resource handling.
withIndex(Iterable<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an Iterable with indices in (value, index) order.
withIndex(Iterable<E>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an Iterable with indices in (value, index) order.
withIndex(Iterator<E>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an iterator with indices in (value, index) order.
withIndex(Iterator<E>, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Zips an iterator with indices in (value, index) order.
withInputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withInputStream(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withInputStream(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new InputStream for this file and passes it into the closure.
withInputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new InputStream for this file and passes it into the closure.
withInputStream(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a new InputStream for this URL and passes it into the closure.
withInstance(String, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL.
withInstance(String, Properties, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL and properties.
withInstance(String, Properties, String, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL, properties and driver classname.
withInstance(String, String, String, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL, user and password.
withInstance(String, String, String, String, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL.
withInstance(String, String, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given JDBC connection URL.
withInstance(Map<String, Object>, Closure) - Static method in class groovy.sql.Sql
Invokes a closure passing it a new Sql instance created from the given map of arguments.
withLazyDefault(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decorates a list allowing it to grow when called with a non-existent index value.
withLazyDefault$$bridge(List<T>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withLocale(String) - Method in class groovy.text.markup.MarkupTemplateEngine.TemplateResource
 
withObjectInputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectInputStream(File, ClassLoader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectInputStream(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectInputStream(InputStream, ClassLoader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectInputStream(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new ObjectInputStream for this file and pass it to the closure.
withObjectInputStream(InputStream, ClassLoader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new ObjectInputStream for this file and pass it to the closure.
withObjectInputStream(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new ObjectInputStream for this file and pass it to the closure.
withObjectInputStream(Path, ClassLoader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new ObjectInputStream for this file associated with the given class loader and pass it to the closure.
withObjectInputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new ObjectInputStream for this file and pass it to the closure.
withObjectInputStream(File, ClassLoader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new ObjectInputStream for this file associated with the given class loader and pass it to the closure.
withObjectOutputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectOutputStream(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectOutputStream(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new ObjectOutputStream for this output stream and then pass it to the closure.
withObjectOutputStream(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new ObjectOutputStream for this path and then pass it to the closure.
withObjectOutputStream(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new ObjectOutputStream for this file and then pass it to the closure.
withObjectStreams(Socket, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withObjectStreams(Socket, Closure<T>) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Creates an InputObjectStream and an OutputObjectStream from a Socket, and passes them to the closure.
withoutNulls(String[]) - Method in class groovy.inspect.Inspector
 
withOutputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withOutputStream(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a new OutputStream for this file and passes it into the closure.
withOutputStream(Process, Closure) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Creates a new buffered OutputStream as stdin for this process, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withOutputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a new OutputStream for this file and passes it into the closure.
withPrintWriter(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withPrintWriter(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withPrintWriter(Writer, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withPrintWriter(Writer, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new PrintWriter for this Writer.
withPrintWriter(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Create a new PrintWriter for this OutputStream.
withPrintWriter(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new PrintWriter for this file which is then passed it into the given closure.
withPrintWriter(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new PrintWriter with a specified charset for this file.
withPrintWriter(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new PrintWriter for this file which is then passed it into the given closure.
withPrintWriter(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new PrintWriter with a specified charset for this file.
withReader(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(Reader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withReader(Reader, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Allows this reader to be used within the closure, ensuring that it is closed before this method returns.
withReader(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Helper method to create a new Reader for a stream and then passes it into the closure.
withReader(InputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Helper method to create a new Reader for a stream and then passes it into the closure.
withReader(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new BufferedReader for this file and then passes it into the closure, ensuring the reader is closed after the closure returns.
withReader(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new BufferedReader for this file using the specified charset and then passes it into the closure, ensuring the reader is closed after the closure returns.
withReader(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new BufferedReader for this file and then passes it into the closure, ensuring the reader is closed after the closure returns.
withReader(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new BufferedReader for this file using the specified charset and then passes it into the closure, ensuring the reader is closed after the closure returns.
withReader(URL, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Helper method to create a new BufferedReader for a URL and then passes it to the closure.
withReader(URL, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Helper method to create a new Reader for a URL and then passes it to the closure.
WithReadLock - Annotation Type in groovy.transform
This annotation is used in conjunction with WithWriteLock to support read and write synchronization on a method.
withStatement(Closure) - Method in class groovy.sql.Sql
Allows a closure to be passed in to configure the JDBC statements before they are executed.
withStream(InputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withStream(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withStream(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Allows this input stream to be used within the closure, ensuring that it is flushed and closed before this method returns.
withStream(U, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Passes this OutputStream to the closure, ensuring that the stream is closed after the closure returns, regardless of errors.
withStreams(Socket, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withStreams(Socket, Closure<T>) - Static method in class org.codehaus.groovy.runtime.SocketGroovyMethods
Passes the Socket's InputStream and OutputStream to the closure.
withTraits(Object, Class<?>...) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Dynamically wraps an instance into something which implements the supplied trait classes.
withTransaction(Closure) - Method in class groovy.sql.DataSet
 
withTransaction(Closure) - Method in class groovy.sql.Sql
Performs the closure within a transaction using a cached connection.
withTypeChecker(Closure<R>) - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
 
WithWriteLock - Annotation Type in groovy.transform
This annotation is used in conjunction with WithReadLock to support read and write synchronization on a method.
withWriter(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriter(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriter(Writer, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriter(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriter(OutputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriter(Writer, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Allows this writer to be used within the closure, ensuring that it is flushed and closed before this method returns.
withWriter(OutputStream, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a writer from this stream, passing it to the given closure.
withWriter(OutputStream, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Creates a writer from this stream, passing it to the given closure.
withWriter(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a new BufferedWriter for this file, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriter(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a new BufferedWriter for this file, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriter(Path, String, boolean, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Creates a new BufferedWriter for this file, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriter(Process, Closure) - Static method in class org.codehaus.groovy.runtime.ProcessGroovyMethods
Creates a new BufferedWriter as stdin for this process, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriter(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a new BufferedWriter for this file, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriter(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Creates a new BufferedWriter for this file, passes it to the closure, and ensures the stream is flushed and closed after the closure returns.
withWriterAppend(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriterAppend(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
withWriterAppend(Path, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new BufferedWriter which will append to this file.
withWriterAppend(Path, String, boolean, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new BufferedWriter which will append to this file.
withWriterAppend(Path, Closure<T>) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Create a new BufferedWriter for this file in append mode.
withWriterAppend(File, String, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new BufferedWriter which will append to this file.
withWriterAppend(File, Closure<T>) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Create a new BufferedWriter for this file in append mode.
wrap(Object) - Method in class groovy.util.Proxy
This method is for convenience.
wrap(Class[]) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
 
wrapBlock(Statement) - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
Takes a statement and wraps it into a block statement which first element is the interruption check statement.
wrapLoggingMethodCall(Expression, String, Expression) - Method in class groovy.util.logging.Commons.CommonsLoggingStrategy
 
wrapLoggingMethodCall(Expression, String, Expression) - Method in class groovy.util.logging.Log.JavaUtilLoggingStrategy
 
wrapLoggingMethodCall(Expression, String, Expression) - Method in class groovy.util.logging.Log4j.Log4jLoggingStrategy
 
wrapLoggingMethodCall(Expression, String, Expression) - Method in class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
 
wrapLoggingMethodCall(Expression, String, Expression) - Method in class groovy.util.logging.Slf4j.Slf4jLoggingStrategy
 
wrapLoggingMethodCall(Expression, String, Expression) - Method in interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategy
 
wrapped - Variable in class org.codehaus.groovy.runtime.wrappers.GroovyObjectWrapper
 
wrapped - Variable in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
 
Wrapper - Class in org.codehaus.groovy.runtime.wrappers
 
Wrapper(Class) - Constructor for class org.codehaus.groovy.runtime.wrappers.Wrapper
 
wrapTypeIfNecessary(ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
Returns a wrapped type if, and only if, the provided class node is a primitive type.
Writable - Interface in groovy.lang
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself.
WritableFile - Class in org.codehaus.groovy.runtime
A Writable File.
WritableFile(File) - Constructor for class org.codehaus.groovy.runtime.WritableFile
 
WritableFile(File, String) - Constructor for class org.codehaus.groovy.runtime.WritableFile
 
WritablePath - Class in org.codehaus.groovy.runtime
A Writable Path.
WritablePath(Path) - Constructor for class org.codehaus.groovy.runtime.WritablePath
 
WritablePath(Path, String) - Constructor for class org.codehaus.groovy.runtime.WritablePath
 
write(Object, String, Object) - Method in class groovy.beans.DefaultPropertyAccessor
 
write(Object, String, Object) - Method in class groovy.beans.DefaultPropertyWriter
 
write(Object, String, Object) - Method in interface groovy.beans.PropertyWriter
 
write(char[], int, int) - Method in class groovy.io.PlatformLineWriter
 
write(Object, String, Object[], String) - Method in class groovy.lang.TracingInterceptor
 
write(int) - Method in class groovy.text.markup.DelegatingIndentWriter
 
write(char[]) - Method in class groovy.text.markup.DelegatingIndentWriter
 
write(char[], int, int) - Method in class groovy.text.markup.DelegatingIndentWriter
 
write(String) - Method in class groovy.text.markup.DelegatingIndentWriter
 
write(String, int, int) - Method in class groovy.text.markup.DelegatingIndentWriter
 
write(byte[], int, int) - Method in class groovy.ui.SystemOutputInterceptor
Intercepts output - more common case of byte[]
write(int) - Method in class groovy.ui.SystemOutputInterceptor
Intercepts output - single characters
write(int) - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
write(char[], int, int) - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
write(String) - Method in class org.apache.groovy.io.StringBuilderWriter
Writes a String to the StringBuilder.
write(char[], int, int) - Method in class org.apache.groovy.io.StringBuilderWriter
Writes a portion of a character array to the StringBuilder.
write(char[], int, int) - Method in class org.apache.groovy.json.internal.CharBuf
 
write(int) - Method in class org.codehaus.groovy.antlr.SourceBuffer
Writes the specified character into the buffer
write(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
write(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.ErrorCollector
Writes error messages to the specified PrintWriter.
write(char[], int, int) - Method in class org.codehaus.groovy.control.io.NullWriter
 
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.ExceptionMessage
Writes out a nicely formatted summary of the exception.
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.LocatedMessage
 
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.Message
Writes the message to the specified PrintWriter.
write(PrintWriter) - Method in class org.codehaus.groovy.control.messages.Message
A synonym for write( writer, owner, null ).
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.SimpleMessage
 
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.SyntaxErrorMessage
Writes out a nicely formatted summary of the syntax error.
write(PrintWriter, Janitor) - Method in class org.codehaus.groovy.control.messages.WarningMessage
 
write(Writer, Writable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
write(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
write(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
write(char[], int, int) - Method in class org.codehaus.groovy.runtime.FlushingStreamWriter
 
write(int) - Method in class org.codehaus.groovy.runtime.FlushingStreamWriter
 
write(String, int, int) - Method in class org.codehaus.groovy.runtime.FlushingStreamWriter
 
write(Writer, Object) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
Writes an object to a Writer using Groovy's default representation for the object.
write(Writer, Writable) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
A helper method so that dynamic dispatch of the writer.write(object) method will always use the more efficient Writable.writeTo(writer) mechanism if the object implements the Writable interface.
write(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the text to the Path without writing a BOM .
write(Path, String, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the text to the Path.
write(Path, String, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the text to the Path without writing a BOM, using the specified encoding.
write(Path, String, String, boolean) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
Write the text to the Path, using the specified encoding.
write(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the text to the File without writing a BOM.
write(File, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the text to the File.
write(File, String, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the text to the File without writing a BOM, using the specified encoding.
write(File, String, String, boolean) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
Write the text to the File, using the specified encoding.
write(int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a single character.
write(char[], int, int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a portion of an array of characters.
write(String) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a string.
write(String, int, int) - Method in class org.codehaus.groovy.runtime.StringBufferWriter
Write a portion of a string.
write(PrintWriter) - Method in class org.codehaus.groovy.syntax.CSTNode
Formats the node and writes it to the specified Writer.
write(PrintWriter, String) - Method in class org.codehaus.groovy.syntax.CSTNode
Formats the node and writes it to the specified Writer.
write(PrintStream) - Method in class org.codehaus.groovy.tools.ErrorReporter
Writes the error to the specified PrintStream.
write(PrintWriter) - Method in class org.codehaus.groovy.tools.ErrorReporter
Writes the error to the specified PrintWriter.
writeAICCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeArray(Class<?>, Object, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes array and writes it into specified buffer.
writeArray(List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
writeAssert(AssertStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeAssertStatement(AssertStatement) - Method in class org.codehaus.groovy.classgen.asm.AssertionWriter
 
writeBitwiseNegate(BitwiseNegationExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesUnaryExpressionHelper
 
writeBitwiseNegate(BitwiseNegationExpression) - Method in class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
writeBitwiseOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
writeBitwiseOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
writes some the bitwise operations.
writeBitwiseOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
writeBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
 
writeBlockStatement(BlockStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeBreak(BreakStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeCaseStatement(CaseStatement, int, Label, Label) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeCharSequence(CharSequence, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes any char sequence and writes it into specified buffer.
writeClasses(GroovyRootDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writeClassToOutput(GroovyClassDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writeClosure(ClosureExpression) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
 
writeCollectionWithClosure(Writer, Collection, Closure) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
writeContinue(ContinueStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeDate(Date, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes date and writes it into specified buffer.
writeDirectMethodCall(MethodNode, boolean, Expression, TupleExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeDirectMethodCall(MethodNode, boolean, Expression, TupleExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
writeDivision(boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
writeDivision(boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writeDivision(boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
writeDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeDoWhileLoop(DoWhileStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeExceptionTable(CompileStack.BlockRecorder, Label, String) - Method in class org.codehaus.groovy.classgen.asm.CompileStack
 
writeExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeExpressionStatement(ExpressionStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeForInLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeForInLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
 
writeForInLoop(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeForLoopWithClosureList(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeForLoopWithClosureList(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeForStatement(ForStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeGetProperty(Expression, String, boolean, boolean, boolean) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
writeIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeIfElse(IfStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeIndent() - Method in class groovy.text.markup.DelegatingIndentWriter
 
writeInfo(Class, String, Object[]) - Method in class groovy.lang.TracingInterceptor
 
writeInvokeConstructor(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeInvokeConstructor(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
writeInvokeMethod(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeInvokeMethod(MethodCallExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
writeInvokeStaticMethod(StaticMethodCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeIterator(Iterator<?>, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes iterator and writes it into specified buffer.
writeIteratorHasNext(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeIteratorHasNext(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeIteratorNext(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeIteratorNext(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeLine(BufferedWriter, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Deprecated.
writeLine(BufferedWriter, String) - Static method in class org.codehaus.groovy.runtime.IOGroovyMethods
Write the text and append a newline (using the platform's line-ending).
writeMap(Map<?, ?>, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes map and writes it into specified buffer.
writeMapEntry(String, Object, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes a map entry and writes it into specified buffer.
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
writeMinusMinus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
writeName(String) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
writeNormalConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.indy.InvokeDynamicWriter
 
writeNormalConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeNotExpression(NotExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesUnaryExpressionHelper
 
writeNotExpression(NotExpression) - Method in class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
writeNumber(Class<?>, Number, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes Number value and writes it into specified buffer.
writeObject(Object, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
 
writeObject(String, Object, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes object and writes it into specified buffer.
writePackages(GroovyRootDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writePackageToOutput(GroovyPackageDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
 
writePlusPlus(MethodVisitor) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
writePostOrPrefixMethod(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
writePostOrPrefixMethod(int, String, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionHelper
 
writePostOrPrefixMethod(int, String, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionMultiTypeDispatcher
 
writePostOrPrefixMethod(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writePostOrPrefixMethod(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
 
writePostOrPrefixMethod(int, String, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.indy.IndyBinHelper
 
writePostOrPrefixMethod(int, String, Expression, Expression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesBinaryExpressionMultiTypeDispatcher
 
writer - Variable in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
writer - Variable in class groovy.lang.TracingInterceptor
 
writer - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
writeRaw(CharSequence, CharBuf) - Method in class groovy.json.DefaultJsonGenerator
Serializes any char sequence and writes it into specified buffer without performing any manipulation of the given text.
WriterController - Class in org.codehaus.groovy.classgen.asm
 
WriterController() - Constructor for class org.codehaus.groovy.classgen.asm.WriterController
 
WriterControllerFactory - Interface in org.codehaus.groovy.classgen.asm
A non static factory to get alternative writer controller to be stored in the meta data
writeReturn(ReturnStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeReturn(ReturnStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeRoot(GroovyRootDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writeRootDocToOutput(GroovyRootDoc, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
 
writeShiftOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
 
writeShiftOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
Write shifting operations.
writeShiftOp(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
 
writeSpaceship(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writeSpaceship(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
writes the spaceship operator, type should be COMPARE_TO
writeSpecialConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.InvocationWriter
 
writeSpecialConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
 
writeStatementLabel(Statement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeStdCompare(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
writes some int standard operations for compares
writeStdCompare(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
writes a std compare.
writeStdOperators(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryBooleanExpressionHelper
 
writeStdOperators(int, boolean) - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
 
writeSwitch(SwitchStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeSynchronized(SynchronizedStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeThrow(ThrowStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeTo(Writer) - Method in class groovy.json.JsonBuilder
The JSON builder implements the Writable interface, so that you can have the builder serialize itself the JSON payload to a writer.
writeTo(Writer) - Method in class groovy.lang.GString
 
writeTo(Writer) - Method in interface groovy.lang.Writable
Writes this object to the given writer.
writeTo(Writer) - Method in class groovy.text.markup.BaseTemplate
Main method used to render a template.
writeTo(Writer) - Method in class groovy.util.ConfigObject
Writes this config object into a String serialized representation which can later be parsed back using the parse() method
writeTo(Writer) - Method in class groovy.util.slurpersupport.Attribute
 
writeTo(Writer) - Method in class groovy.util.slurpersupport.Attributes
 
writeTo(Writer) - Method in class groovy.util.slurpersupport.NoChildren
Does not write any output, just returns the writer.
writeTo(Writer) - Method in class groovy.util.slurpersupport.Node
 
writeTo(Writer) - Method in class groovy.util.slurpersupport.NodeChild
 
writeTo(Writer) - Method in class groovy.util.slurpersupport.NodeChildren
 
writeTo(Writer) - Method in class groovy.util.slurpersupport.ReplacementNode
NOP
writeTo(Writer) - Method in class org.codehaus.groovy.runtime.WritableFile
 
writeTo(Writer) - Method in class org.codehaus.groovy.runtime.WritablePath
 
writeToOutput(String, String, String) - Method in class org.codehaus.groovy.tools.groovydoc.FileOutputTool
 
writeToOutput(String, String, String) - Method in class org.codehaus.groovy.tools.groovydoc.MockOutputTool
 
writeToOutput(String, String, String) - Method in interface org.codehaus.groovy.tools.groovydoc.OutputTool
 
writeTryCatchFinally(TryCatchStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writeUnaryMinus(UnaryMinusExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesUnaryExpressionHelper
 
writeUnaryMinus(UnaryMinusExpression) - Method in class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
writeUnaryPlus(UnaryPlusExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesUnaryExpressionHelper
 
writeUnaryPlus(UnaryPlusExpression) - Method in class org.codehaus.groovy.classgen.asm.UnaryExpressionHelper
 
writeValue(Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
 
writeWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.classgen.asm.OptimizingStatementWriter
 
writeWhileLoop(WhileStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
 
writingAttribute - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
 
WS - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
 
WS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
 

X

x(Object, String) - Static method in class groovy.util.Eval
Evaluates the specified String expression and makes the parameter available inside the script bound to a variable named 'x', returning the result.
xmlDeclaration() - Method in class groovy.text.markup.BaseTemplate
Renders an XML declaration header.
xmlDeclaration(Map<String, Object>) - Method in class groovy.xml.MarkupBuilderHelper
Produce an XML declaration in the output.
XmlGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines all the new XML-related groovy methods which enhance the normal JDK XML classes when inside the Groovy environment.
XmlGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.XmlGroovyMethods
 
XmlNodePrinter - Class in groovy.util
Prints a groovy.util.Node (as used with XmlParser) including all children in XML format.
XmlNodePrinter(PrintWriter) - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter(PrintWriter, String) - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter(PrintWriter, String, String) - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter(IndentPrinter) - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter(IndentPrinter, String) - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter() - Constructor for class groovy.util.XmlNodePrinter
 
XmlNodePrinter.NamespaceContext - Class in groovy.util
 
XmlParser - Class in groovy.util
A helper class for parsing XML into a tree of Node instances for a simple way of processing XML.
XmlParser() - Constructor for class groovy.util.XmlParser
Creates a non-validating and namespace-aware XmlParser which does not allow DOCTYPE declarations in documents.
XmlParser(boolean, boolean) - Constructor for class groovy.util.XmlParser
Creates a XmlParser which does not allow DOCTYPE declarations in documents.
XmlParser(boolean, boolean, boolean) - Constructor for class groovy.util.XmlParser
Creates a XmlParser.
XmlParser(XMLReader) - Constructor for class groovy.util.XmlParser
 
XmlParser(SAXParser) - Constructor for class groovy.util.XmlParser
 
XmlSlurper - Class in groovy.util
Parse XML into a document tree that may be traversed similar to XPath expressions.
XmlSlurper() - Constructor for class groovy.util.XmlSlurper
Creates a non-validating and namespace-aware XmlSlurper which does not allow DOCTYPE declarations in documents.
XmlSlurper(boolean, boolean) - Constructor for class groovy.util.XmlSlurper
Creates a XmlSlurper which does not allow DOCTYPE declarations in documents.
XmlSlurper(boolean, boolean, boolean) - Constructor for class groovy.util.XmlSlurper
Creates a XmlSlurper.
XmlSlurper(XMLReader) - Constructor for class groovy.util.XmlSlurper
 
XmlSlurper(SAXParser) - Constructor for class groovy.util.XmlSlurper
 
XmlTemplateEngine - Class in groovy.text
Template engine for use in templating scenarios where both the template source and the expected output are intended to be XML.
XmlTemplateEngine() - Constructor for class groovy.text.XmlTemplateEngine
 
XmlTemplateEngine(String, boolean) - Constructor for class groovy.text.XmlTemplateEngine
 
XmlTemplateEngine(XmlParser, ClassLoader) - Constructor for class groovy.text.XmlTemplateEngine
 
XmlTemplateEngine(XmlParser, GroovyShell) - Constructor for class groovy.text.XmlTemplateEngine
 
XmlUtil - Class in groovy.xml
Used for pretty printing XML content and other XML related utilities.
XmlUtil() - Constructor for class groovy.xml.XmlUtil
 
xor(BitSet, BitSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise XOR together two BitSets.
xor(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise XOR together two Numbers.
xor(Boolean, Boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Exclusive disjunction of two boolean operators
xor(Number, Number) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
xor(byte, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(byte, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(byte, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(byte, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(short, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(short, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(short, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(short, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(int, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(int, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(int, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(int, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(long, byte) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(long, short) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(long, int) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(long, long) - Static method in class org.codehaus.groovy.runtime.typehandling.NumberMathModificationInfo
 
xor(int, int) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
xor(long, long) - Static method in class org.codehaus.groovy.vmplugin.v7.IndyMath
 
xorImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.BigIntegerMath
 
xorImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.IntegerMath
 
xorImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.LongMath
 
xorImpl(Number, Number) - Method in class org.codehaus.groovy.runtime.typehandling.NumberMath
 
xpath(Node, String, QName) - Static method in class groovy.xml.dom.DOMCategory
 
xpath(Node, String) - Static method in class groovy.xml.dom.DOMCategory
 
XStreamUtils - Class in org.codehaus.groovy.control
 
XStreamUtils() - Constructor for class org.codehaus.groovy.control.XStreamUtils
 
xy(Object, Object, String) - Static method in class groovy.util.Eval
Evaluates the specified String expression and makes the first two parameters available inside the script bound to variables named 'x' and 'y' respectively, returning the result.
xyz(Object, Object, Object, String) - Static method in class groovy.util.Eval
Evaluates the specified String expression and makes the first three parameters available inside the script bound to variables named 'x', 'y', and 'z' respectively, returning the result.

Y

years - Variable in class groovy.time.BaseDuration
 
yield(Object) - Method in class groovy.text.markup.BaseTemplate
Renders the object provided as parameter using its Object.toString() method, The contents is rendered after being escaped for XML, enforcing valid XML output.
yield(Object) - Method in class groovy.xml.MarkupBuilderHelper
Prints data in the body of the current tag, escaping XML entities.
yield(String) - Method in class groovy.xml.MarkupBuilderHelper
Prints data in the body of the current tag, escaping XML entities.
yieldUnescaped(Object) - Method in class groovy.text.markup.BaseTemplate
Renders the object provided as parameter using its Object.toString() method, The contents is rendered as is, unescaped.
yieldUnescaped(Object) - Method in class groovy.xml.MarkupBuilderHelper
Print data in the body of the current tag.
yieldUnescaped(String) - Method in class groovy.xml.MarkupBuilderHelper
Print data in the body of the current tag.

Z

zArrayGet(boolean[], int) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
get value from boolean[] using normalized index
zArraySet(boolean[], int, boolean) - Static method in class org.codehaus.groovy.runtime.BytecodeInterface8
set value from boolean[] using normalized index
ZERO - Static variable in class org.apache.groovy.internal.util.UnicodeConst
 

_

__currentChar - Variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
__index - Variable in class org.apache.groovy.json.internal.JsonParserCharArray
 
__TIMESTAMP - Static variable in class org.codehaus.groovy.classgen.Verifier
 
__TIMESTAMP__ - Static variable in class org.codehaus.groovy.classgen.Verifier
 
_idx(char[], int, byte[]) - Static method in class org.apache.groovy.json.internal.Chr
 
_idx(char[], int, char[]) - Static method in class org.apache.groovy.json.internal.Chr
 
_idx(char[], int, char[], int) - Static method in class org.apache.groovy.json.internal.Chr
 
_idx(char[], int, byte[], int, int) - Static method in class org.apache.groovy.json.internal.Chr
 
_len(int) - Method in class org.apache.groovy.json.internal.CharBuf
 
_tokenNames - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_0 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_0 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_0 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_1 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_1 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_1 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_10 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_10 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_11 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_11 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_12 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_12 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_13 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_13 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_14 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_15 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_16 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_17 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_18 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_19 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_2 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_2 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_2 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_20 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_21 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_22 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_23 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_24 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_25 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_26 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_27 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_28 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_29 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_3 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_3 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_3 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_30 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_31 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_32 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_33 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_34 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_35 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_36 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_37 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_38 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_39 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_4 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_4 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_4 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_40 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_41 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_42 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_43 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_44 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_45 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_46 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_47 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_48 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_49 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_5 - Static variable in class org.codehaus.groovy.antlr.java.JavaLexer
 
_tokenSet_5 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_5 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_50 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_51 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_6 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_6 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_7 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_7 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_8 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_8 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
_tokenSet_9 - Static variable in class org.codehaus.groovy.antlr.java.JavaRecognizer
 
_tokenSet_9 - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
 
$ 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 _ 
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.