| CompileStack#pushBooleanExpression() Because a boolean Expression may not be evaluated completely
 it is important to keep the registers clean. | 
            
                | CompilerConfiguration#getOutput() Gets the currently configured output writer. | 
            
                | CompilerConfiguration#setOutput(PrintWriter output) Sets the output writer. | 
            
                | DefaultGroovyMethods#chop$$bridge(Iterator self, int chopSizes) Chops the iterator items into pieces, returning lists with sizes corresponding to the supplied chop sizes. | 
            
                | DefaultGroovyMethods#findIndexValues$$bridge(Iterator self, Closure condition) Iterates over the elements of an Iterator and returns
 the index values of the items that match the condition specified in the closure. | 
            
                | DefaultGroovyMethods#findIndexValues$$bridge(Iterator self, Number startIndex, Closure condition) Iterates over the elements of an Iterator, starting from
 a specified startIndex, and returns the index values of the items that match
 the condition specified in the closure. | 
            
                | 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) | 
            
                | GroovyCategorySupport#hasCategoryInAnyThread() | 
            
                | Groovyc#makeCompileUnit() deprecated:This method is not in use anymore.
 | 
            
                | MetaClassHelper#capitalize(String property) | 
            
                | MethodNode#getTypeDescriptor(boolean pretty) | 
            
                | ReferenceManager#getDefaultSoftBundle() | 
            
                | ReferenceManager#getDefaultWeakBundle() | 
            
                | ReturnAdder#addReturnIfNeeded(MethodNode node) | 
            
                | Sql#preCheckForNamedParams(String sql) | 
            
                | StaticTypeCheckingSupport#evaluateExpression(Expression expr, CompilerConfiguration config) | 
            
                | StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args) | 
            
                | StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args, List methods) | 
            
                | StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name) | 
            
                | StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name, TreeSet accumulator) | 
            
                | StaticTypeCheckingVisitor#checkClosureParameters(Expression callArguments, ClassNode receiver) deprecated:this method is unused, replaced with DelegatesTo inference.
 | 
            
                | XmlSlurper#setKeepWhitespace(boolean keepWhitespace) deprecated:use setKeepIgnorableWhitespace
 |