Field and Description | |
---|---|
GroovyLexer#tokenNames |
@deprecated Use VOCABULARY instead.
|
GroovyParser#tokenNames |
@deprecated Use VOCABULARY instead.
|
GroovySystem#RUNNER_REGISTRY |
Reference to the Runtime Registry to be used by the Groovy run-time system to find classes capable of running scripts
|
MetaClassRegistryImpl#MODULE_META_INF_FILE |
@deprecated Use instead
|
Property and Description | |
---|---|
CliBuilder#posix |
To change from the default PosixParser to the GnuParser, set this to false.
|
Interface and Description |
---|
GroovyRunner
Classes which can run scripts should implement this interface.
|
Class and Description |
---|
AbstractASTTransformUtil
@deprecated use org.codehaus.groovy.ast.tools.GeneralUtils
|
GroovyPosixParser
This is a hacked version of Commons CLI 1.2 PosixParser with some bug fixes added.
|
JUnit4Utils
Java 5 code for working with JUnit 4 tests.
|
ManagedLinkedList
This class provides a very simple linked list of memory managed elements.
|
MixinASTTransformation
@deprecated static mixins have been deprecated in favour of traits (trait keyword).
|
Annotation Type and Description |
---|
Mixin
Provides a mechanism for mixing in methods into a class.
|
Method and Description |
---|
AbstractASTTransformation#nonGeneric(ClassNode type)
@deprecated use GenericsUtils#nonGeneric
|
CompilerConfiguration#getOutput()
Gets the currently configured output writer.
|
CompilerConfiguration#setOutput(PrintWriter output)
Sets the output writer.
|
DefaultGroovyMethods#asList(Collection @deprecated Use the Iterable version of asList instead
|
DefaultGroovyMethods#collate(List @deprecated use the Iterable variant instead
|
DefaultGroovyMethods#collate(List @deprecated use the Iterable variant instead
|
DefaultGroovyMethods#collate(List @deprecated use the Iterable variant instead
|
DefaultGroovyMethods#collate(List @deprecated use the Iterable variant instead
|
DefaultGroovyMethods#collect(Collection 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.
|
DefaultGroovyMethods#collect(Collection Iterates through this collection transforming each entry into a new value using the
transform closure
returning a list of transformed values. |
DefaultGroovyMethods#collect(Collection Iterates through this collection transforming each value into a new value using the
transform closure
and adding it to the supplied collector .
|
DefaultGroovyMethods#collectAll(Collection self, Closure transform)
Deprecated alias for collectNested
|
DefaultGroovyMethods#collectAll(Collection self, Collection collector, Closure transform)
Deprecated alias for collectNested
|
DefaultGroovyMethods#collectEntries(Collection> self, Closure> transform)
@deprecated Use the Iterable version of collectEntries instead
|
DefaultGroovyMethods#collectEntries(Collection> self)
@deprecated Use the Iterable version of collectEntries instead
|
DefaultGroovyMethods#collectEntries(Collection> self, Map @deprecated Use the Iterable version of collectEntries instead
|
DefaultGroovyMethods#collectEntries(Collection> self, Map @deprecated Use the Iterable version of collectEntries instead
|
DefaultGroovyMethods#collectMany(Collection @deprecated Use the Iterable version of collectMany instead
|
DefaultGroovyMethods#collectMany(Collection @deprecated Use the Iterable version of collectMany instead
|
DefaultGroovyMethods#collectNested(Collection self, Collection collector, Closure transform)
@deprecated Use the Iterable version of collectNested instead
|
DefaultGroovyMethods#combinations(Collection self)
@deprecated Use the Iterable version of combinations instead
|
DefaultGroovyMethods#containsAll(Collection self, Object items)
@deprecated use the Iterable variant instead
|
DefaultGroovyMethods#count(Collection self, Object value)
@deprecated use count(Iterable, Closure)
|
DefaultGroovyMethods#count(Collection self, Closure closure)
@deprecated use count(Iterable, Closure)
|
DefaultGroovyMethods#countBy(Collection self, Closure @deprecated Use the Iterable version of countBy instead
|
DefaultGroovyMethods#disjoint(Collection left, Collection right)
@deprecated use the Iterable variant instead
|
DefaultGroovyMethods#eachPermutation(Collection @deprecated Use the Iterable version of eachPermutation instead
|
DefaultGroovyMethods#findResult(Collection 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.
|
DefaultGroovyMethods#findResult(Collection 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.
|
DefaultGroovyMethods#findResults(Collection self, Closure @see #findResults(Iterable, Closure)
|
DefaultGroovyMethods#flatten(Collection @deprecated Use the Iterable version of flatten instead
|
DefaultGroovyMethods#groupBy(Collection @deprecated Use the Iterable version of groupBy instead
|
DefaultGroovyMethods#groupBy(Collection self, Object closures)
@deprecated Use the Iterable version of groupBy instead
|
DefaultGroovyMethods#groupBy(Collection self, List @deprecated Use the Iterable version of groupBy instead
|
DefaultGroovyMethods#join(Collection self, String separator)
@deprecated Use the Iterable version of join instead
|
DefaultGroovyMethods#max(Collection @deprecated Use the Iterable version of max instead
|
DefaultGroovyMethods#max(Collection @deprecated Use the Iterable version of max instead
|
DefaultGroovyMethods#max(Collection @deprecated Use the Iterable version of max instead
|
DefaultGroovyMethods#min(Collection @deprecated Use the Iterable version of min instead
|
DefaultGroovyMethods#min(Collection @deprecated Use the Iterable version of min instead
|
DefaultGroovyMethods#min(Collection @deprecated Use the Iterable version of min instead
|
DefaultGroovyMethods#multiply(Collection @deprecated use the Iterable variant instead
|
DefaultGroovyMethods#permutations(List @deprecated Use the Iterable version of permutations instead
|
DefaultGroovyMethods#permutations(List @deprecated Use the Iterable version of permutations instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sort(Collection @deprecated Use the Iterable version of sort instead
|
DefaultGroovyMethods#sum(Collection self)
@deprecated Use the Iterable version of sum instead
|
DefaultGroovyMethods#sum(Collection self, Object initialValue)
@deprecated Use the Iterable version of sum instead
|
DefaultGroovyMethods#sum(Collection self, Closure closure)
@deprecated Use the Iterable version of sum instead
|
DefaultGroovyMethods#sum(Collection self, Object initialValue, Closure closure)
@deprecated Use the Iterable version of sum instead
|
DefaultGroovyMethods#toList(Collection @deprecated Use the Iterable version of toList instead
|
FileSystemCompiler#createTempDir()
Creates a temporary directory in the default temporary directory (as specified by the system
property java.io.tmpdir.
|
GeneralUtils#makeDescriptorWithoutReturnType(MethodNode mn)
@deprecated use MethodNodeUtils#methodDescriptorWithoutReturnType(MethodNode) instead
|
GenericsUtils#alignGenericTypes(GenericsType redirectGenericTypes, GenericsType parameterizedTypes, GenericsType alignmentTarget)
Given a parameterized type and a generic type information, aligns actual type parameters.
|
GenericsUtils#parameterizeInterfaceGenerics(ClassNode hint, ClassNode target)
Interface class nodes retrieved from ClassNode.getInterfaces
or ClassNode.getAllInterfaces are returned with generic type
arguments.
|
GroovyCategorySupport#hasCategoryInAnyThread()
@deprecated use hasCategoryInCurrentThread()
|
GroovyClassLoader#parseClass(InputStream in, String fileName)
|
GroovyCollections#combinations(Collection collections)
@param collections the given collections
|
GroovyCollections#max(Collection @deprecated use max(Iterable)
|
GroovyCollections#min(Collection @deprecated use min(Iterable)
|
GroovyCollections#sum(Collection items)
@deprecated use sum(Iterable)
|
IndyInterface#bootstrap(Lookup caller, String name, MethodType type)
bootstrap method for standard method calls
|
IndyInterface#bootstrapCurrent(Lookup caller, String name, MethodType type)
bootstrap method for method calls with "this" as receiver
|
IndyInterface#bootstrapCurrentSafe(Lookup caller, String name, MethodType type)
bootstrap method for method calls with "this" as receiver safe
|
IndyInterface#bootstrapSafe(Lookup caller, String name, MethodType type)
bootstrap method for null safe standard method calls
|
ManagedConcurrentMap.Entry#finalizeRef()
@deprecated use finalizeReference
|
PropertyNode#setClosureSharedVariable(boolean inClosure)
@deprecated not used anymore, has no effect
|
ReferenceManager#getDefaultSoftBundle()
@deprecated use ReferenceBundle.getSoftBundle
|
ReferenceManager#getDefaultWeakBundle()
@deprecated use ReferenceBundle.getWeakBundle
|
ReturnAdder#addReturnIfNeeded(MethodNode node)
Adds return statements in method code whenever an implicit return is detected.
|
StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args)
@deprecated Use findDGMMethodsByNameAndArguments(ClassLoader, ClassNode, String, ClassNode[], List) instead
|
StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args, List @deprecated Use findDGMMethodsByNameAndArguments(ClassLoader, ClassNode, String, ClassNode[], List) instead
|
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name)
@deprecated Use findDGMMethodsForClassNode(ClassLoader, ClassNode,String) instead
|
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name, TreeSet @deprecated Use findDGMMethodsForClassNode(ClassLoader, ClassNode, String, TreeSet) instead
|
StaticTypeCheckingVisitor#checkClosureParameters(Expression callArguments, ClassNode receiver)
@deprecated this method is unused, replaced with DelegatesTo inference.
|
StaticTypeCheckingVisitor#checkGroovyStyleConstructor(ClassNode node, ClassNode arguments)
Checks that a constructor style expression is valid regarding the number of arguments and the argument types.
|
StringGroovyMethods#bitwiseNegate(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#capitalize(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#center(String self, Number numberOfChars)
@deprecated Use the CharSequence version
|
StringGroovyMethods#center(String self, Number numberOfChars, String padding)
@deprecated Use the CharSequence version
|
StringGroovyMethods#contains(String self, String text)
@deprecated Use the CharSequence version
|
StringGroovyMethods#count(String self, String text)
@deprecated Use the CharSequence version
|
StringGroovyMethods#denormalize(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#eachLine(String self, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#eachLine(String self, int firstLine, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#expand(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#expand(String self, int tabStop)
@deprecated Use the CharSequence version
|
StringGroovyMethods#expandLine(String self, int tabStop)
@deprecated Use the CharSequence version
|
StringGroovyMethods#find(String self, Pattern pattern)
@deprecated Use the CharSequence version
|
StringGroovyMethods#find(String self, Pattern pattern, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#find(String self, String regex)
@deprecated Use the CharSequence version
|
StringGroovyMethods#find(String self, String regex, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#findAll(String self, Pattern pattern)
@deprecated Use the CharSequence version
|
StringGroovyMethods#findAll(String self, Pattern pattern, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#findAll(String self, String regex)
@deprecated Use the CharSequence version
|
StringGroovyMethods#findAll(String self, String regex, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#getAt(String self, Collection indices)
@deprecated Use the CharSequence version
|
StringGroovyMethods#getAt(String text, EmptyRange range)
@deprecated Use the CharSequence version
|
StringGroovyMethods#getChars(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isAllWhitespace(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isBigDecimal(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isBigInteger(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isCase(GString caseValue, Object switchValue)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isCase(String caseValue, Object switchValue)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isDouble(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isFloat(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isInteger(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isLong(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#isNumber(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#matches(String self, Pattern pattern)
@deprecated Use the CharSequence version
|
StringGroovyMethods#minus(String self, Pattern pattern)
@deprecated Use the CharSequence version
|
StringGroovyMethods#minus(String self, Object target)
@deprecated Use the CharSequence version
|
StringGroovyMethods#multiply(String self, Number factor)
@deprecated Use the CharSequence version
|
StringGroovyMethods#next(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#normalize(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#padLeft(String self, Number numberOfChars)
@deprecated Use the CharSequence version
|
StringGroovyMethods#padLeft(String self, Number numberOfChars, String padding)
@deprecated Use the CharSequence version
|
StringGroovyMethods#padRight(String self, Number numberOfChars)
@deprecated Use the CharSequence version
|
StringGroovyMethods#padRight(String self, Number numberOfChars, String padding)
@deprecated Use the CharSequence version
|
StringGroovyMethods#plus(String left, Object value)
@deprecated Use the CharSequence version
|
StringGroovyMethods#previous(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#readLines(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceAll(String self, Pattern pattern, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceAll(String self, Pattern pattern, String replacement)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceAll(String self, String regex, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceFirst(String self, Pattern pattern, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceFirst(String self, Pattern pattern, String replacement)
@deprecated Use the CharSequence version
|
StringGroovyMethods#replaceFirst(String self, String regex, Closure closure)
@deprecated Use the CharSequence version
|
StringGroovyMethods#reverse(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#split(GString self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#split(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#splitEachLine(String self, Pattern pattern, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#splitEachLine(String self, String regex, Closure @deprecated Use the CharSequence version
|
StringGroovyMethods#stripIndent(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#stripIndent(String self, int numChars)
@deprecated Use the CharSequence version
|
StringGroovyMethods#stripMargin(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#stripMargin(String self, char marginChar)
@deprecated Use the CharSequence version
|
StringGroovyMethods#stripMargin(String self, String marginChar)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toBigDecimal(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toBigInteger(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toDouble(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toFloat(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toInteger(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toList(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toLong(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toSet(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#toShort(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#tokenize(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#tokenize(String self, Character delimiter)
@deprecated Use the CharSequence version
|
StringGroovyMethods#tokenize(String self, String delimiters)
@deprecated Use the CharSequence version
|
StringGroovyMethods#tr(String self, String sourceSet, String replacementSet)
@deprecated Use the CharSequence version
|
StringGroovyMethods#unexpand(String self)
@deprecated Use the CharSequence version
|
StringGroovyMethods#unexpand(String self, int tabStop)
@deprecated Use the CharSequence version
|
StringGroovyMethods#unexpandLine(String self, int tabStop)
@deprecated Use the CharSequence version
|