- 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.
- 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
-
- AbstractConcurrentDoubleKeyMap<K1,K2,V> - Class in org.codehaus.groovy.util
-
- AbstractConcurrentDoubleKeyMap(Object) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- 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
-
- AbstractConcurrentMap.Segment(int) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
-
- 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
-
- AbstractConcurrentMapBase.Segment(int) - Constructor for class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
-
- 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
-
- 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
-
- aCase() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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(String) - Method in class groovy.json.internal.CharBuf
-
- add(int) - Method in class groovy.json.internal.CharBuf
-
- add(boolean) - Method in class groovy.json.internal.CharBuf
-
- add(byte) - Method in class groovy.json.internal.CharBuf
-
- add(short) - Method in class groovy.json.internal.CharBuf
-
- add(long) - Method in class groovy.json.internal.CharBuf
-
- add(double) - Method in class groovy.json.internal.CharBuf
-
- add(float) - Method in class groovy.json.internal.CharBuf
-
- add(char[]) - Method in class groovy.json.internal.CharBuf
-
- add(char[], int) - Method in class groovy.json.internal.CharBuf
-
- add(byte[]) - Method in class groovy.json.internal.CharBuf
-
- add(byte[], int, int) - Method in class groovy.json.internal.CharBuf
-
- add(char) - Method in class groovy.json.internal.CharBuf
-
- add(char[], char) - Static method in class groovy.json.internal.Chr
-
- add(char[], String) - Static method in class groovy.json.internal.Chr
-
- add(char[], StringBuilder) - Static method in class groovy.json.internal.Chr
-
- add(char[], char[]) - Static method in class groovy.json.internal.Chr
-
- add(char[]...) - Static method in class groovy.json.internal.Chr
-
- add(MapItemValue) - Method in class groovy.json.internal.LazyValueMap
-
Adds a new MapItemValue to the mapping.
- add(Object) - Method in class groovy.json.internal.ValueList
-
- add(MapItemValue) - Method in interface groovy.json.internal.ValueMap
-
- add(MapItemValue) - Method in class groovy.json.internal.ValueMapImpl
-
Add a MapItemValue to the map.
- add(Object) - 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(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.ManagedLinkedList
-
adds a value to the list
- addAll(int, Collection) - Method in class groovy.lang.EmptyRange
-
Always throws UnsupportedOperationException
for an empty range.
- addAll(Collection) - 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<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Adds all items from the iterator to the Collection.
- addAll(Collection<T>, Iterable<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 groovy.json.internal.CharBuf
-
- addBigInteger(BigInteger) - Method in class groovy.json.internal.CharBuf
-
- addBinding(BindingUpdatable) - Method in class org.codehaus.groovy.binding.AggregateBinding
-
- addBoolean(boolean) - Method in class groovy.json.internal.CharBuf
-
- addByte(byte) - Method in class 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 groovy.json.internal.CharBuf
-
- addChar(int) - Method in class groovy.json.internal.CharBuf
-
- addChar(short) - Method in class groovy.json.internal.CharBuf
-
- addChar(char) - Method in class groovy.json.internal.CharBuf
-
- addChars(char[]) - Method in class 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.
- 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
-
- addCovariantMethods(ClassNode) - Method in class org.codehaus.groovy.classgen.Verifier
-
- 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 groovy.json.internal.CharBuf
-
- addDouble(Double) - Method in class 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) - 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 class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
-
- addErrorAndContinue(Message) - Method in class org.codehaus.groovy.control.ErrorCollector
-
Adds an error to the message set, but does not cause a failure.
- 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 groovy.json.internal.CharBuf
-
- addFloat(Float) - Method in class groovy.json.internal.CharBuf
-
- addGeneratedClosureConstructorCall(ConstructorCallExpression) - Method in class org.codehaus.groovy.classgen.asm.ClosureWriter
-
- addGeneratedInnerClass(InnerClassNode) - Method in class org.codehaus.groovy.ast.CompileUnit
-
- 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 groovy.json.internal.CharBuf
-
- addInt(Integer) - Method in class groovy.json.internal.CharBuf
-
- addInterface(ClassNode) - Method in class org.codehaus.groovy.ast.ClassNode
-
- addInterfaceName(String) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
-
- additionals - Static variable in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- additiveExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- additiveExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- addJsonEscapedString(String) - Method in class groovy.json.internal.CharBuf
-
- addJsonEscapedString(char[]) - Method in class groovy.json.internal.CharBuf
-
- addJsonFieldName(String) - Method in class groovy.json.internal.CharBuf
-
- addJsonFieldName(char[]) - Method in class groovy.json.internal.CharBuf
-
- addLine(String) - Method in class groovy.json.internal.CharBuf
-
- addLine(CharSequence) - Method in class 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 groovy.json.internal.CharBuf
-
- addLong(Long) - Method in class groovy.json.internal.CharBuf
-
- addMapConstructors(ClassNode, boolean) - Static method in class org.codehaus.groovy.classgen.EnumCompletionVisitor
-
- addMapConstructors(ClassNode, boolean, String) - Static method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
-
- 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
-
- 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 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
-
- addQuoted(char[]) - Method in class groovy.json.internal.CharBuf
-
- addQuoted(String) - Method in class 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 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
-
- 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 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(String, String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- 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
-
- 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
-
- 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 groovy.json.internal.BaseJsonParser
-
- ALPHA_0 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_1 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_1 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_2 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_2 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_3 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_3 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_4 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_4 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_5 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_5 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_6 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_6 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_7 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_7 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_8 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_8 - Static variable in class groovy.json.internal.CharScanner
-
- ALPHA_9 - Static variable in class groovy.json.internal.BaseJsonParser
-
- ALPHA_9 - Static variable in class 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
-
- andExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- annotationArguments() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- AnnotationCollector - Annotation Type in groovy.transform
-
The AnnotationCollector can be used to define aliases for groups of
annotations.
- 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.
- AnnotationCollectorTransform.ClassChanger() - Constructor for class org.codehaus.groovy.transform.AnnotationCollectorTransform.ClassChanger
-
- 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
-
- annotationDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationField() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationIdent() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationMemberArrayInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationMemberArrayValueInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationMemberArrayValueInitializer() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationMemberValueInitializer() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationMemberValueInitializer() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationMemberValuePair() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- annotationMemberValuePair() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationMemberValuePairs() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- AnnotationNode - Class in org.codehaus.groovy.ast
-
Represents an annotation which can be attached to interfaces, classes, methods and fields.
- 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
-
- annotationsInternal() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- annotationsOpt() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- AnnotationVisitor - Class in org.codehaus.groovy.classgen
-
An Annotation visitor responsible with:
- 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
-
- anntotationMemberValuePairs() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- anonymousInnerClassDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- 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(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(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.
- 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.
- 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.
- 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, String) - 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, String) - 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, String) - 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.
- 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.
- 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.
- 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, 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, 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, using a specified encoding.
- appendedBlock(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
An appended block follows any expression.
- 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(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
-
- argList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- argument() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A single argument in (...) or [...].
- argumentClassIsParameterClass(Class, Class) - Static method in class org.codehaus.groovy.vmplugin.v7.TypeHelper
-
Realizes an unsharp equal for the class.
- argumentLabel() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A label for an argument is of the form a:b, 'a':b, "a":b, (a):b, etc..
- argumentLabelStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
For lookahead only.
- 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(char...) - Static method in class groovy.json.internal.Chr
-
- ARRAY - Static variable in class groovy.sql.Sql
-
- ARRAY(Object) - Static method in class groovy.sql.Sql
-
- 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
-
- 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
-
- 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 groovy.json.internal
-
- ArrayUtils() - Constructor for class 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(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 an 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
-
Coerce a GroovyResultSet to a boolean value.
- 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.
- 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
-
- 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<? extends K, ? extends V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
A convenience method for creating an immutable map.
- asImmutable(SortedMap<K, ? extends V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
A convenience method for creating an immutable sorted map.
- asImmutable(List<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
A convenience method for creating an immutable list
- asImmutable(Set<? extends T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
A convenience method for creating an immutable list.
- asImmutable(SortedSet<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
A convenience method for creating an immutable sorted set.
- asImmutable(Collection<? extends 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_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
-
- 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
-
- assignmentExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- assignmentLessExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- 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
-
- ASTParserException - Exception in org.codehaus.groovy.antlr
-
Thrown when trying to parse the AST
- ASTParserException(ASTRuntimeException) - Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTParserException(String, ASTRuntimeException) - Constructor for exception org.codehaus.groovy.antlr.ASTParserException
-
- ASTRuntimeException - Exception in org.codehaus.groovy.antlr
-
- ASTRuntimeException(AST, String) - Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- ASTRuntimeException(AST, String, Throwable) - Constructor for exception org.codehaus.groovy.antlr.ASTRuntimeException
-
- 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(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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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.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.
- 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
-
- Cache<KEY,VALUE> - Interface in groovy.json.internal
-
Cache
- cache - Variable in class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
-
- cache - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
-
- 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.CachedMethodComparatorByName() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorByName
-
- CachedClass.CachedMethodComparatorWithString - Class in org.codehaus.groovy.reflection
-
- CachedClass.CachedMethodComparatorWithString() - Constructor for class org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
-
- 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
-
- 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
-
- 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 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
-
- 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(Collection, 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(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(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(Collection, 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(Closure) - Method in class groovy.json.StreamingJsonBuilder
-
A closure passed to a JSON builder will create a root JSON object
- 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(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
-
- 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) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- callClosureForMapEntryAndCounter(Closure<T>, Map.Entry, 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, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- callSuperX(String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- callThisX(String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- callThisX(String) - 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, 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(Expression, String) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- callX(ClassNode, String, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- callX(ClassNode, String) - 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.
- Canonical - Annotation Type in groovy.transform
-
Class annotation used to assist in the creation of mutable classes.
- CanonicalASTTransformation - Class in org.codehaus.groovy.transform
-
Handles generation of code for the @Canonical annotation.
- CanonicalASTTransformation() - Constructor for class org.codehaus.groovy.transform.CanonicalASTTransformation
-
- 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 interface org.codehaus.groovy.plugin.GroovyRunner
-
- canRun(Class, GroovyClassLoader) - Method in class org.codehaus.groovy.testng.TestNgRunner
-
Utility method to check via reflection if the parsed class appears to be a TestNG
test, i.e.&nsbp;checks whether it appears to be using the relevant TestNG annotations.
- capacity - Variable in class groovy.json.internal.CharBuf
-
- 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
-
- casesGroup() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- caseSList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- caseSList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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) - 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
-
- 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
-
- 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 groovy.json.internal
-
- charArray - Variable in class groovy.json.internal.JsonParserCharArray
-
- charAt(int) - Method in class groovy.json.internal.CharBuf
-
- charAt(int) - Method in class groovy.json.internal.CharSequenceValue
-
- charAt(int) - Method in class groovy.json.internal.ValueContainer
-
- charAt(int) - Method in class groovy.lang.GString
-
- CharBuf - Class in groovy.json.internal
-
- CharBuf(char[]) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf(byte[]) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf(int) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf() - Constructor for class groovy.json.internal.CharBuf
-
- charDescription(int) - Method in class groovy.json.internal.BaseJsonParser
-
- chars(String) - Static method in class groovy.json.internal.Chr
-
- CharScanner - Class in groovy.json.internal
-
- CharScanner() - Constructor for class groovy.json.internal.CharScanner
-
- CharSequenceValue - Class in groovy.json.internal
-
- CharSequenceValue(boolean, Type, int, int, char[], boolean, boolean) - Constructor for class groovy.json.internal.CharSequenceValue
-
- charset - Variable in class groovy.json.internal.BaseJsonParser
-
- Charsets - Class in groovy.json.internal
-
- Charsets() - Constructor for class groovy.json.internal.Charsets
-
- 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.
- charTo(byte[], char) - Static method in class groovy.json.internal.Byt
-
- charUnbox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
-
- charValue() - Method in class groovy.json.internal.CharSequenceValue
-
- charValue() - Method in class groovy.json.internal.NumberValue
-
- charValue() - Method in interface groovy.json.internal.Value
-
- charValue() - Method in class 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
-
- 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(ComplexKeyHashMap.Entry, Object, Object) - Method in class org.codehaus.groovy.util.DoubleKeyHashMap
-
- 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
-
- 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
-
- checkIncludeExclude(AnnotationNode, List<String>, List<String>, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
-
- checkIncludeExclude(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
-
- 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
-
- checkSuspiciousExpressionStatement(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
If two statements are separated by newline (not SEMI), the second had
better not look like the latter half of an expression.
- 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
-
Given a list of candidate methods, returns the one which best matches 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 groovy.json.internal.CharSequenceValue
-
- chop() - Method in class groovy.json.internal.NumberValue
-
- chop() - Method in interface groovy.json.internal.Value
-
- chop() - Method in class groovy.json.internal.ValueContainer
-
- chopList() - Method in class groovy.json.internal.ValueList
-
- chopMap() - Method in class groovy.json.internal.LazyValueMap
-
Chop this map.
- Chr - Class in groovy.json.internal
-
- Chr() - Constructor for class groovy.json.internal.Chr
-
- 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
-
- classBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- classCache - Variable in class groovy.lang.GroovyClassLoader
-
this cache contains the loaded classes or PARSING, if the class is currently parsed
- 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
-
- ClassCompletionVerifier - Class in org.codehaus.groovy.classgen
-
ClassCompletionVerifier
- 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
-
- classDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
A helper class used by the runtime to allow Groovy classes to be extended at runtime
- ClassExtender() - Constructor for class org.codehaus.groovy.runtime.ClassExtender
-
- classField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- classField() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- classgenCallback - Variable in class org.codehaus.groovy.control.CompilationUnit
-
- 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
-
- 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.
- ClassNodeResolver.LookupResult(SourceUnit, ClassNode) - Constructor for class org.codehaus.groovy.control.ClassNodeResolver.LookupResult
-
creates a new LookupResult.
- classOrInterfaceType(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- classOrInterfaceType(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- classTypeSpec(boolean) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- classTypeSpec(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- clean() - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
-
- 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.LRUCache
-
Replying on the Collections.SynchronizedMap thread-safe iteration implementation the method will 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.json.internal.LazyMap
-
- clear() - Method in class groovy.json.internal.ValueList
-
- 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.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.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
-
- clearAndCopy() - Method in class 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
-
- clearTime(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
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.codehaus.groovy.runtime.DateGroovyMethods
-
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.codehaus.groovy.runtime.DateGroovyMethods
-
Clears the time portion of this Calendar instance; useful utility
where it makes sense to compare month/day/year only portions of a Calendar.
- 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.json.internal.LazyMap
-
- 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.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
- cloneDelegateAndGetContent(Closure<?>) - Static method in class groovy.json.JsonDelegate
-
Factory method for creating JsonDelegate
s from closures.
- 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
-
- cloneToken(Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Clones the token
- 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
-
- closableBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A block which is known to be a closure, even if it has no apparent arguments.
- closableBlockConstructorExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- closableBlockParam() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Simple names, as in {x|...}, are completely equivalent to {(def x)|...}.
- closableBlockParamsOpt(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Closure parameters are exactly like method parameters,
except that they are not enclosed in parentheses, but rather
are prepended to the front of a block, just after the brace.
- closableBlockParamsStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Lookahead to check whether a block begins with explicit closure arguments.
- 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.json.internal.CharBuf
-
- 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.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_ACTION_COMMAND - Static variable in class groovy.ui.text.FindReplaceUtility
-
- CLOSED_BRACKET - Static variable in class groovy.json.internal.BaseJsonParser
-
- CLOSED_BRACKET - Static variable in class groovy.json.internal.CharScanner
-
- CLOSED_CURLY - Static variable in class groovy.json.internal.BaseJsonParser
-
- CLOSED_CURLY - Static variable in class 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<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
-
- 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 { statement }
or { i -> statement } or { i, x, String y -> statement }
- 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.
- closureList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 the 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.
- 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 the Closure expressions.
- 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
-
- 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, 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(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(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(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(List<T>, int, int, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Deprecated.
use the Iterable variant instead
- 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) - 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, 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(Collection<S>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through this collection transforming each entry into a new value using the transform
closure
returning a list of transformed values.
- collect(Collection<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(Collection<E>, 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_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 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 groovy.json.internal.BaseJsonParser
-
- COMMA - Static variable in class 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
-
- commandArgument() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- commandArguments(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A member name (x.y) or element name (x[y]) can serve as a command name,
which may be followed by a list of arguments.
- commandArgumentsGreedy(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- 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
-
- Commons.CommonsLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Commons.CommonsLoggingStrategy
-
- compact(char[][]) - Static method in class groovy.json.internal.CharScanner
-
- 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(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
-
- compatibleBodyStatement() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
In Java, "if", "while", and "for" statements can take random, non-braced statements as their bodies.
- CompilationCustomizer - Class in org.codehaus.groovy.control.customizers
-
- 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
-
- compilationUnit() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- compilationUnit() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.ClassgenCallback() - Constructor for class org.codehaus.groovy.control.CompilationUnit.ClassgenCallback
-
- CompilationUnit.GroovyClassOperation - Class in org.codehaus.groovy.control
-
- CompilationUnit.GroovyClassOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.GroovyClassOperation
-
- CompilationUnit.PrimaryClassNodeOperation - Class in org.codehaus.groovy.control
-
An callback interface for use in the applyToSourceUnits loop driver.
- CompilationUnit.PrimaryClassNodeOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
-
- 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.ProgressCallback() - Constructor for class org.codehaus.groovy.control.CompilationUnit.ProgressCallback
-
- CompilationUnit.SourceUnitOperation - Class in org.codehaus.groovy.control
-
An callback interface for use in the applyToSourceUnits loop driver.
- CompilationUnit.SourceUnitOperation() - Constructor for class org.codehaus.groovy.control.CompilationUnit.SourceUnitOperation
-
- 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 Flags to defaults.
- CompilerConfiguration(CompilerConfiguration) - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
-
Copy constructor.
- CompilerConfiguration(Properties) - Constructor for class org.codehaus.groovy.control.CompilerConfiguration
-
Sets the Flags to the specified configuration, with defaults
for those not supplied.
- 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.BlockRecorder() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
-
- CompileStack.BlockRecorder(Runnable) - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
-
- CompileStack.LabelRange - Class in org.codehaus.groovy.classgen.asm
-
- CompileStack.LabelRange() - Constructor for class org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
-
- 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
-
- complain(String) - Method in class groovy.json.internal.JsonParserCharArray
-
- complain(String) - Method in class 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.Entry() - Constructor for class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
-
- ComplexKeyHashMap.EntryIterator - Interface in org.codehaus.groovy.util
-
- 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
-
- compoundStatement() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- computeValue(Class<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue.ComputeValue
-
- computeValue(Class<?>) - Method in class org.codehaus.groovy.reflection.v7.GroovyClassValueJava7
-
- 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.BarrierLock() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock
-
- ConcurrentReaderHashMap.Entry - Class in org.codehaus.groovy.runtime.metaclass
-
ConcurrentReaderHashMap collision list entry.
- ConcurrentReaderHashMap.HashIterator - Class in org.codehaus.groovy.runtime.metaclass
-
- ConcurrentReaderHashMap.HashIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
-
- ConcurrentReaderHashMap.KeyIterator - Class in org.codehaus.groovy.runtime.metaclass
-
- ConcurrentReaderHashMap.KeyIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeyIterator
-
- ConcurrentReaderHashMap.ValueIterator - Class in org.codehaus.groovy.runtime.metaclass
-
- ConcurrentReaderHashMap.ValueIterator() - Constructor for class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.ValueIterator
-
- conditionalExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- conditionalExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 this 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
-
- 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
-
- 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
-
- constant() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Numeric, string, regexp, boolean, or null constant.
- 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
-
- constantNumber() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Numeric constant.
- constantValue() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
-
- constantValue() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
-
- constantValueExpression() - Method in interface org.codehaus.groovy.groovydoc.GroovyFieldDoc
-
- constantValueExpression() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyFieldDoc
-
- constrainedClassNode - Static variable in class groovy.beans.VetoableASTTransformation
-
- constrainedType - Variable in class org.codehaus.groovy.runtime.wrappers.Wrapper
-
- CONSTRUCTOR - 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
-
- constructorBody() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- constructorDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
I've split out constructors separately; we could maybe integrate back into variableDefinitions
later on if we maybe simplified 'def' to be a type declaration?
- 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(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.ConstructorSiteNoUnwrap(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrap
-
- ConstructorSite.ConstructorSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need neither unwrap nor coerce arguments
- ConstructorSite.ConstructorSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
-
- ConstructorSite.NoParamSite - Class in org.codehaus.groovy.runtime.callsite
-
- ConstructorSite.NoParamSite(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSite
-
- ConstructorSite.NoParamSiteInnerClass - Class in org.codehaus.groovy.runtime.callsite
-
- ConstructorSite.NoParamSiteInnerClass(CallSite, MetaClassImpl, CachedConstructor, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSiteInnerClass
-
- constructorStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Used to look ahead for a constructor
- 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 groovy.json.internal.CharacterSource
-
Useful for finding constants in a string like true, false, etc.
- consumeIfMatch(char[]) - Method in class 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(char[], char, int, int) - Static method in class groovy.json.internal.Chr
-
- contains(Object) - Method in class groovy.lang.IntRange
- contains(Object) - Method in class groovy.lang.ListWithDefault
-
- contains(Object) - Method in class groovy.lang.ObjectRange
-
- contains(Object) - Method in class groovy.swing.impl.ListWrapperListModel
-
- contains(Object) - Method in class groovy.util.ObservableList
-
- contains(Object) - Method in class groovy.util.ObservableSet
-
- contains(Object) - Method in class org.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
-
- 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.json.internal.LazyMap
-
- 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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- 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.json.internal.LazyMap
-
- 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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- 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.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
-
- 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
-
- controlExpressionList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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(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.
- 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
-
- convertGroovy(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
Converts the Antlr AST to the Groovy AST
- 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
- copy(char[]) - Static method in class groovy.json.internal.Chr
-
- copy(char[], int, int) - Static method in class groovy.json.internal.Chr
-
- copy(Reader, Writer) - Static method in class 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
-
- copyAnnotatedNodeAnnotations(AnnotatedNode, String) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
-
- copyBinaryResource(String, String) - Method in class org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine
-
- copyLarge(Reader, Writer) - Static method in class groovy.json.internal.IO
-
- copyLarge(Reader, Writer, char[]) - Static method in class 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 groovy.json.internal.ArrayUtils
-
- copyWith(Calendar, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
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.codehaus.groovy.runtime.DateGroovyMethods
-
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.
- 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(int) - Static method in class groovy.json.internal.CharBuf
-
- create(char[]) - Static method in class groovy.json.internal.CharBuf
-
- create(Class, MetaClassRegistry) - Method in class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
-
Creates a metaclass implementation for theClass.
- 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(int, String, AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Create an AST node with the token type and text passed in, but
with the same background information as another supplied Token (e.g. line numbers).
- create(int, String, Token, Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- create(int, String, AST, Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- create(int, String, AST, AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- 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
-
- createConstructor(ClassNode, boolean, boolean, boolean, boolean, boolean, boolean, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.TupleConstructorASTTransformation
-
- 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
-
- 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
-
- createEntry(K, int, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
-
- createEntry() - Method in class org.codehaus.groovy.util.DoubleKeyHashMap
-
- 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
-
- createExact(int) - Static method in class groovy.json.internal.CharBuf
-
- createExceptionText(String, MetaMethod, Object, Object[], Throwable, boolean) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
-
- 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
-
- createIdlingManager(ReferenceQueue) - Static method in class org.codehaus.groovy.util.ReferenceManager
-
- createInterfaceSyntheticStaticFields() - Method in class org.codehaus.groovy.classgen.AsmClassGenerator
-
- createInterruptStatement() - Method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
-
- 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
- createMap() - Method in class groovy.util.Expando
-
Factory method to create a new Map used to store the expando properties map
- createMap() - Method in class org.codehaus.groovy.runtime.ClassExtender
-
- createMap(Object[]) - Static method in class org.codehaus.groovy.runtime.InvokerHelper
-
- 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
-
- 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.NumberNumberDiv
-
- createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMinus
-
- createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply
-
- createPojoCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Object, Object[]) - Method in class org.codehaus.groovy.runtime.dgmimpl.NumberNumberPlus
-
- 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
-
- 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
-
- createSegment(Object, int) - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap
-
- 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
-
- 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, 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
-
- 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
-
- 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(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- ctorSuperS() - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- ctorThisS(Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- ctorThisS() - 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_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 groovy.json.internal.CharacterSource
-
returns the current character without changing the IO pointer or index.
- currentChar() - Method in class groovy.json.internal.JsonParserCharArray
-
- currentChar() - Method in class groovy.json.internal.ReaderCharacterSource
-
- currentJVMVersion - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
-
- currentKey - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
-
- 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
-
- 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 JsonDelegate
s from closures currying an object
argument.
- 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
-
- 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
-
- DateGroovyMethods - Class in org.codehaus.groovy.runtime
-
This class defines new groovy methods which appear on normal JDK
Date and Calendar classes inside the Groovy environment.
- DateGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.DateGroovyMethods
-
- Dates - Class in groovy.json.internal
-
- Dates() - Constructor for class groovy.json.internal.Dates
-
- dateValue() - Method in class groovy.json.internal.CharSequenceValue
-
- dateValue() - Method in class groovy.json.internal.NumberValue
-
- dateValue() - Method in interface groovy.json.internal.Value
-
- dateValue() - Method in class 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 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 groovy.json.internal.BaseJsonParser
-
- DECIMAL_POINT - Static variable in class 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A declaration is the creation of a reference or primitive-type variable,
or (if arguments are present) of a method.
- 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]"
- declarationStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Used only as a lookahead predicate, before diving in and parsing a declaration.
- declaratorBrackets(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- declaratorBrackets(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
After some type names, where zero or more empty bracket pairs are allowed.
- declareBean(BSFDeclaredBean) - Method in class org.codehaus.groovy.bsf.GroovyEngine
-
Declare a bean
- 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.
- decode(char[], int, int) - Static method in class 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.
- decodeFalse() - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeFalse() - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- decodeForSure(char[], int, int) - Static method in class groovy.json.internal.JsonStringDecoder
-
- decodeFromChars(char[]) - Method in class groovy.json.internal.JsonFastParser
-
- decodeFromChars(char[]) - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeFromChars(char[]) - Method in class 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 groovy.json.internal.JsonParserCharArray
-
- decodeJsonArray() - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- decodeJsonObject() - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeJsonObject() - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- decodeJsonObjectLazyFinalParse() - Method in class groovy.json.internal.JsonFastParser
-
- decodeJsonString(char[]) - Method in class groovy.json.internal.CharBuf
-
- decodeJsonString(char[], int, int) - Method in class groovy.json.internal.CharBuf
-
- decodeNull() - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeNull() - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- decodeNumberLax(boolean) - Method in class groovy.json.internal.JsonParserLax
-
- decodeSpecialSymbols(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
-
- decodeStrings - Variable in class groovy.json.internal.ValueContainer
-
- decodeTrue() - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeTrue() - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- decodeValue() - Method in class groovy.json.internal.JsonFastParser
-
- decodeValue() - Method in class groovy.json.internal.JsonParserCharArray
-
- decodeValue() - Method in class groovy.json.internal.JsonParserLax
-
- 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.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.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_STATIC_LOCKNAME - Static variable in class org.codehaus.groovy.transform.ReadWriteLockASTTransformation
-
- 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
-
- 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
-
- 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
-
- DefaultMetaClassInfo.ConstantMetaClassVersioning() - Constructor for class org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo.ConstantMetaClassVersioning
-
- 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
-
- DefaultPropertyAccessor - Class in groovy.beans
-
- DefaultPropertyAccessor() - Constructor for class groovy.beans.DefaultPropertyAccessor
-
- DefaultPropertyReader - Class in groovy.beans
-
- DefaultPropertyReader() - Constructor for class groovy.beans.DefaultPropertyReader
-
- DefaultPropertyWriter - Class in groovy.beans
-
- DefaultPropertyWriter() - Constructor for class groovy.beans.DefaultPropertyWriter
-
- 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
-
- DefaultTableModel.MyTableColumnModel() - Constructor for class groovy.model.DefaultTableModel.MyTableColumnModel
-
- 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 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
-
Field annotation to automatically delegate part of the functionality of an owner class to the annotated field.
- 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
-
- 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 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
-
- 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
-
- die() - Static method in class groovy.json.internal.Exceptions
-
- die(String) - Static method in class groovy.json.internal.Exceptions
-
- die(Class<T>, String) - Static method in class groovy.json.internal.Exceptions
-
- die() - Method in class groovy.ui.text.TextUndoManager
-
- 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.
- DIGIT - Static variable in class groovy.ui.text.GroovyFilter
-
- DIGIT - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- 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.parser.GroovyTokenTypes
-
- 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
-
- 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(Options) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
-
- displayVersion() - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
-
- 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 - 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
- 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 seperately
- doInvoke() - Method in interface groovy.lang.Interceptor
-
- doInvoke() - Method in class groovy.lang.TracingInterceptor
-
- doInvokeMethod(String, Object, Object) - Method in class groovy.util.AntBuilder
-
- 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
-
- 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 groovy.json.internal.BaseJsonParser
-
- DOUBLE_QUOTE - Static variable in class groovy.json.internal.CharScanner
-
- 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
-
- DoubleKeyHashMap - Class in org.codehaus.groovy.util
-
- DoubleKeyHashMap() - Constructor for class org.codehaus.groovy.util.DoubleKeyHashMap
-
- DoubleKeyHashMap.Entry - Class in org.codehaus.groovy.util
-
- DoubleKeyHashMap.Entry() - Constructor for class org.codehaus.groovy.util.DoubleKeyHashMap.Entry
-
- 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 groovy.json.internal.CharBuf
-
- doubleValue() - Method in class groovy.json.internal.CharSequenceValue
-
- doubleValue() - Method in class groovy.json.internal.NumberValue
-
- doubleValue() - Method in interface groovy.json.internal.Value
-
- doubleValue() - Method in class 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
-
- downto(Date, Date, Closure) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
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.codehaus.groovy.runtime.DateGroovyMethods
-
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(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.
- 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.
- 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
-
- dynamicMemberName() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
If a dot is followed by a parenthesized or quoted expression, the member is computed dynamically,
and the member selection is done only at runtime.
- DynamicVariable - Class in org.codehaus.groovy.ast
-
- DynamicVariable(String, boolean) - Constructor for class org.codehaus.groovy.ast.DynamicVariable
-
- 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 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 an Collection, passing each item to the given closure.
- each(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through an List, passing each item to the given closure.
- each(Set<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through an Set, passing each item to the given closure.
- each(SortedSet<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through an 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
-
- eachDirMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
- 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
-
Invokes the closure for each descendant directory of this directory.
- eachDirRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Invokes the closure for each descendant directory of 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
-
- eachFileMatch(Path, Object, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
-
- eachFileMatch(File, FileType, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
- eachFileMatch(File, Object, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
- 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
-
Invokes the closure for each descendant file in this directory.
- eachFileRecurse(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
-
Invokes the closure for each descendant file in this directory.
- eachFileRecurse(File, FileType, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Invokes the closure for each descendant file in this directory.
- eachFileRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Invokes the closure for each descendant file in this directory.
- 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
-
- eachRow(Map, String, Closure, int, int, Closure) - Method in class groovy.sql.Sql
-
- 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
-
- eachRow(Map, String, Closure, Closure) - Method in class groovy.sql.Sql
-
- 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
-
- eachRow(Map, String, Closure) - Method in class groovy.sql.Sql
-
- 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
-
- eachRow(Map, String, int, int, Closure) - Method in class groovy.sql.Sql
-
- 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 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 an 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 an 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 an 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 an 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
-
- 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.
- 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 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.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_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_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 - Class in groovy.lang
-
Constructing Ranges like 0..<0
- EmptyRange(Comparable) - Constructor for class groovy.lang.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
- ENABLED - Static variable in class groovy.json.internal.FastStringUtils
-
- 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 global use of ExpandoMetaClass within the registry.
- enclosingBinaryExpressions - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
- enclosingClassNodes - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
- enclosingClosures - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
- enclosingMethodCalls - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
- enclosingMethods - Variable in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
- encode(ClassNode) - Method in interface org.codehaus.groovy.transform.stc.SignatureCodec
-
- encode(ClassNode) - Method in class org.codehaus.groovy.transform.stc.SignatureCodecVersion1
-
- encodeAngleBrackets(String) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
-
- encodeAngleBracketsInTagBody(String, Pattern) - Static method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDoc
-
Replaces angle brackets inside a tag.
- encodeAsValidClassName(String) - Static method in class org.codehaus.groovy.classgen.GeneratorContext
-
- encodeBase64(Byte[], 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.
- encodeByteIntoTwoAsciiCharBytes(int, byte[]) - Static method in class 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 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
-
- 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
-
- entrySet() - Method in class groovy.json.internal.LazyMap
-
- entrySet() - Method in class groovy.json.internal.LazyValueMap
-
- entrySet() - Method in class groovy.json.internal.ValueMapImpl
-
If the map has not been built yet, then we just return a fake entry set.
- 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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- 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
-
- 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
-
- enumBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- enumConstant() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- enumConstantBlock() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- enumConstantBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- enumConstantField() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- enumConstantFieldInternal(AST, AST, AST, Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- enumConstants() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Comma-separated list of one or more enum constant definitions.
- 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
- enumConstantsStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Guard for enumConstants.
- enumDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- enumDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- enumDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- equalityExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- equals(Object) - Method in class groovy.json.internal.CharSequenceValue
-
- equals(Object) - Method in class groovy.json.internal.LazyMap
-
- equals(Object) - Method in class groovy.json.internal.NumberValue
-
- equals(Object) - Method in class groovy.lang.DelegatingMetaClass
-
- 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
-
- equals(Object) - Method in class groovy.lang.ListWithDefault
-
- equals(Object) - Method in class groovy.lang.MapWithDefault
-
- equals(Object) - Method in class groovy.lang.ObjectRange
- equals(ObjectRange) - Method in class groovy.lang.ObjectRange
-
- equals(Object) - Method in class groovy.lang.Sequence
-
- equals(Sequence) - Method in class groovy.lang.Sequence
-
- equals(Object) - Method in class groovy.lang.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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- equals(Object) - Method in class org.codehaus.groovy.antlr.LineColumn
-
- equals(Object) - Method in class org.codehaus.groovy.ast.ClassNode
-
- 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
-
Prefered 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
-
- 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 groovy.json.internal.CharacterSource
-
- errorDetails(String, char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- errorDetails(String) - Method in class 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 groovy.json.internal.BaseJsonParser
-
- ESCAPE - Static variable in class groovy.json.internal.CharScanner
-
- 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.&nsbp;returns
true
for all items in this data structure).
- 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.&nsbp;returns
true
for all items in this iterator).
- 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.&nsbp;returns
true
for all items in this iterable).
- 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.
- exceptionDetails(String) - Method in class groovy.json.internal.JsonParserCharArray
-
- exceptionDetails(String) - Method in class 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 groovy.json.internal
-
- Exceptions() - Constructor for class 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 groovy.json.internal
-
- Exceptions.JsonInternalException(String) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- Exceptions.JsonInternalException(String, Throwable) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- Exceptions.JsonInternalException(Throwable) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- excludedStatement - Variable in class org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
-
- exclusiveOrExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- exclusiveOrExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- execute(Map, String, Closure) - Method in class groovy.sql.Sql
-
- execute(String, Object[]) - Method in class groovy.sql.Sql
-
Executes the given piece of SQL with parameters.
- execute(String, Object[], Closure) - Method in class groovy.sql.Sql
-
Executes the given piece of SQL with parameters.
- execute(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
-
- executeInsert(Map, String, List<String>) - Method in class groovy.sql.Sql
-
- 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
-
- 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.ExpandoMetaConstructor() - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaConstructor
-
- ExpandoMetaClass.ExpandoMetaProperty - Class in groovy.lang
-
Instances of this class are returned when using the << left shift operator.
- ExpandoMetaClass.ExpandoMetaProperty(String) - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
-
- ExpandoMetaClass.ExpandoMetaProperty(String, boolean) - Constructor for class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
-
- 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
-
- explicitConstructorInvocation() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
Catch obvious constructor calls, but not the expr.super(...) calls
- explicitConstructorInvocation() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
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(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
An expression statement can be any general expression.
- 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
-
- expressionStatementNoCheck() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- expressionSwitch(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- ExpressionTransformer - Interface in org.codehaus.groovy.ast.expr
-
Provides a way to transform expressions
- 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
-
- extractPlaceholders(ClassNode) - Static method in class org.codehaus.groovy.ast.tools.GenericsUtils
-
- extractPlaceholders(ClassNode, Map<String, 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
-
- extractTypesFromParameters(Parameter[]) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor
-
- 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
-
- FALSE - Static variable in class groovy.json.internal.JsonParserCharArray
-
- FALSE - Static variable in class groovy.json.internal.JsonParserUsingCharacterSource
-
- FALSE - Static variable in class 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
-
- FastStringUtils - Class in groovy.json.internal
-
- FastStringUtils() - Constructor for class groovy.json.internal.FastStringUtils
-
- FastStringUtils.StringImplementation - Enum in groovy.json.internal
-
- 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(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
-
- 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
-
- 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
-
- finalizeRef() - Method in class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
-
- finalizeReference() - Method in interface org.codehaus.groovy.util.Finalizable
-
- finalizeReference() - Method in class org.codehaus.groovy.util.ManagedReference
-
- finallyClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- finallyClause() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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.
- 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 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 iterable collection 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 iterable collection of items, starting from a
specified startIndex, and returns the index of the first item that matches the
condition specified in the closure.
- findIndexValues(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates over the elements of an iterable collection 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 iterable collection of items, starting from
a specified startIndex, and returns the index values of the items that match
the condition specified in the closure.
- findLastIndexOf(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates over the elements of an iterable collection 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 iterable collection of items, 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 groovy.json.internal.CharacterSource
-
Used to find strings and their ilk
Finds the next non-escaped char
- findNextChar(int, int) - Method in class groovy.json.internal.ReaderCharacterSource
-
- findOwnMethod(Class, String, Class[], MetaClass, MetaMethod) - Static method in class groovy.lang.MetaClassImpl
-
- 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, 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(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(Collection<E>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through the collection calling the given closure for each item but stopping once the first non-null
result is found and returning that result.
- findResult(Collection<U>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Iterates through the collection calling the given closure for each item but stopping once the first non-null
result is found and returning that result.
- findResult(Map<A, B>, U, Closure<V>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Returns the first non-null closure result found by passing each map entry to the closure, otherwise the defaultResult is returned.
- findResult(Map<K, V>, Closure<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Returns the first non-null closure result found by passing each map entry to the closure, otherwise null is returned.
- 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(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
-
- findTargetVariable(VariableExpression) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
-
Given a variable expression, returns the ultimately accessed variable.
- 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(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
-
- 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.Component() - Constructor for class groovy.transform.stc.FirstParam.Component
-
- 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.FirstGenericType() - Constructor for class groovy.transform.stc.FirstParam.FirstGenericType
-
- 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.SecondGenericType() - Constructor for class groovy.transform.stc.FirstParam.SecondGenericType
-
- 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.
- FirstParam.ThirdGenericType() - Constructor for class groovy.transform.stc.FirstParam.ThirdGenericType
-
- 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
-
- 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(Options, String[], boolean) - Method in class org.apache.commons.cli.GroovyInternalPosixParser
-
- flatten(Options, String[], boolean) - Method in class org.codehaus.groovy.cli.GroovyPosixParser
-
- 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 groovy.json.internal.CharBuf
-
- floatValue() - Method in class groovy.json.internal.CharSequenceValue
-
- floatValue() - Method in class groovy.json.internal.NumberValue
-
- floatValue() - Method in interface groovy.json.internal.Value
-
- floatValue() - Method in class 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.json.internal.CharBuf
-
- 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.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
-
- forCond() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- forEachClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- FOREGROUND - Static variable in class groovy.ui.text.StructuredSyntaxHandler
-
- forInClause() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- forInit() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- forInit() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- forIter() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- forIter() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- format(Date, String) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Create a String representation of this date according to the given
format pattern.
- format(Date, String, TimeZone) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Create a String representation of this date according to the given
format pattern and timezone.
- format(Calendar, String) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Shortcut for
SimpleDateFormat
to output a String representation
of this calendar instance.
- 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(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.
- 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 - 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 groovy.json.internal.Dates
-
- fromJsonDate(char[], int, int) - Static method in class 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<String, 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<String, GenericsType>) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
-
- 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
-
- 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.DgmMethodRecord() - Constructor for class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
-
- GeneratedMetaMethod.Proxy - Class in org.codehaus.groovy.reflection
-
- GeneratedMetaMethod.Proxy(String, String, CachedClass, Class, Class[]) - Constructor for class org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
-
- generateFileNamesFromOptions(CommandLine) - Static method in class org.codehaus.groovy.tools.FileSystemCompiler
-
- 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
-
- genericMethod() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- genericMethodStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
lookahead predicate for usage of generics in methods
as parameter for the method.
- 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
-
- 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
-
class used to verify correct usage of generics in
class header (class and superclass declaration)
- 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(KEY) - Method in interface groovy.json.internal.Cache
-
- get(Object) - Method in class groovy.json.internal.LazyMap
-
- get(Object) - Method in class groovy.json.internal.LazyValueMap
-
Gets the item by key from the mapping.
- get(K) - Method in class groovy.json.internal.SimpleCache
-
- get(int) - Method in class groovy.json.internal.ValueList
-
- get(Object) - Method in class groovy.json.internal.ValueMapImpl
-
Get the items for the key.
- 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.ObjectRange
- get() - Method in class groovy.lang.ParameterArray
-
- get() - Method in class groovy.lang.Reference
-
- get(int) - Method in class groovy.lang.Tuple
-
- 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(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
-
- 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.LRUCache
-
- get(K) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
-
- get(Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
-
- 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(K1, K2) - Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- get(K) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap
-
- get(K, int) - Method in class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
-
- get(Object, Object) - Method in class org.codehaus.groovy.util.DoubleKeyHashMap
-
- 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
-
- getAllProperties(ClassNode) - 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
-
- 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
-
- 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.BinaryBooleanExpressionHelper
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
-
- getArrayGetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
-
- 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.BinaryBooleanExpressionHelper
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryFloatExpressionHelper
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryIntExpressionHelper
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
-
- getArraySetCaller() - Method in class org.codehaus.groovy.classgen.asm.BinaryObjectExpressionHelper
-
- 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
-
- 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(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Support the subscript operator for a Date.
- getAt(Calendar, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Support the subscript operator for a Calendar.
- 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(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. matcher[index], for a regex Matcher.
- 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 Charset
s 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.
- 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.BinaryBooleanExpressionHelper
-
- 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
-
- 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
- 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() - 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
-
- 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 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().
- getClassgenCallback() - Method in class org.codehaus.groovy.control.CompilationUnit
-
- getClassInfo() - Method in class groovy.lang.MetaClassImpl
-
Returns ClasInfo 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
-
- 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
-
- 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
- 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 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.
- getCompilationUnit() - Method in class org.codehaus.groovy.control.ASTTransformationsContext
-
- 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
-
- 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.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
-
- getCorrectedReceiver() - Method in class org.codehaus.groovy.vmplugin.v7.Selector
-
- 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(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Return a string representation of the 'day' portion of this date
according to the locale-specific
DateFormat.SHORT
default format.
- getDateTimeString(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Return a string representation of the date and time time portion of
this Date instance, according to the locale-specific format used by
DateFormat
.
- getDay(Integer) - Static method in class groovy.time.TimeCategory
-
- getDaylightSavingsOffset(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
-
- getDeclaredField(String) - Method in class org.codehaus.groovy.ast.ClassNode
-
Finds a field matching the given name in this class.
- getDeclaredInterfaces() - Method in class org.codehaus.groovy.reflection.CachedClass
-
- getDeclaredMethod(String, Parameter[]) - Method in class org.codehaus.groovy.ast.ClassNode
-
Finds a method matching the given name and parameters in this class.
- getDeclaredMethods(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
- getDeclaredMethodsMap() - Method in class org.codehaus.groovy.ast.ClassNode
-
- getDeclaredVariable(String) - Method in class org.codehaus.groovy.ast.VariableScope
-
- 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.
- 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.
- getDescriptor() - Method in class groovy.lang.MetaMethod
-
Return a descriptior of this method based on the returntype 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.
- 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
-
- getElementAt(int) - Method in class groovy.swing.impl.ListWrapperListModel
-
- 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.transform.stc.AbstractTypeCheckingExtension
-
- getEnclosingClassNode() - 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.
- getEnclosingClassNodes() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
-
- getEnclosingClassNodes() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
Returns the current stack of enclosing classes.
- getEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
-
- getEnclosingClosure() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
Returns the closure expression which is on the top of the stack, or null
if there's no such element.
- getEnclosingClosureStack() - Method in class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
-
- getEnclosingClosureStack() - Method in class org.codehaus.groovy.transform.stc.TypeCheckingContext
-
Returns the current stack of enclosing closure expressions.
- getEnclosingMethod() - Method in class org.codehaus.groovy.ast.ClassNode
-
- 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 classes.
- 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.
- 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
-
- 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(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
-
- getFieldName() - Method in class org.codehaus.groovy.ast.expr.FieldExpression
-
- getFieldName() - Method in class org.codehaus.groovy.ast.ImportNode
-
- getFieldOnSuper(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
-
- getFieldOnSuperSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
-
- getFieldOnSuperSpreadSafe(Class, Object, String) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
-
- getFields() - Method in class org.codehaus.groovy.ast.ClassNode
-
- getFields() - Method in class org.codehaus.groovy.reflection.CachedClass
-
- 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
-
- 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
-
- getFirst() - Method in class groovy.lang.Tuple2
-
- 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.
- getFrom() - Method in class groovy.lang.EmptyRange
-
The lower value in the range.
- getFrom() - Method in class groovy.lang.IntRange
-
The lower value in the range.
- getFrom() - Method in class groovy.lang.ObjectRange
-
The lower value in the range.
- 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.
- 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.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
-
- 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
-
- getHash() - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.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
-
- 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(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
-
- 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.
- getInstructions() - Method in class org.codehaus.groovy.classgen.BytecodeSequence
-
- 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.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 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.json.internal.MapItemValue
-
- getKey() - Method in class groovy.util.MapEntry
-
- 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
-
- 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
-
- 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
-
- getLexer() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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 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
- 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
-
- 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
-
- 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) - Method in class org.codehaus.groovy.transform.AbstractASTTransformation
-
- getMembers() - Method in class org.codehaus.groovy.ast.AnnotationNode
-
- 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.json.internal.Exceptions.JsonInternalException
-
- getMessage() - Method in exception groovy.lang.GroovyRuntimeException
-
- getMessage() - Method in exception groovy.lang.MissingMethodException
-
- 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() - Method in class org.codehaus.groovy.reflection.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 of all registered ConstantMetaClassListener instances.
- 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, 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
-
- 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 Methods held by the class
- getMethods() - Method in class groovy.lang.MetaClassImpl
-
Retrieves the list of Methods 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.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
-
- 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
-
- 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
-
- 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.
- getNode() - Method in exception groovy.lang.GroovyRuntimeException
-
- 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.
- 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
-
- getOldMetaClass() - Method in class groovy.lang.MetaClassRegistryChangeEvent
-
Get the old MetaClass
- 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(K1, K2, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- 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, Object) - Method in class org.codehaus.groovy.util.DoubleKeyHashMap
-
- 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
-
- 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
-
Gets the currently configured output writer.
- 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.ast.expr.ClosureExpression
-
- getParameters() - Method in class org.codehaus.groovy.ast.MethodNode
-
- 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.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
-
- 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 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
-
- 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
-
- 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>) - Static method in class groovy.transform.builder.ExternalStrategy
-
- getPropertyInfoFromClassNode(ClassNode, List<String>, List<String>) - Static method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
-
- getPropertyMethod - Variable in class groovy.lang.MetaClassImpl
-
- getPropertyMissingDelegate() - Method in class groovy.util.FactoryBuilderSupport
-
- getPropertyName() - Method in class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
-
- getPropertyName() - Method in class org.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.
- 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
- 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
-
- getReplacementCount() - Static method in class groovy.ui.text.FindReplaceUtility
-
- getResolveStrategy() - Method in class groovy.lang.Closure
-
Gets the strategy which the closure users 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
-
- 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,
of 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(Integer) - Static method in class groovy.time.TimeCategory
-
- getSeconds() - Method in class groovy.time.BaseDuration
-
- getSeconds(Integer) - Static method in class groovy.time.TimeCategory
-
- getSelector(MutableCallSite, Class, String, int, boolean, boolean, boolean, Object[]) - Static method in class org.codehaus.groovy.vmplugin.v7.Selector
-
Returns the Selector
- 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, String) - Method in class org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
-
- 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
-
- getShowLastResult() - Static method in class org.codehaus.groovy.tools.shell.util.Preferences
-
- 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 groovy.json.internal.Cache
-
- getSilent(K) - Method in class groovy.json.internal.SimpleCache
-
- 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.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.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 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
-
- 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
-
- 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
-
- getSummariesBySourceName() - Method in class org.codehaus.groovy.control.CompilationUnit
-
Get the source summaries
- getSuperClass() - Method in class org.codehaus.groovy.ast.ClassNode
-
- 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
-
- 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.
- 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
-
- 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 mode.
- getTargetBytecode() - Method in class org.codehaus.groovy.control.CompilerConfiguration
-
Retrieves the compiler bytecode compatibility mode.
- 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
-
- 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.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.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.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.runtime.metaclass.OwnedMetaClass
-
- 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
-
- getTimeString(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Return a string representation of the time portion of this date
according to the locale-specific
DateFormat.MEDIUM
default format.
- getTimeZone(Date) - Static method in class groovy.time.TimeCategory
-
Deprecated.
- getTo() - Method in class groovy.lang.EmptyRange
-
The upper value in the range.
- getTo() - Method in class groovy.lang.IntRange
-
The upper value in the range.
- getTo() - Method in class groovy.lang.ObjectRange
-
The upper value in the range.
- 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
-
- 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
-
- 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.MethodPointerExpression
-
- 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.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
-
- 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
-
- 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
-
- 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.internal.MapItemValue
-
- 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.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
-
- getValue() - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
-
- 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 org.codehaus.groovy.reflection.ClassInfo
-
- getVersion() - Method in class org.codehaus.groovy.runtime.m12n.ExtensionModule
-
- 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 interface org.codehaus.groovy.vmplugin.VMPlugin
-
Gives the version the plguin is made for
- 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.
- getWarningList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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.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
-
- getYears() - Method in class groovy.time.BaseDuration
-
- getYears() - Method in class groovy.time.DatumDependentDuration
-
- getYears(Integer) - Static method in class groovy.time.TimeCategory
-
- 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 next 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
-
- grep(Collection<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- grep(List<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- grep(Set<T>, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- grep(T[], Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
- 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.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.json.internal - package groovy.json.internal
-
- 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.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
-
- GroovyAssert() - Constructor for class groovy.util.GroovyAssert
-
Deprecated.
- GroovyASTTransformation - Annotation Type in org.codehaus.groovy.transform
-
- 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
-
- GroovyCategorySupport() - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport
-
- GroovyCategorySupport.CategoryMethod - Class in org.codehaus.groovy.runtime
-
- GroovyCategorySupport.CategoryMethod(CachedMethod, Class) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
-
- GroovyCategorySupport.CategoryMethodList - Class in org.codehaus.groovy.runtime
-
- GroovyCategorySupport.CategoryMethodList(String, int, GroovyCategorySupport.CategoryMethodList) - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
-
- GroovyCategorySupport.ThreadCategoryInfo - Class in org.codehaus.groovy.runtime
-
- GroovyCategorySupport.ThreadCategoryInfo() - Constructor for class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo
-
- 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.ClassCollector(GroovyClassLoader.InnerLoader, CompilationUnit, SourceUnit) - Constructor for class groovy.lang.GroovyClassLoader.ClassCollector
-
- GroovyClassLoader.InnerLoader - Class in groovy.lang
-
- GroovyClassLoader.InnerLoader(GroovyClassLoader) - Constructor for class groovy.lang.GroovyClassLoader.InnerLoader
-
- 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
.
- GroovyInternalPosixParser - Class in org.apache.commons.cli
-
DO NOT USE.
- GroovyInternalPosixParser() - Constructor for class org.apache.commons.cli.GroovyInternalPosixParser
-
- 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
-
- 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
-
- GroovyPosixParser - Class in org.codehaus.groovy.cli
-
DO NOT USE.
- GroovyPosixParser() - Constructor for class org.codehaus.groovy.cli.GroovyPosixParser
-
- 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
-
- GroovyRecognizer - Class in org.codehaus.groovy.antlr.parser
-
JSR-241 Groovy Recognizer.
- GroovyRecognizer(TokenBuffer, int) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- GroovyRecognizer(TokenBuffer) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- GroovyRecognizer(TokenStream, int) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- GroovyRecognizer(TokenStream) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- GroovyRecognizer(ParserSharedInputState) - Constructor for class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.codehaus.groovy.plugin
-
Classes which can run scripts should implement this 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
-
- GroovyScriptEngineImpl() - Constructor for class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
-
- GroovyScriptEngineImpl(GroovyClassLoader) - Constructor for class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
-
- GroovyServlet - Class in groovy.servlet
-
This servlet will run Groovy scripts as Groovlets.
- GroovyServlet() - Constructor for class groovy.servlet.GroovyServlet
-
- GroovyShell - Class in groovy.lang
-
Represents a groovy shell capable of running arbitrary groovy scripts
- GroovyShell() - Constructor for class groovy.lang.GroovyShell
-
- GroovyShell(Binding) - Constructor for class groovy.lang.GroovyShell
-
- GroovyShell(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
-
- 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
-
- GroovyTypeCheckingExtensionSupport.TypeCheckingDSL() - Constructor for class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
-
- 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 groovy.json.internal.Chr
-
- grow(char[]) - Static method in class groovy.json.internal.Chr
-
- grow(V[]) - Static method in class 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
-
- 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- IDENTIFIER - Static variable in class org.codehaus.groovy.syntax.Types
-
- identifierStar() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- identifierStar() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- IDENTITY - Static variable in class groovy.lang.Closure
-
- identity(Object, 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
-
- 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
-
- 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 - Annotation Type in groovy.transform
-
Class annotation used to assist in the creation of immutable classes.
- IMMUTABLE_SAFE_FLAG - Static variable in class org.codehaus.groovy.transform.ImmutableASTTransformation
-
- ImmutableASTTransformation - Class in org.codehaus.groovy.transform
-
Handles generation of code for the @Immutable annotation.
- ImmutableASTTransformation() - Constructor for class org.codehaus.groovy.transform.ImmutableASTTransformation
-
- 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
-
- implementsClause() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
- implicitParameters() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A block known to be a closure, but which omits its arguments, is given this placeholder.
- 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
-
- 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
- importStatement() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- in(char, char[]) - Static method in class groovy.json.internal.Chr
-
- in(int, char[]) - Static method in class groovy.json.internal.Chr
-
- in(char, int, char[]) - Static method in class groovy.json.internal.Chr
-
- in(char, int, int, char[]) - Static method in class groovy.json.internal.Chr
-
- in(int, Object) - Static method in class groovy.sql.Sql
-
Create a new InParameter
- in - Variable in class org.codehaus.groovy.tools.shell.IO
-
Prefered 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
-
- inclusiveOrExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
- incrementIndent() - Method in class groovy.util.IndentPrinter
-
- incVersion() - Method in class groovy.lang.MetaClassImpl
-
Increments version of the contained Class
- incVersion() - Method in class org.codehaus.groovy.reflection.ClassInfo
-
- IndentPrinter - Class in groovy.util
-
A helper class for printing indented text.
- IndentPrinter() - Constructor for class groovy.util.IndentPrinter
-
Creates an IndentPrinter backed by a PrintWriter pointing to System.out, with an indent of two spaces.
- IndentPrinter(Writer) - Constructor for class groovy.util.IndentPrinter
-
Creates an IndentPrinter backed by the supplied Writer, with an indent of two spaces.
- IndentPrinter(Writer, String) - Constructor for class groovy.util.IndentPrinter
-
Creates an IndentPrinter backed by the supplied Writer,
with a user-supplied String to be used for indenting.
- IndentPrinter(Writer, String, boolean) - Constructor for class groovy.util.IndentPrinter
-
Creates an IndentPrinter backed by the supplied Writer,
with a user-supplied String to be used for indenting
and the ability to override newline handling.
- IndentPrinter(Writer, String, boolean, boolean) - Constructor for class groovy.util.IndentPrinter
-
Create an IndentPrinter to the given PrintWriter
- index - Variable in class org.codehaus.groovy.runtime.callsite.AbstractCallSite
-
- index - Variable in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
-
- INDEX_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
-
- indexPropertyArgs(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
An expression may be followed by [...].
- indexX(Expression, Expression) - Static method in class org.codehaus.groovy.ast.tools.GeneralUtils
-
- 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
-
- 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() - Method in class groovy.json.internal.CharBuf
-
- 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(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
-
- 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
-
- 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.SET() - Constructor for class groovy.transform.builder.InitializerStrategy.SET
-
- InitializerStrategy.UNSET - Class in groovy.transform.builder
-
Internal phantom type used by the InitializerStrategy
to indicate that a property remains unset.
- InitializerStrategy.UNSET() - Constructor for class groovy.transform.builder.InitializerStrategy.UNSET
-
- initMetaClass(Object) - Static method in class org.codehaus.groovy.runtime.ScriptBytecodeAdapter
-
- 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
-
- inout(InParameter) - Static method in class groovy.sql.Sql
-
Create an inout parameter using this in parameter.
- InOutParameter - Interface in groovy.sql
-
- 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
-
- 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.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
-
- Inspector.MemberComparator() - Constructor for class groovy.inspect.Inspector.MemberComparator
-
- 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
-
- instanceofExpression(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- 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
-
- interfaceBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- interfaceDef(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- interfaceDefinition(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- interfaceDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- interfaceExtends() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- interfaceExtends() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- interfaceField() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- interfaceField() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- internalError(String) - Static method in class org.codehaus.groovy.transform.AbstractInterruptibleASTTransformation
-
- internedKeysCache - Static variable in class groovy.json.internal.BaseJsonParser
-
- internedKeysCache - Static variable in class groovy.json.internal.MapItemValue
-
- internKeys - Static variable in class 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(Iterable<T>, Iterable<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(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(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(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 from a specified int up (or down) to and including
a given to.
- IntRange(int, int) - Constructor for class groovy.lang.IntRange
-
Creates a new non-inclusive 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 groovy.json.internal.CharBuf
-
- intValue() - Method in class groovy.json.internal.CharSequenceValue
-
- intValue() - Method in class groovy.json.internal.NumberValue
-
- intValue() - Method in interface groovy.json.internal.Value
-
- intValue() - Method in class 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
- 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
-
- 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(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(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 groovy.json.internal
-
- IO() - Constructor for class 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
-
- 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 wether or not this method is abstract.
- 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
-
- 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
-
- 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.
- isBuiltIn() - Method in class org.codehaus.groovy.ast.AnnotationNode
-
- isCachable() - Method in class groovy.lang.GroovyCodeSource
-
- isCacheable() - Method in class groovy.lang.MetaMethod
-
Returns wether this object is cachable
- 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.
- 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 groovy.json.internal.CharSequenceValue
-
- isContainer() - Method in class groovy.json.internal.NumberValue
-
- isContainer() - Method in interface groovy.json.internal.Value
-
- isContainer() - Method in class 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
-
- 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 groovy.json.internal.BaseJsonParser
-
- isDecimalChar(int) - Static method in class groovy.json.internal.CharScanner
-
- isDecimalDigit(int) - Static method in class groovy.json.internal.CharScanner
-
- isDefaultMethod(Method) - Method in class org.codehaus.groovy.runtime.ConversionHandler
-
- isDefaultRenderer() - Method in class groovy.swing.impl.ClosureRenderer
-
- isDelimiter(int) - Static method in class groovy.json.internal.BaseJsonParser
-
- isDelimiter(int) - Static method in class 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 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.
- isDigits(char[]) - Static method in class groovy.json.internal.CharScanner
-
- 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 wether custom metaClasse is 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 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
-
- isEmpty() - Method in class groovy.json.internal.LazyMap
-
- 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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- isEmpty() - Method in class org.codehaus.groovy.ast.ModuleNode
-
- isEmpty() - Method in class org.codehaus.groovy.ast.stmt.BlockStatement
-
- isEmpty() - Method in class org.codehaus.groovy.ast.stmt.EmptyStatement
-
- isEmpty() - Method in class org.codehaus.groovy.ast.stmt.Statement
-
- isEmpty() - Method in class org.codehaus.groovy.runtime.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.ManagedLinkedList
-
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
-
- isEqual(K1, K2, int) - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.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 groovy.json.internal.BaseJsonParser
-
- isEscapeAttributes() - Method in class groovy.xml.MarkupBuilder
-
Returns the escapeAttributes property value.
- 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
-
- 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 wether 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
-
- isInfo() - Method in class org.codehaus.groovy.tools.shell.IO
-
- 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
-
- 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 groovy.json.internal.CharScanner
-
- isInteger(char[], int, int) - Static method in class 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 groovy.json.internal.Dates
-
- isISO8601QuickCheck(char[], int, int) - Static method in class 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 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
-
- 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 groovy.json.internal.CharScanner
-
- isLong(char[], int, int) - Static method in class 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 wether 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
-
- 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.codehaus.groovy.classgen.AsmClassGenerator
-
- 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
-
- 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 groovy.json.internal.BaseJsonParser
-
- isNumberDigit(int) - Static method in class groovy.json.internal.CharScanner
-
- 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.
- ISO_8859_1 - Static variable in class groovy.json.internal.Charsets
-
- 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
-
- 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.
- isPlaceholder() - Method in class org.codehaus.groovy.ast.GenericsType
-
- 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.
- isPrefixRegistered(String, String) - Method in class groovy.util.XmlNodePrinter.NamespaceContext
-
- isPreserveWhitespace() - Method in class groovy.util.XmlNodePrinter
-
Check if whitespace preservation is enabled.
- 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.
- isPrimitiveTypeLiteral(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- isPrivate() - Method in class groovy.lang.MetaMethod
-
Returns wether or not this method is private.
- 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 wether 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 wether 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
-
- isQuiet() - Method in class org.codehaus.groovy.tools.shell.IO
-
- 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.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
-
Indicates whether this is a reverse range which iterates backwards
starting from the to value and ending on the from value
- isReverse() - Method in class groovy.lang.ObjectRange
-
Indicates whether this is a reverse range which iterates backwards
starting from the to value and ending on the from value
- 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
-
- 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 wether 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>
Note: this only works for ClassNodes created using a
predefined ClassNode
- 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.
- isSuperCall() - Method in class org.codehaus.groovy.ast.expr.ConstructorCallExpression
-
- isSuperclass(Class, Class) - Static method in class org.codehaus.groovy.runtime.MetaClassHelper
-
- isSuperExpression() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
-
- 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() - Method in class org.codehaus.groovy.ast.expr.VariableExpression
-
- isThisExpression(Expression) - Static method in class org.codehaus.groovy.classgen.AsmClassGenerator
-
- 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
-
- isUndefined(String) - Static method in class groovy.transform.Undefined
-
- isUndefined(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
-
- 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.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
-
- isValid() - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
-
- 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
-
- 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
-
- 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 groovy.json.internal.LazyValueMap
-
- items() - Method in interface groovy.json.internal.ValueMap
-
Give me the items in the map without hydrating the map.
- items() - Method in class groovy.json.internal.ValueMapImpl
-
- 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.json.internal.ValueList
-
- 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.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.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
-
Return an Iterator given a ResultSetMetaData.
- 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.ManagedLinkedList
-
returns an iterator, which allows the removal of elements.
- Iterator_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
-
- 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
-
- 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
-
- 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 groovy.json.internal
-
This maps only builds once you ask for a key for the first time.
- LazyMap() - Constructor for class groovy.json.internal.LazyMap
-
- LazyMap(int) - Constructor for class 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 groovy.json.internal
-
This class is important to the performance of the parser.
- LazyValueMap(boolean) - Constructor for class groovy.json.internal.LazyValueMap
-
- LazyValueMap(boolean, int) - Constructor for class 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
-
- 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(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.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
-
- len() - Method in class groovy.json.internal.CharBuf
-
- len() - Method in class groovy.json.internal.LazyValueMap
-
- len() - Method in interface groovy.json.internal.ValueMap
-
Return size w/o hydrating the map.
- len() - Method in class groovy.json.internal.ValueMapImpl
-
- length() - Method in class groovy.json.internal.CharBuf
-
- length() - Method in class groovy.json.internal.CharSequenceValue
-
- length() - Method in class groovy.json.internal.ValueContainer
-
- length() - Method in class groovy.lang.GString
-
- length() - Method in class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
-
- LETTER - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- LETTER_BIG_E - Static variable in class groovy.json.internal.BaseJsonParser
-
- LETTER_BIG_E - Static variable in class groovy.json.internal.CharScanner
-
- LETTER_E - Static variable in class groovy.json.internal.BaseJsonParser
-
- LETTER_E - Static variable in class 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
-
- LexerFrame(Class, Class) - Constructor for class org.codehaus.groovy.antlr.LexerFrame
-
- 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.json.internal.ValueList
-
- 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_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
- listDependencies(ClassLoader) - Static method in class groovy.grape.Grape
-
- listDependencies(ClassLoader) - Method in interface groovy.grape.GrapeEngine
-
- 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 represents a
- 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
-
- listOfVariables(AST, AST, Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- listOrMapConstructorExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A list constructor is a argument list enclosed in square brackets, without labels.
- ListWithDefault<T> - Class in groovy.lang
-
- 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
-
- 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(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
it's 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.
- 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 groovy.json.internal.CharacterSource
-
This is mostly for debugging and testing.
- location - Variable in class groovy.json.internal.CharBuf
-
- location() - Method in class 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 - 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.
- Log.JavaUtilLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log.JavaUtilLoggingStrategy
-
- 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
-
- Log4j.Log4jLoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log4j.Log4jLoggingStrategy
-
- 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
-
- Log4j2.Log4j2LoggingStrategy(GroovyClassLoader) - Constructor for class groovy.util.logging.Log4j2.Log4j2LoggingStrategy
-
- 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.AbstractLoggingStrategy(GroovyClassLoader) - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
-
- LogASTTransformation.AbstractLoggingStrategy() - Constructor for class org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
-
- LogASTTransformation.LoggingStrategy - Interface in org.codehaus.groovy.transform
-
A LoggingStrategy defines how to wire a new logger instance into an existing class.
- 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
-
- logicalAndExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- logicalOrExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- logicalOrExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 groovy.json.internal.CharBuf
-
- longValue() - Method in class groovy.json.internal.CharSequenceValue
-
- longValue() - Method in class groovy.json.internal.NumberValue
-
- longValue() - Method in interface groovy.json.internal.Value
-
- longValue() - Method in class 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.
- 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.
- lpad(char[], int, char) - Static method in class 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 - Class in org.codehaus.groovy.runtime.memoize
-
A cache backed by a Collections.SynchronizedMap
- 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
-
- 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
-
- 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(GroovyLexer) - Static method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
This factory is the correct way to wire together a Groovy parser and lexer.
- make(InputStream) - Static method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- make(Reader) - Static method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- make(InputBuffer) - Static method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- make(LexerSharedInputState) - Static method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- makeController(WriterController) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticTypesWriterControllerFactoryImpl
-
- makeController(WriterController) - Method in interface org.codehaus.groovy.classgen.asm.WriterControllerFactory
-
- 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
-
- 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.
- 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.
- 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.Entry(ReferenceBundle, ManagedConcurrentMap.Segment, K, int) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.Entry
-
- ManagedConcurrentMap.EntryWithValue<K,V> - Class in org.codehaus.groovy.util
-
- ManagedConcurrentMap.EntryWithValue(ReferenceBundle, ManagedConcurrentMap.Segment, K, int, V) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
-
- ManagedConcurrentMap.Segment<K,V> - Class in org.codehaus.groovy.util
-
- ManagedConcurrentMap.Segment(ReferenceBundle, int) - Constructor for class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
-
- 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
-
- ManagedDoubleKeyMap<K1,K2,V> - Class in org.codehaus.groovy.util
-
- ManagedDoubleKeyMap(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedDoubleKeyMap
-
- ManagedDoubleKeyMap.Entry<K1,K2,V> - Class in org.codehaus.groovy.util
-
- ManagedDoubleKeyMap.Entry(ReferenceBundle, K1, K2, int, ManagedDoubleKeyMap.Segment) - Constructor for class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
-
- ManagedLinkedList<T> - Class in org.codehaus.groovy.util
-
This class provides a very simple linked list of memory managed elements.
- ManagedLinkedList(ReferenceBundle) - Constructor for class org.codehaus.groovy.util.ManagedLinkedList
-
- 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_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
-
- 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
-
Typically only used for map constructors I think?
- 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 groovy.json.internal
-
This holds a mapping from value key to value value to maximize laziness.
- MapItemValue(Value, Value) - Constructor for class groovy.json.internal.MapItemValue
-
- MapWithDefault<K,V> - Class in groovy.lang
-
A wrapper for Map which allows a default value to be specified.
- 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.
- 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.
- 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
-
- MarkupTemplateEngine.CachingTemplateResolver(Map<String, URL>) - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
-
Creates a new caching template resolver.
- MarkupTemplateEngine.CachingTemplateResolver() - Constructor for class groovy.text.markup.MarkupTemplateEngine.CachingTemplateResolver
-
Creates a new caching template resolver using a concurrent hash map as the backing cache.
- MarkupTemplateEngine.DefaultTemplateResolver - Class in groovy.text.markup
-
- MarkupTemplateEngine.DefaultTemplateResolver() - Constructor for class groovy.text.markup.MarkupTemplateEngine.DefaultTemplateResolver
-
- MarkupTemplateEngine.TemplateResource - Class in groovy.text.markup
-
- 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
-
- 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(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.
- matchGenericTypeBracketsFailed(String, String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- 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.parser.GroovyLexer
-
- 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.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
-
- 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
- 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 - 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
-
- 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
-
- 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.Index(int) - Constructor for class groovy.lang.MetaClassImpl.Index
-
- MetaClassImpl.Index() - Constructor for class groovy.lang.MetaClassImpl.Index
-
- MetaClassImpl.Index(boolean) - Constructor for class groovy.lang.MetaClassImpl.Index
-
- 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.
- MetaClassRegistry.MetaClassCreationHandle() - Constructor for class groovy.lang.MetaClassRegistry.MetaClassCreationHandle
-
- 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 &
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
-
- 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 empy 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.CacheEntry(Class[], MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
-
- MetaMethodIndex.Entry - Class in org.codehaus.groovy.runtime.metaclass
-
- MetaMethodIndex.Entry() - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
-
- MetaMethodIndex.EntryIterator - Interface in org.codehaus.groovy.runtime.metaclass
-
- MetaMethodIndex.Header - Class in org.codehaus.groovy.runtime.metaclass
-
- MetaMethodIndex.Header(Class) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
-
- MetaMethodIndex.Header(Class, Class) - Constructor for class org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header
-
- 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.
- methodCallArgs(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
An expression may be followed by one or both of (...) and {...}.
- MethodCaller - Class in org.codehaus.groovy.classgen.asm
-
A helper class to invoke methods more easily in ASM
- 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
-
- 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
-
- 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
-
- 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.GetBeanMethodMetaProperty(String, MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetBeanMethodMetaProperty
-
- MethodMetaProperty.GetMethodMetaProperty - Class in org.codehaus.groovy.runtime.metaclass
-
Wrapper for a method realizing the property get.
- MethodMetaProperty.GetMethodMetaProperty(String, MetaMethod) - Constructor for class org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
-
- 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(String, int, ClassNode, Parameter[], ClassNode[], Statement) - Constructor for class org.codehaus.groovy.ast.MethodNode
-
- 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 on foo for the method called "bar"
which is equivalent to
foo.metaClass.getMethodPointer(foo, "bar")
- 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_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 - Static variable in class groovy.json.internal.BaseJsonParser
-
- MINUS - Static variable in class groovy.json.internal.CharScanner
-
- 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 - 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
-
Subtract a number of days from this date and returns the new date.
- minus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Subtract a number of days from this date and returns the new date.
- minus(Timestamp, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Subtract a number of days from this Timestamp and returns the new Timestamp object.
- minus(Calendar, Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Subtract another date from this one and return the number of days of the difference.
- minus(Date, Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Subtract another Date from this one and return the number of days of the difference.
- 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
-
- modifier() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A list of one or more modifier, annotation, or "def".
- 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
-
- modifiersInternal() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- modifiersOpt() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A list of zero or more modifiers, annotations, or "def".
- 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
-
- 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.parser.GroovyRecognizer
-
- MULTICATCH - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- multicatch_types() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- MULTICATCH_TYPES - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- multipleAssignment(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- multipleAssignmentDeclaration() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- multipleAssignmentDeclarationStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- MultipleCompilationErrorsException - Exception in org.codehaus.groovy.control
-
- 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
-
- multiplicativeExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- 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_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
-
- namePart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
This is the grammar for what can follow a dot: x.a, x.@a, x.&a, x.'a', etc.
- namePrefix - Variable in class groovy.servlet.AbstractHttpServlet
-
- 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
-
- 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.
- 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
-
- newArrayDeclarator() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- newExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
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 annotation.
- 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(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.
- 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
-
- 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.
- newWriter(Path, String) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
-
Creates a buffered writer for this file, 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.
- newWriter(File, String) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Creates a buffered writer for this file, writing data using the given
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() - Method in class org.codehaus.groovy.ant.FileIterator
-
- next(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Increment a Date by one day.
- next(Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Increment a Calendar by one day.
- next(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Increment a java.sql.Date by one day.
- 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(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 groovy.json.internal.CharacterSource
-
returns the next character moving the file pointer or index to the next location.
- nextChar() - Method in class groovy.json.internal.JsonParserCharArray
-
- nextChar() - Method in class 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( phase + 1 )
.
- nextRowIndex() - Method in class groovy.swing.impl.TableLayout
-
Creates a new row index for child 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() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Zero or more insignificant newlines, all gobbled up and thrown away.
- NLS - Static variable in interface org.codehaus.groovy.antlr.parser.GroovyTokenTypes
-
- nlsWarn() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Zero or more insignificant newlines, all gobbled up and thrown away,
but a warning message is left for the user, if there was a newline.
- 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[]) - Static method in class groovy.json.internal.FastStringUtils
-
- noCopyStringFromChars(char[]) - Method in enum groovy.json.internal.FastStringUtils.StringImplementation
-
- 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
-
- 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 objects which represents one or many instances of
of objects of a given type.
- NonEmptySequence() - Constructor for class groovy.lang.NonEmptySequence
-
- NonEmptySequence(Class) - Constructor for class groovy.lang.NonEmptySequence
-
- NonEmptySequence(Class, List) - Constructor for class groovy.lang.NonEmptySequence
-
- 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
-
- 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
-
- 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.json.internal.JsonParserCharArray
-
- NULL - Static variable in class groovy.json.internal.JsonParserUsingCharacterSource
-
- NULL - Static variable in class groovy.json.internal.ValueContainer
-
- NULL - Static variable in class groovy.sql.Sql
-
- NULL(Object) - Static method in class groovy.sql.Sql
-
- 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
-
- 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_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
-
- 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
-
- NumberNumberMetaMethod.NumberNumberCallSite(CallSite, MetaClassImpl, MetaMethod, Class[], Number, Number) - Constructor for class org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod.NumberNumberCallSite
-
- 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
-
- 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 groovy.json.internal
-
- NumberValue(Type) - Constructor for class groovy.json.internal.NumberValue
-
- NumberValue() - Constructor for class groovy.json.internal.NumberValue
-
- NumberValue(boolean, Type, int, int, char[]) - Constructor for class groovy.json.internal.NumberValue
-
- NUMERIC - Static variable in class groovy.sql.Sql
-
- NUMERIC(Object) - Static method in class groovy.sql.Sql
-
- 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
-
- packageDefinition() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- parameterDeclaration() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A formal parameter for a method or closure.
- parameterDeclarationList() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- parameterDeclarationList() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A list of zero or more formal parameters.
- 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
-
- parameterModifier() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- parameterModifiersOpt() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- 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
-
- parenthesizedExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 class groovy.json.internal.BaseJsonParser
-
- parse(byte[]) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(byte[], String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(CharSequence) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(Reader) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(InputStream) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(InputStream, String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(File, String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(char[]) - Method in class groovy.json.internal.JsonParserCharArray
-
- parse(Reader) - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- parse(char[]) - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- 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() - 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
-
Parse a String into a Date instance using the given pattern.
- parse(Date, String, String, TimeZone) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyStaticMethods
-
Parse a String into a Date instance using the given pattern and TimeZone.
- 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 groovy.json.internal.CharScanner
-
- parseBigDecimal(char[], int, int) - Static method in class 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(InputStream, String) - Method in class groovy.lang.GroovyClassLoader
-
Deprecated.
Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
- 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.
- 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[]) - Static method in class groovy.json.internal.CharScanner
-
- parseDouble(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseFloat(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseInt(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseInteger(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 groovy.json.internal.CharScanner
-
- parseIntFromToIgnoreDot(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[], int, int, int[]) - Static method in class groovy.json.internal.CharScanner
-
- parseLong(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseLongFromTo(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseLongFromToIgnoreDot(char[], int, int) - Static method in class 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.codehaus.groovy.runtime.DefaultGroovyStaticMethods
-
Parse a String matching the pattern EEE MMM dd HH:mm:ss zzz yyyy
containing US-locale-constants only (e.g.
- PARSING - Static variable in class org.codehaus.groovy.control.Phases
-
- pathChain(int, AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- pathElement(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- pathElementStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- pathExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A "path expression" is a name or other primary, possibly qualified by various
forms of dot, and/or followed by various kinds of brackets.
- 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
-
Set 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.
- 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.
- 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
-
- 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 - Static variable in class groovy.json.internal.BaseJsonParser
-
- PLUS - Static variable in class groovy.json.internal.CharScanner
-
- 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 - 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
-
Add a number of days to this date and returns the new date.
- plus(Date, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Add a number of days to this date and returns the new date.
- plus(Timestamp, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Add number of days to this Timestamp and returns the new Timestamp object.
- 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<Map.Entry<K, 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 an 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 an 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 an 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
-
- 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.PogoCachedMethodSite(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSite
-
- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
-
- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap
-
- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, CachedMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce
-
- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need to unwrap arguments
- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
-
- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need neither unwrap nor coerce arguments
- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
-
- 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.PojoCachedMethodSite(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSite
-
- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
-
- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap
-
- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce
-
- PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need to unwrap arguments
- PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
-
- PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need neither unwrap nor coerce arguments
- PojoMetaMethodSite.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 last 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.
- 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.
- 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.
- 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
-
- 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
-
This ("1.5"
) is the value for targetBytecode to compile for a JDK 1.5 or later JVM.
- 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(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 an 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
-
- powerExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- powerExpressionNotPlusMinus(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- PRE_JDK5 - Static variable in class org.codehaus.groovy.control.CompilerConfiguration
-
This ("1.4"
) is the value for targetBytecode to compile for a JDK 1.4 JVM.
- preCheckForNamedParams(String) - Method in class groovy.sql.Sql
-
- PRECLUDES_CAST_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
-
- Preferences - Class in org.codehaus.groovy.tools.shell.util
-
Container for shell preferences.
- Preferences() - Constructor for class org.codehaus.groovy.tools.shell.util.Preferences
-
- PREFIX_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_MINUS_MINUS - Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_OR_INFIX_OPERATOR - Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
-
- PREFIX_PLUS_PLUS - Static variable in class org.codehaus.groovy.syntax.Types
-
- prefixExpression(AST, int) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- PrefixExpression - Class in org.codehaus.groovy.ast.expr
-
Represents a prefix expression like ++foo or --bar
- PrefixExpression(Token, Expression) - Constructor for class org.codehaus.groovy.ast.expr.PrefixExpression
-
- preInstantiate(Object, Map, Object) - Method in class groovy.util.FactoryBuilderSupport
-
A hook before the factory creates the node.
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
-
Setup 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(Calendar) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Decrement a Calendar by one day.
- previous(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Decrement a Date by one day.
- previous(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Decrement a java.sql.Date by one day.
- 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
-
- primaryExpression() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- primaryExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- PRIMITIVE_TYPE - Static variable in class org.codehaus.groovy.syntax.Types
-
- primitiveArrayBox(Object) - Static method in class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
-
- primitiveArrayGet(Object, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Implements the getAt(int) method for 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 a console.
- 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 groovy.json.internal.Exceptions.JsonInternalException
-
- printStackTrace(PrintWriter) - Method in exception groovy.json.internal.Exceptions.JsonInternalException
-
- printStackTrace() - Method in exception 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
-
- 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.
- ProcessGroovyMethods.ProcessRunner(Process) - Constructor for class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
-
- processingInstruction(String, String) - Method in class groovy.util.XmlParser
-
- ProcessingUnit - Class in org.codehaus.groovy.control
-
A base class for data structures that can collect messages and errors
during processing.
- ProcessingUnit(CompilerConfiguration, GroovyClassLoader, ErrorCollector) - Constructor for class org.codehaus.groovy.control.ProcessingUnit
-
Initialize the ProcessingUnit to the empty state.
- processKeyEvent(KeyEvent) - Method in class groovy.ui.text.TextEditor
-
- processResult(int[]) - Method in class groovy.sql.BatchingStatementWrapper
-
- progressCallback - Variable in class org.codehaus.groovy.control.CompilationUnit
-
- properties() - Method in interface org.codehaus.groovy.groovydoc.GroovyClassDoc
-
- properties() - Method in class org.codehaus.groovy.tools.groovydoc.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_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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- Proxy - Class in groovy.util
-
Dynamic groovy proxy for another object.
- Proxy() - Constructor for class groovy.util.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
-
Appends an item to 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.
- 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 method into the method 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.
- 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.
- 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(KEY, VALUE) - Method in interface groovy.json.internal.Cache
-
- put(String, Object) - Method in class groovy.json.internal.LazyMap
-
- put(String, Object) - Method in class groovy.json.internal.LazyValueMap
-
- put(K, V) - Method in class groovy.json.internal.SimpleCache
-
- put(String, Value) - Method in class groovy.json.internal.ValueMapImpl
-
- 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(Object, Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- put(Object, Object) - Method in class org.codehaus.groovy.runtime.memoize.LRUCache
-
- put(K, V) - Method in interface org.codehaus.groovy.runtime.memoize.MemoizeCache
-
- put(Object, Object) - Method in class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
-
- 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(K1, K2, V) - Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- 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) - Method in class groovy.json.internal.LazyMap
-
- 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.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- putAll(Map<K, V>, Collection<Map.Entry<K, V>>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Provides an easy way to append multiple Map.Entry values to a Map.
- putAll(Map) - Method in class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map<String, GroovyClassDoc>) - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
-
- 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.codehaus.groovy.runtime.DateGroovyMethods
-
Support the subscript operator for mutating a Calendar.
- putAt(Date, int, int) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Support the subscript operator for mutating a Date.
- 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, 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
-
- putNodeMetaData(Object, Object) - Method in class org.codehaus.groovy.ast.ASTNode
-
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
-
- Range<T extends Comparable> - Interface in groovy.lang
-
A Range represents the list of all items obtained by starting from a
from
value and calling next()
successively
until you reach the 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 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.
- 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 groovy.json.internal
-
- ReaderCharacterSource(Reader, int) - Constructor for class groovy.json.internal.ReaderCharacterSource
-
- ReaderCharacterSource(Reader) - Constructor for class groovy.json.internal.ReaderCharacterSource
-
- ReaderCharacterSource(String) - Constructor for class 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 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 groovy.json.internal.CharacterSource
-
Reads a number from the character source.
- readNumber(char[], int) - Static method in class groovy.json.internal.CharScanner
-
- readNumber(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- readNumber() - Method in class 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
-
- 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 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
-
- 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
-
- 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
-
- regexExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- relationalExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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(KEY) - Method in interface groovy.json.internal.Cache
-
- remove(Object) - Method in class groovy.json.internal.LazyMap
-
- remove(K) - Method in class groovy.json.internal.SimpleCache
-
- 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(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<?>) - Method in interface org.codehaus.groovy.reflection.GroovyClassValue
-
- remove(String) - Method in class org.codehaus.groovy.runtime.ClassExtender
-
- 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(K1, K2) - Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- 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(Object, Object) - Method in class org.codehaus.groovy.util.DoubleKeyHashMap
-
- remove(int) - Method in class org.codehaus.groovy.util.FastArray
-
- 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.
- 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
- 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
-
- removeLastChar() - Method in class 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
-
- 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.
- 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(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_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 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
-
- requireFailed(String, String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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(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
- 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<String, GenericsType>, Map<String, GenericsType>, ClassNode) - Static method in class org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport
-
- 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
-
- 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(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
-
- 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
-
- ResourceManager - Interface in org.codehaus.groovy.tools.groovydoc
-
- resourceNamePattern - Variable in class groovy.servlet.AbstractHttpServlet
-
- 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.
- 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.
- RETENTION_CLASSNODE - Static variable in class org.codehaus.groovy.transform.AbstractASTTransformation
-
- 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(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.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
-
- 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
- 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
-
- 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
-
- rows(Map, String, int, int) - Method in class groovy.sql.Sql
-
- 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
-
- rows(Map, String, Closure) - Method in class groovy.sql.Sql
-
- 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
-
- rows(Map, String, int, int, Closure) - Method in class groovy.sql.Sql
-
- 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() - 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.codehaus.groovy.plugin.GroovyRunner
-
- run() - Method in class org.codehaus.groovy.runtime.ProcessGroovyMethods.ProcessRunner
-
- run(TestResult) - Method in class org.codehaus.groovy.runtime.ScriptTestAdapter
-
- run(Class, GroovyClassLoader) - Method in class org.codehaus.groovy.testng.TestNgRunner
-
Utility method to run a TestNG test.
- 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
-
Reference to the Runtime Registry to be used by the Groovy run-time system to find classes capable of running scripts
- 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
-
- 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 groovy.json.internal.CharacterSource
-
Combines the operations of nextChar and hasChar.
- safeNextChar() - Method in class 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
-
- 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
-
- 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.Component() - Constructor for class groovy.transform.stc.SecondParam.Component
-
- 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.FirstGenericType() - Constructor for class groovy.transform.stc.SecondParam.FirstGenericType
-
- 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.SecondGenericType() - Constructor for class groovy.transform.stc.SecondParam.SecondGenericType
-
- 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.
- SecondParam.ThirdGenericType() - Constructor for class groovy.transform.stc.SecondParam.ThirdGenericType
-
- 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 allowed.
- 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 plugin custom expression checkers if expression blacklist or whitelist are not
sufficient
- SecureASTCustomizer.StatementChecker - Interface in org.codehaus.groovy.control.customizers
-
This interface allows the user to plugin custom statement checkers if statement blacklist or whitelist are not
sufficient
- SecureASTCustomizerFactory - Class in org.codehaus.groovy.control.customizers.builder
-
- SecureASTCustomizerFactory() - Constructor for class org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory
-
- segmentFor(int) - Method in class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
-
- 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
-
- sep() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A statement separator is either a semicolon or a significant newline.
- Sequence - Class in groovy.lang
-
Represents a sequence of objects which represents zero or many instances of
of objects of a given type.
- Sequence() - Constructor for class groovy.lang.Sequence
-
- Sequence(Class) - Constructor for class groovy.lang.Sequence
-
- Sequence(Class, List) - Constructor for class groovy.lang.Sequence
-
- 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(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, Object) - 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(Object) - Method in class groovy.util.ObservableList.ObservableListIterator
-
- set(int, Object) - Method in class groovy.util.ObservableList
-
- set(String, Object) - Method in class org.codehaus.groovy.runtime.ClassExtender
-
- set(Calendar, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Support mutating a Calendar with a Map.
- set(Date, Map<Object, Integer>) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Support mutating a Date with a Map.
- 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}
- setAllowedTargets(int) - Method in class org.codehaus.groovy.ast.AnnotationNode
-
- 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
-
- 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 he 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
-
- 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 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
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
-
- 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.transform.BuilderASTTransformation
-
- setCompilationUnit(CompilationUnit) - Method in class org.codehaus.groovy.transform.LogASTTransformation
-
- 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
-
- 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
-
- 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
-
An alternative way of setting constant types.
- setConstantTypesClassesWhiteList(List<Class>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
-
An alternative way of setting constant types.
- 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 global AST transformations.
- 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.
- 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 to .
- setExpandEmptyElements(boolean) - Method in class groovy.xml.MarkupBuilder
-
Whether empty elements are expanded from to .
- 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 propery
- setField(FieldNode) - Method in class org.codehaus.groovy.ast.PropertyNode
-
- 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
-
- setFilename(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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(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 registery 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.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.
- setNonChangeCheck(boolean) - Method in class org.codehaus.groovy.binding.PropertyBinding
-
- 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
-
Sets the output writer.
- 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(Parameter[]) - Method in class org.codehaus.groovy.ast.MethodNode
-
- 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.
- 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
-
Sets the list of classes which deny method calls.
- 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
-
Sets the list of classes which may accept method calls.
- 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.
- 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.
- 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 of this annotation runtime retention policy.
- 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
-
- setSourceBuffer(SourceBuffer) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- 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
-
- 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
-
- 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 mode
- setTargetBytecode(String) - Method in class org.codehaus.groovy.control.CompilerConfiguration
-
Allow setting the bytecode compatibility.
- 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
-
Sets the list of tokens which are blacklisted.
- setTokensWhitelist(List<Integer>) - Method in class org.codehaus.groovy.control.customizers.SecureASTCustomizer
-
Sets the list of tokens which are whitelisted.
- 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
-
- 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
-
- 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(Value) - Method in class groovy.json.internal.MapItemValue
-
- 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(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
-
- setValue(V) - Method in class org.codehaus.groovy.util.ManagedDoubleKeyMap.Entry
-
- 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
-
- 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
-
- shiftExpression(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 groovy.json.internal.CharBuf
-
- shortValue() - Method in class groovy.json.internal.CharSequenceValue
-
- shortValue() - Method in class groovy.json.internal.NumberValue
-
- shortValue() - Method in interface groovy.json.internal.Value
-
- shortValue() - Method in class groovy.json.internal.ValueContainer
-
- ShortWrapper - Class in org.codehaus.groovy.runtime.wrappers
-
- ShortWrapper(short) - Constructor for class org.codehaus.groovy.runtime.wrappers.ShortWrapper
-
- 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
-
- 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
-
- 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
-
- 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.
- 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 groovy.json.internal
-
- SimpleCache(int, CacheType) - Constructor for class groovy.json.internal.SimpleCache
-
- SimpleCache(int) - Constructor for class 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
-
- singleDeclaration() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A declaration with one declarator and optional initialization, like a parameterDeclaration.
- singleDeclarationNoInit() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A declaration with one declarator and no initialization, like a parameterDeclaration.
- 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
-
- SingleKeyHashMap.Entry() - Constructor for class org.codehaus.groovy.util.SingleKeyHashMap.Entry
-
- 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.
- SingletonASTTransformation - Class in org.codehaus.groovy.transform
-
Handles generation of code for the @Singleton annotation
- SingletonASTTransformation() - Constructor for class org.codehaus.groovy.transform.SingletonASTTransformation
-
- singleVariable(AST, AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Used in cases where a declaration cannot have commas, or ends with the "in" operator instead of '='.
- size() - Method in interface groovy.json.internal.Cache
-
- size() - Method in class groovy.json.internal.LazyMap
-
- size() - Method in class groovy.json.internal.LazyValueMap
-
- size() - Method in class groovy.json.internal.SimpleCache
-
- size() - Method in class groovy.json.internal.ValueList
-
- size() - Method in class groovy.json.internal.ValueMapImpl
-
Return the size of the map.
- 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.ObjectRange
- size() - Method in class groovy.lang.Tuple
-
- 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 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.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
-
- skippedEntity(String) - Method in class groovy.util.XmlParser
-
- skipSpreadCollector - Variable in class org.codehaus.groovy.vmplugin.v7.Selector
-
- skipWhiteSpace() - Method in interface groovy.json.internal.CharacterSource
-
Skip white space.
- skipWhiteSpace(char[], int) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpace(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpace() - Method in class groovy.json.internal.JsonParserCharArray
-
- skipWhiteSpace() - Method in class groovy.json.internal.ReaderCharacterSource
-
- skipWhitespace() - Method in class groovy.json.JsonLexer
-
Skips all the whitespace characters and moves the cursor to the next non-space character.
- skipWhiteSpaceFast(char[]) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpaceFast(char[], int) - Static method in class groovy.json.internal.CharScanner
-
- 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
-
- Slf4j.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
-
- snippetUnit() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A Groovy script or simple expression.
- 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<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<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<T>) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Sorts the Iterable using the given Comparator.
- sort(T[], Comparator<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<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 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.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
-
- SourceAwareCustomizerFactory.SourceOptions() - Constructor for class org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory.SourceOptions
-
- 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
-
- 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 - 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
-
- 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 @ScriptURI 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(char[], char) - Static method in class groovy.json.internal.CharScanner
-
- 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(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
-
- splitByChars(char[], char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsFromToDelims(char[], int, int, char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsNoneEmpty(char[], char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsNoneEmpty(char[], int, int, char...) - Static method in class groovy.json.internal.CharScanner
-
- 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
- splitExact(char[], char, int) - Static method in class groovy.json.internal.CharScanner
-
- splitExact(char[], int, char...) - Static method in class groovy.json.internal.CharScanner
-
- 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 groovy.json.internal.Exceptions
-
- sputs(Object...) - Static method in class 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
-
- Sql.AbstractQueryCommand(String) - Constructor for class groovy.sql.Sql.AbstractQueryCommand
-
- SqlGroovyMethods - Class in org.codehaus.groovy.runtime
-
This class defines all the new SQL-related groovy methods which enhance
the normal JDK SQL classes when inside the Groovy environment.
- SqlGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.SqlGroovyMethods
-
- 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
-
- 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(int) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A statement is an element of a block.
- Statement - Class in org.codehaus.groovy.ast.stmt
-
Base class for any statement
- Statement() - Constructor for class org.codehaus.groovy.ast.stmt.Statement
-
- statementLabelPrefix() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
A labeled statement, consisting of a vanilla identifier followed by a colon.
- statementList(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- statementListNoChild(AST, AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- StatementMetaTypeChooser - Class in org.codehaus.groovy.classgen.asm
-
- 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
-
- 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
-
- 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.StaticMetaMethodSiteNoUnwrap(CallSite, MetaClassImpl, MetaMethod, Class[]) - Constructor for class org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
-
- StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce - Class in org.codehaus.groovy.runtime.callsite
-
Call site where we know there is no need neither unwrap nor coerce arguments
- StaticMetaMethodSite.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
-
Contains helper methods aimed at facilitating 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
-
- 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.SignatureCodecFactory() - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.SignatureCodecFactory
-
- StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer - Class in org.codehaus.groovy.transform.stc
-
- StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer(Map<VariableExpression, ClassNode>) - Constructor for class org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor.VariableExpressionTypeMemoizer
-
- 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
-
- 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
-
- 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
-
Steps through the range, calling a closure for each number.
- step(int) - Method in class groovy.lang.IntRange
-
Forms a list by stepping through the range by the indicated interval.
- step(int, Closure) - Method in class groovy.lang.ObjectRange
-
Steps through the range, calling a closure for each number.
- step(int) - Method in class groovy.lang.ObjectRange
-
Forms a list by stepping through the range by the indicated interval.
- step(int, Closure) - Method in interface groovy.lang.Range
-
Steps through the range, calling a closure for each number.
- 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.
- 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
-
- 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, Object) - Constructor for class groovy.json.StreamingJsonBuilder
-
Instantiates a JSON builder, possibly with some existing data structure.
- 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
- strictContextExpression(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Things that can show up as expressions, but only in strict
contexts like inside parentheses, argument lists, and list constructors.
- 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_COUNT_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- 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_IMPLEMENTATION - Static variable in class groovy.json.internal.FastStringUtils
-
- 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_OFFSET_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- STRING_TYPE - Static variable in class org.codehaus.groovy.ast.ClassHelper
-
- STRING_VALUE_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- 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
- StringCachedClass - Class in org.codehaus.groovy.reflection.stdclasses
-
- StringCachedClass(ClassInfo) - Constructor for class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
-
- stringConstructorExpression() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- stringConstructorValuePart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 String
s 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 groovy.json.internal.CharSequenceValue
-
- stringValue() - Method in class groovy.json.internal.NumberValue
-
- stringValue() - Method in interface groovy.json.internal.Value
-
- stringValue() - Method in class groovy.json.internal.ValueContainer
-
- stringValueEncoded() - Method in class groovy.json.internal.CharSequenceValue
-
- stringValueEncoded() - Method in class groovy.json.internal.NumberValue
-
- stringValueEncoded() - Method in interface groovy.json.internal.Value
-
- stringValueEncoded() - Method in class 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
-
- StructuredSyntaxDocumentFilter.MultiLineRun(int, int) - Constructor for class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
-
- StructuredSyntaxDocumentFilter.MultiLineRun(int, int, int) - Constructor for class groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
-
- 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.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, 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.json.internal.CharBuf
-
- subSequence(int, int) - Method in class groovy.json.internal.CharSequenceValue
-
- subSequence(int, int) - Method in class groovy.json.internal.ValueContainer
-
- subSequence(int, int) - Method in class groovy.lang.GString
-
- 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
-
- 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, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Sums the result of apply a closure to each item of an Iterable.
- sum(Object[], 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<Object>, 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, 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(Object[], 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<Object>, 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
-
- summariesBySourceName - Variable in class org.codehaus.groovy.control.CompilationUnit
-
- 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
-
- superClassClause() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- suspiciousExpressionStatementStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Lookahead for suspicious statement warnings and errors.
- 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, 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
-
- 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
- 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
-
- 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.
- 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.
- 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.
- 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
-
- 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
-
- 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_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.codehaus.groovy.testng
-
Integration code for running TestNG tests in Groovy.
- TestNgRunner() - Constructor for class org.codehaus.groovy.testng.TestNgRunner
-
- 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
-
- 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.Component() - Constructor for class groovy.transform.stc.ThirdParam.Component
-
- 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.FirstGenericType() - Constructor for class groovy.transform.stc.ThirdParam.FirstGenericType
-
- 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.SecondGenericType() - Constructor for class groovy.transform.stc.ThirdParam.SecondGenericType
-
- 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.
- ThirdParam.ThirdGenericType() - Constructor for class groovy.transform.stc.ThirdParam.ThirdGenericType
-
- 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
-
- 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
-
- throwsClause() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- throwsClause() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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:
- 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
-
- 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.ManagedLinkedList
-
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.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.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(Date) - Static method in class org.codehaus.groovy.runtime.DateGroovyMethods
-
Convert a Date to a Calendar.
- 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() - Method in class groovy.json.internal.CharBuf
-
- toCharArray(String) - Method in enum groovy.json.internal.FastStringUtils.StringImplementation
-
- toCharArray(String) - Static method in class groovy.json.internal.FastStringUtils
-
- toCharArray(CharSequence) - Static method in class groovy.json.internal.FastStringUtils
-
- toDate(TimeZone, int, int, int, int, int, int) - Static method in class groovy.json.internal.Dates
-
- toDate(TimeZone, int, int, int, int, int, int, int) - Static method in class groovy.json.internal.Dates
-
- toDebugString() - Method in class groovy.json.internal.CharBuf
-
- 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 groovy.json.internal.CharSequenceValue
-
- toEnum(Class<T>, String) - Static method in class groovy.json.internal.CharSequenceValue
-
- toEnum(Class<T>, int) - Static method in class groovy.json.internal.CharSequenceValue
-
- toEnum(Class<T>) - Method in class groovy.json.internal.NumberValue
-
- toEnum(Class<T>, int) - Static method in class groovy.json.internal.NumberValue
-
- toEnum(Class<T>) - Method in interface groovy.json.internal.Value
-
- toEnum(Class<T>) - Method in class groovy.json.internal.ValueContainer
-
- toFile() - Method in class org.codehaus.groovy.runtime.WritablePath
-
- 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
- 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 groovy.json.internal.CharBuf
-
- 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 delimiter.
- 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) - 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
-
- tokenType() - Method in class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
-
- 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
-
- 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 "]".
- 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
-
- 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.codehaus.groovy.runtime.SqlGroovyMethods
-
Returns a GroovyRowResult given a ResultSet.
- 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 String of one character.
- toSet(String) - Static method in class org.codehaus.groovy.runtime.StringGroovyMethods
-
Deprecated.
Use the CharSequence version
- 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.internal.CharBuf
-
- toString() - Method in class groovy.json.internal.CharSequenceValue
-
- toString(Exception) - Static method in class groovy.json.internal.Exceptions
-
- toString() - Method in class groovy.json.internal.LazyMap
-
- toString() - Method in class groovy.json.internal.LazyValueMap
-
- toString() - Method in class groovy.json.internal.NumberValue
-
- toString() - Method in class groovy.json.internal.SimpleCache
-
- toString() - Method in class groovy.json.internal.ValueContainer
-
- 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.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 mehthod
- 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.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
-
- 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.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.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.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.FastArray
-
- toString() - Method in class org.codehaus.groovy.util.LazyReference
-
- toString() - Method in class org.codehaus.groovy.util.ReferenceManager
-
- toStringAndRecycle() - Method in class 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.codehaus.groovy.runtime.SqlGroovyMethods
-
Return a java.sql.Timestamp given a java.util.Date.
- toTypeString(Object[]) - 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 groovy.json.internal.CharSequenceValue
-
- toValue() - Method in class groovy.json.internal.NumberValue
-
- toValue() - Method in interface groovy.json.internal.Value
-
- toValue() - Method in class groovy.json.internal.ValueContainer
-
- 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
-
- traceIn(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- traceOut(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- traceOut(String) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- tracing - Static variable in class org.codehaus.groovy.antlr.parser.GroovyLexer
-
- tracing - Static variable in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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 @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
-
- TraitComposer() - Constructor for class org.codehaus.groovy.transform.trait.TraitComposer
-
- traitDefinition(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
Invokes closure
for each descendant file in this directory tree.
- traverse(Path, Closure) - Static method in class org.codehaus.groovy.runtime.NioGroovyMethods
-
Invokes the closure for each descendant file in this directory tree.
- 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, Object>, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Invokes closure
for each descendant file in this directory tree.
- traverse(File, Closure) - Static method in class org.codehaus.groovy.runtime.ResourceGroovyMethods
-
Invokes the closure for each descendant file in this directory tree.
- traverse(File, Map<String, Object>) - 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.
- 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
-
- TripleKeyHashMap.Entry() - Constructor for class org.codehaus.groovy.util.TripleKeyHashMap.Entry
-
- TRUE - Static variable in class groovy.json.internal.JsonParserCharArray
-
- TRUE - Static variable in class groovy.json.internal.JsonParserUsingCharacterSource
-
- TRUE - Static variable in class 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
- 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
-
- tryBlock() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- tryBridgeMethod(MethodNode, Expression, boolean, TupleExpression) - Method in class org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
-
Attempts to make a direct method call on a bridge method, if it exists.
- TryCatchStatement - Class in org.codehaus.groovy.ast.stmt
-
Represents a try { ...
- TryCatchStatement(Statement, Statement) - Constructor for class org.codehaus.groovy.ast.stmt.TryCatchStatement
-
- 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 - Class in groovy.lang
-
Represents a list of Objects.
- Tuple(Object[]) - Constructor for class groovy.lang.Tuple
-
- Tuple2<T1,T2> - Class in groovy.lang
-
Represents a list of 2 typed Objects.
- Tuple2(T1, T2) - Constructor for class groovy.lang.Tuple2
-
- 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 - Enum in groovy.json.internal
-
- type - Variable in class groovy.json.internal.ValueContainer
-
- type - Variable in class groovy.lang.MetaProperty
-
- type() - Method in class groovy.lang.Sequence
-
- type(AST) - Method in class org.codehaus.groovy.antlr.AntlrParserPlugin
-
- type() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- TYPE - Static variable in interface org.codehaus.groovy.antlr.java.JavaTokenTypes
-
- type() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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_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
-
- typeArgument() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeArgument() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeArgumentBounds() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeArgumentBounds() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeArguments() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeArguments() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeArgumentsDiamond() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeArgumentsOrParametersEnd() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeArgumentsOrParametersEnd() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeArgumentSpec() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeArgumentSpec() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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.
- TypeCheckingContext.EnclosingClosure(ClosureExpression) - Constructor for class org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
-
- 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.
- typeDeclarationStart() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
Used only as a lookahead predicate for nested type declarations.
- typeDefinition() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeDefinitionInternal(AST) - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeDefinitionInternal(AST) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- typeNamePairs(AST, Token) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeParameter() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeParameter() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeParameterBounds() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeParameterBounds() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- typeParameters() - Method in class org.codehaus.groovy.antlr.java.JavaRecognizer
-
- typeParameters() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- typeSpec(boolean) - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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
-
- 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
- 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.
- WideningCategories.LowestUpperBoundClassNode(String, ClassNode, ClassNode...) - Constructor for class org.codehaus.groovy.ast.tools.WideningCategories.LowestUpperBoundClassNode
-
- 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
-
- wildcardType() - Method in class org.codehaus.groovy.antlr.parser.GroovyRecognizer
-
- 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(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(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) - 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) - 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.
- withEagerDefault(List<T>, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Decorates a list allowing it to grow when called with a non-existent index value.
- 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) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
-
Decorates a list allowing it to grow when called with a non-existent index value.
- 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(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, 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(char[], int, int) - Method in class groovy.json.internal.CharBuf
-
- 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 - moret 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(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.
- write(Path, String, String) - 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.
- write(File, String, String) - 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
-
- 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
-
- 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
-
- writeContinue(ContinueStatement) - Method in class org.codehaus.groovy.classgen.asm.StatementWriter
-
- 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
-
- 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).
- 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
-
- 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
-
- 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.lang.TracingInterceptor
-
- writer - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- 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.
- 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
-
- 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
-